From 43fc776e5776bda3b3ddbdbde8c37849687d2983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 01:12:22 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.5 to ^0.12.5 || ^1.0.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.12.5...1.0.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d9808a..ce2cde1 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "phpunit/phpunit": "^6.2 || ^7.0", "symfony/var-dumper": "^3.3", "phpspec/prophecy": "^1.7", - "phpstan/phpstan": "^0.12.5", + "phpstan/phpstan": "^0.12.5 || ^1.0.0", "squizlabs/php_codesniffer": "^3.0", "howyi/conv-test-suite": "dev-master", "php-coveralls/php-coveralls": "^2.2"