Skip to content

Commit

Permalink
Release/2 3 2 (#42)
Browse files Browse the repository at this point in the history
Fix #38 
Fix #39 
Fix #37
  • Loading branch information
mbunge authored May 7, 2017
1 parent 0e1c850 commit 301ea8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Fix issue #34. Bind closure always to application instance.

### Altered

- Upgrade league/container to 2.4
- Upgrade zendframework/zend-diactoros to 1.4
- Update container implementation to psr 11

## 2.3.1

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"php": ">=5.5.9",
"filp/whoops": "^2.1",
"league/route": "~3.0",
"league/container": "^2.2",
"league/container": "^2.4",
"league/event": "^2.1",
"league/climate": "^3.2",
"monolog/monolog": "^1.22",
"zendframework/zend-config": "^2.6",
"zendframework/zend-diactoros": "^1.3"
"zendframework/zend-diactoros": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand All @@ -56,7 +56,7 @@
]
},
"provide": {
"container-interop/container-interop-implementation": "^1.1",
"psr/container-implementation": "~1.0",
"psr/http-message-implementation": "~1.0",
"psr/log-implementation": "~1.0"
},
Expand Down

0 comments on commit 301ea8d

Please sign in to comment.