From e926f70d1dfcd239bf428168d1168b3f3553a5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:12:43 +0800 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.14 to ^0.12.14 || ^1.0.0 (#40) 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.14...1.0.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee316aa..00df5ad 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "psr/http-message": "^1.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.14", + "phpstan/phpstan": "^0.12.14 || ^1.0.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.5" },