MAPG-243 install soko-web by composer
This commit is contained in:
parent
de78084ad5
commit
0bfebec8ca
@ -3,15 +3,19 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "MapGuesser Application",
|
"description": "MapGuesser Application",
|
||||||
"license": "GNU GPL 3.0",
|
"license": "GNU GPL 3.0",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"url": "https://git.esoko.eu/esoko/soko-web.git",
|
||||||
|
"type": "git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"vlucas/phpdotenv": "^4.1",
|
"esoko/soko-web": "0.1",
|
||||||
"symfony/console": "^5.1",
|
|
||||||
"phpmailer/phpmailer": "^6.1",
|
|
||||||
"fzaninotto/faker": "^1.9"
|
"fzaninotto/faker": "^1.9"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9",
|
"phpunit/phpunit": "^9.6",
|
||||||
"phpstan/phpstan": "^0.12.32"
|
"phpstan/phpstan": "^1.10"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
1758
composer.lock
generated
1758
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user