External Libraries: Fix PHP 7.4 compatibility issues in the Requests library.

See: https://github.com/rmccue/Requests/compare/v1.7.0...3470169

Props jrf, jorbin, desrosj.
See #47746.

git-svn-id: https://develop.svn.wordpress.org/trunk@46258 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2019-09-23 18:11:01 +00:00
parent c1d89f782a
commit 58bd8a48e6
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ class Requests {
*
* @var string
*/
const VERSION = '1.7';
const VERSION = '1.7-3470169';
/**
* Registered transport classes