-
- Downloads
composer: restrict api-platform to <2.7.0 for now
It has multiple breaking changes and we can't easily support both for now, so pin to a lower version until we upgrade.
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
"php": "^7.3 || ^8.0", | "php": "^7.3 || ^8.0", | ||
"ext-fileinfo": "*", | "ext-fileinfo": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"api-platform/core": "^2.6.6", | "api-platform/core": "^2.6.8 <2.7.0", | ||
"doctrine/annotations": "^1.0", | "doctrine/annotations": "^1.0", | ||
"dragonmantank/cron-expression": "^3.1", | "dragonmantank/cron-expression": "^3.1", | ||
"guzzlehttp/guzzle": "^7.0", | "guzzlehttp/guzzle": "^7.0", | ||
... | ... |
Please register or sign in to comment