From 9da4ab264a39373a1bd6efb8c489cc806b44542c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 03:02:04 +0000 Subject: [PATCH] Bump phpstan/phpstan-symfony in /vendor-bin/tools Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 0.12.28 to 0.12.30. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.28...0.12.30) Signed-off-by: dependabot[bot] --- vendor-bin/tools/composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/vendor-bin/tools/composer.lock b/vendor-bin/tools/composer.lock index 4bac73a..0a0c2ee 100644 --- a/vendor-bin/tools/composer.lock +++ b/vendor-bin/tools/composer.lock @@ -1229,16 +1229,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.4", + "version": "v4.10.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e" + "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e", - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", + "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", "shasum": "" }, "require": { @@ -1279,9 +1279,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" }, - "time": "2020-12-20T10:01:03+00:00" + "time": "2021-05-03T19:11:20+00:00" }, { "name": "openlss/lib-array2xml", @@ -2132,16 +2132,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "0.12.28", + "version": "0.12.30", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "e4b9ea96b78057a758ac648986d2339259448293" + "reference": "8377e227368bdec99d4753a8a050e162450c2217" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/e4b9ea96b78057a758ac648986d2339259448293", - "reference": "e4b9ea96b78057a758ac648986d2339259448293", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/8377e227368bdec99d4753a8a050e162450c2217", + "reference": "8377e227368bdec99d4753a8a050e162450c2217", "shasum": "" }, "require": { @@ -2160,7 +2160,7 @@ "phpunit/phpunit": "^7.5.20", "symfony/config": "^4.2 || ^5.0", "symfony/console": "^4.0 || ^5.0", - "symfony/framework-bundle": "^4.0 || ^5.0", + "symfony/framework-bundle": "^4.4 || ^5.0", "symfony/http-foundation": "^4.0 || ^5.0", "symfony/messenger": "^4.2 || ^5.0", "symfony/serializer": "^4.0 || ^5.0" @@ -2196,9 +2196,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.28" + "source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.30" }, - "time": "2021-04-27T09:18:16+00:00" + "time": "2021-05-03T09:17:26+00:00" }, { "name": "phpunit/php-code-coverage",