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

Merge branch 'renovate/patch-all-minor-patch' into 'main'

fix(deps): update dependency dbp/relay-core-bundle to v0.1.42

See merge request !109
parents fa4125ea a62023d4
No related branches found
No related tags found
1 merge request!109fix(deps): update dependency dbp/relay-core-bundle to v0.1.42
Pipeline #194465 passed
......@@ -73,16 +73,16 @@
},
{
"name": "api-platform/core",
"version": "v2.6.8",
"version": "v2.7.0",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
"reference": "ff3aab5b196709c721960c0bb4f1d52759af737d"
"reference": "d3f5fb8a1e5de4d516c3407b71e592e26efdca05"
},
"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/d3f5fb8a1e5de4d516c3407b71e592e26efdca05",
"reference": "d3f5fb8a1e5de4d516c3407b71e592e26efdca05",
"shasum": ""
},
"require": {
......@@ -117,7 +117,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",
......@@ -126,6 +126,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",
......@@ -152,6 +153,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",
......@@ -168,7 +171,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.",
......@@ -176,6 +178,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.",
......@@ -185,15 +189,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/",
......@@ -222,7 +229,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.0"
},
"funding": [
{
......@@ -230,7 +237,7 @@
"type": "tidelift"
}
],
"time": "2022-01-11T10:29:54+00:00"
"time": "2022-09-13T07:22:50+00:00"
},
{
"name": "brick/math",
......@@ -396,11 +403,11 @@
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.41",
"version": "v0.1.42",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "656136f5ed70450683a5c0251fd071e607bd2c81"
"reference": "6ae27634574cff5f08ef2ff6cbb3cf72c155cf20"
},
"require": {
"api-platform/core": "^2.6.6",
......@@ -463,7 +470,7 @@
"AGPL-3.0-or-later"
],
"description": "The core bundle of the Relay API gateway",
"time": "2022-09-08T10:58:52+00:00"
"time": "2022-09-14T10:25:56+00:00"
},
{
"name": "doctrine/annotations",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment