mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 03:16:09 +01:00
Update composer.json
This commit is contained in:
parent
2f01700413
commit
59d13802b2
1 changed files with 2 additions and 3 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue