MAPG-243 install soko-web by composer

This commit is contained in:
Bence Pőcze 2023-04-07 20:27:26 +02:00
parent de78084ad5
commit 0bfebec8ca
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D
2 changed files with 1040 additions and 732 deletions

View File

@ -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": {

1762
composer.lock generated

File diff suppressed because it is too large Load Diff