Skip to content

Setup Resources #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update composer.json
  • Loading branch information
ousid committed Apr 24, 2025
commit 4dcba060430f499caa6610e5343e77032fde8d37
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"require": {
"php": "^8.4",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^10.0||^11.0||^12.0"
"illuminate/contracts": "^10.0||^11.0||^12.0",
"ext-curl": "*",
"ext-json": "*",
"league/oauth2-client": "^2",
"guzzlehttp/guzzle": "7.x"
},
"require-dev": {
"laravel/pint": "^1.14",
Expand Down Expand Up @@ -71,4 +75,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}