Skip to content

Instantly share code, notes, and snippets.

@GwendolenLynch
Created August 23, 2014 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GwendolenLynch/2ab741cdf97b4d9920a4 to your computer and use it in GitHub Desktop.
Save GwendolenLynch/2ab741cdf97b4d9920a4 to your computer and use it in GitHub Desktop.
Bolt extension composer.json dev exmaple
{
"require": {
"bolt/myext": "dev-master"
},
"repositories": {
"bolt": {
"type": "composer",
"url": "http://beta.extensions.bolt.cm/satis/"
},
"local": {
"type": "vcs",
"url": "/tmp/bolt-extension-myext/"
},
"packagist": false
},
"provide": {
"bolt/bolt": "2.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment