Skip to content

Commit 4bd3718

Browse files
Update phpstan/phpstan requirement from ^2.0 to ^2.1
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/2.1.x/CHANGELOG.md) - [Commits](phpstan/phpstan@2.0.0...2.1.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 525a9fa commit 4bd3718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"composer-runtime-api": "^2.0",
99
"composer/semver": "^3.2",
1010
"doctrine/dbal": "3.*",
11-
"phpstan/phpstan": "^2.0"
11+
"phpstan/phpstan": "^2.1"
1212
},
1313
"require-dev": {
1414
"ext-mysqli": "*",

0 commit comments

Comments
 (0)