Skip to content

Commit 635861f

Browse files
Update phpstan/phpstan requirement from ^2.1.10 to ^2.1.11 (#181)
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.1.10...2.1.11) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 898bc28 commit 635861f

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
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"doctrine/coding-standard": "^13.0",
20-
"phpstan/phpstan": "^2.1.10",
20+
"phpstan/phpstan": "^2.1.11",
2121
"phpunit/phpunit": "^12.0.10"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)