composer require symfony/http-kernel

This commit is contained in:
2026-06-27 11:00:43 -04:00
parent 86b8eff349
commit 1fd7fc1c74
+2 -1
View File
@@ -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": {