Skip to content

Instantly share code, notes, and snippets.

@balsama
Created September 20, 2017 13:29
Show Gist options
  • Save balsama/a16642b866261643780dc2351023faa0 to your computer and use it in GitHub Desktop.
Save balsama/a16642b866261643780dc2351023faa0 to your computer and use it in GitHub Desktop.
Update your root composer.json file to support Asset Packagist
#!/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