Last active
November 27, 2015 12:20
-
-
Save lowhow/a9d953d2c67f639abdea to your computer and use it in GitHub Desktop.
Composer ignore platform requirements (php & ext- packages)
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 install --ignore-platform-reqs | |
-OR- | |
composer update --ignore-platform-reqs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment