-
Notifications
You must be signed in to change notification settings - Fork 30
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
DRUP-801 Add forked AddPathPlugin and removed required patch #54
Conversation
README.md contained a reference to an outdated required patch (103) for php-http/client-common:1.x. The composer.json contained the correct reference (113). Although, that patch also became outdated because it did not contain a bulletproof fix for the problem. The issue has been properly fixed in the 2.x branch. This is the reason why we forked the fixed version from the 2.x branch and with that also removed all the overhead caused by conditional patching the php-http/client-common dependency. php-http/client-common#171
Codecov Report
@@ Coverage Diff @@
## 2.x #54 +/- ##
============================================
- Coverage 91.34% 91.26% -0.09%
- Complexity 1717 1722 +5
============================================
Files 266 267 +1
Lines 3338 3353 +15
============================================
+ Hits 3049 3060 +11
- Misses 289 293 +4
Continue to review full report at Codecov.
|
@balazswmann FYI, this PR addresses the documentation issue that you found. |
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.
This looks good to me.
README.md contained a reference to an outdated required patch (103)
for php-http/client-common:1.x. The composer.json contained the correct
reference (113). Although, that patch also became outdated because it
did not contain a bulletproof fix for the problem.
The issue has been properly fixed in the 2.x branch. This is the reason
why we forked the fixed version from the 2.x branch and with that
also removed all the overhead caused by conditional patching the
php-http/client-common dependency.
php-http/client-common#171
TODO: