[TASK] Add php 7.4 compatibility

This commit is contained in:
Hannes Lau 2020-09-22 17:39:46 +02:00 committed by GitHub
parent db03cab79e
commit 22e617420f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,8 @@ jobs:
env: TYPO3_VERSION=^9.5
- php: 7.3
env: TYPO3_VERSION=^9.5
- php: 7.4
env: TYPO3_VERSION=^9.5
- stage: test
php: 7.2

View file

@ -15,7 +15,7 @@
}
},
"require": {
"php": ">=7.1.0 <=7.3.99",
"php": "^7.1",
"typo3/cms-core": "^8.7.0 || ^9.5.0",
"typo3/cms-form": "^8.7.0 || ^9.5.0"
},