Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Middleware stack added using zend-stratigility
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 22, 2018
1 parent 9ef00c5 commit 2d2904b
Show file tree
Hide file tree
Showing 28 changed files with 763 additions and 148 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"selami/commands": "^0.2",
"zendframework/zend-servicemanager": "^3.3",
"selami/zend-servicemanager-factories": "^0.6",
"symfony/http-foundation": "^4.1"
"symfony/http-foundation": "^4.1",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-stratigility": "^3.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand All @@ -31,7 +33,11 @@
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"SelamiApp\\Controller\\": "src/apps/www/controllers"
"Selami\\Auth\\Controller\\": "src/apps/www/middlewares/Auth/controllers",
"Selami\\App\\Controller\\": "src/apps/www/middlewares/App/controllers",
"Selami\\Middleware\\": "src/apps/www/middlewares",
"Selami\\AppFactories\\": "src/factories",
"Selami\\Helper\\": "src/helpers"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 2d2904b

Please sign in to comment.