Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 committed Jul 7, 2023
1 parent 5d497d9 commit 2725534
Show file tree
Hide file tree
Showing 39 changed files with 521 additions and 215 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"google/apiclient": "^2.13.1",
"google/apiclient-services": "^0.221",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/psr7": "2.5.0",
"guzzlehttp/promises": "1.5.1",
"google/analytics-data": "^0.9.4",
"google/analytics-admin": "^0.10.0",
Expand Down
54 changes: 24 additions & 30 deletions composer.lock

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

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

// 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 2725534

Please sign in to comment.