Skip to content

Commit

Permalink
Fixing dependencies of the 0.5 series
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 13, 2013
1 parent 1cd6f81 commit addd54c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Expand Up @@ -40,12 +40,19 @@
"doctrine/common": ">=2.3-dev,<2.5-dev",
"doctrine/data-fixtures": "1.*",
"symfony/console": ">=2.0.13",
"zendframework/zendframework": "2.*"
"zendframework/zend-authentication": "2.*",
"zendframework/zend-cache": "2.*",
"zendframework/zend-paginator": "2.*",
"zendframework/zend-stdlib": "2.*",
"zendframework/zend-mvc": "2.*",
"zendframework/zend-servicemanager": "2.*",
"zendframework/zend-validator": "2.*"
},
"minimum-stability": "alpha",
"autoload": {
"psr-0": {
"DoctrineModule\\": "src/"
"DoctrineModule\\": "src/",
"DoctrineModuleTest\\": "tests/"
}
},
"extra": {
Expand Down

0 comments on commit addd54c

Please sign in to comment.