From bfc713df3f7fdc65c3898ddc1b7cb2acc71b96b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 04:02:09 +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.10.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.0...1.9.9) --- 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..5d53355 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.9@dev", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.2@dev", "roave/security-advisories": "dev-master",