From 8e070576c0279811e6416dd16269fa98f09a1695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2020 12:48:15 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/extension-installer from 1.0.4 to 1.0.5 Bumps [phpstan/extension-installer](https://github.com/phpstan/extension-installer) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/phpstan/extension-installer/releases) - [Commits](https://github.com/phpstan/extension-installer/compare/1.0.4...1.0.5) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index d902fcc3..3b85faf3 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ergebnis/test-util": "^1.1.0", "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.8.0", - "phpstan/extension-installer": "^1.0.4", + "phpstan/extension-installer": "^1.0.5", "phpstan/phpstan": "~0.12.40", "phpstan/phpstan-deprecation-rules": "~0.12.5", "phpstan/phpstan-phpunit": "~0.12.16", diff --git a/composer.lock b/composer.lock index b53dfd98..ad5bc10e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1c4a6393fe2cf44489e04a192b35e724", + "content-hash": "cfedd3a7e7e0b073e13573971ad890bd", "packages": [ { "name": "composer/semver", @@ -3686,30 +3686,30 @@ }, { "name": "phpstan/extension-installer", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "2e041def501d661b806f50000c8a4dccbd4907b4" + "reference": "5c2da3846819f951385cb6a25d3277051481c48a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/2e041def501d661b806f50000c8a4dccbd4907b4", - "reference": "2e041def501d661b806f50000c8a4dccbd4907b4", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5c2da3846819f951385cb6a25d3277051481c48a", + "reference": "5c2da3846819f951385cb6a25d3277051481c48a", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", - "php": "^7.1", + "php": "^7.1 || ^8.0", "phpstan/phpstan": ">=0.11.6" }, "require-dev": { "composer/composer": "^1.8", "consistence/coding-standard": "^3.8", - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "ergebnis/composer-normalize": "^2.0.2", - "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16", + "php-parallel-lint/php-parallel-lint": "^1.2.0", "phpstan/phpstan-strict-rules": "^0.11", "slevomat/coding-standard": "^5.0.4" }, @@ -3727,7 +3727,7 @@ "MIT" ], "description": "Composer plugin for automatic installation of PHPStan extensions", - "time": "2020-03-31T16:00:42+00:00" + "time": "2020-08-30T12:06:42+00:00" }, { "name": "phpstan/phpstan",