Skip to content

Commit

Permalink
- Adding support for PSR-15 Middleware.
Browse files Browse the repository at this point in the history
- Removing support for Limber specific Middleware clases.
- Moving responsibility of resolving route action into a \callable to the Route instance itself.
  • Loading branch information
Brent Scheffler committed Aug 30, 2019
1 parent 87efec3 commit e44df19
Show file tree
Hide file tree
Showing 14 changed files with 343 additions and 542 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "library",
"require": {
"php": "^7.2",
"psr\/http-message": "^1.0"
"psr\/http-message": "^1.0",
"psr/http-server-middleware": "^1.0"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -39,4 +40,4 @@
"Limber\\Tests\\": "tests\/"
}
}
}
}
108 changes: 107 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e44df19

Please sign in to comment.