Skip to content

Commit bf3f95d

Browse files
authored
Allow more recent phpstan versions
1 parent 6b9a0cf commit bf3f95d

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
@@ -3,7 +3,7 @@
33
"description": "Extension for PHPStan to allow analysis of Magento 1 code.",
44
"type": "library",
55
"require": {
6-
"phpstan/phpstan": "^0.12",
6+
"phpstan/phpstan": ">=0.12",
77
"php": ">= 7.2"
88
},
99
"replace": {

0 commit comments

Comments
 (0)