composer require symfony/http-foundation
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
||||
"name": "potter/request",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^8.5"
|
||||
"php": "^8.5",
|
||||
"symfony/http-foundation": "^8.1"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user