Skip to content

Instantly share code, notes, and snippets.

@Patrikgrinsvall
Last active April 27, 2021 18:29
Show Gist options
  • Save Patrikgrinsvall/eecf6305fa6e0f29f063b966139a638f to your computer and use it in GitHub Desktop.
Save Patrikgrinsvall/eecf6305fa6e0f29f063b966139a638f to your computer and use it in GitHub Desktop.
Run composer with another PHP version
#!/bin/bash
# place in /usr/bin/composer7.4.sh
php7.4 /usr/bin/composer $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment