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