Update all bundles
The main change is that the core bundle no longer contains tugraz specifics, so we can remove the corresponding config. This also pins api-platform/core since the new 2.6 release has various breaking changes we haven't worked around yet.
... | ... | @@ -3,6 +3,7 @@ |
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.3", | ||
"api-platform/core": "<2.6", | ||
"dbp/api-core-bundle": "@dev", | ||
"dbp/api-starter-bundle": "@dev", | ||
"symfony/apache-pack": "^1.0", | ||
... | ... |