File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 1.0.1] - 2018-01-25
9+
10+ ### Fixed
11+
12+ - Fixed the suggested package in composer.json
13+
814## [ 1.0.0] - 2018-01-24
915
1016### Added
@@ -70,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7076
7177First version
7278
79+ [ 1.0.1 ] : https://github.com/middlewares/request-handler/compare/v1.0.0...v1.0.1
7380[ 1.0.0 ] : https://github.com/middlewares/request-handler/compare/v0.5.0...v1.0.0
7481[ 0.5.0 ] : https://github.com/middlewares/request-handler/compare/v0.4.0...v0.5.0
7582[ 0.4.0 ] : https://github.com/middlewares/request-handler/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 3131 "psr/container" : " ^1.0"
3232 },
3333 "suggest" : {
34- "psr/container" : " Can be used to automatically resolve handlers"
34+ "psr/container" : " Can be used to resolve handlers automatically "
3535 },
3636 "autoload" : {
3737 "psr-4" : {
You can’t perform that action at this time.
0 commit comments