Skip to content

Commit

Permalink
cURL
Browse files Browse the repository at this point in the history
Added dependency on cURL explicitly (should really be in Guzzle, I think) to trigger upstream errors, to save me time later when I forget to include `extension=curl.so` in `php.ini` when trying to run this in Google Cloud. Hypothetically.
  • Loading branch information
battis committed Mar 1, 2023
1 parent 04d6d04 commit 4a1e3b5
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 484 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
],
"require": {
"ext-curl": "*",
"league/oauth2-client": "^2.6",
"guzzlehttp/guzzle": "^7.4",
"battis/path": "^0.1.0"
Expand Down
Loading

0 comments on commit 4a1e3b5

Please sign in to comment.