contao / manager-plugin

Contao Manager Plugin
GNU Lesser General Public License v3.0
4 stars 9 forks source link

Autoload the App namespace if none is configured #22

Closed aschempp closed 4 years ago

aschempp commented 4 years ago

With this change, we can remove https://github.com/contao/managed-edition/blob/master/composer.json#L35-L39

We could even make this more universal and use the plugin to set the asset path etc, so the default composer.json gets even smaller 😎

leofeyer commented 4 years ago

As I have stated in https://github.com/contao/contao/pull/1165, I do not think that we should add any autoloading magic and stick to the Composer defaults instead.

aschempp commented 4 years ago

as https://github.com/contao/contao/pull/1165 has been merged, I think we can merge this too?

leofeyer commented 4 years ago

I have removed the "autoload" section from the composer.json file of the Managed Edition in contao/managed-edition@6b6a70cd89ff732e56dc9e71685d18fc71b36f48.