d604ed8164
Charset was removed from Content-Type intentionally in latest slim 3.x version. See https://github.com/slimphp/Slim/issues/2629 for reasons. Ensure that composer respects our PHP support commitment.
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"require": {
|
|
"php": "^7.1",
|
|
"slim/slim": "^3.5"
|
|
},
|
|
"require-dev": {
|
|
"flow/jsonpath": "^0.4.0",
|
|
"vlucas/phpdotenv": "^3.0.0",
|
|
"codeception/codeception": "^3.1",
|
|
"codeception/phpbuiltinserver": "^1.5"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1"
|
|
}
|
|
}
|
|
}
|