require potter/response and psr/http-message

This commit is contained in:
2026-08-14 18:05:02 -04:00
parent 7942d87cbe
commit 975ad14985
+3 -1
View File
@@ -17,6 +17,8 @@
"require": { "require": {
"potter/container": ">=0.0.1", "potter/container": ">=0.0.1",
"potter/controller": ">=0.0.1", "potter/controller": ">=0.0.1",
"potter/router": ">=0.0.1" "potter/response": ">=0.0.1",
"potter/router": ">=0.0.1",
"psr/http-message": "^2.0.0"
} }
} }