Skip to content

Instantly share code, notes, and snippets.

@marceloandrader
Created October 10, 2013 21:23
Show Gist options
  • Save marceloandrader/6925868 to your computer and use it in GitHub Desktop.
Save marceloandrader/6925868 to your computer and use it in GitHub Desktop.
{
"name": "digintent/ppmd-coordinated-care",
"description": "PPMD-IBJI",
"authors": [
{
"name": "Digintent Team",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "[email protected]:digintent/diglib-kohana.git"
},
{
"type": "vcs",
"url": "[email protected]:digintent/mefworks.git"
},
{
"type": "package",
"package" : {
"name": "zombor/KOstache",
"type": "kohana-module",
"version": "1.0",
"source": {
"url": "[email protected]:zombor/KOstache.git",
"type": "git",
"reference": "master"
},
"require": {
"composer/installers": "*",
"mustache/mustache" : "2.*"
}
}
},
{
"type": "package",
"package":{
"name":"shadowhand/pagination",
"type":"kohana-module",
"version" : "1.0",
"source":{
"url" : "[email protected]:shadowhand/pagination.git",
"type" : "git",
"reference" : "3.3/master"
}
}
},
{
"type": "pear",
"url": "http://pear.php.net"
}
],
"require": {
"digintent/kohana-diglib": "dev-mefworks",
"digintent/mefworks": "1.*",
"zombor/KOstache" :"1.*",
"shadowhand/pagination" :"1.*",
"guzzle/guzzle": "v3.1.1",
"pear-pear.php.net/Mail": "*",
"pear-pear/Mail_Mime": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/DbUnit": ">=1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment