Skip to content

Commit 1902fa9

Browse files
Fix phpstan requirement
The caret operator behaves differently for pre release versions so there must be both minor versions in the requirement.
1 parent a2040d8 commit 1902fa9

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
"prefer-stable": true,
88
"require": {
99
"php": "~7.1",
10-
"phpstan/phpstan": "^0.10",
10+
"phpstan/phpstan": "^0.10 || ^0.11",
1111
"typo3/cms-core": "^8.7 || ^9.5 || ^10.0",
1212
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.0"
1313
},

0 commit comments

Comments
 (0)