Skip to content

Commit 4801a86

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 e441a28 commit 4801a86

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
@@ -21,15 +21,15 @@
2121
"symfony/event-dispatcher-contracts": "^3.0",
2222
"symfony/mailer": "^7.0",
2323
"symfony/mime": "^7.0",
24-
"typo3/cms-backend": "~12.4.25 || ~13.4.3",
25-
"typo3/cms-core": "~12.4.25 || ~13.4.3",
24+
"typo3/cms-backend": "~12.4.25 || ~13.4.3 || ~14.0.0",
25+
"typo3/cms-core": "~12.4.25 || ~13.4.3 || ~14.0.0",
2626
"typo3fluid/fluid": "^2.15 || ^4.0"
2727
},
2828
"require-dev": {
2929
"eliashaeussler/version-bumper": "^3.0",
3030
"phpunit/phpcov": "^10.0 || ^11.0",
3131
"phpunit/phpunit": "^11.5 || ^12.0",
32-
"typo3/cms-lowlevel": "~12.4.25 || ~13.4.3",
32+
"typo3/cms-lowlevel": "~12.4.25 || ~13.4.3 || ~14.0.0",
3333
"typo3/testing-framework": "^8.3.1 || ^9.3.0"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)