composer require symfony/http-foundation

This commit is contained in:
2026-06-27 11:24:30 -04:00
parent e8c2f33793
commit 50e6991636
+2 -1
View File
@@ -2,7 +2,8 @@
"name": "potter/request",
"type": "library",
"require": {
"php": "^8.5"
"php": "^8.5",
"symfony/http-foundation": "^8.1"
},
"license": "MIT",
"autoload": {