Skip to content

Commit

Permalink
Merge pull request #72 from bnf/task/13-4
Browse files Browse the repository at this point in the history
[TASK] Adjust for TYPO3 v13.4 release
  • Loading branch information
bnf committed Oct 15, 2024
2 parents 7cf27d4 + f4740f9 commit 994403b
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"sort-packages": true
},
"require": {
"typo3/cms-backend": "^13.1",
"typo3/cms-belog": "^13.1",
"typo3/cms-beuser": "^13.1",
"typo3/cms-core": "^13.1",
"typo3/cms-dashboard": "^13.1",
"typo3/cms-extbase": "^13.1",
"typo3/cms-extensionmanager": "^13.1",
"typo3/cms-felogin": "^13.1",
"typo3/cms-filelist": "^13.1",
"typo3/cms-fluid": "^13.1",
"typo3/cms-fluid-styled-content": "^13.1",
"typo3/cms-form": "^13.1",
"typo3/cms-frontend": "^13.1",
"typo3/cms-impexp": "^13.1",
"typo3/cms-info": "^13.1",
"typo3/cms-install": "^13.1",
"typo3/cms-reactions": "^13.1",
"typo3/cms-recycler": "^13.1",
"typo3/cms-rte-ckeditor": "^13.1",
"typo3/cms-seo": "^13.1",
"typo3/cms-setup": "^13.1",
"typo3/cms-sys-note": "^13.1",
"typo3/cms-tstemplate": "^13.1",
"typo3/cms-viewpage": "^13.1",
"typo3/cms-webhooks": "^13.1"
"typo3/cms-backend": "^13.4",
"typo3/cms-belog": "^13.4",
"typo3/cms-beuser": "^13.4",
"typo3/cms-core": "^13.4",
"typo3/cms-dashboard": "^13.4",
"typo3/cms-extbase": "^13.4",
"typo3/cms-extensionmanager": "^13.4",
"typo3/cms-felogin": "^13.4",
"typo3/cms-filelist": "^13.4",
"typo3/cms-fluid": "^13.4",
"typo3/cms-fluid-styled-content": "^13.4",
"typo3/cms-form": "^13.4",
"typo3/cms-frontend": "^13.4",
"typo3/cms-impexp": "^13.4",
"typo3/cms-info": "^13.4",
"typo3/cms-install": "^13.4",
"typo3/cms-reactions": "^13.4",
"typo3/cms-recycler": "^13.4",
"typo3/cms-rte-ckeditor": "^13.4",
"typo3/cms-seo": "^13.4",
"typo3/cms-setup": "^13.4",
"typo3/cms-sys-note": "^13.4",
"typo3/cms-tstemplate": "^13.4",
"typo3/cms-viewpage": "^13.4",
"typo3/cms-webhooks": "^13.4"
}
}

0 comments on commit 994403b

Please sign in to comment.