diff --git a/composer.json b/composer.json
index 3db84ca6e..8663cf618 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,6 @@
"phpmailer/phpmailer": "^6.2.0",
"ifsnop/mysqldump-php": "^2.9",
"matthiasmullie/minify": "^1.3.65",
- "intervention/image": "^2.5.1",
- "": ""
+ "intervention/image": "^2.5.1"
}
}
diff --git a/composer.lock b/composer.lock
index 58eae9777..b98ad62d0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -6,72 +6,18 @@
],
"content-hash": "12129f1e8aec686d7cae22b9281fe71d",
"packages": [
- {
- "name": "firebase/php-jwt",
- "version": "v5.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/firebase/php-jwt.git",
- "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
- "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": ">=4.8 <=9"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Firebase\\JWT\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Neuman Vong",
- "email": "neuman+pear@twilio.com",
- "role": "Developer"
- },
- {
- "name": "Anant Narayanan",
- "email": "anant@php.net",
- "role": "Developer"
- }
- ],
- "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
- "homepage": "https://github.com/firebase/php-jwt",
- "keywords": [
- "jwt",
- "php"
- ],
- "support": {
- "issues": "https://github.com/firebase/php-jwt/issues",
- "source": "https://github.com/firebase/php-jwt/tree/master"
- },
- "time": "2020-03-25T18:49:23+00:00"
- },
{
"name": "guzzlehttp/psr7",
- "version": "1.7.0",
+ "version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
+ "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
- "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
+ "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
"shasum": ""
},
"require": {
@@ -131,32 +77,34 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/1.7.0"
+ "source": "https://github.com/guzzle/psr7/tree/1.8.1"
},
- "time": "2020-09-30T07:37:11+00:00"
+ "time": "2021-03-21T16:25:00+00:00"
},
{
"name": "hybridauth/hybridauth",
- "version": "3.6.0",
+ "version": "3.7.1",
"source": {
"type": "git",
"url": "https://github.com/hybridauth/hybridauth.git",
- "reference": "222ab4e6ee6ffd81caa77283142f3aa97afa5863"
+ "reference": "0ec1b8cb8b230aae739422c5e42bc5733b3a7316"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/222ab4e6ee6ffd81caa77283142f3aa97afa5863",
- "reference": "222ab4e6ee6ffd81caa77283142f3aa97afa5863",
+ "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/0ec1b8cb8b230aae739422c5e42bc5733b3a7316",
+ "reference": "0ec1b8cb8b230aae739422c5e42bc5733b3a7316",
"shasum": ""
},
"require": {
- "firebase/php-jwt": "*",
- "php": ">=5.4.0",
- "phpseclib/phpseclib": "~2.0"
+ "php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^6.5 || ^8"
+ "phpunit/phpunit": "^4.8.35 || ^6.5 || ^8.0"
+ },
+ "suggest": {
+ "firebase/php-jwt": "Needed to support Apple provider",
+ "phpseclib/phpseclib": "Needed to support Apple provider"
},
"type": "library",
"autoload": {
@@ -191,9 +139,9 @@
"support": {
"gitter": "https://gitter.im/hybridauth/hybridauth",
"issues": "https://github.com/hybridauth/hybridauth/issues",
- "source": "https://github.com/hybridauth/hybridauth/tree/3.6.0"
+ "source": "https://github.com/hybridauth/hybridauth/tree/3.7.1"
},
- "time": "2020-10-21T16:32:08+00:00"
+ "time": "2021-03-13T17:35:33+00:00"
},
{
"name": "ifsnop/mysqldump-php",
@@ -330,16 +278,16 @@
},
{
"name": "matthiasmullie/minify",
- "version": "1.3.65",
+ "version": "1.3.66",
"source": {
"type": "git",
"url": "https://github.com/matthiasmullie/minify.git",
- "reference": "227f19062451c55a797e0cc667ef983834e6580c"
+ "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/227f19062451c55a797e0cc667ef983834e6580c",
- "reference": "227f19062451c55a797e0cc667ef983834e6580c",
+ "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
+ "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
"shasum": ""
},
"require": {
@@ -349,8 +297,8 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
- "matthiasmullie/scrapbook": "~1.0",
- "phpunit/phpunit": "~4.8"
+ "matthiasmullie/scrapbook": "dev-master",
+ "phpunit/phpunit": ">=4.8"
},
"suggest": {
"psr/cache-implementation": "Cache implementation to use with Minify::cache"
@@ -388,7 +336,7 @@
],
"support": {
"issues": "https://github.com/matthiasmullie/minify/issues",
- "source": "https://github.com/matthiasmullie/minify/tree/1.3.65"
+ "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
},
"funding": [
{
@@ -404,7 +352,7 @@
"type": "github"
}
],
- "time": "2020-12-27T21:43:29+00:00"
+ "time": "2021-01-06T15:18:10+00:00"
},
{
"name": "matthiasmullie/path-converter",
@@ -461,16 +409,16 @@
},
{
"name": "phpmailer/phpmailer",
- "version": "v6.2.0",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "e38888a75c070304ca5514197d4847a59a5c853f"
+ "reference": "050d430203105c27c30efd1dce7aa421ad882d01"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
- "reference": "e38888a75c070304ca5514197d4847a59a5c853f",
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/050d430203105c27c30efd1dce7aa421ad882d01",
+ "reference": "050d430203105c27c30efd1dce7aa421ad882d01",
"shasum": ""
},
"require": {
@@ -488,7 +436,7 @@
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
+ "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
@@ -525,7 +473,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
- "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.0"
},
"funding": [
{
@@ -533,116 +481,7 @@
"type": "github"
}
],
- "time": "2020-11-25T15:24:57+00:00"
- },
- {
- "name": "phpseclib/phpseclib",
- "version": "2.0.30",
- "source": {
- "type": "git",
- "url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
- "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phing/phing": "~2.7",
- "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "suggest": {
- "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
- "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
- "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
- "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
- },
- "type": "library",
- "autoload": {
- "files": [
- "phpseclib/bootstrap.php"
- ],
- "psr-4": {
- "phpseclib\\": "phpseclib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jim Wigginton",
- "email": "terrafrost@php.net",
- "role": "Lead Developer"
- },
- {
- "name": "Patrick Monnerat",
- "email": "pm@datasphere.ch",
- "role": "Developer"
- },
- {
- "name": "Andreas Fischer",
- "email": "bantu@phpbb.com",
- "role": "Developer"
- },
- {
- "name": "Hans-Jürgen Petrich",
- "email": "petrich@tronic-media.com",
- "role": "Developer"
- },
- {
- "name": "Graham Campbell",
- "email": "graham@alt-three.com",
- "role": "Developer"
- }
- ],
- "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
- "homepage": "http://phpseclib.sourceforge.net",
- "keywords": [
- "BigInteger",
- "aes",
- "asn.1",
- "asn1",
- "blowfish",
- "crypto",
- "cryptography",
- "encryption",
- "rsa",
- "security",
- "sftp",
- "signature",
- "signing",
- "ssh",
- "twofish",
- "x.509",
- "x509"
- ],
- "support": {
- "issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/2.0.30"
- },
- "funding": [
- {
- "url": "https://github.com/terrafrost",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/phpseclib",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
- "type": "tidelift"
- }
- ],
- "time": "2020-12-17T05:42:04+00:00"
+ "time": "2021-03-31T20:06:42+00:00"
},
{
"name": "psr/http-message",
diff --git a/e107_handlers/vendor/composer/InstalledVersions.php b/e107_handlers/vendor/composer/InstalledVersions.php
index 4d42ad028..63b7719c3 100644
--- a/e107_handlers/vendor/composer/InstalledVersions.php
+++ b/e107_handlers/vendor/composer/InstalledVersions.php
@@ -29,7 +29,7 @@ private static $installed = array (
'aliases' =>
array (
),
- 'reference' => 'f9492a8c89860284979e9b947dc04836bc20d33b',
+ 'reference' => '2862e18db94899361a4d5be20c3e2d990b79e67a',
'name' => 'e107inc/e107',
),
'versions' =>
@@ -41,34 +41,25 @@ private static $installed = array (
'aliases' =>
array (
),
- 'reference' => 'f9492a8c89860284979e9b947dc04836bc20d33b',
- ),
- 'firebase/php-jwt' =>
- array (
- 'pretty_version' => 'v5.2.0',
- 'version' => '5.2.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'feb0e820b8436873675fd3aca04f3728eb2185cb',
+ 'reference' => '2862e18db94899361a4d5be20c3e2d990b79e67a',
),
'guzzlehttp/psr7' =>
array (
- 'pretty_version' => '1.7.0',
- 'version' => '1.7.0.0',
+ 'pretty_version' => '1.8.1',
+ 'version' => '1.8.1.0',
'aliases' =>
array (
),
- 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3',
+ 'reference' => '35ea11d335fd638b5882ff1725228b3d35496ab1',
),
'hybridauth/hybridauth' =>
array (
- 'pretty_version' => '3.6.0',
- 'version' => '3.6.0.0',
+ 'pretty_version' => '3.7.1',
+ 'version' => '3.7.1.0',
'aliases' =>
array (
),
- 'reference' => '222ab4e6ee6ffd81caa77283142f3aa97afa5863',
+ 'reference' => '0ec1b8cb8b230aae739422c5e42bc5733b3a7316',
),
'ifsnop/mysqldump-php' =>
array (
@@ -90,12 +81,12 @@ private static $installed = array (
),
'matthiasmullie/minify' =>
array (
- 'pretty_version' => '1.3.65',
- 'version' => '1.3.65.0',
+ 'pretty_version' => '1.3.66',
+ 'version' => '1.3.66.0',
'aliases' =>
array (
),
- 'reference' => '227f19062451c55a797e0cc667ef983834e6580c',
+ 'reference' => '45fd3b0f1dfa2c965857c6d4a470bea52adc31a6',
),
'matthiasmullie/path-converter' =>
array (
@@ -108,21 +99,12 @@ private static $installed = array (
),
'phpmailer/phpmailer' =>
array (
- 'pretty_version' => 'v6.2.0',
- 'version' => '6.2.0.0',
+ 'pretty_version' => 'v6.4.0',
+ 'version' => '6.4.0.0',
'aliases' =>
array (
),
- 'reference' => 'e38888a75c070304ca5514197d4847a59a5c853f',
- ),
- 'phpseclib/phpseclib' =>
- array (
- 'pretty_version' => '2.0.30',
- 'version' => '2.0.30.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '136b9ca7eebef78be14abf90d65c5e57b6bc5d36',
+ 'reference' => '050d430203105c27c30efd1dce7aa421ad882d01',
),
'psr/http-message' =>
array (
diff --git a/e107_handlers/vendor/composer/autoload_files.php b/e107_handlers/vendor/composer/autoload_files.php
index 661ba4836..d3964b69e 100644
--- a/e107_handlers/vendor/composer/autoload_files.php
+++ b/e107_handlers/vendor/composer/autoload_files.php
@@ -8,5 +8,4 @@ $baseDir = dirname(dirname($vendorDir));
return array(
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
- 'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
);
diff --git a/e107_handlers/vendor/composer/autoload_psr4.php b/e107_handlers/vendor/composer/autoload_psr4.php
index c9e607212..8747983d0 100644
--- a/e107_handlers/vendor/composer/autoload_psr4.php
+++ b/e107_handlers/vendor/composer/autoload_psr4.php
@@ -6,7 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname(dirname($vendorDir));
return array(
- 'phpseclib\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'MatthiasMullie\\PathConverter\\' => array($vendorDir . '/matthiasmullie/path-converter/src'),
@@ -15,5 +14,4 @@ return array(
'Ifsnop\\' => array($vendorDir . '/ifsnop/mysqldump-php/src/Ifsnop'),
'Hybridauth\\' => array($vendorDir . '/hybridauth/hybridauth/src'),
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
);
diff --git a/e107_handlers/vendor/composer/autoload_static.php b/e107_handlers/vendor/composer/autoload_static.php
index 91a92421c..ec9f14c4b 100644
--- a/e107_handlers/vendor/composer/autoload_static.php
+++ b/e107_handlers/vendor/composer/autoload_static.php
@@ -9,14 +9,9 @@ class ComposerStaticInit4ce406ae486ac58c9aa71537459207ae
public static $files = array (
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
- 'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
);
public static $prefixLengthsPsr4 = array (
- 'p' =>
- array (
- 'phpseclib\\' => 10,
- ),
'P' =>
array (
'Psr\\Http\\Message\\' => 17,
@@ -40,17 +35,9 @@ class ComposerStaticInit4ce406ae486ac58c9aa71537459207ae
array (
'GuzzleHttp\\Psr7\\' => 16,
),
- 'F' =>
- array (
- 'Firebase\\JWT\\' => 13,
- ),
);
public static $prefixDirsPsr4 = array (
- 'phpseclib\\' =>
- array (
- 0 => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib',
- ),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
@@ -83,10 +70,6 @@ class ComposerStaticInit4ce406ae486ac58c9aa71537459207ae
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
),
- 'Firebase\\JWT\\' =>
- array (
- 0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
- ),
);
public static $classMap = array (
diff --git a/e107_handlers/vendor/composer/installed.json b/e107_handlers/vendor/composer/installed.json
index 16b3d1aa3..13a2893e1 100644
--- a/e107_handlers/vendor/composer/installed.json
+++ b/e107_handlers/vendor/composer/installed.json
@@ -1,75 +1,18 @@
{
"packages": [
- {
- "name": "firebase/php-jwt",
- "version": "v5.2.0",
- "version_normalized": "5.2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/firebase/php-jwt.git",
- "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
- "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": ">=4.8 <=9"
- },
- "time": "2020-03-25T18:49:23+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Firebase\\JWT\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Neuman Vong",
- "email": "neuman+pear@twilio.com",
- "role": "Developer"
- },
- {
- "name": "Anant Narayanan",
- "email": "anant@php.net",
- "role": "Developer"
- }
- ],
- "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
- "homepage": "https://github.com/firebase/php-jwt",
- "keywords": [
- "jwt",
- "php"
- ],
- "support": {
- "issues": "https://github.com/firebase/php-jwt/issues",
- "source": "https://github.com/firebase/php-jwt/tree/master"
- },
- "install-path": "../firebase/php-jwt"
- },
{
"name": "guzzlehttp/psr7",
- "version": "1.7.0",
- "version_normalized": "1.7.0.0",
+ "version": "1.8.1",
+ "version_normalized": "1.8.1.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
+ "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
- "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
+ "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
"shasum": ""
},
"require": {
@@ -87,7 +30,7 @@
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
- "time": "2020-09-30T07:37:11+00:00",
+ "time": "2021-03-21T16:25:00+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -131,35 +74,37 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/1.7.0"
+ "source": "https://github.com/guzzle/psr7/tree/1.8.1"
},
"install-path": "../guzzlehttp/psr7"
},
{
"name": "hybridauth/hybridauth",
- "version": "3.6.0",
- "version_normalized": "3.6.0.0",
+ "version": "3.7.1",
+ "version_normalized": "3.7.1.0",
"source": {
"type": "git",
"url": "https://github.com/hybridauth/hybridauth.git",
- "reference": "222ab4e6ee6ffd81caa77283142f3aa97afa5863"
+ "reference": "0ec1b8cb8b230aae739422c5e42bc5733b3a7316"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/222ab4e6ee6ffd81caa77283142f3aa97afa5863",
- "reference": "222ab4e6ee6ffd81caa77283142f3aa97afa5863",
+ "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/0ec1b8cb8b230aae739422c5e42bc5733b3a7316",
+ "reference": "0ec1b8cb8b230aae739422c5e42bc5733b3a7316",
"shasum": ""
},
"require": {
- "firebase/php-jwt": "*",
- "php": ">=5.4.0",
- "phpseclib/phpseclib": "~2.0"
+ "php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^6.5 || ^8"
+ "phpunit/phpunit": "^4.8.35 || ^6.5 || ^8.0"
},
- "time": "2020-10-21T16:32:08+00:00",
+ "suggest": {
+ "firebase/php-jwt": "Needed to support Apple provider",
+ "phpseclib/phpseclib": "Needed to support Apple provider"
+ },
+ "time": "2021-03-13T17:35:33+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -194,7 +139,7 @@
"support": {
"gitter": "https://gitter.im/hybridauth/hybridauth",
"issues": "https://github.com/hybridauth/hybridauth/issues",
- "source": "https://github.com/hybridauth/hybridauth/tree/3.6.0"
+ "source": "https://github.com/hybridauth/hybridauth/tree/3.7.1"
},
"install-path": "../hybridauth/hybridauth"
},
@@ -335,17 +280,17 @@
},
{
"name": "matthiasmullie/minify",
- "version": "1.3.65",
- "version_normalized": "1.3.65.0",
+ "version": "1.3.66",
+ "version_normalized": "1.3.66.0",
"source": {
"type": "git",
"url": "https://github.com/matthiasmullie/minify.git",
- "reference": "227f19062451c55a797e0cc667ef983834e6580c"
+ "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/227f19062451c55a797e0cc667ef983834e6580c",
- "reference": "227f19062451c55a797e0cc667ef983834e6580c",
+ "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
+ "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
"shasum": ""
},
"require": {
@@ -355,13 +300,13 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
- "matthiasmullie/scrapbook": "~1.0",
- "phpunit/phpunit": "~4.8"
+ "matthiasmullie/scrapbook": "dev-master",
+ "phpunit/phpunit": ">=4.8"
},
"suggest": {
"psr/cache-implementation": "Cache implementation to use with Minify::cache"
},
- "time": "2020-12-27T21:43:29+00:00",
+ "time": "2021-01-06T15:18:10+00:00",
"bin": [
"bin/minifycss",
"bin/minifyjs"
@@ -396,7 +341,7 @@
],
"support": {
"issues": "https://github.com/matthiasmullie/minify/issues",
- "source": "https://github.com/matthiasmullie/minify/tree/1.3.65"
+ "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
},
"funding": [
{
@@ -472,17 +417,17 @@
},
{
"name": "phpmailer/phpmailer",
- "version": "v6.2.0",
- "version_normalized": "6.2.0.0",
+ "version": "v6.4.0",
+ "version_normalized": "6.4.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "e38888a75c070304ca5514197d4847a59a5c853f"
+ "reference": "050d430203105c27c30efd1dce7aa421ad882d01"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
- "reference": "e38888a75c070304ca5514197d4847a59a5c853f",
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/050d430203105c27c30efd1dce7aa421ad882d01",
+ "reference": "050d430203105c27c30efd1dce7aa421ad882d01",
"shasum": ""
},
"require": {
@@ -500,14 +445,14 @@
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
+ "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
- "time": "2020-11-25T15:24:57+00:00",
+ "time": "2021-03-31T20:06:42+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -539,7 +484,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
- "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.0"
},
"funding": [
{
@@ -549,118 +494,6 @@
],
"install-path": "../phpmailer/phpmailer"
},
- {
- "name": "phpseclib/phpseclib",
- "version": "2.0.30",
- "version_normalized": "2.0.30.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
- "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phing/phing": "~2.7",
- "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "suggest": {
- "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
- "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
- "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
- "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
- },
- "time": "2020-12-17T05:42:04+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "phpseclib/bootstrap.php"
- ],
- "psr-4": {
- "phpseclib\\": "phpseclib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jim Wigginton",
- "email": "terrafrost@php.net",
- "role": "Lead Developer"
- },
- {
- "name": "Patrick Monnerat",
- "email": "pm@datasphere.ch",
- "role": "Developer"
- },
- {
- "name": "Andreas Fischer",
- "email": "bantu@phpbb.com",
- "role": "Developer"
- },
- {
- "name": "Hans-Jürgen Petrich",
- "email": "petrich@tronic-media.com",
- "role": "Developer"
- },
- {
- "name": "Graham Campbell",
- "email": "graham@alt-three.com",
- "role": "Developer"
- }
- ],
- "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
- "homepage": "http://phpseclib.sourceforge.net",
- "keywords": [
- "BigInteger",
- "aes",
- "asn.1",
- "asn1",
- "blowfish",
- "crypto",
- "cryptography",
- "encryption",
- "rsa",
- "security",
- "sftp",
- "signature",
- "signing",
- "ssh",
- "twofish",
- "x.509",
- "x509"
- ],
- "support": {
- "issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/2.0.30"
- },
- "funding": [
- {
- "url": "https://github.com/terrafrost",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/phpseclib",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
- "type": "tidelift"
- }
- ],
- "install-path": "../phpseclib/phpseclib"
- },
{
"name": "psr/http-message",
"version": "1.0.1",
diff --git a/e107_handlers/vendor/composer/installed.php b/e107_handlers/vendor/composer/installed.php
index 79d54a967..e2e46eb99 100644
--- a/e107_handlers/vendor/composer/installed.php
+++ b/e107_handlers/vendor/composer/installed.php
@@ -6,7 +6,7 @@
'aliases' =>
array (
),
- 'reference' => 'f9492a8c89860284979e9b947dc04836bc20d33b',
+ 'reference' => '2862e18db94899361a4d5be20c3e2d990b79e67a',
'name' => 'e107inc/e107',
),
'versions' =>
@@ -18,34 +18,25 @@
'aliases' =>
array (
),
- 'reference' => 'f9492a8c89860284979e9b947dc04836bc20d33b',
- ),
- 'firebase/php-jwt' =>
- array (
- 'pretty_version' => 'v5.2.0',
- 'version' => '5.2.0.0',
- 'aliases' =>
- array (
- ),
- 'reference' => 'feb0e820b8436873675fd3aca04f3728eb2185cb',
+ 'reference' => '2862e18db94899361a4d5be20c3e2d990b79e67a',
),
'guzzlehttp/psr7' =>
array (
- 'pretty_version' => '1.7.0',
- 'version' => '1.7.0.0',
+ 'pretty_version' => '1.8.1',
+ 'version' => '1.8.1.0',
'aliases' =>
array (
),
- 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3',
+ 'reference' => '35ea11d335fd638b5882ff1725228b3d35496ab1',
),
'hybridauth/hybridauth' =>
array (
- 'pretty_version' => '3.6.0',
- 'version' => '3.6.0.0',
+ 'pretty_version' => '3.7.1',
+ 'version' => '3.7.1.0',
'aliases' =>
array (
),
- 'reference' => '222ab4e6ee6ffd81caa77283142f3aa97afa5863',
+ 'reference' => '0ec1b8cb8b230aae739422c5e42bc5733b3a7316',
),
'ifsnop/mysqldump-php' =>
array (
@@ -67,12 +58,12 @@
),
'matthiasmullie/minify' =>
array (
- 'pretty_version' => '1.3.65',
- 'version' => '1.3.65.0',
+ 'pretty_version' => '1.3.66',
+ 'version' => '1.3.66.0',
'aliases' =>
array (
),
- 'reference' => '227f19062451c55a797e0cc667ef983834e6580c',
+ 'reference' => '45fd3b0f1dfa2c965857c6d4a470bea52adc31a6',
),
'matthiasmullie/path-converter' =>
array (
@@ -85,21 +76,12 @@
),
'phpmailer/phpmailer' =>
array (
- 'pretty_version' => 'v6.2.0',
- 'version' => '6.2.0.0',
+ 'pretty_version' => 'v6.4.0',
+ 'version' => '6.4.0.0',
'aliases' =>
array (
),
- 'reference' => 'e38888a75c070304ca5514197d4847a59a5c853f',
- ),
- 'phpseclib/phpseclib' =>
- array (
- 'pretty_version' => '2.0.30',
- 'version' => '2.0.30.0',
- 'aliases' =>
- array (
- ),
- 'reference' => '136b9ca7eebef78be14abf90d65c5e57b6bc5d36',
+ 'reference' => '050d430203105c27c30efd1dce7aa421ad882d01',
),
'psr/http-message' =>
array (
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/CHANGELOG.md b/e107_handlers/vendor/guzzlehttp/psr7/CHANGELOG.md
index b441d3666..a608aa419 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/CHANGELOG.md
+++ b/e107_handlers/vendor/guzzlehttp/psr7/CHANGELOG.md
@@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+## [1.8.1] - 2021-03-21
+
+### Fixed
+
+- Issue parsing IPv6 URLs
+- Issue modifying ServerRequest lost all its attributes
+
+## [1.8.0] - 2021-03-21
+
+### Added
+
+- Locale independent URL parsing
+- Most classes got a `@final` annotation to prepare for 2.0
+
+### Fixed
+
+- Issue when creating stream from `php://input` and curl-ext is not installed
+- Broken `Utils::tryFopen()` on PHP 8
+
## [1.7.0] - 2020-09-30
### Added
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/AppendStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/AppendStream.php
index 86e7a23ba..fa9153d78 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/AppendStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/AppendStream.php
@@ -8,6 +8,8 @@ use Psr\Http\Message\StreamInterface;
* Reads from multiple streams, one after the other.
*
* This is a read-only stream decorator.
+ *
+ * @final
*/
class AppendStream implements StreamInterface
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/BufferStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/BufferStream.php
index 627e4a5f1..783859c19 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/BufferStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/BufferStream.php
@@ -11,6 +11,8 @@ use Psr\Http\Message\StreamInterface;
* This stream returns a "hwm" metadata value that tells upstream consumers
* what the configured high water mark of the stream is, or the maximum
* preferred size of the buffer.
+ *
+ * @final
*/
class BufferStream implements StreamInterface
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/CachingStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/CachingStream.php
index 244d2a063..fe749e981 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/CachingStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/CachingStream.php
@@ -7,6 +7,8 @@ use Psr\Http\Message\StreamInterface;
/**
* Stream decorator that can cache previously read bytes from a sequentially
* read stream.
+ *
+ * @final
*/
class CachingStream implements StreamInterface
{
@@ -21,7 +23,7 @@ class CachingStream implements StreamInterface
/**
* We will treat the buffer object as the body of the stream
*
- * @param StreamInterface $stream Stream to cache
+ * @param StreamInterface $stream Stream to cache. The cursor is assumed to be at the beginning of the stream.
* @param StreamInterface $target Optionally specify where data is cached
*/
public function __construct(
@@ -29,7 +31,7 @@ class CachingStream implements StreamInterface
StreamInterface $target = null
) {
$this->remoteStream = $stream;
- $this->stream = $target ?: new Stream(fopen('php://temp', 'r+'));
+ $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
}
public function getSize()
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/DroppingStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/DroppingStream.php
index e125642d3..9f7420c40 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/DroppingStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/DroppingStream.php
@@ -7,6 +7,8 @@ use Psr\Http\Message\StreamInterface;
/**
* Stream decorator that begins dropping data once the size of the underlying
* stream becomes too full.
+ *
+ * @final
*/
class DroppingStream implements StreamInterface
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/FnStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/FnStream.php
index 407577a37..76a8cc7ba 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/FnStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/FnStream.php
@@ -9,6 +9,8 @@ use Psr\Http\Message\StreamInterface;
*
* Allows for easy testing and extension of a provided stream without needing
* to create a concrete class for a simple extension point.
+ *
+ * @final
*/
class FnStream implements StreamInterface
{
@@ -56,6 +58,7 @@ class FnStream implements StreamInterface
/**
* An unserialize would allow the __destruct to run when the unserialized value goes out of scope.
+ *
* @throws \LogicException
*/
public function __wakeup()
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/InflateStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/InflateStream.php
index c98b96f25..0cbd2cce2 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/InflateStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/InflateStream.php
@@ -14,6 +14,8 @@ use Psr\Http\Message\StreamInterface;
*
* @link http://tools.ietf.org/html/rfc1952
* @link http://php.net/manual/en/filters.compression.php
+ *
+ * @final
*/
class InflateStream implements StreamInterface
{
@@ -34,6 +36,7 @@ class InflateStream implements StreamInterface
/**
* @param StreamInterface $stream
* @param $header
+ *
* @return int
*/
private function getLengthOfPossibleFilenameHeader(StreamInterface $stream, $header)
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/LazyOpenStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
index 13c7af5c8..911e127d3 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
@@ -7,6 +7,8 @@ use Psr\Http\Message\StreamInterface;
/**
* Lazily reads or writes to a file that is opened only after an IO operation
* take place on the stream.
+ *
+ * @final
*/
class LazyOpenStream implements StreamInterface
{
@@ -15,7 +17,7 @@ class LazyOpenStream implements StreamInterface
/** @var string File to open */
private $filename;
- /** @var string $mode */
+ /** @var string */
private $mode;
/**
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/LimitStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/LimitStream.php
index bef9161ea..1173ec40d 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/LimitStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/LimitStream.php
@@ -4,9 +4,10 @@ namespace GuzzleHttp\Psr7;
use Psr\Http\Message\StreamInterface;
-
/**
- * Decorator used to return only a subset of a stream
+ * Decorator used to return only a subset of a stream.
+ *
+ * @final
*/
class LimitStream implements StreamInterface
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/MultipartStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/MultipartStream.php
index 0cbfea35d..5a6079a89 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/MultipartStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/MultipartStream.php
@@ -7,6 +7,8 @@ use Psr\Http\Message\StreamInterface;
/**
* Stream that when read returns bytes for a streaming multipart or
* multipart/form-data stream.
+ *
+ * @final
*/
class MultipartStream implements StreamInterface
{
@@ -115,9 +117,11 @@ class MultipartStream implements StreamInterface
$disposition = $this->getHeader($headers, 'content-disposition');
if (!$disposition) {
$headers['Content-Disposition'] = ($filename === '0' || $filename)
- ? sprintf('form-data; name="%s"; filename="%s"',
+ ? sprintf(
+ 'form-data; name="%s"; filename="%s"',
$name,
- basename($filename))
+ basename($filename)
+ )
: "form-data; name=\"{$name}\"";
}
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/NoSeekStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/NoSeekStream.php
index 4b04b4c0a..d66bdde46 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/NoSeekStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/NoSeekStream.php
@@ -5,7 +5,9 @@ namespace GuzzleHttp\Psr7;
use Psr\Http\Message\StreamInterface;
/**
- * Stream decorator that prevents a stream from being seeked
+ * Stream decorator that prevents a stream from being seeked.
+ *
+ * @final
*/
class NoSeekStream implements StreamInterface
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/PumpStream.php b/e107_handlers/vendor/guzzlehttp/psr7/src/PumpStream.php
index fbd8726b4..44c7b582c 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/PumpStream.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/PumpStream.php
@@ -13,6 +13,8 @@ use Psr\Http\Message\StreamInterface;
* returned by the provided callable is buffered internally until drained using
* the read() function of the PumpStream. The provided callable MUST return
* false when there is no more data to read.
+ *
+ * @final
*/
class PumpStream implements StreamInterface
{
@@ -32,14 +34,14 @@ class PumpStream implements StreamInterface
private $buffer;
/**
- * @param callable $source Source of the stream data. The callable MAY
- * accept an integer argument used to control the
- * amount of data to return. The callable MUST
- * return a string when called, or false on error
- * or EOF.
- * @param array $options Stream options:
- * - metadata: Hash of metadata to use with stream.
- * - size: Size of the stream, if known.
+ * @param callable $source Source of the stream data. The callable MAY
+ * accept an integer argument used to control the
+ * amount of data to return. The callable MUST
+ * return a string when called, or false on error
+ * or EOF.
+ * @param array $options Stream options:
+ * - metadata: Hash of metadata to use with stream.
+ * - size: Size of the stream, if known.
*/
public function __construct(callable $source, array $options = [])
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/Query.php b/e107_handlers/vendor/guzzlehttp/psr7/src/Query.php
index 99e093050..5a7cc0359 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/Query.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/Query.php
@@ -34,7 +34,9 @@ final class Query
} elseif ($urlEncoding === PHP_QUERY_RFC1738) {
$decoder = 'urldecode';
} else {
- $decoder = function ($str) { return $str; };
+ $decoder = function ($str) {
+ return $str;
+ };
}
foreach (explode('&', $str) as $kvp) {
@@ -65,6 +67,7 @@ final class Query
* @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
* to encode using RFC3986, or PHP_QUERY_RFC1738
* to encode using RFC1738.
+ *
* @return string
*/
public static function build(array $params, $encoding = PHP_QUERY_RFC3986)
@@ -74,7 +77,9 @@ final class Query
}
if ($encoding === false) {
- $encoder = function ($str) { return $str; };
+ $encoder = function ($str) {
+ return $str;
+ };
} elseif ($encoding === PHP_QUERY_RFC3986) {
$encoder = 'rawurlencode';
} elseif ($encoding === PHP_QUERY_RFC1738) {
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/Request.php b/e107_handlers/vendor/guzzlehttp/psr7/src/Request.php
index 89fbb1e62..c1cdaebff 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/Request.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/Request.php
@@ -17,7 +17,7 @@ class Request implements RequestInterface
/** @var string */
private $method;
- /** @var null|string */
+ /** @var string|null */
private $requestTarget;
/** @var UriInterface */
@@ -27,7 +27,7 @@ class Request implements RequestInterface
* @param string $method HTTP method
* @param string|UriInterface $uri URI
* @param array $headers Request headers
- * @param string|null|resource|StreamInterface $body Request body
+ * @param string|resource|StreamInterface|null $body Request body
* @param string $version Protocol version
*/
public function __construct(
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/Response.php b/e107_handlers/vendor/guzzlehttp/psr7/src/Response.php
index 36b85fb78..8c01a0f5a 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/Response.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/Response.php
@@ -83,7 +83,7 @@ class Response implements ResponseInterface
/**
* @param int $status Status code
* @param array $headers Response headers
- * @param string|null|resource|StreamInterface $body Response body
+ * @param string|resource|StreamInterface|null $body Response body
* @param string $version Protocol version
* @param string|null $reason Reason phrase (when empty a default will be used based on the status code)
*/
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/Rfc7230.php b/e107_handlers/vendor/guzzlehttp/psr7/src/Rfc7230.php
index 505e4742b..51b571f24 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/Rfc7230.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/Rfc7230.php
@@ -11,6 +11,7 @@ final class Rfc7230
* Note: header delimiter (\r\n) is modified to \r?\n to accept line feed only delimiters for BC reasons.
*
* @link https://github.com/amphp/http/blob/v1.0.1/src/Rfc7230.php#L12-L15
+ *
* @license https://github.com/amphp/http/blob/v1.0.1/LICENSE
*/
const HEADER_REGEX = "(^([^()<>@,;:\\\"/[\]?={}\x01-\x20\x7F]++):[ \t]*+((?:[ \t]*+[\x21-\x7E\x80-\xFF]++)*+)[ \t]*+\r?\n)m";
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/ServerRequest.php b/e107_handlers/vendor/guzzlehttp/psr7/src/ServerRequest.php
index 72c5566cf..e6d26f5ff 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/ServerRequest.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/ServerRequest.php
@@ -4,9 +4,9 @@ namespace GuzzleHttp\Psr7;
use InvalidArgumentException;
use Psr\Http\Message\ServerRequestInterface;
-use Psr\Http\Message\UriInterface;
use Psr\Http\Message\StreamInterface;
use Psr\Http\Message\UploadedFileInterface;
+use Psr\Http\Message\UriInterface;
/**
* Server-side HTTP request
@@ -35,7 +35,7 @@ class ServerRequest extends Request implements ServerRequestInterface
private $cookieParams = [];
/**
- * @var null|array|object
+ * @var array|object|null
*/
private $parsedBody;
@@ -58,7 +58,7 @@ class ServerRequest extends Request implements ServerRequestInterface
* @param string $method HTTP method
* @param string|UriInterface $uri URI
* @param array $headers Request headers
- * @param string|null|resource|StreamInterface $body Request body
+ * @param string|resource|StreamInterface|null $body Request body
* @param string $version Protocol version
* @param array $serverParams Typically the $_SERVER superglobal
*/
@@ -111,6 +111,7 @@ class ServerRequest extends Request implements ServerRequestInterface
* delegate to normalizeNestedFileSpec() and return that return value.
*
* @param array $value $_FILES struct
+ *
* @return array|UploadedFileInterface
*/
private static function createUploadedFileFromSpec(array $value)
@@ -135,6 +136,7 @@ class ServerRequest extends Request implements ServerRequestInterface
* UploadedFileInterface instances.
*
* @param array $files
+ *
* @return UploadedFileInterface[]
*/
private static function normalizeNestedFileSpec(array $files = [])
@@ -184,7 +186,7 @@ class ServerRequest extends Request implements ServerRequestInterface
private static function extractHostAndPortFromAuthority($authority)
{
- $uri = 'http://'.$authority;
+ $uri = 'http://' . $authority;
$parts = parse_url($uri);
if (false === $parts) {
return [null, null];
@@ -245,7 +247,6 @@ class ServerRequest extends Request implements ServerRequestInterface
return $uri;
}
-
/**
* {@inheritdoc}
*/
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php b/e107_handlers/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
index 093023b1c..5025dd67b 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
@@ -6,6 +6,7 @@ use Psr\Http\Message\StreamInterface;
/**
* Stream decorator trait
+ *
* @property StreamInterface stream
*/
trait StreamDecoratorTrait
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/StreamWrapper.php b/e107_handlers/vendor/guzzlehttp/psr7/src/StreamWrapper.php
index eac653539..fc7cb969b 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/StreamWrapper.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/StreamWrapper.php
@@ -6,6 +6,8 @@ use Psr\Http\Message\StreamInterface;
/**
* Converts Guzzle streams into PHP stream resources.
+ *
+ * @final
*/
class StreamWrapper
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/UploadedFile.php b/e107_handlers/vendor/guzzlehttp/psr7/src/UploadedFile.php
index a0ea59e09..bf342c4de 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/UploadedFile.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/UploadedFile.php
@@ -39,7 +39,7 @@ class UploadedFile implements UploadedFileInterface
private $error;
/**
- * @var null|string
+ * @var string|null
*/
private $file;
@@ -60,10 +60,10 @@ class UploadedFile implements UploadedFileInterface
/**
* @param StreamInterface|string|resource $streamOrFile
- * @param int $size
- * @param int $errorStatus
- * @param string|null $clientFilename
- * @param string|null $clientMediaType
+ * @param int $size
+ * @param int $errorStatus
+ * @param string|null $clientFilename
+ * @param string|null $clientMediaType
*/
public function __construct(
$streamOrFile,
@@ -144,7 +144,8 @@ class UploadedFile implements UploadedFileInterface
/**
* @param mixed $param
- * @return boolean
+ *
+ * @return bool
*/
private function isStringOrNull($param)
{
@@ -153,7 +154,8 @@ class UploadedFile implements UploadedFileInterface
/**
* @param mixed $param
- * @return boolean
+ *
+ * @return bool
*/
private function isStringNotEmpty($param)
{
@@ -195,7 +197,7 @@ class UploadedFile implements UploadedFileInterface
/**
* Return true if there is no upload error
*
- * @return boolean
+ * @return bool
*/
private function isOk()
{
@@ -203,7 +205,7 @@ class UploadedFile implements UploadedFileInterface
}
/**
- * @return boolean
+ * @return bool
*/
public function isMoved()
{
@@ -248,10 +250,10 @@ class UploadedFile implements UploadedFileInterface
*
* @param string $targetPath Path to which to move the uploaded file.
*
- * @throws RuntimeException if the upload was not successful.
+ * @throws RuntimeException if the upload was not successful.
* @throws InvalidArgumentException if the $path specified is invalid.
- * @throws RuntimeException on any error during the move operation, or on
- * the second or subsequent call to the method.
+ * @throws RuntimeException on any error during the move operation, or on
+ * the second or subsequent call to the method.
*/
public function moveTo($targetPath)
{
@@ -297,6 +299,7 @@ class UploadedFile implements UploadedFileInterface
* {@inheritdoc}
*
* @see http://php.net/manual/en/features.file-upload.errors.php
+ *
* @return int One of PHP's UPLOAD_ERR_XXX constants.
*/
public function getError()
@@ -308,7 +311,7 @@ class UploadedFile implements UploadedFileInterface
* {@inheritdoc}
*
* @return string|null The filename sent by the client or null if none
- * was provided.
+ * was provided.
*/
public function getClientFilename()
{
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/Uri.php b/e107_handlers/vendor/guzzlehttp/psr7/src/Uri.php
index a0d73917e..ab201c1d1 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/Uri.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/Uri.php
@@ -67,7 +67,7 @@ class Uri implements UriInterface
{
// weak type check to also accept null until we can add scalar type hints
if ($uri != '') {
- $parts = parse_url($uri);
+ $parts = self::parse($uri);
if ($parts === false) {
throw new \InvalidArgumentException("Unable to parse URI: $uri");
}
@@ -75,6 +75,49 @@ class Uri implements UriInterface
}
}
+ /**
+ * UTF-8 aware \parse_url() replacement.
+ *
+ * The internal function produces broken output for non ASCII domain names
+ * (IDN) when used with locales other than "C".
+ *
+ * On the other hand, cURL understands IDN correctly only when UTF-8 locale
+ * is configured ("C.UTF-8", "en_US.UTF-8", etc.).
+ *
+ * @see https://bugs.php.net/bug.php?id=52923
+ * @see https://www.php.net/manual/en/function.parse-url.php#114817
+ * @see https://curl.haxx.se/libcurl/c/CURLOPT_URL.html#ENCODING
+ *
+ * @param string $url
+ *
+ * @return array|false
+ */
+ private static function parse($url)
+ {
+ // If IPv6
+ $prefix = '';
+ if (preg_match('%^(.*://\[[0-9:a-f]+\])(.*?)$%', $url, $matches)) {
+ $prefix = $matches[1];
+ $url = $matches[2];
+ }
+
+ $encodedUrl = preg_replace_callback(
+ '%[^:/@?&=#]+%usD',
+ static function ($matches) {
+ return urlencode($matches[0]);
+ },
+ $url
+ );
+
+ $result = parse_url($prefix.$encodedUrl);
+
+ if ($result === false) {
+ return false;
+ }
+
+ return array_map('urldecode', $result);
+ }
+
public function __toString()
{
return self::composeComponents(
@@ -167,6 +210,7 @@ class Uri implements UriInterface
* @param UriInterface $uri
*
* @return bool
+ *
* @see Uri::isNetworkPathReference
* @see Uri::isAbsolutePathReference
* @see Uri::isRelativePathReference
@@ -185,6 +229,7 @@ class Uri implements UriInterface
* @param UriInterface $uri
*
* @return bool
+ *
* @link https://tools.ietf.org/html/rfc3986#section-4.2
*/
public static function isNetworkPathReference(UriInterface $uri)
@@ -200,6 +245,7 @@ class Uri implements UriInterface
* @param UriInterface $uri
*
* @return bool
+ *
* @link https://tools.ietf.org/html/rfc3986#section-4.2
*/
public static function isAbsolutePathReference(UriInterface $uri)
@@ -218,6 +264,7 @@ class Uri implements UriInterface
* @param UriInterface $uri
*
* @return bool
+ *
* @link https://tools.ietf.org/html/rfc3986#section-4.2
*/
public static function isRelativePathReference(UriInterface $uri)
@@ -238,6 +285,7 @@ class Uri implements UriInterface
* @param UriInterface|null $base An optional base URI to compare against
*
* @return bool
+ *
* @link https://tools.ietf.org/html/rfc3986#section-4.4
*/
public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null)
@@ -358,6 +406,7 @@ class Uri implements UriInterface
* @param array $parts
*
* @return UriInterface
+ *
* @link http://php.net/manual/en/function.parse-url.php
*
* @throws \InvalidArgumentException If the components do not form a valid URI.
@@ -576,7 +625,7 @@ class Uri implements UriInterface
throw new \InvalidArgumentException('Scheme must be a string');
}
- return strtolower($scheme);
+ return \strtr($scheme, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz');
}
/**
@@ -612,7 +661,7 @@ class Uri implements UriInterface
throw new \InvalidArgumentException('Host must be a string');
}
- return strtolower($host);
+ return \strtr($host, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz');
}
/**
@@ -641,7 +690,7 @@ class Uri implements UriInterface
/**
* @param UriInterface $uri
* @param array $keys
- *
+ *
* @return array
*/
private static function getFilteredQueryString(UriInterface $uri, array $keys)
@@ -662,7 +711,7 @@ class Uri implements UriInterface
/**
* @param string $key
* @param string|null $value
- *
+ *
* @return string
*/
private static function generateQueryString($key, $value)
@@ -754,7 +803,7 @@ class Uri implements UriInterface
'by adding a leading slash to the path is deprecated since version 1.4 and will throw an exception instead.',
E_USER_DEPRECATED
);
- $this->path = '/'. $this->path;
+ $this->path = '/' . $this->path;
//throw new \InvalidArgumentException('The path of a URI with an authority must start with a slash "/" or be empty');
}
}
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/UriNormalizer.php b/e107_handlers/vendor/guzzlehttp/psr7/src/UriNormalizer.php
index 2b9174a5e..81419ead4 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/UriNormalizer.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/UriNormalizer.php
@@ -115,6 +115,7 @@ final class UriNormalizer
* @param int $flags A bitmask of normalizations to apply, see constants
*
* @return UriInterface The normalized URI
+ *
* @link https://tools.ietf.org/html/rfc3986#section-6.2
*/
public static function normalize(UriInterface $uri, $flags = self::PRESERVING_NORMALIZATIONS)
@@ -171,6 +172,7 @@ final class UriNormalizer
* @param int $normalizations A bitmask of normalizations to apply, see constants
*
* @return bool
+ *
* @link https://tools.ietf.org/html/rfc3986#section-6.1
*/
public static function isEquivalent(UriInterface $uri1, UriInterface $uri2, $normalizations = self::PRESERVING_NORMALIZATIONS)
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/UriResolver.php b/e107_handlers/vendor/guzzlehttp/psr7/src/UriResolver.php
index 26cecd53a..a3cb15d57 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/UriResolver.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/UriResolver.php
@@ -19,6 +19,7 @@ final class UriResolver
* @param string $path
*
* @return string
+ *
* @link http://tools.ietf.org/html/rfc3986#section-5.2.4
*/
public static function removeDotSegments($path)
@@ -58,6 +59,7 @@ final class UriResolver
* @param UriInterface $rel Relative URI
*
* @return UriInterface
+ *
* @link http://tools.ietf.org/html/rfc3986#section-5.2
*/
public static function resolve(UriInterface $base, UriInterface $rel)
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/Utils.php b/e107_handlers/vendor/guzzlehttp/psr7/src/Utils.php
index 86960dde2..7c7cc3eb6 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/Utils.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/Utils.php
@@ -75,6 +75,7 @@ final class Utils
* @param StreamInterface $stream Stream to read
* @param int $maxLen Maximum number of bytes to read. Pass -1
* to read the entire stream.
+ *
* @return string
*
* @throws \RuntimeException on error.
@@ -181,7 +182,7 @@ final class Utils
$standardPorts = ['http' => 80, 'https' => 443];
$scheme = $changes['uri']->getScheme();
if (isset($standardPorts[$scheme]) && $port != $standardPorts[$scheme]) {
- $changes['set_headers']['Host'] .= ':'.$port;
+ $changes['set_headers']['Host'] .= ':' . $port;
}
}
}
@@ -202,7 +203,7 @@ final class Utils
}
if ($request instanceof ServerRequestInterface) {
- return (new ServerRequest(
+ $new = (new ServerRequest(
isset($changes['method']) ? $changes['method'] : $request->getMethod(),
$uri,
$headers,
@@ -216,6 +217,12 @@ final class Utils
->withQueryParams($request->getQueryParams())
->withCookieParams($request->getCookieParams())
->withUploadedFiles($request->getUploadedFiles());
+
+ foreach ($request->getAttributes() as $key => $value) {
+ $new = $new->withAttribute($key, $value);
+ }
+
+ return $new;
}
return new Request(
@@ -286,7 +293,7 @@ final class Utils
* number of requested bytes are available. Any additional bytes will be
* buffered and used in subsequent reads.
*
- * @param resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource Entity body data
+ * @param resource|string|int|float|bool|StreamInterface|callable|\Iterator|null $resource Entity body data
* @param array $options Additional options
*
* @return StreamInterface
@@ -296,7 +303,7 @@ final class Utils
public static function streamFor($resource = '', array $options = [])
{
if (is_scalar($resource)) {
- $stream = fopen('php://temp', 'r+');
+ $stream = self::tryFopen('php://temp', 'r+');
if ($resource !== '') {
fwrite($stream, $resource);
fseek($stream, 0);
@@ -306,6 +313,16 @@ final class Utils
switch (gettype($resource)) {
case 'resource':
+ /*
+ * The 'php://input' is a special stream with quirks and inconsistencies.
+ * We avoid using that stream by reading it into php://temp
+ */
+ if (\stream_get_meta_data($resource)['uri'] === 'php://input') {
+ $stream = self::tryFopen('php://temp', 'w+');
+ fwrite($stream, stream_get_contents($resource));
+ fseek($stream, 0);
+ $resource = $stream;
+ }
return new Stream($resource, $options);
case 'object':
if ($resource instanceof StreamInterface) {
@@ -324,7 +341,7 @@ final class Utils
}
break;
case 'NULL':
- return new Stream(fopen('php://temp', 'r+'), $options);
+ return new Stream(self::tryFopen('php://temp', 'r+'), $options);
}
if (is_callable($resource)) {
@@ -352,14 +369,26 @@ final class Utils
$ex = null;
set_error_handler(function () use ($filename, $mode, &$ex) {
$ex = new \RuntimeException(sprintf(
- 'Unable to open %s using mode %s: %s',
+ 'Unable to open "%s" using mode "%s": %s',
$filename,
$mode,
func_get_args()[1]
));
+
+ return true;
});
- $handle = fopen($filename, $mode);
+ try {
+ $handle = fopen($filename, $mode);
+ } catch (\Throwable $e) {
+ $ex = new \RuntimeException(sprintf(
+ 'Unable to open "%s" using mode "%s": %s',
+ $filename,
+ $mode,
+ $e->getMessage()
+ ), 0, $e);
+ }
+
restore_error_handler();
if ($ex) {
diff --git a/e107_handlers/vendor/guzzlehttp/psr7/src/functions.php b/e107_handlers/vendor/guzzlehttp/psr7/src/functions.php
index e4cc13619..b0901fadd 100644
--- a/e107_handlers/vendor/guzzlehttp/psr7/src/functions.php
+++ b/e107_handlers/vendor/guzzlehttp/psr7/src/functions.php
@@ -70,7 +70,7 @@ function uri_for($uri)
* number of requested bytes are available. Any additional bytes will be
* buffered and used in subsequent reads.
*
- * @param resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource Entity body data
+ * @param resource|string|int|float|bool|StreamInterface|callable|\Iterator|null $resource Entity body data
* @param array $options Additional options
*
* @return StreamInterface
@@ -187,6 +187,7 @@ function try_fopen($filename, $mode)
* @param StreamInterface $stream Stream to read
* @param int $maxLen Maximum number of bytes to read. Pass -1
* to read the entire stream.
+ *
* @return string
*
* @throws \RuntimeException on error.
@@ -311,6 +312,7 @@ function parse_query($str, $urlEncoding = true)
* @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
* to encode using RFC3986, or PHP_QUERY_RFC1738
* to encode using RFC1738.
+ *
* @return string
*
* @deprecated build_query will be removed in guzzlehttp/psr7:2.0. Use Query::build instead.
@@ -361,6 +363,7 @@ function mimetype_from_extension($extension)
* @return array
*
* @internal
+ *
* @deprecated _parse_message will be removed in guzzlehttp/psr7:2.0. Use Message::parseMessage instead.
*/
function _parse_message($message)
@@ -377,6 +380,7 @@ function _parse_message($message)
* @return string
*
* @internal
+ *
* @deprecated _parse_request_uri will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequestUri instead.
*/
function _parse_request_uri($path, array $headers)
@@ -409,6 +413,7 @@ function get_message_body_summary(MessageInterface $message, $truncateAt = 120)
* @return array
*
* @internal
+ *
* @deprecated _caseless_remove will be removed in guzzlehttp/psr7:2.0. Use Utils::caselessRemove instead.
*/
function _caseless_remove($keys, array $data)
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/README.md b/e107_handlers/vendor/hybridauth/hybridauth/README.md
index dfa7f403e..6ad53b2f5 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/README.md
+++ b/e107_handlers/vendor/hybridauth/hybridauth/README.md
@@ -1,4 +1,4 @@
-## [Hybridauth](https://hybridauth.github.io/) 3.5
+## [Hybridauth](https://hybridauth.github.io/) 3.7.1
[](https://travis-ci.org/hybridauth/hybridauth) [](https://scrutinizer-ci.com/g/hybridauth/hybridauth/?branch=master) [](https://packagist.org/packages/hybridauth/hybridauth) [](https://gitter.im/hybridauth/hybridauth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AbstractAdapter.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AbstractAdapter.php
index 0066d8496..4d828203d 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AbstractAdapter.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AbstractAdapter.php
@@ -136,6 +136,14 @@ abstract class AbstractAdapter implements AdapterInterface
throw new NotImplementedException('Provider does not support this feature.');
}
+ /**
+ * {@inheritdoc}
+ */
+ public function maintainToken()
+ {
+ // Nothing needed for most providers
+ }
+
/**
* {@inheritdoc}
*/
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AdapterInterface.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AdapterInterface.php
index c2577d288..537daaa32 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AdapterInterface.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/AdapterInterface.php
@@ -97,6 +97,12 @@ interface AdapterInterface
*/
public function apiRequest($url, $method = 'GET', $parameters = [], $headers = [], $multipart = false);
+ /**
+ * Do whatever may be necessary to make sure tokens do not expire.
+ * Intended to be be called frequently, e.g. via Cron.
+ */
+ public function maintainToken();
+
/**
* Return oauth access tokens.
*
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth1.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth1.php
index c59005cb1..e500d1a23 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth1.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth1.php
@@ -544,6 +544,9 @@ abstract class OAuth1 extends AbstractAdapter implements AdapterInterface
*/
public function apiRequest($url, $method = 'GET', $parameters = [], $headers = [], $multipart = false)
{
+ // refresh tokens if needed
+ $this->maintainToken();
+
if (strrpos($url, 'http://') !== 0 && strrpos($url, 'https://') !== 0) {
$url = rtrim($this->apiBaseUrl, '/') . '/' . ltrim($url, '/');
}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth2.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth2.php
index a321a7f9b..06d495d92 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth2.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OAuth2.php
@@ -710,6 +710,7 @@ abstract class OAuth2 extends AbstractAdapter implements AdapterInterface
public function apiRequest($url, $method = 'GET', $parameters = [], $headers = [], $multipart = false)
{
// refresh tokens if needed
+ $this->maintainToken();
if ($this->hasAccessTokenExpired() === true) {
$this->refreshAccessToken();
}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OpenID.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OpenID.php
index 35956d6f1..f1c0e9d0f 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OpenID.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Adapter/OpenID.php
@@ -9,7 +9,6 @@ namespace Hybridauth\Adapter;
use Hybridauth\Exception\InvalidOpenidIdentifierException;
use Hybridauth\Exception\AuthorizationDeniedException;
-use Hybridauth\Exception\InvalidOpenidResponseException;
use Hybridauth\Exception\UnexpectedApiResponseException;
use Hybridauth\Data;
use Hybridauth\HttpClient;
@@ -38,6 +37,15 @@ abstract class OpenID extends AbstractAdapter implements AdapterInterface
*/
protected $openidIdentifier = '';
+ /**
+ * IPD API Documentation
+ *
+ * OPTIONAL.
+ *
+ * @var string
+ */
+ protected $apiDocumentation = '';
+
/**
* {@inheritdoc}
*/
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Data/Parser.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Data/Parser.php
index 46939e36d..4259780b8 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Data/Parser.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Data/Parser.php
@@ -63,7 +63,7 @@ final class Parser
{
libxml_use_internal_errors(true);
- $result = preg_replace('/([<<\/])([a-z0-9-]+):/i', '$1', $result);
+ $result = preg_replace('/([<\/])([a-z0-9-]+):/i', '$1', $result);
$xml = simplexml_load_string($result);
libxml_use_internal_errors(false);
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Curl.php b/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Curl.php
index e150d2d6b..512eabc95 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Curl.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Curl.php
@@ -176,7 +176,9 @@ class Curl implements HttpClientInterface
}
/**
- * {@inheritdoc}
+ * Get response details
+ *
+ * @return array Map structure of details
*/
public function getResponse()
{
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Guzzle.php b/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Guzzle.php
index 758b96e70..9ff0303eb 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Guzzle.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/HttpClient/Guzzle.php
@@ -190,7 +190,9 @@ class Guzzle implements HttpClientInterface
}
/**
- * {@inheritdoc}
+ * Get response details
+ *
+ * @return array Map structure of details
*/
public function getResponse()
{
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/AOLOpenID.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/AOLOpenID.php
index 7391c8cf1..2af1785ea 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/AOLOpenID.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/AOLOpenID.php
@@ -7,12 +7,12 @@
namespace Hybridauth\Provider;
-use Hybridauth\Adapter\OpenID as OpenIDAdapter;
+use Hybridauth\Adapter\OpenID;
/**
* AOL OpenID provider adapter.
*/
-class AOLOpenID extends OpenIDAdapter
+class AOLOpenID extends OpenID
{
/**
* {@inheritdoc}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Authentiq.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Authentiq.php
index 685c044cc..68aeeb013 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Authentiq.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Authentiq.php
@@ -8,7 +8,7 @@
namespace Hybridauth\Provider;
use Hybridauth\Adapter\OAuth2;
-use Hybridauth\Exception\UnexpectedValueException;
+use Hybridauth\Exception\UnexpectedApiResponseException;
use Hybridauth\Data;
use Hybridauth\User;
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Facebook.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Facebook.php
index 62dbac48f..584e5ad79 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Facebook.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Facebook.php
@@ -92,8 +92,12 @@ class Facebook extends OAuth2
/**
* {@inheritdoc}
*/
- public function apiRequest($url, $method = 'GET', $parameters = [], $headers = [], $multipart = false)
+ public function maintainToken()
{
+ if (!$this->isConnected()) {
+ return;
+ }
+
// Handle token exchange prior to the standard handler for an API request
$exchange_by_expiry_days = $this->config->get('exchange_by_expiry_days') ?: 45;
if ($exchange_by_expiry_days !== null) {
@@ -102,8 +106,6 @@ class Facebook extends OAuth2
$this->exchangeAccessToken();
}
}
-
- return parent::apiRequest($url, $method, $parameters, $headers, $multipart);
}
/**
@@ -112,7 +114,7 @@ class Facebook extends OAuth2
* @return string Raw Provider API response
* @throws \Hybridauth\Exception\HttpClientFailureException
* @throws \Hybridauth\Exception\HttpRequestFailedException
- * @throws InvalidAccessTokenException
+ * @throws \Hybridauth\Exception\InvalidAccessTokenException
*/
public function exchangeAccessToken()
{
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Instagram.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Instagram.php
index 6c0cf691c..1f32e7bc9 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Instagram.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Instagram.php
@@ -55,6 +55,92 @@ class Instagram extends OAuth2
$this->apiRequestParameters[$this->accessTokenName] = $accessToken;
}
+ /**
+ * {@inheritdoc}
+ */
+ protected function validateAccessTokenExchange($response)
+ {
+ $collection = parent::validateAccessTokenExchange($response);
+
+ if (!$collection->exists('expires_in')) {
+ // Instagram tokens always expire in an hour, but this is implicit not explicit
+
+ $expires_in = 60 * 60;
+
+ $expires_at = time() + $expires_in;
+
+ $this->storeData('expires_in', $expires_in);
+ $this->storeData('expires_at', $expires_at);
+ }
+
+ return $collection;
+ }
+
+ /**
+ * {@inheritdoc}
+ */
+ public function maintainToken()
+ {
+ if (!$this->isConnected()) {
+ return;
+ }
+
+ // Handle token exchange prior to the standard handler for an API request
+ $exchange_by_expiry_days = $this->config->get('exchange_by_expiry_days') ?: 45;
+ if ($exchange_by_expiry_days !== null) {
+ $projected_timestamp = time() + 60 * 60 * 24 * $exchange_by_expiry_days;
+ if (!$this->hasAccessTokenExpired() && $this->hasAccessTokenExpired($projected_timestamp)) {
+ $this->exchangeAccessToken();
+ }
+ }
+ }
+
+ /**
+ * Exchange the Access Token with one that expires further in the future.
+ *
+ * @return string Raw Provider API response
+ * @throws \Hybridauth\Exception\HttpClientFailureException
+ * @throws \Hybridauth\Exception\HttpRequestFailedException
+ * @throws InvalidAccessTokenException
+ */
+ public function exchangeAccessToken()
+ {
+ if ($this->getStoredData('expires_in') >= 5000000) {
+ /*
+ Refresh a long-lived token (needed on Instagram, but not Facebook).
+ It's not an oAuth style refresh using a refresh token.
+ Actually it's really just another exchange, and invalidates the old token.
+ Facebook/Instagram documentation is not very helpful at explaining that!
+ */
+ $exchangeTokenParameters = [
+ 'grant_type' => 'ig_refresh_token',
+ 'client_secret' => $this->clientSecret,
+ 'access_token' => $this->getStoredData('access_token'),
+ ];
+ $url = 'https://graph.instagram.com/refresh_access_token';
+ } else {
+ // Exchange short-lived to long-lived
+ $exchangeTokenParameters = [
+ 'grant_type' => 'ig_exchange_token',
+ 'client_secret' => $this->clientSecret,
+ 'access_token' => $this->getStoredData('access_token'),
+ ];
+ $url = 'https://graph.instagram.com/access_token';
+ }
+
+ $response = $this->httpClient->request(
+ $url,
+ 'GET',
+ $exchangeTokenParameters
+ );
+
+ $this->validateApiResponse('Unable to exchange the access token');
+
+ $this->validateAccessTokenExchange($response);
+
+ return $response;
+ }
+
/**
* {@inheritdoc}
*/
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/MicrosoftGraph.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/MicrosoftGraph.php
index f8e949095..074fff0a3 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/MicrosoftGraph.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/MicrosoftGraph.php
@@ -145,8 +145,9 @@ class MicrosoftGraph extends OAuth2
$userContact = new User\Contact();
$userContact->identifier = $entry->get('id');
$userContact->displayName = $entry->get('displayName');
- if (!empty($entry->get('emailAddresses'))) {
- $userContact->email = $entry->get('emailAddresses')[0]->address;
+ $emailAddresses = $entry->get('emailAddresses');
+ if (!empty($emailAddresses)) {
+ $userContact->email = $emailAddresses[0]->address;
}
// only add to collection if we have usefull data
if (!empty($userContact->displayName) || !empty($userContact->email)) {
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/OpenID.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/OpenID.php
index 60ffb609f..d58a30d49 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/OpenID.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/OpenID.php
@@ -7,7 +7,7 @@
namespace Hybridauth\Provider;
-use Hybridauth\Adapter\OpenID as OpenIDAdapter;
+use Hybridauth\Adapter;
/**
* Generic OpenID providers adapter.
@@ -39,6 +39,6 @@ use Hybridauth\Adapter\OpenID as OpenIDAdapter;
* echo $e->getMessage() ;
* }
*/
-class OpenID extends OpenIDAdapter
+class OpenID extends Adapter\OpenID
{
}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Patreon.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Patreon.php
index e17411f64..83ff612fa 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Patreon.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Patreon.php
@@ -9,6 +9,7 @@ namespace Hybridauth\Provider;
use Hybridauth\Adapter\OAuth2;
use Hybridauth\Exception\UnexpectedApiResponseException;
+use Hybridauth\User;
use Hybridauth\User\Profile;
use Hybridauth\Data\Collection;
@@ -88,4 +89,106 @@ class Patreon extends OAuth2
return $userProfile;
}
+
+ /**
+ * Contacts are defined as Patrons here
+ */
+ public function getUserContacts()
+ {
+ $campaignId = $this->config->get('campaign_id') ?: null;
+ $tierFilter = $this->config->get('tier_filter') ?: null;
+
+ $campaigns = [];
+ if ($campaignId === null) {
+ $campaignsUrl = 'oauth2/v2/campaigns';
+ do {
+ $response = $this->apiRequest($campaignsUrl);
+ $data = new Collection($response);
+
+ if (!$data->exists('data')) {
+ throw new UnexpectedApiResponseException('Provider API returned an unexpected response.');
+ }
+
+ foreach ($data->filter('data')->toArray() as $item) {
+ $campaign = new Collection($item);
+ $campaigns[] = $campaign->get('id');
+ }
+
+ if ($data->filter('links')->exists('next')) {
+ $campaignsUrl = $data->filter('links')->get('next');
+
+ $pagedList = true;
+ } else {
+ $pagedList = false;
+ }
+ } while ($pagedList);
+ } else {
+ $campaigns[] = $campaignId;
+ }
+
+ $contacts = [];
+
+ foreach ($campaigns as $campaignId) {
+ $params = [
+ 'include' => 'currently_entitled_tiers',
+ 'fields[member]' => 'full_name,patron_status,email',
+ 'fields[tier]' => 'title',
+ ];
+ $membersUrl = 'oauth2/v2/campaigns/' . $campaignId . '/members?' . http_build_query($params);
+
+ do {
+ $response = $this->apiRequest($membersUrl);
+
+ $data = new Collection($response);
+
+ if (!$data->exists('data')) {
+ throw new UnexpectedApiResponseException('Provider API returned an unexpected response.');
+ }
+
+ $tierTitles = [];
+
+ foreach ($data->filter('included')->toArray() as $item) {
+ $includedItem = new Collection($item);
+ if ($includedItem->get('type') == 'tier') {
+ $tierTitles[$includedItem->get('id')] = $includedItem->filter('attributes')->get('title');
+ }
+ }
+
+ foreach ($data->filter('data')->toArray() as $item) {
+ $member = new Collection($item);
+
+ if ($member->filter('attributes')->get('patron_status') == 'active_patron') {
+ $tiers = [];
+ $tierObs = $member->filter('relationships')->filter('currently_entitled_tiers')->get('data');
+ foreach ($tierObs as $item) {
+ $tier = new Collection($item);
+ $tierId = $tier->get('id');
+ $tiers[] = $tierTitles[$tierId];
+ }
+
+ if (($tierFilter === null) || (in_array($tierFilter, $tiers))) {
+ $userContact = new User\Contact();
+
+ $userContact->identifier = $member->get('id');
+ $userContact->email = $member->filter('attributes')->get('email');
+ $userContact->displayName = $member->filter('attributes')->get('full_name');
+ $userContact->description = json_encode($tiers);
+
+ $contacts[] = $userContact;
+ }
+ }
+ }
+
+ if ($data->filter('links')->exists('next')) {
+ $membersUrl = $data->filter('links')->get('next');
+
+ $pagedList = true;
+ } else {
+ $pagedList = false;
+ }
+ } while ($pagedList);
+ }
+
+ return $contacts;
+ }
}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/PaypalOpenID.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/PaypalOpenID.php
index a964ea863..9c455f82e 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/PaypalOpenID.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/PaypalOpenID.php
@@ -7,13 +7,13 @@
namespace Hybridauth\Provider;
-use Hybridauth\Adapter\OpenID as OpenIDAdapter;
+use Hybridauth\Adapter\OpenID;
use Hybridauth\HttpClient;
/**
* PayPal OpenID provider adapter.
*/
-class PaypalOpenID extends OpenIDAdapter
+class PaypalOpenID extends OpenID
{
/**
* {@inheritdoc}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/StackExchangeOpenID.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/StackExchangeOpenID.php
index fa63b4f19..4e8d5763e 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/StackExchangeOpenID.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/StackExchangeOpenID.php
@@ -7,12 +7,12 @@
namespace Hybridauth\Provider;
-use Hybridauth\Adapter\OpenID as OpenIDAdapter;
+use Hybridauth\Adapter\OpenID;
/**
* StackExchange OpenID provider adapter.
*/
-class StackExchangeOpenID extends OpenIDAdapter
+class StackExchangeOpenID extends OpenID
{
/**
* {@inheritdoc}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Steam.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Steam.php
index d041adb18..1288f0a74 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Steam.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Steam.php
@@ -7,7 +7,7 @@
namespace Hybridauth\Provider;
-use Hybridauth\Adapter\OpenID as OpenIDAdapter;
+use Hybridauth\Adapter\OpenID;
use Hybridauth\Exception\UnexpectedApiResponseException;
use Hybridauth\Data;
use Hybridauth\User;
@@ -32,7 +32,7 @@ use Hybridauth\User;
* echo $e->getMessage() ;
* }
*/
-class Steam extends OpenIDAdapter
+class Steam extends OpenID
{
/**
* {@inheritdoc}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Telegram.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Telegram.php
index 28d3d0908..059f34dba 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Telegram.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Telegram.php
@@ -51,7 +51,11 @@ class Telegram extends AbstractAdapter implements AdapterInterface
protected $callbackUrl = '';
/**
- * {@inheritdoc}
+ * IPD API Documentation
+ *
+ * OPTIONAL.
+ *
+ * @var string
*/
protected $apiDocumentation = 'https://core.telegram.org/bots';
@@ -98,7 +102,8 @@ class Telegram extends AbstractAdapter implements AdapterInterface
*/
public function isConnected()
{
- return !empty($this->getStoredData('auth_data'));
+ $authData = $this->getStoredData('auth_data');
+ return !empty($authData);
}
/**
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/WeChat.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/WeChat.php
index eac67682a..7fcd3a5ca 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/WeChat.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/WeChat.php
@@ -127,7 +127,8 @@ class WeChat extends OAuth2
$userProfile->city = $data->get('city');
$userProfile->region = $data->get('province');
$userProfile->country = $data->get('country');
- $userProfile->gender = ['', 'male', 'female'][(int)$data->get('sex')];
+ $genders = ['', 'male', 'female'];
+ $userProfile->gender = $genders[(int)$data->get('sex')];
return $userProfile;
}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Yandex.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Yandex.php
index 5710b35b0..ef3632543 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Yandex.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/Yandex.php
@@ -10,8 +10,8 @@ namespace Hybridauth\Provider;
use Hybridauth\Adapter\OAuth2;
use Hybridauth\Exception\Exception;
use Hybridauth\Exception\UnexpectedApiResponseException;
-use Hybridauth\Data\Collection;
-use Hybridauth\User\Profile;
+use Hybridauth\Data;
+use Hybridauth\User;
/**
* Yandex OAuth2 provider adapter.
@@ -36,10 +36,11 @@ class Yandex extends OAuth2
/**
* {@inheritdoc}
*/
- protected $apiDocumentation = 'https://yandex.com/dev/oauth/doc/dg/concepts/about-docpage/';
+ protected $apiDocumentation
+ = 'https://yandex.com/dev/oauth/doc/dg/concepts/about-docpage/';
/**
- * load the user profile from the IDp api client
+ * Load the user profile from the IDp api client
*
* @throws Exception
*/
@@ -53,26 +54,27 @@ class Yandex extends OAuth2
throw new UnexpectedApiResponseException('Provider API returned an unexpected response.');
}
- $data = new Collection($response);
+ $data = new Data\Collection($response);
if (!$data->exists('id')) {
throw new UnexpectedApiResponseException('Provider API returned an unexpected response.');
}
- $userProfile = new Profile();
-
+ $userProfile = new User\Profile();
$userProfile->identifier = $data->get('id');
- $userProfile->firstName = $data->get('real_name');
- $userProfile->lastName = $data->get('family_name');
+ $userProfile->firstName = $data->get('first_name');
+ $userProfile->lastName = $data->get('last_name');
$userProfile->displayName = $data->get('display_name');
- $userProfile->photoURL = 'http://upics.yandex.net/' . $userProfile->identifier . '/normal';
- $userProfile->profileURL = "";
+ $userProfile->photoURL
+ = 'https://avatars.yandex.net/get-yapic/' .
+ $data->get('default_avatar_id') . '/islands-200';
$userProfile->gender = $data->get('sex');
$userProfile->email = $data->get('default_email');
$userProfile->emailVerified = $data->get('default_email');
if ($data->get('birthday')) {
- list($birthday_year, $birthday_month, $birthday_day) = explode('-', $response->birthday);
+ list($birthday_year, $birthday_month, $birthday_day)
+ = explode('-', $response->birthday);
$userProfile->birthDay = (int)$birthday_day;
$userProfile->birthMonth = (int)$birthday_month;
$userProfile->birthYear = (int)$birthday_year;
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/OAuthRequest.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/OAuthRequest.php
index 77b5011b4..b13541d00 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/OAuthRequest.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/OAuthRequest.php
@@ -165,15 +165,22 @@ class OAuthRequest
*/
public function get_signable_parameters()
{
- // Grab all parameters
- $params = $this->parameters;
-
+ $params = [];
+
+ // Grab all parameters.
+ foreach ($this->parameters as $key_param => $value_param) {
+ // Process only scalar values.
+ if (is_scalar($value_param)) {
+ $params[$key_param] = $value_param;
+ }
+ }
+
// Remove oauth_signature if present
// Ref: Spec: 9.1.1 ("The oauth_signature parameter MUST be excluded.")
if (isset($params['oauth_signature'])) {
unset($params['oauth_signature']);
}
-
+
return OAuthUtil::build_http_query($params);
}
diff --git a/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OpenID/LightOpenID.php b/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OpenID/LightOpenID.php
index 6012754f7..14deab36a 100644
--- a/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OpenID/LightOpenID.php
+++ b/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OpenID/LightOpenID.php
@@ -274,7 +274,7 @@ class LightOpenID
* @return array|bool|string
* @throws ErrorException
*/
- protected function request_curl($url, $method='GET', $params=array(), $update_claimed_id)
+ protected function request_curl($url, $method='GET', $params=array(), $update_claimed_id=false)
{
$params = http_build_query($params, '', '&');
$curl = curl_init($url . ($method == 'GET' && $params ? '?' . $params : ''));
@@ -419,7 +419,7 @@ class LightOpenID
* @return array|false|string
* @throws ErrorException
*/
- protected function request_streams($url, $method='GET', $params=array(), $update_claimed_id)
+ protected function request_streams($url, $method='GET', $params=array(), $update_claimed_id=false)
{
if (!$this->hostExists($url)) {
throw new ErrorException("Could not connect to $url.", 404);
diff --git a/e107_handlers/vendor/matthiasmullie/minify/Dockerfile b/e107_handlers/vendor/matthiasmullie/minify/Dockerfile
index fc36a814e..5917e05f4 100644
--- a/e107_handlers/vendor/matthiasmullie/minify/Dockerfile
+++ b/e107_handlers/vendor/matthiasmullie/minify/Dockerfile
@@ -5,8 +5,8 @@ COPY . /var/www
WORKDIR /var/www
RUN apt-get update
-RUN apt-get install -y zip unzip zlib1g-dev
-RUN if [[ `php-config --vernum` -ge 73000 ]]; then docker-php-ext-install zip; fi
+RUN apt-get install -y zip unzip libzip-dev git
+RUN docker-php-ext-install zip
RUN docker-php-ext-install pcntl
RUN curl -sS https://getcomposer.org/installer | php
RUN mv composer.phar /usr/local/bin/composer
diff --git a/e107_handlers/vendor/matthiasmullie/minify/composer.json b/e107_handlers/vendor/matthiasmullie/minify/composer.json
index 6d81b4f9d..a6dd4ab6a 100644
--- a/e107_handlers/vendor/matthiasmullie/minify/composer.json
+++ b/e107_handlers/vendor/matthiasmullie/minify/composer.json
@@ -19,8 +19,8 @@
"matthiasmullie/path-converter": "~1.1"
},
"require-dev": {
- "matthiasmullie/scrapbook": "~1.0",
- "phpunit/phpunit": "~4.8",
+ "matthiasmullie/scrapbook": "dev-master",
+ "phpunit/phpunit": ">=4.8",
"friendsofphp/php-cs-fixer": "~2.0"
},
"suggest": {
diff --git a/e107_handlers/vendor/matthiasmullie/minify/src/CSS.php b/e107_handlers/vendor/matthiasmullie/minify/src/CSS.php
index ea8e8cd93..eb98e52ed 100644
--- a/e107_handlers/vendor/matthiasmullie/minify/src/CSS.php
+++ b/e107_handlers/vendor/matthiasmullie/minify/src/CSS.php
@@ -685,7 +685,7 @@ class CSS extends Minify
protected function extractMath()
{
$functions = array('calc', 'clamp', 'min', 'max');
- $pattern = '/('. implode('|', $functions) .')(\(.+?)(?=$|;|})/m';
+ $pattern = '/\b('. implode('|', $functions) .')(\(.+?)(?=$|;|})/m';
// PHP only supports $this inside anonymous functions since 5.4
$minifier = $this;
diff --git a/e107_handlers/vendor/matthiasmullie/minify/src/JS.php b/e107_handlers/vendor/matthiasmullie/minify/src/JS.php
index 92389cdd5..a0fa649d3 100644
--- a/e107_handlers/vendor/matthiasmullie/minify/src/JS.php
+++ b/e107_handlers/vendor/matthiasmullie/minify/src/JS.php
@@ -254,7 +254,7 @@ class JS extends Minify
// of the RegExp methods (a `\` followed by a variable or value is
// likely part of a division, not a regex)
$keywords = array('do', 'in', 'new', 'else', 'throw', 'yield', 'delete', 'return', 'typeof');
- $before = '([=:,;\+\-\*\/\}\(\{\[&\|!]|^|'.implode('|', $keywords).')\s*';
+ $before = '(^|[=:,;\+\-\*\/\}\(\{\[&\|!]|'.implode('|', $keywords).')\s*';
$propertiesAndMethods = array(
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#Properties_2
'constructor',
diff --git a/e107_handlers/vendor/matthiasmullie/minify/src/Minify.php b/e107_handlers/vendor/matthiasmullie/minify/src/Minify.php
index 3f40bc157..4d8dcf40e 100644
--- a/e107_handlers/vendor/matthiasmullie/minify/src/Minify.php
+++ b/e107_handlers/vendor/matthiasmullie/minify/src/Minify.php
@@ -105,7 +105,7 @@ abstract class Minify
* @param string|string[] $data
*
* @return static
- *
+ *
* @throws IOException
*/
public function addFile($data /* $data = null, ... */)
@@ -472,7 +472,7 @@ abstract class Minify
*/
protected function openFileForWriting($path)
{
- if (($handler = @fopen($path, 'w')) === false) {
+ if ($path === '' || ($handler = @fopen($path, 'w')) === false) {
throw new IOException('The file "'.$path.'" could not be opened for writing. Check if PHP has enough permissions.');
}
@@ -490,7 +490,11 @@ abstract class Minify
*/
protected function writeToFile($handler, $content, $path = '')
{
- if (($result = @fwrite($handler, $content)) === false || ($result < strlen($content))) {
+ if (
+ !is_resource($handler) ||
+ ($result = @fwrite($handler, $content)) === false ||
+ ($result < strlen($content))
+ ) {
throw new IOException('The file "'.$path.'" could not be written to. Check your disk space and file permissions.');
}
}
diff --git a/e107_handlers/vendor/phpmailer/phpmailer/README.md b/e107_handlers/vendor/phpmailer/phpmailer/README.md
index d9cbbaaf9..fa27d2f68 100644
--- a/e107_handlers/vendor/phpmailer/phpmailer/README.md
+++ b/e107_handlers/vendor/phpmailer/phpmailer/README.md
@@ -1,46 +1,45 @@

-# PHPMailer - A full-featured email creation and transfer class for PHP
+# PHPMailer – A full-featured email creation and transfer class for PHP
-Build status: [](https://travis-ci.org/PHPMailer/PHPMailer)
-[](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/)
-[](https://scrutinizer-ci.com/g/PHPMailer/PHPMailer/)
+[](https://github.com/PHPMailer/PHPMailer/actions) [](https://packagist.org/packages/phpmailer/phpmailer) [](https://packagist.org/packages/phpmailer/phpmailer) [](https://packagist.org/packages/phpmailer/phpmailer) [](https://phpmailer.github.io/PHPMailer/)
-[](https://packagist.org/packages/phpmailer/phpmailer) [](https://packagist.org/packages/phpmailer/phpmailer) [](https://packagist.org/packages/phpmailer/phpmailer) [](https://packagist.org/packages/phpmailer/phpmailer) [](http://phpmailer.github.io/PHPMailer/)
-
-## Class Features
+## Features
- Probably the world's most popular code for sending email from PHP!
- Used by many open-source projects: WordPress, Drupal, 1CRM, SugarCRM, Yii, Joomla! and many more
-- Integrated SMTP support - send without a local mail server
+- Integrated SMTP support – send without a local mail server
- Send emails with multiple To, CC, BCC and Reply-to addresses
- Multipart/alternative emails for mail clients that do not read HTML email
- Add attachments, including inline
- Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings
-- SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SSL and SMTP+STARTTLS transports
+- SMTP authentication with LOGIN, PLAIN, CRAM-MD5, and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports
- Validates email addresses automatically
-- Protect against header injection attacks
+- Protects against header injection attacks
- Error messages in over 50 languages!
- DKIM and S/MIME signing support
-- Compatible with PHP 5.5 and later
+- Compatible with PHP 5.5 and later, including PHP 8.0
- Namespaced to prevent name clashes
- Much more!
## Why you might need it
-Many PHP developers need to send email from their code. The only PHP function that supports this is [`mail()`](https://www.php.net/manual/en/function.mail.php). However, it does not provide any assistance for making use of popular features such as encryption, authentication, HTML messages, and attachments.
+Many PHP developers need to send email from their code. The only PHP function that supports this directly is [`mail()`](https://www.php.net/manual/en/function.mail.php). However, it does not provide any assistance for making use of popular features such as encryption, authentication, HTML messages, and attachments.
-Formatting email correctly is surprisingly difficult. There are myriad overlapping RFCs, requiring tight adherence to horribly complicated formatting and encoding rules – the vast majority of code that you'll find online that uses the `mail()` function directly is just plain wrong!
-*Please* don't be tempted to do it yourself – if you don't use PHPMailer, there are many other excellent libraries that you should look at before rolling your own. Try [SwiftMailer](https://swiftmailer.symfony.com/), [Zend/Mail](https://zendframework.github.io/zend-mail/), [ZetaComponents](https://github.com/zetacomponents/Mail) etc.
+Formatting email correctly is surprisingly difficult. There are myriad overlapping (and conflicting) standards, requiring tight adherence to horribly complicated formatting and encoding rules – the vast majority of code that you'll find online that uses the `mail()` function directly is just plain wrong, if not unsafe!
-The PHP `mail()` function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD, and macOS platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP implementation allows email sending on Windows platforms without a local mail server.
+The PHP `mail()` function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD, and macOS platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP client allows email sending on all platforms without needing a local mail server. Be aware though, that the `mail()` function should be avoided when possible; it's both faster and [safer](https://exploitbox.io/paper/Pwning-PHP-Mail-Function-For-Fun-And-RCE.html) to use SMTP to localhost.
+
+*Please* don't be tempted to do it yourself – if you don't use PHPMailer, there are many other excellent libraries that
+you should look at before rolling your own. Try [SwiftMailer](https://swiftmailer.symfony.com/)
+, [Laminas/Mail](https://docs.laminas.dev/laminas-mail/), [ZetaComponents](https://github.com/zetacomponents/Mail) etc.
## License
-This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read LICENSE for information on the software availability and distribution.
+This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read [LICENSE](https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE) for information on the software availability and distribution.
## Installation & loading
PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:
```json
-"phpmailer/phpmailer": "~6.1"
+"phpmailer/phpmailer": "^6.2"
```
or run
@@ -53,7 +52,8 @@ Note that the `vendor` folder and the `vendor/autoload.php` script are generated
If you want to use the Gmail XOAUTH2 authentication class, you will also need to add a dependency on the `league/oauth2-client` package in your `composer.json`.
-Alternatively, if you're not using Composer, copy the contents of the PHPMailer folder into one of the `include_path` directories specified in your PHP configuration and load each class file manually:
+Alternatively, if you're not using Composer, you
+can [download PHPMailer as a zip file](https://github.com/PHPMailer/PHPMailer/archive/master.zip), (note that docs and examples are not included in the zip file), then copy the contents of the PHPMailer folder into one of the `include_path` directories specified in your PHP configuration and load each class file manually:
```php
SMTPDebug = SMTP::DEBUG_SERVER; // Enable verbose debug output
- $mail->isSMTP(); // Send using SMTP
- $mail->Host = 'smtp1.example.com'; // Set the SMTP server to send through
- $mail->SMTPAuth = true; // Enable SMTP authentication
- $mail->Username = 'user@example.com'; // SMTP username
- $mail->Password = 'secret'; // SMTP password
- $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; // Enable TLS encryption; `PHPMailer::ENCRYPTION_SMTPS` encouraged
- $mail->Port = 587; // TCP port to connect to, use 465 for `PHPMailer::ENCRYPTION_SMTPS` above
+ $mail->SMTPDebug = SMTP::DEBUG_SERVER; //Enable verbose debug output
+ $mail->isSMTP(); //Send using SMTP
+ $mail->Host = 'smtp.example.com'; //Set the SMTP server to send through
+ $mail->SMTPAuth = true; //Enable SMTP authentication
+ $mail->Username = 'user@example.com'; //SMTP username
+ $mail->Password = 'secret'; //SMTP password
+ $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; //Enable TLS encryption; `PHPMailer::ENCRYPTION_SMTPS` encouraged
+ $mail->Port = 587; //TCP port to connect to, use 465 for `PHPMailer::ENCRYPTION_SMTPS` above
//Recipients
$mail->setFrom('from@example.com', 'Mailer');
- $mail->addAddress('joe@example.net', 'Joe User'); // Add a recipient
- $mail->addAddress('ellen@example.com'); // Name is optional
+ $mail->addAddress('joe@example.net', 'Joe User'); //Add a recipient
+ $mail->addAddress('ellen@example.com'); //Name is optional
$mail->addReplyTo('info@example.com', 'Information');
$mail->addCC('cc@example.com');
$mail->addBCC('bcc@example.com');
- // Attachments
- $mail->addAttachment('/var/tmp/file.tar.gz'); // Add attachments
- $mail->addAttachment('/tmp/image.jpg', 'new.jpg'); // Optional name
+ //Attachments
+ $mail->addAttachment('/var/tmp/file.tar.gz'); //Add attachments
+ $mail->addAttachment('/tmp/image.jpg', 'new.jpg'); //Optional name
- // Content
- $mail->isHTML(true); // Set email format to HTML
+ //Content
+ $mail->isHTML(true); //Set email format to HTML
$mail->Subject = 'Here is the subject';
$mail->Body = 'This is the HTML message body in bold!';
$mail->AltBody = 'This is the body in plain text for non-HTML mail clients';
@@ -130,7 +128,7 @@ try {
}
```
-You'll find plenty more to play with in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder.
+You'll find plenty to play with in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder, which covers many common scenarios including sending through gmail, building contact forms, sending to mailing lists, and more.
If you are re-using the instance (e.g. when sending to a mailing list), you may need to clear the recipient list to avoid sending duplicate messages. See [the mailing list example](https://github.com/PHPMailer/PHPMailer/blob/master/examples/mailing_list.phps) for further guidance.
@@ -140,43 +138,43 @@ That's it. You should now be ready to use PHPMailer!
PHPMailer defaults to English, but in the [language](https://github.com/PHPMailer/PHPMailer/tree/master/language/) folder you'll find many translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this:
```php
-// To load the French version
+//To load the French version
$mail->setLanguage('fr', '/optional/path/to/language/directory/');
```
-We welcome corrections and new languages - if you're looking for corrections to do, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations.
+We welcome corrections and new languages – if you're looking for corrections, run the [PHPMailerLangTest.php](https://github.com/PHPMailer/PHPMailer/tree/master/test/PHPMailerLangTest.php) script in the tests folder and it will show any missing translations.
## Documentation
-Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, this should be the first place you look as it's the most frequently updated.
+Start reading at the [GitHub wiki](https://github.com/PHPMailer/PHPMailer/wiki). If you're having trouble, head for [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting) as it's frequently updated.
Examples of how to use PHPMailer for common scenarios can be found in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder. If you're looking for a good starting point, we recommend you start with [the Gmail example](https://github.com/PHPMailer/PHPMailer/tree/master/examples/gmail.phps).
-Note that in order to reduce PHPMailer's deployed code footprint, the examples are no longer included if you load PHPMailer via Composer or via [GitHub's zip file download](https://github.com/PHPMailer/PHPMailer/archive/master.zip), so you'll need to either clone the git repository or use the above links to get to the examples directly.
+To reduce PHPMailer's deployed code footprint, examples are not included if you load PHPMailer via Composer or via [GitHub's zip file download](https://github.com/PHPMailer/PHPMailer/archive/master.zip), so you'll need to either clone the git repository or use the above links to get to the examples directly.
-Complete generated API documentation is [available online](http://phpmailer.github.io/PHPMailer/).
+Complete generated API documentation is [available online](https://phpmailer.github.io/PHPMailer/).
-You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](http://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailerTest.php) a good source of how to do various operations such as encryption.
+You can generate complete API-level documentation by running `phpdoc` in the top-level folder, and documentation will appear in the `docs` folder, though you'll need to have [PHPDocumentor](http://www.phpdoc.org) installed. You may find [the unit tests](https://github.com/PHPMailer/PHPMailer/blob/master/test/PHPMailerTest.php) a good reference for how to do various operations such as encryption.
If the documentation doesn't cover what you need, search the [many questions on Stack Overflow](http://stackoverflow.com/questions/tagged/phpmailer), and before you ask a question about "SMTP Error: Could not connect to SMTP host.", [read the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting).
## Tests
-There is a PHPUnit test script in the [test](https://github.com/PHPMailer/PHPMailer/tree/master/test/) folder. PHPMailer uses PHPUnit 4.8 - we would use 5.x but we need to run on PHP 5.5.
+[PHPMailer tests](https://github.com/PHPMailer/PHPMailer/tree/master/test/) use PHPUnit 9, with [a polyfill](https://github.com/Yoast/PHPUnit-Polyfills) to let 9-style tests run on older PHPUnit and PHP versions.
-Build status: [](https://travis-ci.org/PHPMailer/PHPMailer)
+[](https://github.com/PHPMailer/PHPMailer/actions)
If this isn't passing, is there something you can do to help?
## Security
Please disclose any vulnerabilities found responsibly – report security issues to the maintainers privately.
-See [SECURITY](https://github.com/PHPMailer/PHPMailer/tree/master/SECURITY.md) for details on security issues.
+See [SECURITY](https://github.com/PHPMailer/PHPMailer/tree/master/SECURITY.md) and [PHPMailer's security advisories on GitHub](https://github.com/PHPMailer/PHPMailer/security).
## Contributing
Please submit bug reports, suggestions and pull requests to the [GitHub issue tracker](https://github.com/PHPMailer/PHPMailer/issues).
We're particularly interested in fixing edge-cases, expanding test coverage and updating translations.
-If you found a mistake in the docs, or want to add something, go ahead and amend the wiki - anyone can edit it.
+If you found a mistake in the docs, or want to add something, go ahead and amend the wiki – anyone can edit it.
If you have git clones from prior to the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone:
@@ -187,27 +185,36 @@ git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git
Please *don't* use the SourceForge or Google Code projects any more; they are obsolete and no longer maintained.
## Sponsorship
-Development time and resources for PHPMailer are provided by [Smartmessages.net](https://info.smartmessages.net/), a powerful email marketing system.
+Development time and resources for PHPMailer are provided by [Smartmessages.net](https://info.smartmessages.net/), the world's only privacy-first email marketing system.
-
+
-Other contributions are gladly received, whether in beer 🍺, T-shirts 👕, Amazon wishlist raids, or cold, hard cash 💰. If you'd like to donate to say "thank you" to maintainers or contributors, please contact them through individual profile pages via [the contributors page](https://github.com/PHPMailer/PHPMailer/graphs/contributors).
+Donations are very welcome, whether in beer 🍺, T-shirts 👕, or cold, hard cash 💰. Sponsorship through GitHub is a simple and convenient way to say "thank you" to PHPMailer's maintainers and contributors – just click the "Sponsor" button [on the project page](https://github.com/PHPMailer/PHPMailer). If your company uses PHPMailer, consider taking part in Tidelift's enterprise support programme.
+
+## PHPMailer For Enterprise
+
+Available as part of the Tidelift Subscription.
+
+The maintainers of PHPMailer and thousands of other packages are working with Tidelift to deliver commercial
+support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and
+improve code health, while paying the maintainers of the exact packages you
+use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-phpmailer-phpmailer?utm_source=packagist-phpmailer-phpmailer&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
## Changelog
See [changelog](changelog.md).
## History
- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/).
-- Marcus Bointon (coolbru on SF) and Andy Prevost (codeworxtech) took over the project in 2004.
+- [Marcus Bointon](https://github.com/Synchro) (`coolbru` on SF) and Andy Prevost (`codeworxtech`) took over the project in 2004.
- Became an Apache incubator project on Google Code in 2010, managed by Jim Jagielski.
-- Marcus created his fork on [GitHub](https://github.com/Synchro/PHPMailer) in 2008.
+- Marcus created [his fork on GitHub](https://github.com/Synchro/PHPMailer) in 2008.
- Jim and Marcus decide to join forces and use GitHub as the canonical and official repo for PHPMailer in 2013.
-- PHPMailer moves to the [PHPMailer organisation](https://github.com/PHPMailer) on GitHub in 2013.
+- PHPMailer moves to [the PHPMailer organisation](https://github.com/PHPMailer) on GitHub in 2013.
### What's changed since moving from SourceForge?
- Official successor to the SourceForge and Google Code projects.
- Test suite.
-- Continuous integration with Travis-CI.
+- Continuous integration with Github Actions.
- Composer support.
- Public development.
- Additional languages and language strings.
diff --git a/e107_handlers/vendor/phpmailer/phpmailer/SECURITY.md b/e107_handlers/vendor/phpmailer/phpmailer/SECURITY.md
index fc3e61c20..2552df8a3 100644
--- a/e107_handlers/vendor/phpmailer/phpmailer/SECURITY.md
+++ b/e107_handlers/vendor/phpmailer/phpmailer/SECURITY.md
@@ -1,6 +1,6 @@
# Security notices relating to PHPMailer
-Please disclose any vulnerabilities found responsibly - report any security problems found to the maintainers privately.
+Please disclose any security issues or vulnerabilities found through [Tidelift's coordinated disclosure system](https://tidelift.com/security) or to the maintainers privately.
PHPMailer versions 6.1.5 and earlier contain an output escaping bug that occurs in `Content-Type` and `Content-Disposition` when filenames passed into `addAttachment` and other methods that accept attachment names contain double quote characters, in contravention of RFC822 3.4.1. No specific vulnerability has been found relating to this, but it could allow file attachments to bypass attachment filters that are based on matching filename extensions. Recorded as [CVE-2020-13625](https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-13625). Reported by Elar Lang of Clarified Security.
diff --git a/e107_handlers/vendor/phpmailer/phpmailer/VERSION b/e107_handlers/vendor/phpmailer/phpmailer/VERSION
index 4ac4fded4..c0be8a799 100644
--- a/e107_handlers/vendor/phpmailer/phpmailer/VERSION
+++ b/e107_handlers/vendor/phpmailer/phpmailer/VERSION
@@ -1 +1 @@
-6.2.0
\ No newline at end of file
+6.4.0
\ No newline at end of file
diff --git a/e107_handlers/vendor/phpmailer/phpmailer/composer.json b/e107_handlers/vendor/phpmailer/phpmailer/composer.json
index 7388bd98b..b8aa5cfcc 100644
--- a/e107_handlers/vendor/phpmailer/phpmailer/composer.json
+++ b/e107_handlers/vendor/phpmailer/phpmailer/composer.json
@@ -40,7 +40,7 @@
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
+ "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
diff --git a/e107_handlers/vendor/phpmailer/phpmailer/get_oauth_token.php b/e107_handlers/vendor/phpmailer/phpmailer/get_oauth_token.php
index 560d36458..befdc34a5 100644
--- a/e107_handlers/vendor/phpmailer/phpmailer/get_oauth_token.php
+++ b/e107_handlers/vendor/phpmailer/phpmailer/get_oauth_token.php
@@ -38,20 +38,20 @@ namespace PHPMailer\PHPMailer;
* Plenty to choose from here:
* @see http://oauth2-client.thephpleague.com/providers/thirdparty/
*/
-// @see https://github.com/thephpleague/oauth2-google
+//@see https://github.com/thephpleague/oauth2-google
use League\OAuth2\Client\Provider\Google;
-// @see https://packagist.org/packages/hayageek/oauth2-yahoo
+//@see https://packagist.org/packages/hayageek/oauth2-yahoo
use Hayageek\OAuth2\Client\Provider\Yahoo;
-// @see https://github.com/stevenmaguire/oauth2-microsoft
+//@see https://github.com/stevenmaguire/oauth2-microsoft
use Stevenmaguire\OAuth2\Client\Provider\Microsoft;
if (!isset($_GET['code']) && !isset($_GET['provider'])) {
?>
-