Skip to content

Commit

Permalink
Merge pull request #6 from schneiel/master
Browse files Browse the repository at this point in the history
Require PHP 7.1 as the required version of PHPStan does also require 7.1
  • Loading branch information
sascha-egerer committed Mar 25, 2019
2 parents 797a72a + 9115b8e commit 0cbe6bf
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 @@ -10,7 +10,7 @@
}
},
"require": {
"php": "~7.0",
"php": "~7.1",
"phpstan/phpstan": "^0.10",
"typo3/cms-core": "^8.7 || ^9.5",
"typo3/cms-extbase": "^8.7 || ^9.5"
Expand Down

0 comments on commit 0cbe6bf

Please sign in to comment.