Skip to content
Snippets Groups Projects
Commit 3d87081b authored by Renovate Bot's avatar Renovate Bot
Browse files

fix(deps): update all non-major dependencies

parent be023065
No related branches found
No related tags found
1 merge request!11fix(deps): update all non-major dependencies
Pipeline #105635 passed
...@@ -4888,16 +4888,16 @@ ...@@ -4888,16 +4888,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.2.4", "version": "v5.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "6a81fec0628c468cf6d5c87a4d003725e040e223" "reference": "002ab5a36702adf0c9a11e6d8836623253e9045e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6a81fec0628c468cf6d5c87a4d003725e040e223", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/002ab5a36702adf0c9a11e6d8836623253e9045e",
"reference": "6a81fec0628c468cf6d5c87a4d003725e040e223", "reference": "002ab5a36702adf0c9a11e6d8836623253e9045e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4956,7 +4956,7 @@ ...@@ -4956,7 +4956,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.4" "source": "https://github.com/symfony/var-dumper/tree/v5.2.5"
}, },
"funding": [ "funding": [
{ {
...@@ -4972,7 +4972,7 @@ ...@@ -4972,7 +4972,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-18T23:11:19+00:00" "time": "2021-03-06T07:59:01+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
...@@ -5049,16 +5049,16 @@ ...@@ -5049,16 +5049,16 @@
}, },
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
"version": "v5.2.4", "version": "v5.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/web-link.git", "url": "https://github.com/symfony/web-link.git",
"reference": "9c50065e5192eeb669c30d7f02fd7bb85b6f6d36" "reference": "118ef73c177a033955af1342ec54f08dd1bf6d8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/9c50065e5192eeb669c30d7f02fd7bb85b6f6d36", "url": "https://api.github.com/repos/symfony/web-link/zipball/118ef73c177a033955af1342ec54f08dd1bf6d8e",
"reference": "9c50065e5192eeb669c30d7f02fd7bb85b6f6d36", "reference": "118ef73c177a033955af1342ec54f08dd1bf6d8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5116,7 +5116,7 @@ ...@@ -5116,7 +5116,7 @@
"push" "push"
], ],
"support": { "support": {
"source": "https://github.com/symfony/web-link/tree/v5.2.4" "source": "https://github.com/symfony/web-link/tree/v5.2.5"
}, },
"funding": [ "funding": [
{ {
...@@ -5132,7 +5132,7 @@ ...@@ -5132,7 +5132,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-17T15:24:54+00:00" "time": "2021-03-07T15:51:33+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
...@@ -5741,30 +5741,35 @@ ...@@ -5741,30 +5741,35 @@
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.9.1", "version": "1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozarts/assert.git", "url": "https://github.com/webmozarts/assert.git",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.3 || ^7.0 || ^8.0", "php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8" "symfony/polyfill-ctype": "^1.8"
}, },
"conflict": { "conflict": {
"phpstan/phpstan": "<0.12.20", "phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1" "vimeo/psalm": "<4.6.1 || 4.6.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13" "phpunit/phpunit": "^8.5.13"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Webmozart\\Assert\\": "src/" "Webmozart\\Assert\\": "src/"
...@@ -5788,9 +5793,9 @@ ...@@ -5788,9 +5793,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/webmozarts/assert/issues", "issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.9.1" "source": "https://github.com/webmozarts/assert/tree/1.10.0"
}, },
"time": "2020-07-08T17:02:28+00:00" "time": "2021-03-09T10:59:23+00:00"
}, },
{ {
"name": "willdurand/negotiation", "name": "willdurand/negotiation",
...@@ -6367,16 +6372,16 @@ ...@@ -6367,16 +6372,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v2.18.2", "version": "v2.18.3",
"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": "18f8c9d184ba777380794a389fabc179896ba913" "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab99202fccff2a9f97592fbe1b5c76dd06df3513",
"reference": "18f8c9d184ba777380794a389fabc179896ba913", "reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6438,6 +6443,7 @@ ...@@ -6438,6 +6443,7 @@
"tests/Test/IntegrationCaseFactoryInterface.php", "tests/Test/IntegrationCaseFactoryInterface.php",
"tests/Test/InternalIntegrationCaseFactory.php", "tests/Test/InternalIntegrationCaseFactory.php",
"tests/Test/IsIdenticalConstraint.php", "tests/Test/IsIdenticalConstraint.php",
"tests/Test/TokensWithObservedTransformers.php",
"tests/TestCase.php" "tests/TestCase.php"
] ]
}, },
...@@ -6458,7 +6464,7 @@ ...@@ -6458,7 +6464,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/v2.18.2" "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.3"
}, },
"funding": [ "funding": [
{ {
...@@ -6466,7 +6472,7 @@ ...@@ -6466,7 +6472,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-01-26T00:22:21+00:00" "time": "2021-03-10T19:39:05+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
...@@ -6685,16 +6691,16 @@ ...@@ -6685,16 +6691,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.80", "version": "0.12.81",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "c6a1b17f22ecf708d434d6bee05092647ec7e686" "reference": "0dd5b0ebeff568f7000022ea5f04aa86ad3124b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6a1b17f22ecf708d434d6bee05092647ec7e686", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0dd5b0ebeff568f7000022ea5f04aa86ad3124b8",
"reference": "c6a1b17f22ecf708d434d6bee05092647ec7e686", "reference": "0dd5b0ebeff568f7000022ea5f04aa86ad3124b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6725,7 +6731,7 @@ ...@@ -6725,7 +6731,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/0.12.80" "source": "https://github.com/phpstan/phpstan/tree/0.12.81"
}, },
"funding": [ "funding": [
{ {
...@@ -6741,7 +6747,7 @@ ...@@ -6741,7 +6747,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-28T20:22:43+00:00" "time": "2021-03-08T22:03:02+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -6937,16 +6943,16 @@ ...@@ -6937,16 +6943,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.19", "version": "v4.4.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "24026c44fc37099fa145707fecd43672831b837a" "reference": "c98349bda966c70d6c08b4cd8658377c94166492"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a", "url": "https://api.github.com/repos/symfony/console/zipball/c98349bda966c70d6c08b4cd8658377c94166492",
"reference": "24026c44fc37099fa145707fecd43672831b837a", "reference": "c98349bda966c70d6c08b4cd8658377c94166492",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7006,7 +7012,7 @@ ...@@ -7006,7 +7012,7 @@
"description": "Eases the creation of beautiful and testable command line interfaces", "description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v4.4.19" "source": "https://github.com/symfony/console/tree/v4.4.20"
}, },
"funding": [ "funding": [
{ {
...@@ -7022,7 +7028,7 @@ ...@@ -7022,7 +7028,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T09:09:26+00:00" "time": "2021-02-22T18:44:15+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
...@@ -7180,7 +7186,7 @@ ...@@ -7180,7 +7186,7 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v5.2.3", "version": "v5.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
...@@ -7229,7 +7235,7 @@ ...@@ -7229,7 +7235,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.2.3" "source": "https://github.com/symfony/options-resolver/tree/v5.2.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7475,7 +7481,7 @@ ...@@ -7475,7 +7481,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.2.3", "version": "v5.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
...@@ -7517,7 +7523,7 @@ ...@@ -7517,7 +7523,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.2.3" "source": "https://github.com/symfony/process/tree/v5.2.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7537,7 +7543,7 @@ ...@@ -7537,7 +7543,7 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v5.2.3", "version": "v5.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
...@@ -7579,7 +7585,7 @@ ...@@ -7579,7 +7585,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.2.3" "source": "https://github.com/symfony/stopwatch/tree/v5.2.4"
}, },
"funding": [ "funding": [
{ {
...@@ -7599,20 +7605,20 @@ ...@@ -7599,20 +7605,20 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "4.6.2", "version": "4.6.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "bca09d74adc704c4eaee36a3c3e9d379e290fc3b" "reference": "f1a840727dd756899eee2f1f9ea443e265a4763f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/bca09d74adc704c4eaee36a3c3e9d379e290fc3b", "url": "https://api.github.com/repos/vimeo/psalm/zipball/f1a840727dd756899eee2f1f9ea443e265a4763f",
"reference": "bca09d74adc704c4eaee36a3c3e9d379e290fc3b", "reference": "f1a840727dd756899eee2f1f9ea443e265a4763f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"amphp/amp": "^2.1", "amphp/amp": "^2.4.2",
"amphp/byte-stream": "^1.5", "amphp/byte-stream": "^1.5",
"composer/package-versions-deprecated": "^1.8.0", "composer/package-versions-deprecated": "^1.8.0",
"composer/semver": "^1.4 || ^2.0 || ^3.0", "composer/semver": "^1.4 || ^2.0 || ^3.0",
...@@ -7638,7 +7644,6 @@ ...@@ -7638,7 +7644,6 @@
"psalm/psalm": "self.version" "psalm/psalm": "self.version"
}, },
"require-dev": { "require-dev": {
"amphp/amp": "^2.4.2",
"bamarni/composer-bin-plugin": "^1.2", "bamarni/composer-bin-plugin": "^1.2",
"brianium/paratest": "^4.0||^6.0", "brianium/paratest": "^4.0||^6.0",
"ext-curl": "*", "ext-curl": "*",
...@@ -7698,9 +7703,9 @@ ...@@ -7698,9 +7703,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.6.2" "source": "https://github.com/vimeo/psalm/tree/4.6.3"
}, },
"time": "2021-02-26T02:24:18+00:00" "time": "2021-03-14T00:28:24+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.
Finish editing this message first!
Please register or to comment