Bug #55908
Epic #47018: Implement Composer support and clean package manager API
Package-Manager / Extension-Manager reads depencies only from ext_emconf.php
Status: | Resolved | Start date: | 2014-02-12 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
When defining dependencies in the composer.json installing the extension does not install the dependent extensions since it only seems to look at ext_emconf.php
Since the depencies in composer.json are used for loading order detection, installing the extension fails with an exception (as it is not prevented, but the base extension is not loaded)
History
#1 Updated by Ernesto Baschny over 1 year ago
- Parent task set to #47018
#2 Updated by Mathias Schreiber 6 months ago
- Status changed from New to Resolved
Will be tacked in 7.3 with only composer.json remaining.