Actions
Bug #70865
closedClassloader via composer.json in extension fails
Start date:
2015-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
composer classloader
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using ext:extender which the author tested sucessfully on his Installation (also 7.5) fails on autoloading via composer.json. (Could therefor be a problem tied to specific environments)
"autoload": { "psr-4": { "Evoweb\\Extender\\": "Classes/" } },
Removing the composer.json results in successful loading of the extension (according to the author the extbase classloader kicks in then).
System Environment Tests in the install tool ran successfully, 2 notices (systemLocale Setting and "some PHP functions disabled but unused by TYPO3")
Running Extension Manager in non-Composer mode, getting extensions over TER.
PHP Version 5.6.14
Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u3 x86_64
Actions