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