The last version of Badaso 2.9.10 works with Laravel Framework 8.83.27.
We can't upgrade to a higher Laravel version due to the use in composer.json of league/flysystem version 1.1.10
Is your feature request related to a problem? Please describe.
We can't use "new" Laravel functionalities (new syntax for assessor, ...).
Describe the solution you'd like
Update composer.json to allow league/flysystem: ~1.1|~2.0|~3.0
like it was in Badaso 2.9.4
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The last version of Badaso 2.9.10 works with Laravel Framework 8.83.27. We can't upgrade to a higher Laravel version due to the use in composer.json of league/flysystem version 1.1.10
Is your feature request related to a problem? Please describe. We can't use "new" Laravel functionalities (new syntax for assessor, ...).
Describe the solution you'd like Update composer.json to allow league/flysystem: ~1.1|~2.0|~3.0 like it was in Badaso 2.9.4
Describe alternatives you've considered Non
Additional context None