Skip to content
Snippets Groups Projects

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

Merged Bekerle, Patrizio requested to merge renovate/patch-all-minor-patch into main
1 file
+ 12
12
Compare changes
  • Side-by-side
  • Inline
+ 12
12
@@ -168,11 +168,11 @@
},
{
"name": "dbp/relay-core-bundle",
"version": "v0.1.22",
"version": "v0.1.23",
"source": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "744e4df48e117ccad9b4c161b872b4eb68740bdd"
"reference": "3589e404e9ac3e1dd03775cbd07ed3c76285a1b9"
},
"require": {
"api-platform/core": "^2.6.3",
@@ -182,7 +182,7 @@
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"nelmio/cors-bundle": "^2.1.0",
"php": "^7.3",
"php": "^7.3 || ^8.0",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
"symfony/asset": "^5.3",
"symfony/config": "^5.3",
@@ -204,8 +204,8 @@
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"symfony/browser-kit": "^5.3",
"symfony/http-client": "^5.3",
"symfony/phpunit-bridge": "^5.3",
@@ -228,7 +228,7 @@
"license": [
"AGPL-3.0-or-later"
],
"time": "2021-11-04T14:32:50+00:00"
"time": "2021-11-10T14:58:27+00:00"
},
{
"name": "doctrine/annotations",
@@ -6874,16 +6874,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.1.1",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "cb317029197236c571c1b9305b8dd12850d8d85c"
"reference": "bcea0ae85868a89d5789c75f012c93129f842934"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cb317029197236c571c1b9305b8dd12850d8d85c",
"reference": "cb317029197236c571c1b9305b8dd12850d8d85c",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/bcea0ae85868a89d5789c75f012c93129f842934",
"reference": "bcea0ae85868a89d5789c75f012c93129f842934",
"shasum": ""
},
"require": {
@@ -6914,7 +6914,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.1.1"
"source": "https://github.com/phpstan/phpstan/tree/1.1.2"
},
"funding": [
{
@@ -6934,7 +6934,7 @@
"type": "tidelift"
}
],
"time": "2021-11-06T22:46:47+00:00"
"time": "2021-11-09T12:41:09+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
Loading