Skip to content

Instantly share code, notes, and snippets.

@grachevko
Created December 11, 2019 11:30
Show Gist options
  • Save grachevko/df4811576bf2cb941adbfdc929953a70 to your computer and use it in GitHub Desktop.
Save grachevko/df4811576bf2cb941adbfdc929953a70 to your computer and use it in GitHub Desktop.
composer require `composer info --name-only --direct | grep -e '^symfony/' | awk '{$1=$1;print $0":^4.4"}' | tr '\n' ' '`
@grachevko
Copy link
Author

composer update "symfony/*" --with-all-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment