Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo committed Jul 7, 2015
1 parent ee4c3a4 commit 7fbc31c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Expand Up @@ -8,11 +8,12 @@
"name": "Daniel Sloof"
}
],
"minimum-stability": "dev",
"require": {
"magento-hackathon/magento-composer-installer": "3.0.*",
"ecomdev/ecomdev_phpunit": "0.3.*",
"firegento/psr0autoloader": "0.1.*",
"lisachenko/go-aop-php": "1.0.*",
"goaop/framework": "1.0.*",
"mikey179/vfsStream": "1.4.*"
},
"repositories": [
Expand All @@ -30,11 +31,14 @@
},
{
"type": "vcs",
"url": "https://github.com/lisachenko/go-aop-php"
"url": "https://github.com/goaop/framework.git"
},
{
"type": "vcs",
"url": "https://github.com/mikey179/vfsStream"
}
]
],
"extra":{
"magento-root-dir": "."
}
}

0 comments on commit 7fbc31c

Please sign in to comment.