From 45a1e406660fd738dfa56ce4845957624e9e7fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 02:49:34 +0000 Subject: [PATCH] composer(deps-dev): update phpstan/phpstan requirement Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Updates `phpstan/phpstan` to 1.11.11 - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.10...1.11.11) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e52e76b..da10114 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "mimmi20/coding-standard": "^5.2.40", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.1", - "phpstan/phpstan": "^1.11.10", + "phpstan/phpstan": "^1.11.11", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.27",