Created
February 24, 2025 17:00
-
-
Save lumenpink/430d5a756952dced693269d70fd33bd3 to your computer and use it in GitHub Desktop.
One-liner to update all composer packages to last version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer require $(composer show -s --format=json | jq '.requires | keys | map(.+" ") | add' -r) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment