Update composer.json

This commit is contained in:
Daniel Huf 2020-11-24 10:24:58 +01:00 committed by GitHub
parent 2f01700413
commit 59d13802b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,12 +16,11 @@
},
"require": {
"php": "^7.1",
"typo3/cms-core": "^8.7.0 || ^9.5.0",
"typo3/cms-form": "^8.7.0 || ^9.5.0"
"typo3/cms-core": "^8.7.0 || ^9.5.0 || ^10.4.0",
"typo3/cms-form": "^8.7.0 || ^9.5.0 || ^10.4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.2.0",
"typo3/cms-core": "^8.7.0 || ^9.5.0",
"typo3/testing-framework": "^1.2.2"
},
"scripts": {