Skip to content

Commit e803de3

Browse files
Merge pull request #36 from dragosprotung/patch-1
Fix min PHPStan requirement
2 parents 01bd4c3 + 1d949c5 commit e803de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "phpstan-extension",
66
"require": {
77
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
8-
"phpstan/phpstan": "^1.12.19 || ^2.0",
8+
"phpstan/phpstan": "^1.12.15 || ^2.0",
99
"dave-liddament/php-language-extensions": "^0.8.0 || ^0.9.0"
1010
},
1111
"require-dev": {

0 commit comments

Comments
 (0)