1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 118 forks source link

league/flysystem-adapter-test-utilities comptabiliy with oneup/flysytstem:3.5.0 #210

Closed aziz-harazi closed 3 years ago

aziz-harazi commented 4 years ago

Hello, I would like to use async-aws/flysystem-s3 with league/flysystem-adapter-test-utilities: 2.x-dev (dev dependency).

But it seems that to use league/flysystem-adapter-test-utilities: 2.x-dev we need league/flysystem: 2.0.0-alpha.3 which is not compatible with oneup/flysystem-bundle.

Could you help me. please ?

bytehead commented 4 years ago

I think this belongs to https://github.com/async-aws/flysystem-s3, as it is required here: https://github.com/async-aws/flysystem-s3/blob/0.4.0/composer.json#L29.

This bundle only requires async-aws/flysystem-s3 in version ^0.4.0.

Why should this not be compatible? In case of an error, what is the message?

aziz-harazi commented 4 years ago

I have no error but I have some problems with phpunit since I installed the new package,The problem could be somewhere else. I continue investigation

bytehead commented 3 years ago

This will be covered by upcoming release 4.x