-
Just ran into a dependency issue. Another library I use makes use of https://github.com/thephpleague/flysystem 2+ Laravel is only compatible with https://github.com/thephpleague/flysystem 1+ Not sure about the internals around Laravel, so, not sure if this is on the radar or roadmap; either multi-support or switching to 2+. |
Beta Was this translation helpful? Give feedback.
Answered by
woodspire
Aug 26, 2021
Replies: 1 comment 1 reply
-
It seems it is done only on the master branch that will be the base of Laravel 9. It seems Laravel 8 will only support version 1. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#33612
It seems it is done only on the master branch that will be the base of Laravel 9. It seems Laravel 8 will only support version 1.