Skip to content

Commit

Permalink
feat: Firewall add middlewares to Router
Browse files Browse the repository at this point in the history
Part of #5
  • Loading branch information
Gashmob committed May 18, 2024
1 parent 13325a8 commit 9b31e57
Show file tree
Hide file tree
Showing 5 changed files with 1,831 additions and 1,478 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"require": {
"php": ">= 8.2",
"archict/brick": "^0",
"psr/http-message": "^2.0"
"psr/http-message": "^2.0",
"archict/router": "^0"
},
"autoload-dev": {
"psr-4": {
Expand All @@ -24,7 +25,8 @@
"phpunit/phpunit": "^10",
"squizlabs/php_codesniffer": "^3.9",
"slevomat/coding-standard": "^8.15",
"archict/core": "^0"
"archict/core": "^0",
"guzzlehttp/psr7": "^2.6"
},
"scripts": {
"unit-test": "phpunit --testsuite unit",
Expand Down
Loading

0 comments on commit 9b31e57

Please sign in to comment.