mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-15 03:36:11 +01:00
[WIP] Upgrade v11
This commit is contained in:
parent
df50914377
commit
69d6d05b38
1 changed files with 4 additions and 4 deletions
|
@ -15,13 +15,13 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"typo3/cms-core": "^9.5.0 || ^10.4.10",
|
||||
"typo3/cms-form": "^9.5.0 || ^10.4.10"
|
||||
"php": "^7.4 || ^8.0 || ^8.1",
|
||||
"typo3/cms-core": "^9.5.0 || ^10.4.10 || ^11.5",
|
||||
"typo3/cms-form": "^9.5.0 || ^10.4.10 || ^11.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.2.0",
|
||||
"typo3/testing-framework": "^1.2.2"
|
||||
"typo3/testing-framework": "^1.2.2 || ^6.16"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": [
|
||||
|
|
Loading…
Reference in a new issue