-
Notifications
You must be signed in to change notification settings - Fork 180
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
allow doctrine/annotations 2 #613
allow doctrine/annotations 2 #613
Conversation
Should this dependency be not mandatory? |
In the liip library you are using it only in the class QueryCounter |
Yes, the bundle may not require |
So what we can do ? Delete the |
63bd849
to
699e543
Compare
699e543
to
e940543
Compare
run: composer require --no-update "doctrine/annotations:^1.8.0" | ||
|
||
- name: Require Annotations v1/v2 to require for PHP 8+ | ||
if: startsWith(matrix.php-version, '7.') != true |
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.
I had to force |
Fixes #612