implement Request

This commit is contained in:
2026-06-05 16:57:08 -04:00
parent b2260c9024
commit ac762d5cb4
4 changed files with 22 additions and 3 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
{
"name": "potter/request",
"description": "Potter Framework Request Interface",
"description": "Potter Framework Request Component",
"type": "library",
"require": {
"php": "^8.5",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0"
"psr/http-server-handler": "^1.0",
"guzzlehttp/psr7": "^2.11"
},
"license": "MIT",
"autoload": {