Skip to content

Instantly share code, notes, and snippets.

@pierrejoye
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save pierrejoye/1bbc2bdcec5887e60490 to your computer and use it in GitHub Desktop.

Select an option

Save pierrejoye/1bbc2bdcec5887e60490 to your computer and use it in GitHub Desktop.
composer VCS git fetch (extension or not does not matter here)
Using:
project composer:
{
"name": "pierre/testprj",
"description": "Test prj for pickle",
"license": "BSD",
"authors": [
{
"name": "Pierre Joye",
"email": "[email protected]"
}
],
"repositories": [
{
"type":"vcs",
"url":"https://github.com/pierrejoye/igbinary"
},
{
"packagist": false
}
],
"minimum-stability": "alpha",
"require": {
"pierrejoye/igbinary": "*"
}
}
igbinary:
{
"name": "igbinary",
"version": "1.1.1",
"type": "extension",
"stability": "stable",
"license": [
"New BSD"
],
"authors": [
{
"name": "Teddy Grenman",
"email": "[email protected]"
}
],
"description": "igbinary extension"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment