Skip to content

Commit

Permalink
Revert "Updating Guzzle for security"
Browse files Browse the repository at this point in the history
This reverts commit f9fef21.
  • Loading branch information
snake14 committed Jul 7, 2023
1 parent 18fb996 commit b69804d
Show file tree
Hide file tree
Showing 66 changed files with 515 additions and 870 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"php": ">=7.2.5",
"google/apiclient": "^2.13.1",
"google/apiclient-services": "^0.221",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/promises": "1.5.1",
"google/analytics-data": "^0.9.4",
"google/analytics-admin": "^0.10.0",
"phpseclib/phpseclib": "^3.0.19",
"phpseclib/bcmath_compat": "^2.0",
"guzzlehttp/guzzle": "^7.7"
"phpseclib/bcmath_compat": "^2.0"
},
"replace": {
"monolog/monolog": "*"
Expand Down
124 changes: 67 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
exit(1);
}

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

return ComposerAutoloaderInitbfe0ce4af7932a343124a58229b00de0::getLoader();
Loading

0 comments on commit b69804d

Please sign in to comment.