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

Commit

Permalink
Merge pull request #33 from xtreamwayz/feature/psr-11
Browse files Browse the repository at this point in the history
PSR-11 Container Interface
  • Loading branch information
geerteltink committed Aug 11, 2017
2 parents 51d8f75 + 1f54bd5 commit e44ab6e
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 89 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"php": "^5.6 || ^7.0",
"fig/http-message-util": "^1.1.2",
"nikic/fast-route": "^1.2",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-router": "^2.0.1",
"zendframework/zend-stdlib": "^3.1"
Expand All @@ -30,6 +31,9 @@
"phpunit/phpunit": "^6.0.7 || ^5.7.14",
"zendframework/zend-coding-standard": "~1.0.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"autoload": {
"psr-4": {
"Zend\\Expressive\\Router\\": "src/"
Expand Down
Loading

0 comments on commit e44ab6e

Please sign in to comment.