shyim / store-plugin-installer

Install store.shopware.com Plugins automatically in your Shopware Composer Setup
36 stars 7 forks source link

update phpdotenv #13

Closed arosenhagen closed 5 years ago

arosenhagen commented 5 years ago

update vlucas/phpdotenv v3.1 and switch to new native constructor call

shyim commented 5 years ago

Would this not break the compability to the composer project? It requires version 2 https://github.com/shopware/composer-project/blob/master/composer.json#L23

arosenhagen commented 5 years ago

good catch - I made an according PR to that repo too. 👍

shyim commented 5 years ago

I don't really like to update that. If someone using still the old composer template, it would break on that installations. Maybe require version 2 or 3 and make a small version switch?

shyim commented 5 years ago

The template has been updated. Can you add a case to support v2 and v3? This composer extension has still to support old composer-project templates :)

shyim commented 5 years ago

Thanks! 💙