Skip to content

Commit 9e2d4de

Browse files
committed
Merge pull request #9 from PHP-DI/composer-config
Improve Composer's configuration
2 parents 6bf647c + c561384 commit 9e2d4de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"require": {
88
"php": ">=5.5",
99
"php-di/php-di": "~5.0",
10-
"acclimate/container": "*",
10+
"acclimate/container": "~1.0",
1111
"doctrine/annotations": "~1.0",
1212
"doctrine/cache": "~1.0"
1313
},
1414

1515
"require-dev": {
16-
"zendframework/zendframework": "2.5.*",
17-
"squizlabs/php_codesniffer": "2.*",
18-
"phpmd/phpmd" : "@stable",
19-
"phpunit/phpunit": "4.8.*"
16+
"zendframework/zendframework": "~2.5",
17+
"squizlabs/php_codesniffer": "~2.0",
18+
"phpmd/phpmd" : "~2.0",
19+
"phpunit/phpunit": "~4.8"
2020
},
2121

2222
"autoload": {
23-
"classmap": [
24-
"src/", "vendor/"
25-
]
23+
"psr-4": {
24+
"DI\\ZendFramework2\\": "src/DI/ZendFramework2"
25+
}
2626
}
2727
}

0 commit comments

Comments
 (0)