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

Commit

Permalink
Remove typo3/cms-lang dependency
Browse files Browse the repository at this point in the history
While we still rely on that package we cannot declare it as dependency,
because it does not exist in TYPO3 9.5 anymore. Declaring like we did would
force to install an outdated extension for nothing.

Old TYPO3 versions will get the package installed via core. New TYPO3
versions won't have the package at all.
  • Loading branch information
PowerKiKi committed Feb 12, 2019
1 parent 5322b52 commit 72a4f7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"typo3/cms-core": "^7.6 || ^8.7 || ^9 || dev-master",
"typo3/cms-extbase": "^7.6 || ^8.7 || ^9 || dev-master",
"typo3/cms-fluid": "^7.6 || ^8.7 || ^9 || dev-master",
"typo3/cms-lang": "^7.6 || ^8.7",
"typo3/cms-scheduler": "^7.6 || ^8.7 || ^9 || dev-master"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72a4f7e

Please sign in to comment.