Skip to content

Commit

Permalink
Upgrading composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 committed Aug 5, 2024
1 parent e6215d9 commit c2cd8a0
Show file tree
Hide file tree
Showing 1,208 changed files with 79,954 additions and 19,545 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"google/apiclient": "^2.15.3",
"google/apiclient-services": "^0.224.1",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/psr7": "2.5.1",
"guzzlehttp/promises": "1.5.3",
"google/analytics-data": "^0.9.4",
"google/analytics-admin": "^0.10.0",
"guzzlehttp/psr7": "^2.5.1",
"guzzlehttp/promises": "^2.0.0",
"phpseclib/phpseclib": "3.0.36",
"phpseclib/bcmath_compat": "^2.0"
"phpseclib/bcmath_compat": "^2.0",
"google/analytics-admin": "^0.22.2",
"google/analytics-data": "^0.17.1"
},
"config": {
"platform-check": "false"
Expand Down
551 changes: 405 additions & 146 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/autoload_original.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit4772b4f8b1accc7fd3f3497a28a4653b::getLoader();
return ComposerAutoloaderInit54cb5964df745acb578c0235eaab1abc::getLoader();
2 changes: 1 addition & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

return array(
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'e39a8b23c42d4e1452234d762b03835a' => $vendorDir . '/ramsey/uuid/src/functions.php',
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
'1f87db08236948d07391152dccb70f04' => $vendorDir . '/google/apiclient-services/autoload.php',
'a8d3953fd9959404dd22d3dfcd0a79f0' => $vendorDir . '/google/apiclient/src/aliases.php',
Expand Down
17 changes: 15 additions & 2 deletions vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
return array(
'phpseclib3\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
'bcmath_compat\\' => array($vendorDir . '/phpseclib/bcmath_compat/src'),
'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
'Ramsey\\Collection\\' => array($vendorDir . '/ramsey/collection/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
Expand All @@ -17,20 +19,31 @@
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
'Grpc\\Gcp\\' => array($vendorDir . '/google/grpc-gcp/src'),
'Grpc\\' => array($vendorDir . '/grpc/grpc/src/lib'),
'Google\\Type\\' => array($vendorDir . '/google/common-protos/src/Type'),
'Google\\Service\\' => array($vendorDir . '/google/apiclient-services/src'),
'Google\\Rpc\\' => array($vendorDir . '/google/common-protos/src/Rpc'),
'Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/Google/Protobuf'),
'Google\\LongRunning\\' => array($vendorDir . '/google/longrunning/src/LongRunning'),
'Google\\Iam\\' => array($vendorDir . '/google/common-protos/src/Iam'),
'Google\\Cloud\\' => array($vendorDir . '/google/common-protos/src/Cloud'),
'Google\\Auth\\' => array($vendorDir . '/google/auth/src'),
'Google\\Api\\' => array($vendorDir . '/google/common-protos/src/Api'),
'Google\\ApiCore\\LongRunning\\' => array($vendorDir . '/google/longrunning/src/ApiCore/LongRunning'),
'Google\\ApiCore\\' => array($vendorDir . '/google/gax/src'),
'Google\\Analytics\\Data\\' => array($vendorDir . '/google/analytics-data/src'),
'Google\\Analytics\\Admin\\' => array($vendorDir . '/google/analytics-admin/src'),
'Google\\' => array($vendorDir . '/google/apiclient/src', $vendorDir . '/google/common-protos/src'),
'Google\\' => array($vendorDir . '/google/apiclient/src'),
'GPBMetadata\\Google\\Type\\' => array($vendorDir . '/google/common-protos/metadata/Type'),
'GPBMetadata\\Google\\Rpc\\' => array($vendorDir . '/google/common-protos/metadata/Rpc'),
'GPBMetadata\\Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf'),
'GPBMetadata\\Google\\Longrunning\\' => array($vendorDir . '/google/longrunning/metadata/Longrunning'),
'GPBMetadata\\Google\\Logging\\' => array($vendorDir . '/google/common-protos/metadata/Logging'),
'GPBMetadata\\Google\\Iam\\' => array($vendorDir . '/google/common-protos/metadata/Iam'),
'GPBMetadata\\Google\\Cloud\\' => array($vendorDir . '/google/common-protos/metadata/Cloud'),
'GPBMetadata\\Google\\Api\\' => array($vendorDir . '/google/common-protos/metadata/Api'),
'GPBMetadata\\Google\\Analytics\\Data\\' => array($vendorDir . '/google/analytics-data/metadata'),
'GPBMetadata\\Google\\Analytics\\Admin\\' => array($vendorDir . '/google/analytics-admin/metadata'),
'GPBMetadata\\Google\\' => array($vendorDir . '/google/common-protos/metadata'),
'GPBMetadata\\ApiCore\\' => array($vendorDir . '/google/gax/metadata/ApiCore'),
'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'),
);
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit4772b4f8b1accc7fd3f3497a28a4653b
class ComposerAutoloaderInit54cb5964df745acb578c0235eaab1abc
{
private static $loader;

Expand All @@ -22,18 +22,18 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit4772b4f8b1accc7fd3f3497a28a4653b', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit54cb5964df745acb578c0235eaab1abc', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit4772b4f8b1accc7fd3f3497a28a4653b', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit54cb5964df745acb578c0235eaab1abc', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit54cb5964df745acb578c0235eaab1abc::getInitializer($loader));

$loader->register(true);

$includeFiles = \Composer\Autoload\ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit54cb5964df745acb578c0235eaab1abc::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire4772b4f8b1accc7fd3f3497a28a4653b($fileIdentifier, $file);
composerRequire54cb5964df745acb578c0235eaab1abc($fileIdentifier, $file);
}

return $loader;
Expand All @@ -45,7 +45,7 @@ public static function getLoader()
* @param string $file
* @return void
*/
function composerRequire4772b4f8b1accc7fd3f3497a28a4653b($fileIdentifier, $file)
function composerRequire54cb5964df745acb578c0235eaab1abc($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
90 changes: 80 additions & 10 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
class ComposerStaticInit54cb5964df745acb578c0235eaab1abc
{
public static $files = array(
);
Expand All @@ -19,6 +19,11 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
'bcmath_compat\\' => 14,
),
'R' =>
array (
'Ramsey\\Uuid\\' => 12,
'Ramsey\\Collection\\' => 18,
),
'P' =>
array (
'Psr\\Http\\Message\\' => 17,
Expand All @@ -33,26 +38,40 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
'GuzzleHttp\\' => 11,
'Grpc\\Gcp\\' => 9,
'Grpc\\' => 5,
'Google\\Type\\' => 12,
'Google\\Service\\' => 15,
'Google\\Rpc\\' => 11,
'Google\\Protobuf\\' => 16,
'Google\\LongRunning\\' => 19,
'Google\\Iam\\' => 11,
'Google\\Cloud\\' => 13,
'Google\\Auth\\' => 12,
'Google\\Api\\' => 11,
'Google\\ApiCore\\LongRunning\\' => 27,
'Google\\ApiCore\\' => 15,
'Google\\Analytics\\Data\\' => 22,
'Google\\Analytics\\Admin\\' => 23,
'Google\\' => 7,
'GPBMetadata\\Google\\Type\\' => 24,
'GPBMetadata\\Google\\Rpc\\' => 23,
'GPBMetadata\\Google\\Protobuf\\' => 28,
'GPBMetadata\\Google\\Longrunning\\' => 31,
'GPBMetadata\\Google\\Logging\\' => 27,
'GPBMetadata\\Google\\Iam\\' => 23,
'GPBMetadata\\Google\\Cloud\\' => 25,
'GPBMetadata\\Google\\Api\\' => 23,
'GPBMetadata\\Google\\Analytics\\Data\\' => 34,
'GPBMetadata\\Google\\Analytics\\Admin\\' => 35,
'GPBMetadata\\Google\\' => 19,
'GPBMetadata\\ApiCore\\' => 20,
),
'F' =>
array (
'Firebase\\JWT\\' => 13,
),
'B' =>
array (
'Brick\\Math\\' => 11,
),
);

public static $prefixDirsPsr4 = array (
Expand All @@ -64,6 +83,14 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
0 => __DIR__ . '/..' . '/phpseclib/bcmath_compat/src',
),
'Ramsey\\Uuid\\' =>
array (
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
),
'Ramsey\\Collection\\' =>
array (
0 => __DIR__ . '/..' . '/ramsey/collection/src',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-factory/src',
Expand Down Expand Up @@ -101,10 +128,18 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
0 => __DIR__ . '/..' . '/grpc/grpc/src/lib',
),
'Google\\Type\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/src/Type',
),
'Google\\Service\\' =>
array (
0 => __DIR__ . '/..' . '/google/apiclient-services/src',
),
'Google\\Rpc\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/src/Rpc',
),
'Google\\Protobuf\\' =>
array (
0 => __DIR__ . '/..' . '/google/protobuf/src/Google/Protobuf',
Expand All @@ -113,10 +148,22 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
0 => __DIR__ . '/..' . '/google/longrunning/src/LongRunning',
),
'Google\\Iam\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/src/Iam',
),
'Google\\Cloud\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/src/Cloud',
),
'Google\\Auth\\' =>
array (
0 => __DIR__ . '/..' . '/google/auth/src',
),
'Google\\Api\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/src/Api',
),
'Google\\ApiCore\\LongRunning\\' =>
array (
0 => __DIR__ . '/..' . '/google/longrunning/src/ApiCore/LongRunning',
Expand All @@ -136,7 +183,14 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
'Google\\' =>
array (
0 => __DIR__ . '/..' . '/google/apiclient/src',
1 => __DIR__ . '/..' . '/google/common-protos/src',
),
'GPBMetadata\\Google\\Type\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata/Type',
),
'GPBMetadata\\Google\\Rpc\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata/Rpc',
),
'GPBMetadata\\Google\\Protobuf\\' =>
array (
Expand All @@ -146,6 +200,22 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
0 => __DIR__ . '/..' . '/google/longrunning/metadata/Longrunning',
),
'GPBMetadata\\Google\\Logging\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata/Logging',
),
'GPBMetadata\\Google\\Iam\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata/Iam',
),
'GPBMetadata\\Google\\Cloud\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata/Cloud',
),
'GPBMetadata\\Google\\Api\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata/Api',
),
'GPBMetadata\\Google\\Analytics\\Data\\' =>
array (
0 => __DIR__ . '/..' . '/google/analytics-data/metadata',
Expand All @@ -154,10 +224,6 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
0 => __DIR__ . '/..' . '/google/analytics-admin/metadata',
),
'GPBMetadata\\Google\\' =>
array (
0 => __DIR__ . '/..' . '/google/common-protos/metadata',
),
'GPBMetadata\\ApiCore\\' =>
array (
0 => __DIR__ . '/..' . '/google/gax/metadata/ApiCore',
Expand All @@ -166,6 +232,10 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
array (
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
),
'Brick\\Math\\' =>
array (
0 => __DIR__ . '/..' . '/brick/math/src',
),
);

public static $classMap = array (
Expand All @@ -175,9 +245,9 @@ class ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4772b4f8b1accc7fd3f3497a28a4653b::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit54cb5964df745acb578c0235eaab1abc::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit54cb5964df745acb578c0235eaab1abc::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit54cb5964df745acb578c0235eaab1abc::$classMap;

}, null, ClassLoader::class);
}
Expand Down
Loading

0 comments on commit c2cd8a0

Please sign in to comment.