-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update composer.json #40
base: master
Are you sure you want to change the base?
Conversation
Add PHP8 support
Add fork description
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
============================================
+ Coverage 94.52% 94.63% +0.10%
Complexity 80 80
============================================
Files 7 7
Lines 201 205 +4
============================================
+ Hits 190 194 +4
Misses 11 11
Continue to review full report at Codecov.
|
@@ -16,7 +18,7 @@ The middleware is functional with version 6 of Guzzle. | |||
Via Composer | |||
|
|||
``` bash | |||
$ composer require gmponos/guzzle_logger | |||
$ composer require alexsaab/guzzle_logger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you revert these changes?
"name": "George Mponos", | ||
"email": "[email protected]" | ||
"name": "Alex Agafonov", | ||
"email": "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you revert these changes?
same
This PR can be closed. No longer needed. |
Add PHP8 support