81a3f7e322
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
24 lines
580 B
JSON
24 lines
580 B
JSON
{
|
|
"require": {
|
|
"php": "^7.2",
|
|
"slim/slim": "3.12.4"
|
|
},
|
|
"require-dev": {
|
|
"flow/jsonpath": "0.5.0",
|
|
"vlucas/phpdotenv": "3.6.10",
|
|
"codeception/codeception": "3.1.3",
|
|
"codeception/phpbuiltinserver": "@dev"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.2"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/jelhan/PhpBuiltinServer.git",
|
|
"reference":"support-codeception-error-level-and-memory-limit-settings"
|
|
}
|
|
]
|
|
}
|