Skip to content

Commit 0cbe6bf

Browse files
Merge pull request #6 from schneiel/master
Require PHP 7.1 as the required version of PHPStan does also require 7.1
2 parents 797a72a + 9115b8e commit 0cbe6bf

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
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"require": {
13-
"php": "~7.0",
13+
"php": "~7.1",
1414
"phpstan/phpstan": "^0.10",
1515
"typo3/cms-core": "^8.7 || ^9.5",
1616
"typo3/cms-extbase": "^8.7 || ^9.5"

0 commit comments

Comments
 (0)