2020-05-17 19:29:06 +02:00
|
|
|
{
|
|
|
|
"name": "esoko/mapguesser",
|
|
|
|
"type": "project",
|
|
|
|
"description": "MapGuesser Application",
|
|
|
|
"license": "GNU GPL 3.0",
|
2023-04-07 20:27:26 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"url": "https://git.esoko.eu/esoko/soko-web.git",
|
|
|
|
"type": "git"
|
|
|
|
}
|
|
|
|
],
|
2020-05-17 19:29:06 +02:00
|
|
|
"require": {
|
2023-09-27 22:07:10 +02:00
|
|
|
"esoko/soko-web": "dev-feature/update-to-php81"
|
2020-05-17 19:29:06 +02:00
|
|
|
},
|
2020-06-25 00:27:01 +02:00
|
|
|
"require-dev": {
|
2023-09-27 21:27:34 +02:00
|
|
|
"phpunit/phpunit": "^10.3",
|
2023-04-07 20:27:26 +02:00
|
|
|
"phpstan/phpstan": "^1.10"
|
2020-06-25 00:27:01 +02:00
|
|
|
},
|
2020-05-17 19:29:06 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"MapGuesser\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-root-package-install": [
|
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
|
|
]
|
|
|
|
}
|
2020-05-25 18:51:44 +02:00
|
|
|
}
|