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

Update to api-platform 2.6

parent a9699ab1
No related branches found
No related tags found
No related merge requests found
Pipeline #22674 passed
...@@ -8,28 +8,28 @@ ...@@ -8,28 +8,28 @@
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",
"version": "v2.5.10", "version": "v2.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/api-platform/core.git", "url": "https://github.com/api-platform/core.git",
"reference": "908dafa251fc532cb2c3673318b4ac4a6438f9da" "reference": "be971e5d0257a8c01a824ee01cfc217ba04c3200"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/908dafa251fc532cb2c3673318b4ac4a6438f9da", "url": "https://api.github.com/repos/api-platform/core/zipball/be971e5d0257a8c01a824ee01cfc217ba04c3200",
"reference": "908dafa251fc532cb2c3673318b4ac4a6438f9da", "reference": "be971e5d0257a8c01a824ee01cfc217ba04c3200",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/inflector": "^1.0 || ^2.0", "doctrine/inflector": "^1.0 || ^2.0",
"fig/link-util": "^1.0", "fig/link-util": "^1.0",
"php": ">=7.1", "php": ">=7.1",
"psr/cache": "^1.0", "psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0", "psr/container": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.1", "symfony/http-foundation": "^4.4 || ^5.1",
"symfony/http-kernel": "^4.4 || ^5.1", "symfony/http-kernel": "^4.4 || ^5.1",
"symfony/property-access": "^3.4.19 || ^4.4 || ^5.1", "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1",
"symfony/property-info": "^3.4 || ^4.4 || ^5.1", "symfony/property-info": "^3.4 || ^4.4 || ^5.2.1",
"symfony/serializer": "^4.4 || ^5.1", "symfony/serializer": "^4.4 || ^5.1",
"symfony/web-link": "^4.4 || ^5.1", "symfony/web-link": "^4.4 || ^5.1",
"willdurand/negotiation": "^2.0.3 || ^3.0" "willdurand/negotiation": "^2.0.3 || ^3.0"
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1", "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
"phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4", "phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.53@dev", "phpstan/phpstan": "^0.12.65",
"phpstan/phpstan-doctrine": "^0.12.7", "phpstan/phpstan-doctrine": "^0.12.7",
"phpstan/phpstan-phpunit": "^0.12.4", "phpstan/phpstan-phpunit": "^0.12.4",
"phpstan/phpstan-symfony": "^0.12.4", "phpstan/phpstan-symfony": "^0.12.4",
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.", "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
"elasticsearch/elasticsearch": "To support Elasticsearch.", "elasticsearch/elasticsearch": "To support Elasticsearch.",
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.", "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.", "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
"psr/cache-implementation": "To use metadata caching.", "psr/cache-implementation": "To use metadata caching.",
"ramsey/uuid": "To support Ramsey's UUID identifiers.", "ramsey/uuid": "To support Ramsey's UUID identifiers.",
...@@ -109,13 +110,14 @@ ...@@ -109,13 +110,14 @@
"symfony/expression-language": "To use authorization features.", "symfony/expression-language": "To use authorization features.",
"symfony/security": "To use authorization features.", "symfony/security": "To use authorization features.",
"symfony/twig-bundle": "To use the Swagger UI integration.", "symfony/twig-bundle": "To use the Swagger UI integration.",
"symfony/uid": "To support Symfony UUID/ULID identifiers.",
"symfony/web-profiler-bundle": "To use the data collector.", "symfony/web-profiler-bundle": "To use the data collector.",
"webonyx/graphql-php": "To support GraphQL." "webonyx/graphql-php": "To support GraphQL."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5.x-dev" "dev-main": "2.7.x-dev"
}, },
"symfony": { "symfony": {
"require": "^3.4 || ^4.4 || ^5.1" "require": "^3.4 || ^4.4 || ^5.1"
...@@ -152,7 +154,7 @@ ...@@ -152,7 +154,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/api-platform/core/issues", "issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v2.5.10" "source": "https://github.com/api-platform/core/tree/v2.6.4"
}, },
"funding": [ "funding": [
{ {
...@@ -160,7 +162,7 @@ ...@@ -160,7 +162,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-22T10:36:37+00:00" "time": "2021-04-12T14:53:14+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
...@@ -224,10 +226,10 @@ ...@@ -224,10 +226,10 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git", "url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git",
"reference": "79cffde485069243d1d46b9a0a2c338aa02f4bf2" "reference": "6f3bf973ad3374ab018a826164f00358e057e404"
}, },
"require": { "require": {
"api-platform/core": "2.5.10", "api-platform/core": "^2.6.3",
"doctrine/annotations": "^1.0", "doctrine/annotations": "^1.0",
"ext-json": "*", "ext-json": "*",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
...@@ -301,7 +303,7 @@ ...@@ -301,7 +303,7 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2021-04-14T13:04:20+00:00" "time": "2021-04-15T09:51:39+00:00"
}, },
{ {
"name": "dbp/api-starter-bundle", "name": "dbp/api-starter-bundle",
...@@ -309,7 +311,7 @@ ...@@ -309,7 +311,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-starter-bundle.git", "url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-starter-bundle.git",
"reference": "d5a4af1951a2712817a1d71ab7dcbcac68928c06" "reference": "1e233d32f8ead03e21b82f909b21de9d6da58dfb"
}, },
"require": { "require": {
"api-platform/core": "^2.5", "api-platform/core": "^2.5",
...@@ -369,7 +371,7 @@ ...@@ -369,7 +371,7 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2021-04-14T08:55:51+00:00" "time": "2021-04-15T10:26:19+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment