2015-08-01 18:42:48 +02:00
|
|
|
{
|
2017-08-12 18:30:04 +02:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
|
|
|
"php": "5.6"
|
|
|
|
}
|
|
|
|
},
|
2015-08-01 18:42:48 +02:00
|
|
|
"require": {
|
2017-08-12 18:25:04 +02:00
|
|
|
"php": "^5.6 || ^7.0",
|
2017-08-12 18:32:47 +02:00
|
|
|
"slim/slim": "~3.5"
|
2015-10-29 13:12:57 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"codeception/codeception": "*",
|
2017-08-12 18:36:04 +02:00
|
|
|
"codeception/phpbuiltinserver": "^1.3",
|
2017-08-12 18:32:47 +02:00
|
|
|
"flow/jsonpath": "^0.3.4"
|
2015-08-01 18:42:48 +02:00
|
|
|
}
|
|
|
|
}
|