-
Notifications
You must be signed in to change notification settings - Fork 146
Laravel 9.x Compatibility #118
base: master
Are you sure you want to change the base?
Conversation
⚗️ 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": [
{
"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: |
@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 |
@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 |
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:
l9-compatibility
branchIf you do find an issue, please report it by commenting on this PR to help improve future automation.