Skip to content

Commit

Permalink
Improve Composer's configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 21, 2015
1 parent 6bf647c commit c561384
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"require": {
"php": ">=5.5",
"php-di/php-di": "~5.0",
"acclimate/container": "*",
"acclimate/container": "~1.0",
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0"
},

"require-dev": {
"zendframework/zendframework": "2.5.*",
"squizlabs/php_codesniffer": "2.*",
"phpmd/phpmd" : "@stable",
"phpunit/phpunit": "4.8.*"
"zendframework/zendframework": "~2.5",
"squizlabs/php_codesniffer": "~2.0",
"phpmd/phpmd" : "~2.0",
"phpunit/phpunit": "~4.8"
},

"autoload": {
"classmap": [
"src/", "vendor/"
]
"psr-4": {
"DI\\ZendFramework2\\": "src/DI/ZendFramework2"
}
}
}

0 comments on commit c561384

Please sign in to comment.