From d3e29c5e180bfb3f9c94c44212b508746a331c93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 15:25:58 +0000 Subject: [PATCH] Bump phpstan/extension-installer from 1.0.5 to 1.0.6 Bumps [phpstan/extension-installer](https://github.com/phpstan/extension-installer) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/phpstan/extension-installer/releases) - [Commits](https://github.com/phpstan/extension-installer/compare/1.0.5...1.0.6) Signed-off-by: dependabot-preview[bot] --- composer.lock | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 25aaf24..94891dc 100644 --- a/composer.lock +++ b/composer.lock @@ -1675,16 +1675,16 @@ }, { "name": "phpstan/extension-installer", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "5c2da3846819f951385cb6a25d3277051481c48a" + "reference": "5de413b3113304d81b4d895caa443fda2da25b54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5c2da3846819f951385cb6a25d3277051481c48a", - "reference": "5c2da3846819f951385cb6a25d3277051481c48a", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5de413b3113304d81b4d895caa443fda2da25b54", + "reference": "5de413b3113304d81b4d895caa443fda2da25b54", "shasum": "" }, "require": { @@ -1694,13 +1694,9 @@ }, "require-dev": { "composer/composer": "^1.8", - "consistence/coding-standard": "^3.8", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "ergebnis/composer-normalize": "^2.0.2", - "phing/phing": "^2.16", + "phing/phing": "^2.16.3", "php-parallel-lint/php-parallel-lint": "^1.2.0", - "phpstan/phpstan-strict-rules": "^0.11", - "slevomat/coding-standard": "^5.0.4" + "phpstan/phpstan-strict-rules": "^0.11 || ^0.12" }, "type": "composer-plugin", "extra": { @@ -1716,7 +1712,7 @@ "MIT" ], "description": "Composer plugin for automatic installation of PHPStan extensions", - "time": "2020-08-30T12:06:42+00:00" + "time": "2020-12-12T15:17:16+00:00" }, { "name": "phpstan/phpdoc-parser",