shopware5 / SwagMediaS3

MIT License
22 stars 17 forks source link

Do not pull dependencies for league/flysystem #6

Closed bcremer closed 8 years ago

bcremer commented 8 years ago

The league/flysystem package is already provided by the shopware instance the plugin is running on.

Hence we don't need to pull in all the dependencies for it again. It is even dangerous because of incompatible transient dependencies like guzzle.

Alternative for #5.