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 was 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
Version 4.3.0 is dependent on
doctrine/annotationsof version^1.7It's very old version, and having
flagseption/flagseption-bundleincomposer.jsonprevents updating ofdoctrine/annotationsto 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!