Skip to content
Snippets Groups Projects

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

Merged Reiter, Christoph requested to merge renovate/patch-all-minor-patch into main
1 file
+ 20
13
Compare changes
  • Side-by-side
  • Inline
+ 20
13
@@ -8,16 +8,16 @@
"packages": [
{
"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": {
@@ -52,7 +52,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 +61,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",
@@ -87,6 +88,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 +106,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 +113,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 +124,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 +164,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": [
{
@@ -165,7 +172,7 @@
"type": "tidelift"
}
],
"time": "2022-01-11T10:29:54+00:00"
"time": "2022-09-13T07:22:50+00:00"
},
{
"name": "brick/math",
@@ -229,11 +236,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",
@@ -296,7 +303,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",
Loading