Skip to content

Commit

Permalink
[BUGFIX] Add missing extensions
Browse files Browse the repository at this point in the history
Some extensions were not required.
Now all core extensions are required
by default
  • Loading branch information
ochorocho committed Nov 11, 2021
1 parent 37cea39 commit 165027b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
"require": {
"ext-json": "*",
"typo3/cms-adminpanel": "@dev",
"typo3/cms-backend": "@dev",
"typo3/cms-belog": "@dev",
"typo3/cms-beuser": "@dev",
Expand All @@ -60,23 +61,31 @@
"typo3/cms-extensionmanager": "@dev",
"typo3/cms-felogin": "@dev",
"typo3/cms-filelist": "@dev",
"typo3/cms-filemetadata": "@dev",
"typo3/cms-fluid": "@dev",
"typo3/cms-fluid-styled-content": "@dev",
"typo3/cms-form": "@dev",
"typo3/cms-frontend": "@dev",
"typo3/cms-impexp": "@dev",
"typo3/cms-indexed-search": "@dev",
"typo3/cms-info": "@dev",
"typo3/cms-install": "@dev",
"typo3/cms-linkvalidator": "@dev",
"typo3/cms-lowlevel": "@dev",
"typo3/cms-opendocs": "@dev",
"typo3/cms-recordlist": "@dev",
"typo3/cms-recycler": "@dev",
"typo3/cms-redirects": "@dev",
"typo3/cms-reports": "@dev",
"typo3/cms-rte-ckeditor": "@dev",
"typo3/cms-scheduler": "@dev",
"typo3/cms-seo": "@dev",
"typo3/cms-setup": "@dev",
"typo3/cms-sys-note": "@dev",
"typo3/cms-t3editor": "@dev",
"typo3/cms-tstemplate": "@dev",
"typo3/cms-viewpage": "@dev",
"typo3/cms-workspaces": "@dev",
"typo3/cms-reports": "@dev"
"typo3/cms-workspaces": "@dev"
},
"require-dev": {
"codeception/codeception": "^4.1.22",
Expand Down

0 comments on commit 165027b

Please sign in to comment.