composer require symfony/http-kernel
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
"require": {
|
||||
"php": "^8.5",
|
||||
"illuminate/contracts": "^13.17",
|
||||
"laravel/framework": "^13.17"
|
||||
"laravel/framework": "^13.17",
|
||||
"symfony/http-kernel": "^8.1"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user