Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 892b76c

Browse files
committed
Merge pull request #37 from xtreamwayz/feature/psr-11
Use PSR-11 Container Interface Conflicts: composer.lock
2 parents e36727e + e0776f5 commit 892b76c

File tree

5 files changed

+264
-158
lines changed

5 files changed

+264
-158
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"require": {
2323
"php": "^5.6 || ^7.0",
24-
"container-interop/container-interop": "^1.2",
24+
"container-interop/container-interop": "^1.2.0",
25+
"psr/container": "^1.0",
2526
"psr/http-message": "^1.0.1",
2627
"zendframework/zend-expressive-helpers": "^1.4 || ^2.2 || ^3.0.1 || ^4.0",
2728
"zendframework/zend-expressive-router": "^1.3.2 || ^2.1",
@@ -34,6 +35,9 @@
3435
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
3536
"zendframework/zend-coding-standard": "~1.0.0"
3637
},
38+
"conflict": {
39+
"container-interop/container-interop": "<1.2.0"
40+
},
3741
"autoload": {
3842
"psr-4": {
3943
"Zend\\Expressive\\ZendView\\": "src/"

0 commit comments

Comments
 (0)