From 16831c2efeabb0cfa92e34c6c8a4f0708a7b9817 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 20:24:34 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.11.16 to ^0.11.16 || ^0.12.0 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.16...0.12.14) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84084cd..3089676 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "phpunit/phpunit": "^8.4.1", "mouf/picotainer": "^1.1", - "phpstan/phpstan": "^0.11.16", + "phpstan/phpstan": "^0.11.16 || ^0.12.0", "php-coveralls/php-coveralls": "^2.1.0", "symfony/translation": "^4", "doctrine/coding-standard": "^6.0"