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
The composer recipes:update <package> command consistently responds with This recipe for <package> is already at the latest version regardless of what is changed in the recipe.
If you change only the ref, no luck. If you change the ref and some content so that there will be a diff, still no luck.
After running the command, the ref in symfony.lock is still at the old outdated value, and the composer recipes command still displays the update available comment next to the package name.
Running the composer recipes:install <package> --force command updates the recipe to the latest version and removes the update available comment.