IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

[TASK] Introduce typo3/cms-composer-installers v4 support #193

Open gilbertsoft opened 2 years ago

gilbertsoft commented 2 years ago

With the typo3/cms-composer-installers v4 no local extension path does exist anymore because the extensions are installed in the vendor folder. This patch introduces a configurable Composer path repository path which will be taken as export destination. This path is also very useful in any other Composer installation using the installers lower v4.

If the Composer path repository path is not properly configured in a Composer installation a warning will be shown to the user.

The behavior of non Composer installations is not affected by this change.

DISCLAIMER: the FlashMessages weren't properly shown during my tests, also not the existing once. So far I did not dig deeper into that issue.