-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature/drop support of php7 #48
Feature/drop support of php7 #48
Conversation
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
Co-authored-by: Max Baldanza <massimiliano.baldanza@instapro.com>
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
… allow doctrine/annotations v2, allow mybuilder/cronos v4
All tests are green now without support of doctrine/annotations v2 |
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.
Thank you so much for the time on this 👍
Really appreciate the help
Co-authored-by: Max Baldanza <massimiliano.baldanza@instapro.com>
… allow doctrine/annotations v2, allow mybuilder/cronos v4
The inspection completed: **** |
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.
Thank you for this 👍
I've created an issue to support V2 of |
Thanks for creating the issue. |
I need to change the github test workflow. After closer look it never worked before correct to restrict symfony to a specific version. Example: https://github.com/mybuilder/cronos-bundle/actions/runs/3289609900/jobs/5421354389 you see that symfony 3.4 run, and many smyfony 5.4 components are installed.
There is a problem with symfony 4 and doctrine/annotations v2. And as it lost LTS i guess it will not be implemented anymore.
If we want to support symfony 4, i guess we can not use doctrine/annotations v2.
"doctrine/annotations": "^1.14 || ^2.0",
It will work on symfony 4 with 1.14 (1.x) but i can not set this logic in composer.
Because of this, i suggest to drop the support of symfony 4.
Or drop the support of "doctrine/annotations" v2. But this will propably block future doctrine updates for the users.
WDYT?