From 22bd77f68e4bb2dd590ce598aa43c1473834ea28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 09:38:19 +0000 Subject: [PATCH] Bump phpstan/phpstan-symfony from 0.12.8 to 0.12.9 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.8...0.12.9) Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index d99fcb981..f2e6f4538 100644 --- a/composer.lock +++ b/composer.lock @@ -11697,16 +11697,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "0.12.8", + "version": "0.12.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "34a3af9b797a6f7c2feaafc58adcf68a584e48ee" + "reference": "9da032e0874ea6bb21aa04ddf009e36ff595478f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/34a3af9b797a6f7c2feaafc58adcf68a584e48ee", - "reference": "34a3af9b797a6f7c2feaafc58adcf68a584e48ee", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/9da032e0874ea6bb21aa04ddf009e36ff595478f", + "reference": "9da032e0874ea6bb21aa04ddf009e36ff595478f", "shasum": "" }, "require": { @@ -11718,16 +11718,16 @@ "symfony/framework-bundle": "<3.0" }, "require-dev": { - "consistence/coding-standard": "^3.0.1", + "consistence/coding-standard": "^3.10", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "ergebnis/composer-normalize": "^2.0.2", - "jakub-onderka/php-parallel-lint": "^1.0", - "phing/phing": "^2.16.0", + "phing/phing": "^2.16.2", + "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpstan-phpunit": "^0.12.8", "phpstan/phpstan-strict-rules": "^0.12.2", "phpunit/phpunit": "^7.5.20", - "slevomat/coding-standard": "^4.5.2", - "squizlabs/php_codesniffer": "^3.3.2", + "slevomat/coding-standard": "^6.4", + "squizlabs/php_codesniffer": "^3.5.6", "symfony/console": "^4.0", "symfony/framework-bundle": "^4.0", "symfony/http-foundation": "^4.0", @@ -11763,7 +11763,7 @@ } ], "description": "Symfony Framework extensions and rules for PHPStan", - "time": "2020-10-01T11:10:28+00:00" + "time": "2020-10-21T15:45:33+00:00" }, { "name": "symfony/maker-bundle",