Skip to content

Commit

Permalink
Fix phpstan requirement
Browse files Browse the repository at this point in the history
The caret operator behaves differently for pre release versions so
there must be both minor versions in the requirement.
  • Loading branch information
sascha-egerer committed Jul 26, 2019
1 parent a2040d8 commit 1902fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prefer-stable": true,
"require": {
"php": "~7.1",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan": "^0.10 || ^0.11",
"typo3/cms-core": "^8.7 || ^9.5 || ^10.0",
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.0"
},
Expand Down

0 comments on commit 1902fa9

Please sign in to comment.