Pőcze Bence
b71d918a8d
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
31 lines
612 B
JSON
31 lines
612 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"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6",
|
|
"phpstan/phpstan": "^1.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MapGuesser\\": "src"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
]
|
|
}
|
|
}
|