Skip to content

Commit

Permalink
Merge pull request #9 from PHP-DI/composer-config
Browse files Browse the repository at this point in the history
Improve Composer's configuration
  • Loading branch information
Rastusik committed Aug 23, 2015
2 parents 6bf647c + c561384 commit 9e2d4de
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 9e2d4de

Please sign in to comment.