Actions
Bug #72631
closedVersion number in composer manifest is missing or invalid
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2016-01-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
How to reproduce¶
- TYPO3 6.2, standard install
- Install EXT:file_list from TER
- Create an extension which depends on EXT:file_list version 2.0.0 and above (or 2.0.1 as you want), define that in
ext_emconf.php
, do not create anycomposer.json
(not properly supported for TYPO3 6.2 anyway) - Try to activate this extension in Extension Manager
- BANG:
#1395614959: Version number in composer manifest of package "file_list" is missing or invalid
The reason is that, according to best practices, composer.json
from EXT:file_list does not provide a "version" information.
Actions