From 13f465c9d2afa8fa41fd3d5ad60fe06d3af9d764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jan 2022 05:12:37 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.2.0 to ^1.3.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) - [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.2.0...1.3.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 af55487..aff9e6e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", "phpspec/prophecy-phpunit": "^2.0", - "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan": "^1.3.0", "psr/http-factory": "^1.0", "squizlabs/php_codesniffer": "^3.6" },