You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Version 4.3.0 is dependent on doctrine/annotations of version ^1.7
It's very old version, and having flagseption/flagseption-bundle in composer.json prevents updating of doctrine/annotations to version 2 of which is required by some other packages, and therefore prevents updating of other packages.
Could you please update requirements in composer.json, so it will be like
"doctrine/annotations": "^2.0",
Thank you!
The text was updated successfully, but these errors were encountered:
I think there are better ways to solve this.
a) support both "doctrine/annotations": "^1.7 | | ^2.0",
b) Move the dependency to suggested and use PHP8 Attributes or Annotation (if supported). This is a BC change. PR for PHP8 Attributes Support
Version 4.3.0 is dependent on
doctrine/annotations
of version^1.7
It's very old version, and having
flagseption/flagseption-bundle
incomposer.json
prevents updating ofdoctrine/annotations
to version 2 of which is required by some other packages, and therefore prevents updating of other packages.Could you please update requirements in composer.json, so it will be like
Thank you!
The text was updated successfully, but these errors were encountered: