From ce8d4cd407d3d7ac4de8681eb41efbcf75424015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:57:33 +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.10.6) --- 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..a3eeeff 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.10.6@dev", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.2@dev", "roave/security-advisories": "dev-master",