composer require illuminate/http

This commit is contained in:
2026-06-27 11:26:12 -04:00
parent 6e830a1ce6
commit f168be5a23
+2 -1
View File
@@ -2,7 +2,8 @@
"name": "potter/request",
"type": "library",
"require": {
"php": "^8.5"
"php": "^8.5",
"illuminate/http": "^13.17"
},
"license": "MIT",
"autoload": {