Skip to content

Instantly share code, notes, and snippets.

@alexander-schranz
Created January 18, 2019 16:04
Show Gist options
  • Save alexander-schranz/b6fb6c57845cffcc803e98e63a175bba to your computer and use it in GitHub Desktop.
Save alexander-schranz/b6fb6c57845cffcc803e98e63a175bba to your computer and use it in GitHub Desktop.
Composer config.json to always install source for specific packages
{
"config": {
"preferred-install": {
"sulu/*": "source",
"handcraftedinthealps/*": "source",
"massive/*": "source"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment