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