mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 03:36:11 +01:00
Fix minimal v10 version
This commit is contained in:
parent
423ce5a732
commit
ec45d511c2
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"typo3/cms-core": "^9.5.0 || ^10.4.0",
|
||||
"typo3/cms-form": "^9.5.0 || ^10.4.0"
|
||||
"typo3/cms-core": "^9.5.0 || ^10.4.10",
|
||||
"typo3/cms-form": "^9.5.0 || ^10.4.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.2.0",
|
||||
|
|
Loading…
Reference in a new issue