Created
September 20, 2017 13:29
-
-
Save balsama/a16642b866261643780dc2351023faa0 to your computer and use it in GitHub Desktop.
Update your root composer.json file to support Asset Packagist
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
#!/usr/bin/env bash | |
# Place this script in your project root and invoke it with "bash scriptname" | |
# Alternatively, you can just switch into the directory that contains Lightning | |
# and run "composer run enable-asset-packagist". | |
cd ./docroot/profiles/contrib/lightning; # Your path to Lightning might differ. | |
composer run enable-asset-packagist; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment