Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jan 27, 2018
1 parent 8168749 commit 5ab5e33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED]
## [1.0.0] - 2018-01-27

### Added

Expand Down Expand Up @@ -90,7 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

First version

[UNRELEASED]: https://github.com/middlewares/fast-route/compare/v0.9.0...HEAD
[1.0.0]: https://github.com/middlewares/fast-route/compare/v0.9.0...v1.0.0
[0.9.0]: https://github.com/middlewares/fast-route/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/middlewares/fast-route/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/middlewares/fast-route/compare/v0.6.0...v0.7.0
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
"phpunit/phpunit": "^6.0",
"zendframework/zend-diactoros": "^1.3",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"psr/container": "^1.0"
},
"suggest": {
"container-interop/container-interop": "Can be used to automatically resolve route actions"
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 1 addition & 4 deletions src/FastRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
/**
* Set the handler reference on the request.
*
* @param ServerRequestInterface $request
* @param callable|string|array $handler
*
* @return ServerRequestInterface
* @param mixed $handler
*/
protected function setHandler(ServerRequestInterface $request, $handler): ServerRequestInterface
{
Expand Down

0 comments on commit 5ab5e33

Please sign in to comment.