decide.nolog.cz/api/composer.json

25 lines
578 B
JSON
Raw Normal View History

2015-08-01 18:42:48 +02:00
{
"require": {
"php": "^7.2",
"slim/slim": "^3.5"
},
"require-dev": {
"flow/jsonpath": "^0.5.0",
"vlucas/phpdotenv": "^3.6.6",
"codeception/codeception": "^3.1",
2023-07-11 14:08:56 +02:00
"codeception/phpbuiltinserver": "@dev"
},
"config": {
"platform": {
"php": "7.2"
}
2023-07-11 14:08:56 +02:00
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jelhan/PhpBuiltinServer.git",
"reference":"support-codeception-error-level-and-memory-limit-settings"
}
]
2015-08-01 18:42:48 +02:00
}