Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 426488d

Browse files
committedMar 9, 2022
Require PHPStan 1.4.9
1 parent 0581256 commit 426488d

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
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^1.4.8"
10+
"phpstan/phpstan": "^1.4.9"
1111
},
1212
"require-dev": {
1313
"nikic/php-parser": "^4.13.0",

0 commit comments

Comments
 (0)
Please sign in to comment.