-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LogtailClient curl connection timeout and timeout (#15)
Co-authored-by: vojtechzikmund <[email protected]> Co-authored-by: Petr Heinz <[email protected]>
- Loading branch information
1 parent
a425d7d
commit ad28932
Showing
7 changed files
with
80 additions
and
1,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
/vendor/ | ||
/example-project/vendor/ | ||
/composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
], | ||
"require": { | ||
"php": "^7.3 || ^8", | ||
"ext-curl": "*", | ||
"monolog/monolog": "^2" | ||
}, | ||
"require-dev": { | ||
|
Oops, something went wrong.