Skip to content
Snippets Groups Projects

fix(deps): update all non-major dependencies (patch)

Merged Reiter, Christoph requested to merge renovate/patch-all-minor-patch into main
1 file
+ 29
30
Compare changes
  • Side-by-side
  • Inline
+ 29
30
@@ -396,39 +396,38 @@
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.43",
"version": "v0.1.44",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "0a77fc966ad8a46f8861f2412ed0533777e3a959"
"reference": "56b699ad15de9d8c03a3800af0537531fbf6b961"
},
"require": {
"api-platform/core": "^2.6.8 <2.7.0",
"doctrine/annotations": "^1.0",
"dragonmantank/cron-expression": "^3.1",
"doctrine/annotations": "^1.13",
"dragonmantank/cron-expression": "^3.3",
"ext-fileinfo": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^7.5",
"kevinrob/guzzle-cache-middleware": "^4.0",
"league/uri": "^6.5",
"nelmio/cors-bundle": "^2.1.0",
"php": "^7.3 || ^8.0",
"nelmio/cors-bundle": "^2.2",
"php": ">=7.3",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
"symfony/asset": "^5.3",
"symfony/config": "^5.3",
"symfony/event-dispatcher": "^5.3",
"symfony/expression-language": "^5.3",
"symfony/asset": "^5.4",
"symfony/config": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/expression-language": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/lock": "^5.4",
"symfony/messenger": "^5.3",
"symfony/mime": "^5.3",
"symfony/security-bundle": "^5.3",
"symfony/security-core": "^5.3",
"symfony/security-guard": "^5.3",
"symfony/twig-bundle": "^5.3",
"symfony/messenger": "^5.4",
"symfony/mime": "^5.4",
"symfony/security-bundle": "^5.4",
"symfony/security-core": "^5.4",
"symfony/security-guard": "^5.4",
"symfony/twig-bundle": "^5.4",
"symfony/uid": "^5.4",
"symfony/validator": "^5.3",
"symfony/yaml": "^5.3"
"symfony/validator": "^5.4",
"symfony/yaml": "^5.4"
},
"conflict": {
"symfony/dependency-injection": "5.3.7"
@@ -436,12 +435,12 @@
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8.5",
"friendsofphp/php-cs-fixer": "^3.4",
"phpstan/phpstan": "^1.8.5",
"phpstan/phpstan": "^1.8.6",
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-symfony": "^1.2.13",
"phpunit/phpunit": "^9.5.24",
"phpunit/phpunit": "^9.5.25",
"symfony/browser-kit": "^5.4.11",
"symfony/http-client": "^5.4.12",
"symfony/http-client": "^5.4.13",
"symfony/phpunit-bridge": "^5.4.11",
"vimeo/psalm": "^4.27"
},
@@ -463,7 +462,7 @@
"AGPL-3.0-or-later"
],
"description": "The core bundle of the Relay API gateway",
"time": "2022-09-21T09:14:55+00:00"
"time": "2022-10-06T14:41:22+00:00"
},
{
"name": "doctrine/annotations",
@@ -8577,16 +8576,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.8.6",
"version": "1.8.8",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618"
"reference": "08310ce271984587e2a4cda94e1ac66510a6ea07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618",
"reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07",
"reference": "08310ce271984587e2a4cda94e1ac66510a6ea07",
"shasum": ""
},
"require": {
@@ -8616,7 +8615,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.8.6"
"source": "https://github.com/phpstan/phpstan/tree/1.8.8"
},
"funding": [
{
@@ -8632,7 +8631,7 @@
"type": "tidelift"
}
],
"time": "2022-09-23T09:54:39+00:00"
"time": "2022-10-06T12:51:57+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
Loading