Skip to content

Instantly share code, notes, and snippets.

@lumenpink
Created February 24, 2025 17:00
Show Gist options
  • Save lumenpink/430d5a756952dced693269d70fd33bd3 to your computer and use it in GitHub Desktop.
Save lumenpink/430d5a756952dced693269d70fd33bd3 to your computer and use it in GitHub Desktop.
One-liner to update all composer packages to last version
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