Skip to content

Commit f1d1fd9

Browse files
[TASK] Update TYPO3 CMS to v14
| datasource | package | from | to | | ---------- | ------------------ | ------- | ------ | | packagist | typo3/cms-backend | 12.4.38 | 14.0.1 | | packagist | typo3/cms-core | 12.4.38 | 14.0.1 | | packagist | typo3/cms-lowlevel | 12.4.38 | 14.0.1 |
1 parent bc0ae45 commit f1d1fd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"symfony/event-dispatcher-contracts": "^3.0",
2121
"symfony/mailer": "^7.0",
2222
"symfony/mime": "^7.0",
23-
"typo3/cms-backend": "~12.4.25 || ~13.4.3",
24-
"typo3/cms-core": "~12.4.25 || ~13.4.3",
23+
"typo3/cms-backend": "~12.4.25 || ~13.4.3 || ~14.0.0",
24+
"typo3/cms-core": "~12.4.25 || ~13.4.3 || ~14.0.0",
2525
"typo3fluid/fluid": "^2.15 || ^4.0"
2626
},
2727
"require-dev": {
2828
"eliashaeussler/version-bumper": "^3.0",
2929
"phpunit/phpcov": "^10.0 || ^11.0",
30-
"typo3/cms-lowlevel": "~12.4.25 || ~13.4.3",
30+
"typo3/cms-lowlevel": "~12.4.25 || ~13.4.3 || ~14.0.0",
3131
"typo3/testing-framework": "^8.0.9 || ^9.0.1"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)