-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 10.x Compatibility #24
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/json-api.git"
}
]
} Then update your dependency constraint to reference this branch: {
"require": {
"timacdonald/json-api": "dev-l10-compatibility",
}
} Finally, run: |
Do we have an eta on laravel 10.x support? Thanks for the awesome package. |
+1 |
can not use this while using since this is the fix on json-api/src/Concerns/Attributes.php Line 71 in deb13fa
|
Hey folks, 10.0 will drop soon. Just need some time to review. |
@lloricode interested to know how that breaks things. Can you paste me the error message? It is my understanding that |
Hi, it seems this PR is not updated with your branch, that is why even installing this using |
Ah, gotcha. Yea, the branch needs to be rebased. |
thank you |
This has been tagged. If you are coming from a |
Thank you!
… On Feb 20, 2023, at 1:24 AM, Tim MacDonald ***@***.***> wrote:
This has been tagged <https://github.com/timacdonald/json-api/releases/tag/v1.0.0-beta.4>.
If you are coming from a 0.x version, please see the upgrade guide <https://github.com/timacdonald/json-api/blob/main/UPGRADE.md>.
—
Reply to this email directly, view it on GitHub <#24 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASWCZ2WY72TD64O3KVDPTTWYMS5LANCNFSM6AAAAAAUOVPAWE>.
You are receiving this because you commented.
|
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.