Skip to content

Commit 914e4d9

Browse files
[TASK] Update TYPO3 CMS to v13
| datasource | package | from | to | | ---------- | ------------------ | ------- | ------ | | packagist | typo3/cms-core | 12.4.23 | 13.4.1 | | packagist | typo3/cms-extbase | 12.4.23 | 13.4.1 | | packagist | typo3/cms-frontend | 12.4.23 | 13.4.1 |
1 parent cce3886 commit 914e4d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"psr/event-dispatcher": "^1.0",
2525
"psr/http-message": "^1.0 || ^2.0",
2626
"symfony/console": "^5.4 || ^6.0 || ^7.0",
27-
"typo3/cms-core": "^11.5 || ^12.4 || ~13.0.0",
28-
"typo3/cms-extbase": "^11.5 || ^12.4 || ~13.0.0",
29-
"typo3/cms-frontend": "^11.5 || ^12.4 || ~13.0.0"
27+
"typo3/cms-core": "^11.5 || ^12.4 || ~13.0.0 || ~13.4.0",
28+
"typo3/cms-extbase": "^11.5 || ^12.4 || ~13.0.0 || ~13.4.0",
29+
"typo3/cms-frontend": "^11.5 || ^12.4 || ~13.0.0 || ~13.4.0"
3030
},
3131
"require-dev": {
3232
"armin/editorconfig-cli": "^1.5 || ^2.0",

0 commit comments

Comments
 (0)