Skip to content

Commit

Permalink
support symfony 3 (resolves #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Mar 28, 2016
1 parent 173730e commit 7409af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Update infuse/libs to v0.6.
- Support Symfony 3.
- Application environment is now passed through second argument of `Application` constructor.
- Refactored request handling.
- Refactored middleware. Middleware functions now use the signature `($req, $res, $next)` and must return a `Response`. Can be added with `middleware()`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pimple/pimple": "~3.0",
"infuse/libs": "~0.6",
"monolog/monolog": "1.*",
"symfony/console": "~2.7"
"symfony/console": "~2.8|~3.0"
},
"require-dev": {
"smarty/smarty": "~3.1",
Expand Down

0 comments on commit 7409af2

Please sign in to comment.