Skip to content

Instantly share code, notes, and snippets.

@johnpbloch
Created February 26, 2015 16:52
Show Gist options
  • Select an option

  • Save johnpbloch/b325aa2e93d92100c80d to your computer and use it in GitHub Desktop.

Select an option

Save johnpbloch/b325aa2e93d92100c80d to your computer and use it in GitHub Desktop.

Revisions

  1. johnpbloch created this gist Feb 26, 2015.
    30 changes: 30 additions & 0 deletions composer.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    {
    "name": "johnpbloch/test-4",
    "license": "MIT",
    "authors": [
    {
    "name": "John P Bloch",
    "email": "[email protected]"
    }
    ],
    "repositories":[
    {
    "type":"vcs",
    "url":"https://gist.github.com/da61984e7efd9cc46e4d.git"
    },
    {
    "type":"vcs",
    "url":"https://gist.github.com/1e7437c01704d07507e0.git"
    },
    {
    "type":"vcs",
    "url":"https://gist.github.com/4209ac47a4652a8e804c.git"
    }
    ],
    "minimum-stability": "dev",
    "require": {
    "johnpbloch/test-1":"dev-master",
    "johnpbloch/test-2":"dev-master",
    "composer/installers":"*@stable"
    }
    }