We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9054aea commit ccba6a5Copy full SHA for ccba6a5
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.2
4
- 7.3
5
- 7.4
6
+ - 8.0
7
env:
8
- dependencies=lowest
9
- dependencies=highest
composer.json
@@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
- "php": "~7.1",
+ "php": "~7.1 || ^8.0",
10
"phpstan/phpstan": "^0.12",
11
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4 || 11.*.*@dev",
12
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.4 || 11.*.*@dev"
0 commit comments