mapguesser/composer.json
Pőcze Bence be905abfd4
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
MAPG-243 use soko-web framework
2023-04-07 20:22:53 +02:00

27 lines
526 B
JSON

{
"name": "esoko/mapguesser",
"type": "project",
"description": "MapGuesser Application",
"license": "GNU GPL 3.0",
"repositories": [
{
"url": "https://git.esoko.eu/esoko/soko-web.git",
"type": "git"
}
],
"require": {
"esoko/soko-web": "0.1",
"fzaninotto/faker": "^1.9"
},
"autoload": {
"psr-4": {
"MapGuesser\\": "src"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}