We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf647c + c561384 commit 9e2d4deCopy full SHA for 9e2d4de
composer.json
@@ -7,21 +7,21 @@
7
"require": {
8
"php": ">=5.5",
9
"php-di/php-di": "~5.0",
10
- "acclimate/container": "*",
+ "acclimate/container": "~1.0",
11
"doctrine/annotations": "~1.0",
12
"doctrine/cache": "~1.0"
13
},
14
15
"require-dev": {
16
- "zendframework/zendframework": "2.5.*",
17
- "squizlabs/php_codesniffer": "2.*",
18
- "phpmd/phpmd" : "@stable",
19
- "phpunit/phpunit": "4.8.*"
+ "zendframework/zendframework": "~2.5",
+ "squizlabs/php_codesniffer": "~2.0",
+ "phpmd/phpmd" : "~2.0",
+ "phpunit/phpunit": "~4.8"
20
21
22
"autoload": {
23
- "classmap": [
24
- "src/", "vendor/"
25
- ]
+ "psr-4": {
+ "DI\\ZendFramework2\\": "src/DI/ZendFramework2"
+ }
26
}
27
0 commit comments