spiral / framework

High-Performance PHP Framework
https://spiral.dev
MIT License
1.8k stars 87 forks source link

Allow league/flysystem v3.x #1050

Closed msmakouz closed 9 months ago

msmakouz commented 9 months ago
Q A
Bugfix?
Breaks BC?
New feature?
Issues #1009

Version 3.0 has a backward compatibility break only for custom adapters: https://flysystem.thephpleague.com/docs/what-is-new

Since V2, V3 has been released which is backwards compatible from a consumption point of view, but it has a BC break for custom adapter implementations.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2fcc18b) 89.50% compared to head (e2c2fce) 89.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1050 +/- ## ========================================= Coverage 89.50% 89.50% Complexity 6240 6240 ========================================= Files 819 819 Lines 17564 17564 ========================================= Hits 15721 15721 Misses 1843 1843 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.