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

Update to api-platform 2.7

parent 8f31a998
No related branches found
No related tags found
No related merge requests found
Pipeline #250172 passed
......@@ -6,8 +6,8 @@
"require": {
"php": ">=7.3",
"ext-json": "*",
"api-platform/core": "^2.6",
"dbp/relay-core-bundle": "^0.1.62",
"api-platform/core": "^2.7.11",
"dbp/relay-core-bundle": "^0.1.98",
"symfony/framework-bundle": "^5.4"
},
"require-dev": {
......
......@@ -4,28 +4,28 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f70b67e9ad765e0fdd26f7d52009592e",
"content-hash": "f2e7501396b7dbbb66a2e414b36e125d",
"packages": [
{
"name": "api-platform/core",
"version": "v2.6.8",
"version": "v2.7.11",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d"
"reference": "79f548640960c8df36d4048e2de3a7d7113fbd6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/ff3aab5b196709c721960c0bb4f1d52759af737d",
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d",
"url": "https://api.github.com/repos/api-platform/core/zipball/79f548640960c8df36d4048e2de3a7d7113fbd6b",
"reference": "79f548640960c8df36d4048e2de3a7d7113fbd6b",
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.0 || ^2.0",
"fig/link-util": "^1.0",
"php": ">=7.1",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/http-foundation": "^4.4 || ^5.1 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0",
"symfony/property-access": "^3.4.19 || ^4.4 || ^5.1 || ^6.0",
......@@ -38,7 +38,8 @@
"doctrine/common": "<2.7",
"doctrine/dbal": "<2.10",
"doctrine/mongodb-odm": "<2.2",
"doctrine/persistence": "<1.3"
"doctrine/persistence": "<1.3",
"elasticsearch/elasticsearch": ">=8.0"
},
"require-dev": {
"behat/behat": "^3.1",
......@@ -52,7 +53,7 @@
"doctrine/mongodb-odm": "^2.2",
"doctrine/mongodb-odm-bundle": "^4.0",
"doctrine/orm": "^2.6.4",
"elasticsearch/elasticsearch": "^6.0 || ^7.0",
"elasticsearch/elasticsearch": "^7.11.0",
"friends-of-behat/mink-browserkit-driver": "^1.3.1",
"friends-of-behat/mink-extension": "^2.2",
"friends-of-behat/symfony-extension": "^2.1",
......@@ -61,6 +62,7 @@
"justinrainbow/json-schema": "^5.2.1",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
"phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
"phpspec/prophecy": "^1.10",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-doctrine": "^1.0",
......@@ -69,7 +71,7 @@
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ramsey/uuid": "^3.7 || ^4.0",
"ramsey/uuid-doctrine": "^1.4",
"soyuka/contexts": "dev-main",
"soyuka/contexts": "^3.3.6",
"soyuka/stubs-mongodb": "^1.0",
"symfony/asset": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/browser-kit": "^4.4 || ^5.1 || ^6.0",
......@@ -87,6 +89,8 @@
"symfony/form": "^3.4 || ^4.4 || ^5.1 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.1 || ^6.0",
"symfony/http-client": "^4.4 || ^5.1 || ^6.0",
"symfony/intl": "^4.4 || ^5.3 || ^6.0",
"symfony/maker-bundle": "^1.24",
"symfony/mercure-bundle": "*",
"symfony/messenger": "^4.4 || ^5.1 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
......@@ -103,7 +107,6 @@
"suggest": {
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
"elasticsearch/elasticsearch": "To support Elasticsearch.",
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
"ocramius/package-versions": "To display the API Platform's version in the debug bar.",
"phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
"psr/cache-implementation": "To use metadata caching.",
......@@ -111,6 +114,8 @@
"symfony/cache": "To have metadata caching when using Symfony integration.",
"symfony/config": "To load XML configuration files.",
"symfony/expression-language": "To use authorization features.",
"symfony/http-client": "To use the HTTP cache invalidation system.",
"symfony/messenger": "To support messenger integration.",
"symfony/security": "To use authorization features.",
"symfony/twig-bundle": "To use the Swagger UI integration.",
"symfony/uid": "To support Symfony UUID/ULID identifiers.",
......@@ -120,15 +125,18 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.6.x-dev"
"dev-main": "2.7.x-dev"
},
"symfony": {
"require": "^3.4 || ^4.4 || ^5.1 || ^6.0"
}
},
"autoload": {
"files": [
"src/deprecation.php"
],
"psr-4": {
"ApiPlatform\\Core\\": "src/"
"ApiPlatform\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
......@@ -157,7 +165,7 @@
],
"support": {
"issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v2.6.8"
"source": "https://github.com/api-platform/core/tree/v2.7.11"
},
"funding": [
{
......@@ -165,24 +173,24 @@
"type": "tidelift"
}
],
"time": "2022-01-11T10:29:54+00:00"
"time": "2023-03-10T09:36:05+00:00"
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.97",
"version": "v0.1.101",
"source": {
"type": "git",
"url": "https://github.com/digital-blueprint/relay-core-bundle.git",
"reference": "953bab56b0b013fb37cc970675afb971cadc5470"
"reference": "8bb8519054401f9c8707abbbdaf4ccf7ad18f840"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/953bab56b0b013fb37cc970675afb971cadc5470",
"reference": "953bab56b0b013fb37cc970675afb971cadc5470",
"url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/8bb8519054401f9c8707abbbdaf4ccf7ad18f840",
"reference": "8bb8519054401f9c8707abbbdaf4ccf7ad18f840",
"shasum": ""
},
"require": {
"api-platform/core": "^2.6.8 <2.7.0",
"api-platform/core": "^2.7.11",
"doctrine/annotations": "^1.13",
"dragonmantank/cron-expression": "^3.3",
"ext-fileinfo": "*",
......@@ -246,9 +254,9 @@
"description": "The core bundle of the Relay API gateway",
"support": {
"issues": "https://github.com/digital-blueprint/relay-core-bundle/issues",
"source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.97"
"source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.101"
},
"time": "2023-05-04T08:15:43+00:00"
"time": "2023-05-11T07:07:46+00:00"
},
{
"name": "doctrine/annotations",
......@@ -599,67 +607,6 @@
],
"time": "2022-09-10T18:51:20+00:00"
},
{
"name": "fig/link-util",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link-util.git",
"reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
"reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"psr/link": "~1.0@dev"
},
"provide": {
"psr/link-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.1",
"squizlabs/php_codesniffer": "^2.3.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Fig\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common utility implementations for HTTP links",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"issues": "https://github.com/php-fig/link-util/issues",
"source": "https://github.com/php-fig/link-util/tree/1.1.2"
},
"time": "2021-02-03T23:36:04+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "7.5.1",
......
......@@ -48,5 +48,9 @@ class Kernel extends BaseKernel
]);
$container->extension('dbp_relay_core_connector_textfile', []);
$container->extension('api_platform', [
'metadata_backward_compatibility_layer' => false,
]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment