2015-08-01 18:42:48 +02:00
|
|
|
{
|
|
|
|
"require": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": "^7.2",
|
2019-03-14 21:31:41 +01:00
|
|
|
"slim/slim": "^3.5"
|
2015-10-29 13:12:57 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-01-18 15:04:06 +01:00
|
|
|
"flow/jsonpath": "^0.5.0",
|
2020-07-10 23:34:31 +02:00
|
|
|
"vlucas/phpdotenv": "^3.6.6",
|
2019-10-30 08:17:06 +01:00
|
|
|
"codeception/codeception": "^3.1",
|
2023-07-11 14:08:56 +02:00
|
|
|
"codeception/phpbuiltinserver": "@dev"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": "7.2"
|
2019-10-30 10:06:01 +01:00
|
|
|
}
|
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
|
|
|
}
|