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