-
Notifications
You must be signed in to change notification settings - Fork 143
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-postgis.git"
}
]
} Then update your dependency constraint to reference this branch: {
"require": {
"phaza/laravel-postgis": "dev-l10-compatibility",
}
} Finally, run: |
Integrating this would be nice as we cannot deploy the library with laravel 10.x at the moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me
Looks like the |
I took a further look at |
I forked the
Somehow it still prefers the Laravel's |
Nevermind, I was doing it the long way. I just imported both the For anybody else looking to make this work with Laravel 10 right now:
|
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:
l10-compatibility
branchIf you do find an issue, please report it by commenting on this PR to help improve future automation.