From eb33f205f1202d7847767edff95be4f20d6d8b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:30:32 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.10.24 to ^1.10.25 (#1372) 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.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.24...1.10.25) --- 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 249e32b1d..24b9c46fb 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "friendsofphp/php-cs-fixer": "^3.4.0", "php-coveralls/php-coveralls": "^2.5.3", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.24", + "phpstan/phpstan": "^1.10.25", "phpstan/phpstan-phpunit": "^1.3.13", "phpstan/phpstan-strict-rules": "^1.5.1", "phpunit/phpunit": "^8.5.33",