Skip to content

Commit ccba6a5

Browse files
committed
php 8.0 compatibility
1 parent 9054aea commit ccba6a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- 7.2
44
- 7.3
55
- 7.4
6+
- 8.0
67
env:
78
- dependencies=lowest
89
- dependencies=highest

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"require": {
9-
"php": "~7.1",
9+
"php": "~7.1 || ^8.0",
1010
"phpstan/phpstan": "^0.12",
1111
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4 || 11.*.*@dev",
1212
"typo3/cms-extbase": "^8.7 || ^9.5 || ^10.4 || 11.*.*@dev"

0 commit comments

Comments
 (0)