Actions
Bug #55908
closedEpic #47018: Implement Composer support and clean package manager API
Package-Manager / Extension-Manager reads depencies only from ext_emconf.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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)
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Resolved
Will be tacked in 7.3 with only composer.json remaining.
Actions