-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: allow Laravel 10 #131
Conversation
"illuminate/config": "^6.0|^7.0|^8.0|^9.0", | ||
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0", | ||
"illuminate/console": "^6.0|^7.0|^8.0|^9.0", | ||
"laravel-doctrine/orm": "^1 | ^2@dev" |
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.
You can revert this change now (and remove the repositories
part) :)
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.
Same with the PR in extensions repo
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.
done 😄
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.
Should still allow 1^, so ^1 | ^2@dev
is correct here :)
Now that Laravel 10 has been released, we need Laravel 10 compatible version of laravel-doctrine packages :)
orm and extensions have already PRs, so I want to try Laravel 10 along with migrations.
Please review and try, friends.
Thank you.