Skip to content
Snippets Groups Projects
Commit 5cd896cc authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

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.
parent 6ae27634
Branches
Tags
No related merge requests found
# v0.1.43
* Temporarily restrict api-platform/core to < 2.7.0
# v0.1.40 # v0.1.40
* extension: add registerEntityManager() for registering doctrine entity managers * extension: add registerEntityManager() for registering doctrine entity managers
......
...@@ -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",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ad20ed4b55d1d8cec3b4c5b4d13885d1", "content-hash": "ad2ee3a5aa578024a91d663453371575",
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment