2020-05-17 19:29:06 +02:00
|
|
|
{
|
|
|
|
"name": "esoko/mapguesser",
|
|
|
|
"type": "project",
|
|
|
|
"description": "MapGuesser Application",
|
|
|
|
"license": "GNU GPL 3.0",
|
|
|
|
"require": {
|
2020-05-28 21:00:15 +02:00
|
|
|
"vlucas/phpdotenv": "^4.1"
|
2020-05-17 19:29:06 +02:00
|
|
|
},
|
|
|
|
"require-dev": {},
|
|
|
|
"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
|
|
|
}
|