Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 65a878f

Browse files
mbrodalaPowerKiKi
authored andcommitted
Require separate TYPO3 packages (#158)
This is considered good practice and allows for installing only the really necessary parts of TYPO3. Also starting with TYPO3v9 it is impossible to install "typo3/cms". There is no "typo3/cms-lang" package anymore in TYPO3v9.
1 parent 3ec1dbd commit 65a878f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
"php": ">=5.6.0",
1616
"ext-mcrypt": "*",
1717
"ext-dom": "*",
18-
"typo3/cms": "^6.2 || ^7.6 || ^8.7 || ^9 || dev-master"
18+
"typo3/cms-backend": "^6.2 || ^7.6 || ^8.7 || ^9 || dev-master",
19+
"typo3/cms-core": "^6.2 || ^7.6 || ^8.7 || ^9 || dev-master",
20+
"typo3/cms-extbase": "^6.2 || ^7.6 || ^8.7 || ^9 || dev-master",
21+
"typo3/cms-fluid": "^6.2 || ^7.6 || ^8.7 || ^9 || dev-master",
22+
"typo3/cms-lang": "^6.2 || ^7.6 || ^8.7",
23+
"typo3/cms-scheduler": "^6.2 || ^7.6 || ^8.7 || ^9 || dev-master"
1924
},
2025
"require-dev": {
2126
"friendsofphp/php-cs-fixer": "^2.1"

0 commit comments

Comments
 (0)