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

Merge branch 'renovate/lock-file-maintenance' into 'main'

chore(deps): lock file maintenance

See merge request !57
parents 409b3948 925cbec2
No related branches found
No related tags found
1 merge request!57chore(deps): lock file maintenance
Pipeline #66112 passed
...@@ -7653,16 +7653,16 @@ ...@@ -7653,16 +7653,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.2.1", "version": "v3.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14" "reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/13ae36a76b6e329e44ca3cafaa784ea02db9ff14", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/06bdbdfcd619183dd7a1a6948360f8af73b9ecec",
"reference": "13ae36a76b6e329e44ca3cafaa784ea02db9ff14", "reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7671,18 +7671,19 @@ ...@@ -7671,18 +7671,19 @@
"doctrine/annotations": "^1.12", "doctrine/annotations": "^1.12",
"ext-json": "*", "ext-json": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": "^7.2 || ^8.0", "php": "^7.2.5 || ^8.0",
"php-cs-fixer/diff": "^2.0", "php-cs-fixer/diff": "^2.0",
"symfony/console": "^4.4.20 || ^5.1.3", "symfony/console": "^5.1.3",
"symfony/event-dispatcher": "^4.4.20 || ^5.0", "symfony/event-dispatcher": "^5.0",
"symfony/filesystem": "^4.4.20 || ^5.0", "symfony/filesystem": "^5.0",
"symfony/finder": "^4.4.20 || ^5.0", "symfony/finder": "^5.0",
"symfony/options-resolver": "^4.4.20 || ^5.0", "symfony/options-resolver": "^5.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php72": "^1.23", "symfony/polyfill-php72": "^1.23",
"symfony/polyfill-php80": "^1.23", "symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.23", "symfony/polyfill-php81": "^1.23",
"symfony/process": "^4.4.20 || ^5.0", "symfony/process": "^5.0",
"symfony/stopwatch": "^4.4.20 || ^5.0" "symfony/stopwatch": "^5.0"
}, },
"require-dev": { "require-dev": {
"justinrainbow/json-schema": "^5.2", "justinrainbow/json-schema": "^5.2",
...@@ -7698,12 +7699,11 @@ ...@@ -7698,12 +7699,11 @@
"phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1", "phpunitgoodpractices/traits": "^1.9.1",
"symfony/phpunit-bridge": "^5.2.4", "symfony/phpunit-bridge": "^5.2.4",
"symfony/yaml": "^4.4.20 || ^5.0" "symfony/yaml": "^5.0"
}, },
"suggest": { "suggest": {
"ext-dom": "For handling output formats in XML", "ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters.", "ext-mbstring": "For handling non-UTF8 characters."
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
}, },
"bin": [ "bin": [
"php-cs-fixer" "php-cs-fixer"
...@@ -7731,7 +7731,7 @@ ...@@ -7731,7 +7731,7 @@
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"support": { "support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.2.1" "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.3.2"
}, },
"funding": [ "funding": [
{ {
...@@ -7739,7 +7739,7 @@ ...@@ -7739,7 +7739,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-10-05T08:12:17+00:00" "time": "2021-11-15T18:06:47+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
...@@ -7955,16 +7955,16 @@ ...@@ -7955,16 +7955,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.1.2", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "bcea0ae85868a89d5789c75f012c93129f842934" "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/bcea0ae85868a89d5789c75f012c93129f842934", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee",
"reference": "bcea0ae85868a89d5789c75f012c93129f842934", "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7980,7 +7980,7 @@ ...@@ -7980,7 +7980,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0-dev" "dev-master": "1.2-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -7995,7 +7995,7 @@ ...@@ -7995,7 +7995,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.1.2" "source": "https://github.com/phpstan/phpstan/tree/1.2.0"
}, },
"funding": [ "funding": [
{ {
...@@ -8015,7 +8015,7 @@ ...@@ -8015,7 +8015,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-09T12:41:09+00:00" "time": "2021-11-18T14:09:01+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -8808,16 +8808,16 @@ ...@@ -8808,16 +8808,16 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "4.12.0", "version": "4.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "e42bc4a23f67acba28a23bb09c348e2ff38a1d87" "reference": "cd489407a0219b93cadd04d5aff9845a942f7e5d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/e42bc4a23f67acba28a23bb09c348e2ff38a1d87", "url": "https://api.github.com/repos/vimeo/psalm/zipball/cd489407a0219b93cadd04d5aff9845a942f7e5d",
"reference": "e42bc4a23f67acba28a23bb09c348e2ff38a1d87", "reference": "cd489407a0219b93cadd04d5aff9845a942f7e5d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8863,7 +8863,8 @@ ...@@ -8863,7 +8863,8 @@
"weirdan/prophecy-shim": "^1.0 || ^2.0" "weirdan/prophecy-shim": "^1.0 || ^2.0"
}, },
"suggest": { "suggest": {
"ext-igbinary": "^2.0.5" "ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
}, },
"bin": [ "bin": [
"psalm", "psalm",
...@@ -8907,9 +8908,9 @@ ...@@ -8907,9 +8908,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/4.12.0" "source": "https://github.com/vimeo/psalm/tree/4.13.0"
}, },
"time": "2021-11-06T10:31:17+00:00" "time": "2021-11-19T20:24:40+00:00"
}, },
{ {
"name": "webmozart/path-util", "name": "webmozart/path-util",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment