-
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
Laravel 11 compatibility (with laravel-doctrine/orm laravel-11 branch) #135
Conversation
I changed dependant laravel-doctrine/orm branch: laravel-doctrine/orm#575 and fixed builds! |
|
composer.json
Outdated
} | ||
], | ||
"require": { | ||
"php": "^7.4|^8", |
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.
laravel-doctrine/orm 2.0 only supports PHP 8+ :)
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.
That's great 😁
930e094
Thanks @77web 🎉 |
@eigan When can we expect the release with these changes? |
@sakowicz Simply forgot, sorry. Should be out with 3.2.0 now. |
forked from #134
related laravel-doctrine/orm#575