From 81c6d171e63d72395361112e7ae45ce3cc414a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 04:03:01 +0000 Subject: [PATCH] chore(deps-dev): update phpstan/phpstan requirement Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.0...1.9.7) --- 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 42d0366..5423927 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "php-coveralls/php-coveralls": "^2.4", - "phpstan/phpstan": "^0.12.0@dev", + "phpstan/phpstan": "^1.9.7@dev", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.2@dev", "roave/security-advisories": "dev-master",