Skip to content

Commit 008cee4

Browse files
committed
[TASK] update typo3 to v9.5
1 parent 6be2ed4 commit 008cee4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

composer.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,20 @@
3030
],
3131
"minimum-stability": "dev",
3232
"require": {
33-
"php": "^7.0",
34-
"typo3/cms-core": "~8.7.14",
33+
"php": "^7.2",
34+
35+
"typo3/cms-backend": "~9.5.1",
36+
"typo3/cms-core": "~9.5.1",
37+
"typo3/cms-extbase": "~9.5.1",
38+
"typo3/cms-extensionmanager": "~9.5.1",
39+
"typo3/cms-fluid": "~9.5.1",
40+
"typo3/cms-frontend": "~9.5.1",
41+
"typo3/cms-install": "~9.5.1",
42+
"typo3/cms-fluid-styled-content": "~9.5.1",
43+
"typo3/cms-rte-ckeditor": "~9.5.1",
44+
"typo3/cms-form": "~9.5.1",
45+
"typo3/cms-felogin": "~9.5.1",
46+
3547
"dmitryd/typo3-realurl": "~2.3.2",
3648
"typo3-themes/themes": "~8.7.0",
3749
"gridelementsteam/gridelements": "~8.2.1",

0 commit comments

Comments
 (0)