laravel-google-cloud-storage
laravel-google-cloud-storage copied to clipboard
Laravel 9.x Compatibility
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 9.x.
Before merging, you need to:
- Checkout the
l9-compatibilitybranch - Review all comments for additional changes
- Thoroughly test your package
If you do find an issue, please report it by commenting on this PR to help improve future automation.
:alembic: Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.
To do so, temporarily add Shift's fork to the repositories property of your composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/laravel-google-cloud-storage.git"
}
]
}
Then update your dependency constraint to reference this branch:
{
"require": {
"superbalist/laravel-google-cloud-storage": "dev-l9-compatibility",
}
}
Finally, run: composer update
@laravel-shift The change on this PR is not enough to be compatible with Laravel 9. Because this project has a direct dependency to the league/flysystem-cached-adapter which has a dependency to "league/flysystem": "~1.0". But Laravel 9 requires v3 of league/flysystem. So, that's a conflict and should be resolved in some way.
@me-shaon, it's not meant to be the entire upgrade. It's more about awareness and giving package authors a start.
@jasonmccreary you did a great job with the 'Laravel shift'. 🥇 Thanks for that.
Be aware that this implementation is poorly maintained, and not compatible with Laravel 9 without further work.
We decided to switch to https://github.com/spatie/laravel-google-cloud-storage
@kohlerdominik yeah, we did the same.
Hey, does anyone know when will this be published?
@mgallegos you should switch to: https://github.com/spatie/laravel-google-cloud-storage as this repo is not being actively maintained.
Got it, thanks @me-shaon