Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix dependencies to circumvent plugin conflicts #612

Closed
felixarntz opened this issue Oct 1, 2019 · 10 comments
Closed

Prefix dependencies to circumvent plugin conflicts #612

felixarntz opened this issue Oct 1, 2019 · 10 comments
Labels
P0 High priority Type: Bug Something isn't working
Milestone

Comments

@felixarntz
Copy link
Member

felixarntz commented Oct 1, 2019

Bug Description

We need to prefix Composer dependencies that we deploy as part of the bundled plugin in order to prevent conflicts with other plugins shipping the same dependencies (potentially in different versions).

This would fix issues #223, #246, #610, and possibly others too.

It is terrible that we need to do this, but since WordPress does not provide any dependency mechanism, this is the only way to work within these constraints.

There are several options out there to accomplish that, and we need to decide on one of these (e.g. /~https://github.com/coenjacobs/mozart, /~https://github.com/humbug/php-scoper). Also see ampproject/amp-wp#1867 for the same discussion on the AMP plugin (for which the implications are not as bad because their dependencies are probably less commonly used than the Google API ones).


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

  • Third-party PHP code should not be loaded directly from vendor, but in a prefixed version from a third-party directory.
  • The prefix should be Google\SiteKitDeps\.
  • The plugin should include its own non-Composer-based autoloader which works similar to PSR-4, specifically for the namespaces the plugin uses (Google\Site_Kit and Google\SiteKitDeps). See /~https://github.com/wprig/wprig/blob/v2.0/functions.php#L36 for inspiration.
  • The release-zip task must no longer include anything from the vendor directory in the release. Instead it must include the third-party directory.

Implementation Brief

Changelog entry

  • Prefix all third-party PHP dependencies to resolve various potential incompatibilities with other plugins that bundle similar dependencies.
@marrrmarrr
Copy link
Collaborator

@aaemnnosttv could you help formulate the ACs for this issue, since Felix is mostly out this week?

@aaemnnosttv
Copy link
Collaborator

Sure thing @marrrmarrr! I'll put something together today.

@aaemnnosttv
Copy link
Collaborator

CR ✅

@felixarntz felixarntz removed their assignment Oct 24, 2019
@aaemnnosttv aaemnnosttv self-assigned this Oct 25, 2019
@aaemnnosttv
Copy link
Collaborator

QA

  • No remaining references in Site Kit code to global Google classes
    (either with use or explicit \Google_*)

  • Release zip does not contain anything from the vendor directory

    zip file contents (big)
    Archive:  google-site-kit.zip
      Length      Date    Time    Name
    ---------  ---------- -----   ----
            0  10-25-2019 11:27   google-site-kit/
            0  10-25-2019 11:27   google-site-kit/bin/
            0  10-25-2019 11:27   google-site-kit/dist/
         2390  10-25-2019 11:27   google-site-kit/google-site-kit.php
            0  10-25-2019 11:27   google-site-kit/includes/
         4402  10-25-2019 11:27   google-site-kit/readme.txt
            0  10-25-2019 11:27   google-site-kit/third-party/
         1368  10-25-2019 11:27   google-site-kit/bin/authentication-cli.php
          736  10-25-2019 11:27   google-site-kit/bin/reset-cli.php
            0  10-25-2019 11:27   google-site-kit/dist/assets/
         7499  10-25-2019 11:27   google-site-kit/includes/Context.php
            0  10-25-2019 11:27   google-site-kit/includes/Core/
            0  10-25-2019 11:27   google-site-kit/includes/Modules/
         4939  10-25-2019 11:27   google-site-kit/includes/Plugin.php
         1484  10-25-2019 11:27   google-site-kit/includes/loader.php
            0  10-25-2019 11:27   google-site-kit/includes/vendor/
            0  10-25-2019 11:27   google-site-kit/third-party/firebase/
            0  10-25-2019 11:27   google-site-kit/third-party/google/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/
            0  10-25-2019 11:27   google-site-kit/third-party/ralouphie/
            0  10-25-2019 11:27   google-site-kit/third-party/react/
            0  10-25-2019 11:27   google-site-kit/third-party/vendor/
            0  10-25-2019 11:27   google-site-kit/dist/assets/css/
            0  10-25-2019 11:27   google-site-kit/dist/assets/images/
            0  10-25-2019 11:27   google-site-kit/dist/assets/js/
            0  10-25-2019 11:27   google-site-kit/dist/assets/svg/
            0  10-25-2019 11:27   google-site-kit/dist/assets/vendor/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Admin/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Admin_Bar/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Assets/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Modules/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Permissions/
            0  10-25-2019 11:27   google-site-kit/includes/Core/REST_API/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Storage/
            0  10-25-2019 11:27   google-site-kit/includes/Core/Util/
        26924  10-25-2019 11:27   google-site-kit/includes/Modules/AdSense.php
        46108  10-25-2019 11:27   google-site-kit/includes/Modules/Analytics.php
        12602  10-25-2019 11:27   google-site-kit/includes/Modules/Optimize.php
         5938  10-25-2019 11:27   google-site-kit/includes/Modules/PageSpeed_Insights.php
        14212  10-25-2019 11:27   google-site-kit/includes/Modules/Search_Console.php
        10578  10-25-2019 11:27   google-site-kit/includes/Modules/Site_Verification.php
        18624  10-25-2019 11:27   google-site-kit/includes/Modules/Tag_Manager.php
          178  10-25-2019 11:27   google-site-kit/includes/vendor/autoload.php
            0  10-25-2019 11:27   google-site-kit/includes/vendor/composer/
            0  10-25-2019 11:27   google-site-kit/third-party/firebase/php-jwt/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/cache/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/log/
            0  10-25-2019 11:27   google-site-kit/third-party/ralouphie/getallheaders/
            0  10-25-2019 11:27   google-site-kit/third-party/react/promise/
          178  10-25-2019 11:27   google-site-kit/third-party/vendor/autoload.php
            0  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/
       304997  10-25-2019 11:27   google-site-kit/dist/assets/css/admin.css
        67573  10-25-2019 11:27   google-site-kit/dist/assets/css/adminbar.css
        25517  10-25-2019 11:27   google-site-kit/dist/assets/css/wpdashboard.css
        10890  10-25-2019 11:27   google-site-kit/dist/assets/images/g-win.png
          119  10-25-2019 11:27   google-site-kit/dist/assets/images/icon-arrow.png
          122  10-25-2019 11:27   google-site-kit/dist/assets/images/icon-arrow_angled.png
         8623  10-25-2019 11:27   google-site-kit/dist/assets/images/icon-lighthouse.png
         3333  10-25-2019 11:27   google-site-kit/dist/assets/images/icon-pagespeed.png
        12815  10-25-2019 11:27   google-site-kit/dist/assets/images/logo-g.png
         4788  10-25-2019 11:27   google-site-kit/dist/assets/images/logo-g_small.png
         3257  10-25-2019 11:27   google-site-kit/dist/assets/images/logo-g_white.png
         1254  10-25-2019 11:27   google-site-kit/dist/assets/images/logo-g_white_small.png
         2978  10-25-2019 11:27   google-site-kit/dist/assets/images/rocket-body.png
         1425  10-25-2019 11:27   google-site-kit/dist/assets/images/rocket-clouds.png
         1786  10-25-2019 11:27   google-site-kit/dist/assets/images/rocket-dust.png
         6244  10-25-2019 11:27   google-site-kit/dist/assets/images/rocket.png
        63255  10-25-2019 11:27   google-site-kit/dist/assets/images/service-analytics.jpg
        33166  10-25-2019 11:27   google-site-kit/dist/assets/images/service-search_console.jpg
         8165  10-25-2019 11:27   google-site-kit/dist/assets/images/sun-small.png
        25114  10-25-2019 11:27   google-site-kit/dist/assets/images/sun.png
          846  10-25-2019 11:27   google-site-kit/dist/assets/images/thumbs-up.png
         1008  10-25-2019 11:27   google-site-kit/dist/assets/js/ads.js
       192676  10-25-2019 11:27   google-site-kit/dist/assets/js/allmodules.js
         2722  10-25-2019 11:27   google-site-kit/dist/assets/js/chunk-googlesitekit-adminbar.js
        14259  10-25-2019 11:27   google-site-kit/dist/assets/js/chunk-googlesitekit-setup-wizard-proxy.js
        38987  10-25-2019 11:27   google-site-kit/dist/assets/js/chunk-googlesitekit-setup-wizard.js
        13713  10-25-2019 11:27   google-site-kit/dist/assets/js/chunk-googlesitekit-setup-wrapper.js
        85442  10-25-2019 11:27   google-site-kit/dist/assets/js/commons.js
            0  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/
         2075  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-admin.js
         4351  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-adminbar-loader.js
         5197  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-dashboard-details.js
        15741  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-dashboard-splash.js
         9149  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-dashboard.js
         4804  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-module.js
        29628  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-settings.js
       490835  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-tests.js
         4501  10-25-2019 11:27   google-site-kit/dist/assets/js/googlesitekit-wp-dashboard.js
       464587  10-25-2019 11:27   google-site-kit/dist/assets/js/vendor.js
       539595  10-25-2019 11:27   google-site-kit/dist/assets/vendor/lodash.js
        73121  10-25-2019 11:27   google-site-kit/dist/assets/vendor/lodash.min.js
       146860  10-25-2019 11:27   google-site-kit/dist/assets/vendor/moment.js
        51679  10-25-2019 11:27   google-site-kit/dist/assets/vendor/moment.min.js
       726443  10-25-2019 11:27   google-site-kit/dist/assets/vendor/react-dom.development.js
       100002  10-25-2019 11:27   google-site-kit/dist/assets/vendor/react-dom.production.min.js
        98230  10-25-2019 11:27   google-site-kit/dist/assets/vendor/react.development.js
        11814  10-25-2019 11:27   google-site-kit/dist/assets/vendor/react.production.min.js
          778  10-25-2019 11:27   google-site-kit/dist/assets/svg/adsense.svg
          854  10-25-2019 11:27   google-site-kit/dist/assets/svg/analytics.svg
          328  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-angled.svg
          330  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-back.svg
          148  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-dropdown.svg
          376  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-external.svg
          404  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-link.svg
          230  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-negative.svg
          230  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow-positive.svg
          327  10-25-2019 11:27   google-site-kit/dist/assets/svg/arrow.svg
          239  10-25-2019 11:27   google-site-kit/dist/assets/svg/check.svg
          167  10-25-2019 11:27   google-site-kit/dist/assets/svg/chevron-down.svg
          207  10-25-2019 11:27   google-site-kit/dist/assets/svg/chevron.svg
          211  10-25-2019 11:27   google-site-kit/dist/assets/svg/dashboard.svg
          445  10-25-2019 11:27   google-site-kit/dist/assets/svg/error.svg
          161  10-25-2019 11:27   google-site-kit/dist/assets/svg/exclamation.svg
          160  10-25-2019 11:27   google-site-kit/dist/assets/svg/info.svg
          551  10-25-2019 11:27   google-site-kit/dist/assets/svg/lock.svg
         5955  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-g-beta.svg
          783  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-g.svg
          410  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-g_white.svg
          723  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-google-cloud.svg
         2013  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-google.svg
         1851  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-google_solid.svg
         7824  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-sitekit-beta.svg
         2866  10-25-2019 11:27   google-site-kit/dist/assets/svg/logo-sitekit.svg
         1534  10-25-2019 11:27   google-site-kit/dist/assets/svg/optimize-disabled.svg
         2007  10-25-2019 11:27   google-site-kit/dist/assets/svg/optimize.svg
          278  10-25-2019 11:27   google-site-kit/dist/assets/svg/pencil.svg
          179  10-25-2019 11:27   google-site-kit/dist/assets/svg/plus.svg
         6375  10-25-2019 11:27   google-site-kit/dist/assets/svg/search-console.svg
          364  10-25-2019 11:27   google-site-kit/dist/assets/svg/settings.svg
        39568  10-25-2019 11:27   google-site-kit/dist/assets/svg/svg.svg
          586  10-25-2019 11:27   google-site-kit/dist/assets/svg/tagmanager-disabled.svg
          586  10-25-2019 11:27   google-site-kit/dist/assets/svg/tagmanager.svg
          282  10-25-2019 11:27   google-site-kit/dist/assets/svg/trash.svg
          182  10-25-2019 11:27   google-site-kit/dist/assets/svg/warning.svg
         3072  10-25-2019 11:27   google-site-kit/includes/Core/Admin/Dashboard.php
         3243  10-25-2019 11:27   google-site-kit/includes/Core/Admin/Notice.php
         1711  10-25-2019 11:27   google-site-kit/includes/Core/Admin/Notices.php
         6326  10-25-2019 11:27   google-site-kit/includes/Core/Admin/Screen.php
         8711  10-25-2019 11:27   google-site-kit/includes/Core/Admin/Screens.php
         2012  10-25-2019 11:27   google-site-kit/includes/Core/Assets/Asset.php
        22334  10-25-2019 11:27   google-site-kit/includes/Core/Assets/Assets.php
         2641  10-25-2019 11:27   google-site-kit/includes/Core/Assets/Script.php
         2410  10-25-2019 11:27   google-site-kit/includes/Core/Assets/Stylesheet.php
         6585  10-25-2019 11:27   google-site-kit/includes/Core/Admin_Bar/Admin_Bar.php
        20937  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Authentication.php
            0  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Clients/
         3772  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Credentials.php
         1569  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/First_Admin.php
         3850  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Profile.php
         5662  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Sensitive_Scopes_Warning.php
         1789  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Verification.php
         2861  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Verification_Tag.php
        21029  10-25-2019 11:27   google-site-kit/includes/Core/Modules/Module.php
          621  10-25-2019 11:27   google-site-kit/includes/Core/Modules/Module_With_Scopes.php
          721  10-25-2019 11:27   google-site-kit/includes/Core/Modules/Module_With_Scopes_Trait.php
          637  10-25-2019 11:27   google-site-kit/includes/Core/Modules/Module_With_Screen.php
         2042  10-25-2019 11:27   google-site-kit/includes/Core/Modules/Module_With_Screen_Trait.php
         9875  10-25-2019 11:27   google-site-kit/includes/Core/Modules/Modules.php
         8717  10-25-2019 11:27   google-site-kit/includes/Core/Permissions/Permissions.php
         3148  10-25-2019 11:27   google-site-kit/includes/Core/REST_API/Data_Request.php
         4754  10-25-2019 11:27   google-site-kit/includes/Core/REST_API/REST_Route.php
        22777  10-25-2019 11:27   google-site-kit/includes/Core/REST_API/REST_Routes.php
         3376  10-25-2019 11:27   google-site-kit/includes/Core/Storage/Cache.php
         3512  10-25-2019 11:27   google-site-kit/includes/Core/Storage/Data_Encryption.php
         2025  10-25-2019 11:27   google-site-kit/includes/Core/Storage/Encrypted_Options.php
         2148  10-25-2019 11:27   google-site-kit/includes/Core/Storage/Encrypted_User_Options.php
         2040  10-25-2019 11:27   google-site-kit/includes/Core/Storage/Options.php
         2124  10-25-2019 11:27   google-site-kit/includes/Core/Storage/Transients.php
         3280  10-25-2019 11:27   google-site-kit/includes/Core/Storage/User_Options.php
         8843  10-25-2019 11:27   google-site-kit/includes/Core/Util/Activation.php
         4732  10-25-2019 11:27   google-site-kit/includes/Core/Util/Beta_Migration.php
         1498  10-25-2019 11:27   google-site-kit/includes/Core/Util/Debug_Bar.php
         5696  10-25-2019 11:27   google-site-kit/includes/Core/Util/Reset.php
         4729  10-25-2019 11:27   google-site-kit/includes/Core/Util/Tracking.php
         1051  10-25-2019 11:27   google-site-kit/includes/Core/Util/Uninstallation.php
         5730  10-25-2019 11:27   google-site-kit/includes/Core/Util/Updater.php
            0  10-25-2019 11:27   google-site-kit/third-party/firebase/php-jwt/src/
        13459  10-25-2019 11:27   google-site-kit/includes/vendor/composer/ClassLoader.php
         1070  10-25-2019 11:27   google-site-kit/includes/vendor/composer/LICENSE
         5722  10-25-2019 11:27   google-site-kit/includes/vendor/composer/autoload_classmap.php
          149  10-25-2019 11:27   google-site-kit/includes/vendor/composer/autoload_namespaces.php
          143  10-25-2019 11:27   google-site-kit/includes/vendor/composer/autoload_psr4.php
         1451  10-25-2019 11:27   google-site-kit/includes/vendor/composer/autoload_real.php
         6802  10-25-2019 11:27   google-site-kit/includes/vendor/composer/autoload_static.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/
        11342  10-25-2019 11:27   google-site-kit/third-party/google/auth/COPYING
         1162  10-25-2019 11:27   google-site-kit/third-party/google/auth/autoload.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/
         1441  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/README.rst
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/docs/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/
         3845  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/CHANGELOG.rst
          902  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/README.rst
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/cache/src/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/
            0  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/
            0  10-25-2019 11:27   google-site-kit/third-party/ralouphie/getallheaders/src/
            0  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/
        13459  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/ClassLoader.php
         1070  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/LICENSE
       122125  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/autoload_classmap.php
          545  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/autoload_files.php
          149  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/autoload_namespaces.php
          143  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/autoload_psr4.php
         1451  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/autoload_real.php
       132866  10-25-2019 11:27   google-site-kit/third-party/vendor/composer/autoload_static.php
         2232  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/a11y.js
         6554  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/apiFetch.js
       583498  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/components.js
         7807  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/compose.js
         8117  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/dom.js
         1163  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/domReady.js
         8915  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/element.js
         4905  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/hooks.js
         8805  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/i18n.js
         4404  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/keycodes.js
         3797  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/svgxuse.js
        12387  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/url.js
         1342  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/wp-polyfill-element-closest.js
         8856  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/wp-polyfill-fetch.js
         4392  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/wp-polyfill-formdata.js
         1284  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/wp-polyfill-node-contains.js
         6947  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/wp-polyfill-url.js
        97385  10-25-2019 11:27   google-site-kit/dist/assets/js/externals/wp-polyfill.js
         5857  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Clients/Google_Proxy_Client.php
         1257  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Clients/Google_Proxy_Exception.php
        24203  10-25-2019 11:27   google-site-kit/includes/Core/Authentication/Clients/OAuth_Client.php
          126  10-25-2019 11:27   google-site-kit/third-party/firebase/php-jwt/src/BeforeValidException.php
          122  10-25-2019 11:27   google-site-kit/third-party/firebase/php-jwt/src/ExpiredException.php
        14348  10-25-2019 11:27   google-site-kit/third-party/firebase/php-jwt/src/JWT.php
          131  10-25-2019 11:27   google-site-kit/third-party/firebase/php-jwt/src/SignatureInvalidException.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/
         3289  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/BatchResults.php
        13247  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Client.php
         5225  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/ClientInterface.php
         6019  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Collection.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/
         1756  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/HasDataTrait.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/
        34916  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Mimetypes.php
        11808  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Pool.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Post/
         6089  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Query.php
         5136  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/QueryParser.php
         5647  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/RequestFsm.php
         6239  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/RingBridge.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/
          271  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/ToArrayInterface.php
         2833  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Transaction.php
         7929  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/UriTemplate.php
        15543  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Url.php
         7615  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Utils.php
        12095  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/AccessToken.php
         7816  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/ApplicationDefaultCredentials.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Cache/
         2194  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/CacheTrait.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/
         7522  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/CredentialsLoader.php
         4170  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/FetchAuthTokenCache.php
         1678  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/FetchAuthTokenInterface.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/HttpHandler/
         3291  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Iam.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Middleware/
        34497  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/OAuth2.php
         2026  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/ServiceAccountSignerTrait.php
         1602  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/SignBlobInterface.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Subscriber/
         5812  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/AppendStream.php
         3138  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/BufferStream.php
         4485  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/CachingStream.php
         1228  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/DroppingStream.php
         4051  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/FnStream.php
         2254  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/InflateStream.php
          981  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/LazyOpenStream.php
         4262  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/LimitStream.php
         5905  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/MessageTrait.php
         4795  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/MultipartStream.php
          529  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/NoSeekStream.php
         4171  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/PumpStream.php
         3924  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/Request.php
         4403  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/Response.php
          694  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/Rfc7230.php
        10024  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/ServerRequest.php
         6835  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/Stream.php
         3350  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/StreamDecoratorTrait.php
         3386  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/StreamWrapper.php
         7529  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/UploadedFile.php
        21609  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/Uri.php
         8567  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/UriNormalizer.php
         9164  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/UriResolver.php
        26893  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/functions.php
          231  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/psr7/src/functions_include.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/
        11162  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Core.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Exception/
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/
          172  10-25-2019 11:27   google-site-kit/third-party/psr/cache/src/CacheException.php
         3796  10-25-2019 11:27   google-site-kit/third-party/psr/cache/src/CacheItemInterface.php
         4489  10-25-2019 11:27   google-site-kit/third-party/psr/cache/src/CacheItemPoolInterface.php
          368  10-25-2019 11:27   google-site-kit/third-party/psr/cache/src/InvalidArgumentException.php
            0  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/
         1640  10-25-2019 11:27   google-site-kit/third-party/ralouphie/getallheaders/src/getallheaders.php
         6976  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/MessageInterface.php
         4933  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/RequestInterface.php
         2665  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/ResponseInterface.php
        10162  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/ServerRequestInterface.php
         4762  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/StreamInterface.php
         4697  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/UploadedFileInterface.php
        12622  10-25-2019 11:27   google-site-kit/third-party/psr/http-message/src/UriInterface.php
          239  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/CancellablePromiseInterface.php
         1133  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/CancellationQueue.php
         1573  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/Deferred.php
            0  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/Exception/
          836  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/ExtendedPromiseInterface.php
         2066  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/FulfilledPromise.php
         1852  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/LazyPromise.php
         8941  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/Promise.php
          349  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/PromiseInterface.php
          173  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/PromisorInterface.php
         2521  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/RejectedPromise.php
          636  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/UnhandledRejectionException.php
         8034  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/functions.php
          173  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/functions_include.php
         5130  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/AppendStream.php
         7707  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/AsyncReadStream.php
         3124  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/BufferStream.php
         3973  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/CachingStream.php
         1190  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/DroppingStream.php
            0  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/Exception/
         3749  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/FnStream.php
         2543  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/GuzzleStreamWrapper.php
         1213  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/InflateStream.php
         1020  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/LazyOpenStream.php
         4371  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/LimitStream.php
          362  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/MetadataStreamInterface.php
          509  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/NoSeekStream.php
         1362  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/NullStream.php
         4157  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/PumpStream.php
         7030  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/Stream.php
         3384  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/StreamDecoratorTrait.php
         5081  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/StreamInterface.php
         5814  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/Utils.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AccessToken/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AuthHandler/
        37221  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Client.php
         2694  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Collection.php
          689  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Exception.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Http/
        10101  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Model.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Service/
         1412  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Service.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Task/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Utils/
          768  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/autoload.php
         7715  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJar.php
         2812  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
         2545  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
         1699  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
         9157  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie/SetCookie.php
          454  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/AbstractEvent.php
         1384  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php
         1548  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php
         1850  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php
          862  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/BeforeEvent.php
          514  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/CompleteEvent.php
         4506  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/Emitter.php
         3706  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/EmitterInterface.php
          919  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/EndEvent.php
          781  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/ErrorEvent.php
          574  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/EventInterface.php
          265  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
          422  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
         3407  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
         1731  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/ProgressEvent.php
         1636  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/RequestEvents.php
         1325  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
          242  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/BadResponseException.php
          243  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ClientException.php
          172  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ConnectException.php
          185  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php
          823  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ParseException.php
         4030  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/RequestException.php
          243  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/ServerException.php
          171  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/StateException.php
          181  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
          123  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/TransferException.php
          825  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Exception/XmlParseException.php
         3325  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Post/MultipartBody.php
         6719  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Post/PostBody.php
         3002  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Post/PostBodyInterface.php
         3976  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Post/PostFile.php
          827  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Post/PostFileInterface.php
         7668  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/AbstractMessage.php
          859  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php
         4213  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/FutureResponse.php
        12918  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/MessageFactory.php
         3292  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
         4006  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/MessageInterface.php
         5022  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/MessageParser.php
         4982  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/Request.php
         3285  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/RequestInterface.php
         6053  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/Response.php
         4078  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Message/ResponseInterface.php
         1831  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/Cookie.php
         5542  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/History.php
         1256  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/HttpError.php
         4695  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/Mock.php
         5085  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/Prepare.php
         6794  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/guzzle/src/Subscriber/Redirect.php
          906  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Cache/InvalidArgumentException.php
         4091  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Cache/Item.php
         3468  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Cache/MemoryCacheItemPool.php
         6061  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Cache/SysVCacheItemPool.php
         6495  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/AppIdentityCredentials.php
        12103  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/GCECredentials.php
         2429  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/IAMCredentials.php
         1930  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/InsecureCredentials.php
         6347  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountCredentials.php
         4592  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/ServiceAccountJwtAccessCredentials.php
         4575  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Credentials/UserRefreshCredentials.php
         4166  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle5HttpHandler.php
         1392  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/HttpHandler/Guzzle6HttpHandler.php
         1455  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/HttpHandler/HttpClientCache.php
         1727  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/HttpHandler/HttpHandlerFactory.php
         4071  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Middleware/AuthTokenMiddleware.php
         5175  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Middleware/ScopedAccessTokenMiddleware.php
         3059  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Middleware/SimpleMiddleware.php
         4030  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Subscriber/AuthTokenSubscriber.php
         5372  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Subscriber/ScopedAccessTokenSubscriber.php
         2856  10-25-2019 11:27   google-site-kit/third-party/google/auth/src/Subscriber/SimpleSubscriber.php
         2807  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/ClientUtils.php
        20134  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/CurlFactory.php
         4211  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/CurlHandler.php
         7431  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
         1858  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/Middleware.php
         1674  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/MockHandler.php
        13869  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Client/StreamHandler.php
          161  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Exception/CancelledException.php
          279  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
          225  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Exception/ConnectException.php
          124  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Exception/RingException.php
         3693  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php
          997  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
         1548  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php
          844  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/FutureArray.php
          280  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
         1623  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/FutureInterface.php
          377  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/FutureValue.php
          935  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php
         9336  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/ErrorHandler.php
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/
        22262  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Logger.php
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/
         4165  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Registry.php
          971  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/ResettableInterface.php
         4385  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/SignalHandler.php
          560  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Utils.php
         3452  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/AbstractLogger.php
          125  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/InvalidArgumentException.php
          342  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/LogLevel.php
          364  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareInterface.php
          463  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/LoggerAwareTrait.php
         3060  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/LoggerInterface.php
         3684  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/LoggerTrait.php
          718  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/NullLogger.php
            0  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/Test/
          123  10-25-2019 11:27   google-site-kit/third-party/react/promise/src/Exception/LengthException.php
          134  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/Exception/CannotAttachException.php
          673  10-25-2019 11:27   google-site-kit/third-party/guzzlehttp/streams/src/Exception/SeekException.php
         2587  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AccessToken/Revoke.php
         9002  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AccessToken/Verify.php
         1620  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AuthHandler/AuthHandlerFactory.php
         3295  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AuthHandler/Guzzle5AuthHandler.php
         3766  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/AuthHandler/Guzzle6AuthHandler.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/
        21131  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/
        46495  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/
         2573  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/
         2514  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Partners/
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/
         7635  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/
         3296  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/
        24368  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/
         4475  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters.php
         5356  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/YouTubeAnalytics.php
         8018  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Http/Batch.php
        10617  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Http/MediaFileUpload.php
         6698  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Http/REST.php
         2028  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Service/Exception.php
        10590  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Service/Resource.php
        10633  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Utils/UriTemplate.php
          730  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Task/Exception.php
          780  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Task/Retryable.php
         7842  10-25-2019 11:27   google-site-kit/third-party/google/apiclient/src/Google/Task/Runner.php
         2298  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php
         1972  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php
         2428  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php
         2188  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php
          814  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php
         4734  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php
         4911  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php
         5350  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php
         5865  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LineFormatter.php
         1396  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php
         5279  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php
         3407  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php
         9222  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
         1115  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php
         3404  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php
         1566  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/GitProcessor.php
         3593  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php
          865  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php
         1911  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php
          846  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php
         1540  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php
          680  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php
          549  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php
         1494  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php
          922  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/TagProcessor.php
         1371  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/UidProcessor.php
         3238  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Processor/WebProcessor.php
         5251  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
         4542  10-25-2019 11:27   google-site-kit/third-party/psr/log/Psr/Log/Test/TestLogger.php
         4842  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
         1630  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
         3795  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php
         3940  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/AmqpHandler.php
         7444  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php
         3916  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/BufferHandler.php
         5782  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php
         2014  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php
         4819  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/CubeHandler.php
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl/
         5759  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php
         1293  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php
         2827  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
         3797  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php
         2555  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php
         4930  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FilterHandler.php
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/
         6533  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php
         5534  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php
         3596  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php
         3693  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php
         1123  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php
         1716  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php
         2366  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GelfHandler.php
         3049  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/GroupHandler.php
         2689  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
         2656  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php
        10961  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/HipChatHandler.php
         2240  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php
         2032  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php
         1801  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php
         2885  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/LogglyHandler.php
         1690  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MailHandler.php
         2362  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MandrillHandler.php
          478  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php
         1878  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php
         5424  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php
         6420  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php
         1094  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/NullHandler.php
        10638  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php
         1121  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php
         1739  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php
         1639  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PsrHandler.php
         6704  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/PushoverHandler.php
         8224  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RavenHandler.php
         3076  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RedisHandler.php
         4207  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RollbarHandler.php
         5829  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
         2890  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SamplingHandler.php
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack/
         6612  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackHandler.php
         3991  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php
         2516  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php
         9957  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SocketHandler.php
         5418  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/StreamHandler.php
         3825  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php
         1993  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogHandler.php
            0  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp/
         3310  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php
         5450  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/TestHandler.php
         1914  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php
         3650  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php
         1929  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/GooglePlayAnalytics.php
         1359  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/FirebaseDynamicLinks/ITunesConnectAnalytics.php
         2393  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Account.php
         1738  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Accounts.php
         1706  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdClient.php
         1742  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdClients.php
         1442  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdCode.php
         2042  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdStyle.php
         1613  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdStyleColors.php
         1077  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdStyleFont.php
         4214  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdUnit.php
         1709  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettings.php
         1252  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdUnitContentAdsSettingsBackupOption.php
         1562  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdUnitFeedAdsSettings.php
         1571  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdUnitMobileContentAdsSettings.php
         1734  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdUnits.php
         2836  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponse.php
         1281  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/AdsenseReportsGenerateResponseHeaders.php
         1811  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Alert.php
         1339  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Alerts.php
         1980  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/CustomChannel.php
         1588  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/CustomChannelTargetingInfo.php
         1762  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/CustomChannels.php
         1392  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Metadata.php
         1796  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Payment.php
         1347  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Payments.php
         2407  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/ReportingMetadataEntry.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/
         1691  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyle.php
         1758  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/SavedAdStyles.php
         1213  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/SavedReport.php
         1754  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/SavedReports.php
         1254  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/UrlChannel.php
         1750  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/UrlChannels.php
         1932  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/GooglePlayAnalytics.php
         1362  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/FirebaseDynamicLinksAPI/ITunesConnectAnalytics.php
         5881  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Activity.php
         1614  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Cohort.php
         1472  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/CohortGroup.php
         1585  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ColumnHeader.php
         1092  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/CustomDimension.php
         1128  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRange.php
         1536  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/DateRangeValues.php
         1213  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Dimension.php
         1818  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilter.php
         1474  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/DimensionFilterClause.php
         2123  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/DynamicSegment.php
         2289  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/EcommerceData.php
         1802  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/EventData.php
         1590  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsRequest.php
         2164  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/GetReportsResponse.php
         2629  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalData.php
         1233  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/GoalSetData.php
         1352  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Metric.php
         1543  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilter.php
         1462  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricFilterClause.php
         1886  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeader.php
         1080  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/MetricHeaderEntry.php
         1409  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrFiltersForSegment.php
         1339  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/OrderBy.php
         1138  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/PageviewData.php
         2772  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Pivot.php
         1657  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeader.php
         1835  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotHeaderEntry.php
          976  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/PivotValueRegion.php
         1619  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ProductData.php
         2058  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Report.php
         3854  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportData.php
         7094  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRequest.php
         1476  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ReportRow.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/
         1387  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ResourceQuotasRemaining.php
         1671  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/ScreenviewData.php
         2640  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityRequest.php
         1940  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SearchUserActivityResponse.php
         1546  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Segment.php
         1335  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDefinition.php
         2192  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentDimensionFilter.php
         2115  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilter.php
         2165  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentFilterClause.php
         1826  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentMetricFilter.php
         1599  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SegmentSequenceStep.php
         1737  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SequenceSegment.php
         1394  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/SimpleSegment.php
         1742  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/TransactionData.php
         1081  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/User.php
         2330  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/UserActivitySession.php
         2874  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Partners/Analytics.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Partners/Resource/
         2738  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseAuditResultV5.php
         2289  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5.php
         1260  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseCategoryV5AuditRefs.php
         7355  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5.php
         3713  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Categories.php
         1155  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5CategoryGroupsElement.php
         1438  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5ConfigSettings.php
         1470  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Environment.php
         1555  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18n.php
         5348  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5I18nRendererFormattedStrings.php
         1111  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5RuntimeError.php
         1514  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5StackPacks.php
          927  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/LighthouseResultV5Timing.php
         2036  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5.php
         1875  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElement.php
         1310  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiLoadingExperienceV5MetricsElementDistributions.php
         4256  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5.php
         1112  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/PagespeedApiPagespeedResponseV5Version.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/
         3056  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Account.php
         1070  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountChildLink.php
          993  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountPermissions.php
         1378  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountRef.php
         2634  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountSummaries.php
         1965  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountSummary.php
         2769  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountTicket.php
         1973  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountTreeRequest.php
         2412  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AccountTreeResponse.php
         2605  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Accounts.php
         1372  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AdWordsAccount.php
         1105  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/AnalyticsDataimportDeleteUploadDataRequest.php
         1252  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Column.php
         1969  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Columns.php
         4642  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDataSource.php
         1079  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceChildLink.php
         1080  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDataSourceParentLink.php
         2641  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDataSources.php
         3308  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDimension.php
         1079  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDimensionParentLink.php
         2637  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomDimensions.php
         3942  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomMetric.php
         1076  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomMetricParentLink.php
         2625  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/CustomMetrics.php
         2723  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLink.php
         1318  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinkEntity.php
         2453  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityAdWordsLinks.php
         2849  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityUserLink.php
         2357  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkEntity.php
         1167  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinkPermissions.php
         2441  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/EntityUserLinks.php
         7656  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Experiment.php
         1074  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ExperimentParentLink.php
         1580  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ExperimentVariations.php
         2617  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Experiments.php
         6374  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Filter.php
         3621  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterAdvancedDetails.php
         1950  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterExpression.php
         1125  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterLowercaseDetails.php
         1070  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterParentLink.php
         1576  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterRef.php
         1806  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterSearchAndReplaceDetails.php
         1125  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/FilterUppercaseDetails.php
         2601  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Filters.php
         5597  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaData.php
         1307  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataColumnHeaders.php
         1664  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTable.php
         1230  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableCols.php
         1205  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRows.php
          889  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataDataTableRowsC.php
         2049  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataProfileInfo.php
         3050  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GaDataQuery.php
         6296  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Goal.php
         1588  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetails.php
         1801  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalEventDetailsEventConditions.php
         1068  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalParentLink.php
         2115  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetails.php
         1255  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalUrlDestinationDetailsSteps.php
         1225  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalVisitNumPagesDetails.php
         1227  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/GoalVisitTimeOnSiteDetails.php
         2593  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Goals.php
         1328  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/HashClientIdRequest.php
         1563  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/HashClientIdResponse.php
         1829  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/IncludeConditions.php
         2890  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/LinkedForeignAccount.php
         5072  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/McfData.php
         1308  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/McfDataColumnHeaders.php
         2050  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/McfDataProfileInfo.php
         3051  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/McfDataQuery.php
         1623  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/McfDataRows.php
         1196  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/McfDataRowsConversionPathValue.php
         7762  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Profile.php
         1070  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfileChildLink.php
         2443  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLink.php
         2645  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfileFilterLinks.php
         1071  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfileParentLink.php
          993  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfilePermissions.php
         2087  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfileRef.php
         1567  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/ProfileSummary.php
         2605  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Profiles.php
         3561  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RealtimeData.php
         1313  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataColumnHeaders.php
         2055  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataProfileInfo.php
         1969  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RealtimeDataQuery.php
         5044  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudience.php
         1368  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceAudienceDefinition.php
         2171  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinition.php
         1230  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php
         2653  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/RemarketingAudiences.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/
         2342  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Segment.php
         2605  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Segments.php
         5543  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UnsampledReport.php
         1152  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportCloudStorageDownloadDetails.php
          967  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UnsampledReportDriveDownloadDetails.php
         2637  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UnsampledReports.php
         2116  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Upload.php
         2409  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Uploads.php
         2367  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequest.php
         1089  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UserDeletionRequestId.php
         1218  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/UserRef.php
         1864  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/WebPropertyRef.php
         2572  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/WebPropertySummary.php
         2622  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Webproperties.php
         5833  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Webproperty.php
         1074  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/WebpropertyChildLink.php
         1075  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/WebpropertyParentLink.php
          997  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/WebpropertyPermissions.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/Resource/
         1682  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequest.php
         1149  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php
         1125  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceGettokenResponse.php
         1334  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceListResponse.php
         1760  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResource.php
         1142  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/SiteVerificationWebResourceResourceSite.php
         1686  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/ApiDataRow.php
         1342  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilter.php
         1460  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/ApiDimensionFilterGroup.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/Resource/
         2816  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryRequest.php
         1512  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/SearchAnalyticsQueryResponse.php
         1234  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/SitemapsListResponse.php
         1240  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/SitesListResponse.php
         1160  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/WmxSite.php
         2853  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemap.php
         1292  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/WmxSitemapContent.php
         3480  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Address.php
         1467  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/AgeRangeType.php
         1303  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/BatchGetContactGroupsResponse.php
         1656  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Biography.php
         1900  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Birthday.php
         1448  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/BraggingRights.php
         2819  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ContactGroup.php
         1290  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMembership.php
         1141  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupMetadata.php
         2083  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ContactGroupResponse.php
         1615  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/CoverPhoto.php
         1316  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/CreateContactGroupRequest.php
         1226  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Date.php
         1245  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/DeleteContactPhotoResponse.php
          980  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/DomainMembership.php
         2050  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/EmailAddress.php
         2124  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Event.php
         1609  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/FieldMetadata.php
         1674  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Gender.php
         1273  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/GetPeopleResponse.php
         2301  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ImClient.php
         1442  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Interest.php
         2146  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ListConnectionsResponse.php
         1971  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ListContactGroupsResponse.php
         1440  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Locale.php
         2563  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Membership.php
         1369  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersRequest.php
         1531  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ModifyContactGroupMembersResponse.php
         4470  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Name.php
         1606  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Nickname.php
         1444  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Occupation.php
         4388  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Organization.php
          741  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/PeopleEmpty.php
        15069  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Person.php
         2213  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/PersonMetadata.php
         2239  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/PersonResponse.php
         2063  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/PhoneNumber.php
         1610  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Photo.php
         1200  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/ProfileMetadata.php
         1840  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Relation.php
         1688  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/RelationshipInterest.php
         1686  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/RelationshipStatus.php
         1628  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Residence.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Resource/
         1835  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/SipAddress.php
         1439  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Skill.php
         2017  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Source.php
         1318  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Status.php
         1441  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Tagline.php
         1316  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactGroupRequest.php
         1181  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoRequest.php
         1245  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/UpdateContactPhotoResponse.php
         1828  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Url.php
         1602  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/UserDefined.php
         1900  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Account.php
          946  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/AccountAccess.php
         1859  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/BuiltInVariable.php
         1402  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Condition.php
         2758  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Container.php
         1161  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ContainerAccess.php
         6239  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ContainerVersion.php
         3399  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ContainerVersionHeader.php
         1330  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/CreateBuiltInVariableResponse.php
         1105  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionRequestVersionOptions.php
         2354  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/CreateContainerVersionResponse.php
         2560  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/CustomTemplate.php
         2861  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Entity.php
         3912  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Environment.php
         2489  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Folder.php
         2274  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/FolderEntities.php
         1796  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/GetWorkspaceStatusResponse.php
         1452  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListAccountsResponse.php
         1641  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListContainerVersionsResponse.php
         1478  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListContainersResponse.php
         1563  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListEnabledBuiltInVariablesResponse.php
         1504  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListEnvironmentsResponse.php
         1439  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListFoldersResponse.php
         1400  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListTagsResponse.php
         1483  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListTemplatesResponse.php
         1452  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListTriggersResponse.php
         1543  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListUserPermissionsResponse.php
         1465  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListVariablesResponse.php
         1478  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListWorkspacesResponse.php
         1413  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ListZonesResponse.php
         1886  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/MergeConflict.php
         2088  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Parameter.php
         1582  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/PublishContainerVersionResponse.php
         2096  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/QuickPreviewResponse.php
            0  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/
          941  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertBuiltInVariableResponse.php
         1224  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertFolderResponse.php
         1185  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertTagResponse.php
         1274  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertTemplateResponse.php
         1237  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertTriggerResponse.php
         1250  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertVariableResponse.php
         1198  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/RevertZoneResponse.php
         1182  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/SetupTag.php
         1163  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/SyncStatus.php
         1823  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/SyncWorkspaceResponse.php
         6816  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Tag.php
         1206  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/TeardownTag.php
        14690  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Trigger.php
         2459  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/UserPermission.php
         4959  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Variable.php
         3396  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/VariableFormatValue.php
         2342  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Workspace.php
         4165  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Zone.php
         1568  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ZoneBoundary.php
         1129  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ZoneChildContainer.php
         1237  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/ZoneTypeRestriction.php
         1474  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl/Util.php
          676  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php
         2087  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php
          912  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php
         8203  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php
         1441  10-25-2019 11:27   google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php
         2383  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Accounts.php
         2554  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdclients.php
         3663  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunits.php
         2209  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAdunitsCustomchannels.php
         2357  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsAlerts.php
         2960  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannels.php
         2273  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsCustomchannelsAdunits.php
         1558  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsPayments.php
         3113  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReports.php
         3018  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsReportsSaved.php
         2646  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsSavedadstyles.php
         2060  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AccountsUrlchannels.php
         1750  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Adclients.php
         3274  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Adunits.php
         2074  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/AdunitsCustomchannels.php
         2091  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Alerts.php
         2687  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Customchannels.php
         2138  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/CustomchannelsAdunits.php
          945  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Metadata.php
         1478  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataDimensions.php
         1454  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/MetadataMetrics.php
         1405  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Payments.php
         3070  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Reports.php
         2752  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/ReportsSaved.php
         2388  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Savedadstyles.php
         1924  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AdSense/Resource/Urlchannels.php
         1658  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/Reports.php
         1709  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/AnalyticsReporting/Resource/UserActivity.php
         3444  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Partners/Resource/Analytics.php
         2195  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Pagespeedonline/Resource/Pagespeedapi.php
          937  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/Data.php
         3321  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/DataGa.php
         3089  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/DataMcf.php
         2251  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/DataRealtime.php
          961  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/Management.php
         1931  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountSummaries.php
         4126  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccountUserLinks.php
         1741  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementAccounts.php
         1621  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementClientId.php
         2130  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDataSources.php
         6443  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomDimensions.php
         6246  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementCustomMetrics.php
         7089  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementExperiments.php
         5395  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementFilters.php
         6231  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementGoals.php
         7528  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileFilterLinks.php
         5430  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfileUserLinks.php
         6636  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementProfiles.php
         7161  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementRemarketingAudience.php
         1737  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementSegments.php
         5293  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUnsampledReports.php
         4949  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementUploads.php
         7149  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebPropertyAdWordsLinks.php
         5310  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebproperties.php
         4895  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/ManagementWebpropertyUserLinks.php
          953  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/Metadata.php
         1588  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/MetadataColumns.php
         2289  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/Provisioning.php
          969  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletion.php
         1673  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Analytics/Resource/UserDeletionUserDeletionRequest.php
         6022  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/SiteVerification/Resource/WebResource.php
         2246  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/Resource/Searchanalytics.php
         3824  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sitemaps.php
         3253  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/Webmasters/Resource/Sites.php
         6028  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroups.php
         2073  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Resource/ContactGroupsMembers.php
        10752  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php
         3641  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php
         2951  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/Accounts.php
         4394  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainers.php
         5489  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersEnvironments.php
         2582  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersionHeaders.php
         6014  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersVersions.php
         8778  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspaces.php
         4166  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesBuiltInVariables.php
         7135  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesFolders.php
         5285  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTags.php
         5658  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTemplates.php
         5504  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesTriggers.php
         5548  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesVariables.php
         5346  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsContainersWorkspacesZones.php
         4639  10-25-2019 11:27   google-site-kit/third-party/google/apiclient-services/src/Google/Service/TagManager/Resource/AccountsUserPermissions.php
    ---------                     -------
      7764455                     1050 files
    

A few inconsistencies with the AC:

  • "The prefix should be Google\SiteKitDeps."
    The prefix is currently Google\Site_Kit_Dependencies (I think this is better, although longer)
  • "The plugin should include its own non-Composer-based autoloader"
    The plugin includes a Composer-based autoloader

I think these are all OK and likely the AC just wasn't updated when these decisions were made, but flagging here as "strict violations" of the AC as it is now.

Thoughts

How about using vendor-prefixed as the directory name instead of third-party ? This might be a bit more consistent/self-documenting name than third-party. Not a big difference either way, but I think keeping dependencies in some kind of "vendor" directory may be a bit clearer.

@felixarntz
Copy link
Member Author

@aaemnnosttv Correct, these two AC inconsistencies are okay because they make more sense to be as was decided in the meantime.

The third-party name is a convention typically required for Google projects, that's the main reason for that name. It was okay to stick with vendor before since that is just the Composer default, but now that we can freely decide I therefore chose third-party.

@felixarntz felixarntz assigned aaemnnosttv and unassigned felixarntz Oct 25, 2019
@aaemnnosttv
Copy link
Collaborator

QA ✅

See #612 (comment) for details

Moving to Approval

@aaemnnosttv aaemnnosttv removed their assignment Oct 25, 2019
@felixarntz felixarntz self-assigned this Oct 28, 2019
@felixarntz felixarntz removed their assignment Oct 28, 2019
@felixarntz felixarntz reopened this Oct 28, 2019
@felixarntz
Copy link
Member Author

We need to also prefix the generated Composer\Autoload\ClassLoader files in includes/vendor and third-party/vendor.

@marrrmarrr
Copy link
Collaborator

verified

@archon810
Copy link

Any way to make this work with composer due to requiring guzzle 5.3.3 for those setups that have deps that require 6+?

/~https://github.com/google/site-kit-wp/blob/1.0.0/composer.json#L18

#223

@aaemnnosttv
Copy link
Collaborator

@archon810 all dependencies are now prefixed with a Site Kit specific namespace, so there should be nothing preventing you from using a different version of any dependency 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 High priority Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants