hedii / laravel-ovh-swift-storage

Out of the box Ovh Swift storage usage for Laravel
MIT License
7 stars 1 forks source link

Laravel 9 support #2

Open adantart opened 2 years ago

adantart commented 2 years ago
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires hedii/laravel-ovh-swift-storage ^4.2 -> satisfiable by hedii/laravel-ovh-swift-storage[4.2.0].
    - hedii/laravel-ovh-swift-storage 4.2.0 requires laravel/framework ^8.12 -> found laravel/framework[v8.12.0, ..., 8.x-dev] but it conflicts with your root composer.json require (^9.11).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Can you please just change the "^" for ">=" ? ;-) It will work in Laravel 9, so you can have support too

hedii commented 2 years ago

Hi, Laravel 9 has updated the Flysystem version. I started working on a new release a few weeks ago, but it is not finished yet.