Skip to content

Commit 4dcba06

Browse files
committed
update composer.json
1 parent 07b753b commit 4dcba06

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
"require": {
1919
"php": "^8.4",
2020
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0||^12.0"
21+
"illuminate/contracts": "^10.0||^11.0||^12.0",
22+
"ext-curl": "*",
23+
"ext-json": "*",
24+
"league/oauth2-client": "^2",
25+
"guzzlehttp/guzzle": "7.x"
2226
},
2327
"require-dev": {
2428
"laravel/pint": "^1.14",
@@ -71,4 +75,4 @@
7175
},
7276
"minimum-stability": "dev",
7377
"prefer-stable": true
74-
}
78+
}

0 commit comments

Comments
 (0)