Add: PSR-15 requesthandler & middleware

This commit is contained in:
Jan Schuppik 2025-09-05 14:58:57 +02:00 committed by Johannes Meyer
parent 6a8fb230cd
commit 4c1da98440

View File

@ -53,7 +53,9 @@
"simshaun/recurr": "^5",
"dragonmantank/cron-expression": "^3",
"psr/log": "^1",
"zircote/swagger-php": "^5.1.4"
"zircote/swagger-php": "^5.1.4",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0.0"
},
"require-dev": {
},