ClassLoader.php
2 years ago
InstalledVersions.php
2 years ago
LICENSE
3 years ago
autoload_classmap.php
2 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
2 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
platform_check.php
2 years ago
autoload_classmap.php
44 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_classmap.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', |
| 10 | 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 11 | 'GPBMetadata\\GrpcGcp' => $vendorDir . '/google/grpc-gcp/src/generated/GPBMetadata/GrpcGcp.php', |
| 12 | 'Google_AccessToken_Revoke' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 13 | 'Google_AccessToken_Verify' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 14 | 'Google_AuthHandler_AuthHandlerFactory' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 15 | 'Google_AuthHandler_Guzzle5AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 16 | 'Google_AuthHandler_Guzzle6AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 17 | 'Google_AuthHandler_Guzzle7AuthHandler' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 18 | 'Google_Client' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 19 | 'Google_Collection' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 20 | 'Google_Exception' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 21 | 'Google_Http_Batch' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 22 | 'Google_Http_MediaFileUpload' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 23 | 'Google_Http_REST' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 24 | 'Google_Model' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 25 | 'Google_Service' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 26 | 'Google_Service_Exception' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 27 | 'Google_Service_Resource' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 28 | 'Google_Task_Composer' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 29 | 'Google_Task_Exception' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 30 | 'Google_Task_Retryable' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 31 | 'Google_Task_Runner' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 32 | 'Google_Utils_UriTemplate' => $vendorDir . '/google/apiclient/src/aliases.php', |
| 33 | 'Grpc\\Gcp\\AffinityConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php', |
| 34 | 'Grpc\\Gcp\\AffinityConfig_Command' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php', |
| 35 | 'Grpc\\Gcp\\ApiConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php', |
| 36 | 'Grpc\\Gcp\\ChannelPoolConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php', |
| 37 | 'Grpc\\Gcp\\MethodConfig' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php', |
| 38 | 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', |
| 39 | 'ReturnTypeWillChange' => $vendorDir . '/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php', |
| 40 | 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', |
| 41 | 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
| 42 | 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
| 43 | ); |
| 44 |