sourcebroker/deployer-extended-typo3

Not compatible with typo3/cms-composer-installers v4

Starraider opened this issue · 3 comments

With the new typo3/cms-composer-installers version 4.x all the TYPO3 extensions are moved to the vendor folder.
More information about this can be found here:

Currently deployer-extended-typo3 is not working any more with typo3/cms-composer-installers version 4.x, because the old path to the (system) extensions are used.
For example in the src/Loader.php line 38 and 39:


$changelogFilesRoot = glob($rootDir . '/typo3/sysext/core/Documentation/Changelog-.rst');
$changelogFilesRootSubDirs = glob($rootDir . '/
/typo3/sysext/core/Documentation/Changelog-*.rst');


These files are now in '/vendor/typo3/cms-core/Documentation/

@kszymukowicz Successfully tested #24

Have just tested my end and works perfectly 👍

hi guys,
thank you for providing patches and conducting tests.
changes integrated into 18.1.0.