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

Commit

Permalink
Merge branch 'feature/33' into develop
Browse files Browse the repository at this point in the history
Close #33
  • Loading branch information
geerteltink committed Aug 11, 2017
2 parents 51d8f75 + b90e035 commit 84284eb
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 90 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#33](https://github.com/zendframework/zend-expressive-fastroute/pull/33)
adds PSR-11 Container Interface support.

### Changed

Expand Down
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 84284eb

Please sign in to comment.