Version Description
- 2022-04-06 =
- Fix - Prevent fatal errors when migrating or syncing merchant settings.
Download this release
Release Info
Developer | mikkamp |
Plugin | Google Listings & Ads |
Version | 1.12.4 |
Comparing to | |
See all releases |
Code changes from version 1.12.3 to 1.12.4
- changelog.txt +3 -0
- google-listings-and-ads.php +2 -2
- languages/google-listings-and-ads.pot +13 -13
- readme.txt +4 -5
- src/API/Google/Settings.php +7 -4
- src/API/Site/Controllers/MerchantCenter/SettingsController.php +4 -0
- src/DB/Migration/Migration20211228T1640692399.php +4 -0
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/ClassLoader.php +141 -14
- vendor/composer/InstalledVersions.php +350 -0
- vendor/composer/autoload_classmap.php +1 -65
- vendor/composer/autoload_files.php +0 -2
- vendor/composer/autoload_psr4.php +0 -1
- vendor/composer/autoload_real.php +18 -11
- vendor/composer/autoload_static.php +5 -76
- vendor/composer/installed.json +2819 -2774
- vendor/composer/installed.php +470 -0
- vendor/composer/jetpack_autoload_classmap.php +3928 -3937
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
|
|
|
|
|
|
3 |
= 1.12.3 - 2022-04-05 =
|
4 |
* Fix - Shipping times section not showing up and unable to proceed through the Setup Merchant Center flow.
|
5 |
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
3 |
+
= 1.12.4 - 2022-04-06 =
|
4 |
+
* Fix - Prevent fatal errors when migrating or syncing merchant settings.
|
5 |
+
|
6 |
= 1.12.3 - 2022-04-05 =
|
7 |
* Fix - Shipping times section not showing up and unable to proceed through the Setup Merchant Center flow.
|
8 |
|
google-listings-and-ads.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Google Listings and Ads
|
4 |
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
|
5 |
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
|
6 |
-
* Version: 1.12.
|
7 |
* Author: WooCommerce
|
8 |
* Author URI: https://woocommerce.com/
|
9 |
* Text Domain: google-listings-and-ads
|
@@ -28,7 +28,7 @@ use Psr\Container\ContainerInterface;
|
|
28 |
|
29 |
defined( 'ABSPATH' ) || exit;
|
30 |
|
31 |
-
define( 'WC_GLA_VERSION', '1.12.
|
32 |
define( 'WC_GLA_MIN_PHP_VER', '7.3' );
|
33 |
define( 'WC_GLA_MIN_WC_VER', '5.8' );
|
34 |
|
3 |
* Plugin Name: Google Listings and Ads
|
4 |
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
|
5 |
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
|
6 |
+
* Version: 1.12.4
|
7 |
* Author: WooCommerce
|
8 |
* Author URI: https://woocommerce.com/
|
9 |
* Text Domain: google-listings-and-ads
|
28 |
|
29 |
defined( 'ABSPATH' ) || exit;
|
30 |
|
31 |
+
define( 'WC_GLA_VERSION', '1.12.4' ); // WRCS: DEFINED_VERSION.
|
32 |
define( 'WC_GLA_MIN_PHP_VER', '7.3' );
|
33 |
define( 'WC_GLA_MIN_WC_VER', '5.8' );
|
34 |
|
languages/google-listings-and-ads.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the Google Listings and Ads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Google Listings and Ads 1.12.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-listings-and-ads\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-04-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: google-listings-and-ads\n"
|
@@ -394,12 +394,12 @@ msgid "Account %1$s"
|
|
394 |
msgstr ""
|
395 |
|
396 |
#. translators: %1 is the shipping method, %2 is the shipping rate, %3 is the currency (e.g. USD)
|
397 |
-
#: src/API/Google/Settings.php:
|
398 |
msgid "%1$s - %2$s %3$s"
|
399 |
msgstr ""
|
400 |
|
401 |
#. translators: %1 is a random 4-digit string, %2 is the rate, %3 is the currency, %4 is the country code
|
402 |
-
#: src/API/Google/Settings.php:
|
403 |
msgid "[%1$s] Google Listings and Ads generated service - %2$s %3$s to %4$s"
|
404 |
msgstr ""
|
405 |
|
@@ -834,39 +834,39 @@ msgstr ""
|
|
834 |
msgid "New Visibility status for the specified products."
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
838 |
msgid "Merchant Center Settings successfully updated."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
842 |
msgid "Whether shipping rate is a simple flat rate or needs to be configured manually in the Merchant Center."
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
846 |
msgid "Whether shipping time is a simple flat time or needs to be configured manually in the Merchant Center."
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
850 |
msgid "Whether tax rate is destination based or need to be configured manually in the Merchant Center."
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
854 |
msgid "Whether the store website is live."
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
858 |
msgid "Whether the checkout process is complete and secure."
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
862 |
msgid "Whether the payment methods are visible on the website."
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
866 |
msgid "Whether the refund policy and terms of service are visible on the website."
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:
|
870 |
msgid "Whether the phone number, email, and/or address are visible on the website."
|
871 |
msgstr ""
|
872 |
|
2 |
# This file is distributed under the same license as the Google Listings and Ads plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Google Listings and Ads 1.12.4\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-listings-and-ads\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-04-06T14:57:34+01:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.6.0\n"
|
15 |
"X-Domain: google-listings-and-ads\n"
|
394 |
msgstr ""
|
395 |
|
396 |
#. translators: %1 is the shipping method, %2 is the shipping rate, %3 is the currency (e.g. USD)
|
397 |
+
#: src/API/Google/Settings.php:292
|
398 |
msgid "%1$s - %2$s %3$s"
|
399 |
msgstr ""
|
400 |
|
401 |
#. translators: %1 is a random 4-digit string, %2 is the rate, %3 is the currency, %4 is the country code
|
402 |
+
#: src/API/Google/Settings.php:336
|
403 |
msgid "[%1$s] Google Listings and Ads generated service - %2$s %3$s to %4$s"
|
404 |
msgstr ""
|
405 |
|
834 |
msgid "New Visibility status for the specified products."
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:81
|
838 |
msgid "Merchant Center Settings successfully updated."
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:96
|
842 |
msgid "Whether shipping rate is a simple flat rate or needs to be configured manually in the Merchant Center."
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:110
|
846 |
msgid "Whether shipping time is a simple flat time or needs to be configured manually in the Merchant Center."
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:123
|
850 |
msgid "Whether tax rate is destination based or need to be configured manually in the Merchant Center."
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:136
|
854 |
msgid "Whether the store website is live."
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:143
|
858 |
msgid "Whether the checkout process is complete and secure."
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:153
|
862 |
msgid "Whether the payment methods are visible on the website."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:163
|
866 |
msgid "Whether the refund policy and terms of service are visible on the website."
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: src/API/Site/Controllers/MerchantCenter/SettingsController.php:173
|
870 |
msgid "Whether the phone number, email, and/or address are visible on the website."
|
871 |
msgstr ""
|
872 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, google, listings, ads
|
|
4 |
Requires at least: 5.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 7.3
|
7 |
-
Stable tag: 1.12.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -109,6 +109,9 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
112 |
= 1.12.3 - 2022-04-05 =
|
113 |
* Fix - Shipping times section not showing up and unable to proceed through the Setup Merchant Center flow.
|
114 |
|
@@ -119,8 +122,4 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis
|
|
119 |
* Tweak - DB migration for shipping rates.
|
120 |
* Update - Create all new campaigns as PMax campaigns.
|
121 |
|
122 |
-
= 1.12.1 - 2022-04-01 =
|
123 |
-
* Fix - Change shipping time options based on shipping rate options, to address missing shipping times data when shipping rates option is set to automatic or simple flat option, and shipping times option is set to complex manual option.
|
124 |
-
* Fix - Do not sync shipping rates if the shipping time setting is set to complex.
|
125 |
-
|
126 |
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/google-listings-and-ads/trunk/changelog.txt).
|
4 |
Requires at least: 5.7
|
5 |
Tested up to: 5.9
|
6 |
Requires PHP: 7.3
|
7 |
+
Stable tag: 1.12.4
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 1.12.4 - 2022-04-06 =
|
113 |
+
* Fix - Prevent fatal errors when migrating or syncing merchant settings.
|
114 |
+
|
115 |
= 1.12.3 - 2022-04-05 =
|
116 |
* Fix - Shipping times section not showing up and unable to proceed through the Setup Merchant Center flow.
|
117 |
|
122 |
* Tweak - DB migration for shipping rates.
|
123 |
* Update - Create all new campaigns as PMax campaigns.
|
124 |
|
|
|
|
|
|
|
|
|
125 |
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/google-listings-and-ads/trunk/changelog.txt).
|
src/API/Google/Settings.php
CHANGED
@@ -132,7 +132,9 @@ class Settings {
|
|
132 |
* @return bool
|
133 |
*/
|
134 |
protected function should_sync_shipping(): bool {
|
135 |
-
|
|
|
|
|
136 |
}
|
137 |
|
138 |
/**
|
@@ -143,7 +145,7 @@ class Settings {
|
|
143 |
* @since 1.12.0
|
144 |
*/
|
145 |
protected function should_get_shipping_rates_from_woocommerce(): bool {
|
146 |
-
return 'automatic' === $this->get_settings()['shipping_rate'];
|
147 |
}
|
148 |
|
149 |
/**
|
@@ -170,7 +172,7 @@ class Settings {
|
|
170 |
return false;
|
171 |
}
|
172 |
|
173 |
-
return 'destination' === ( $this->
|
174 |
}
|
175 |
|
176 |
/**
|
@@ -553,6 +555,7 @@ class Settings {
|
|
553 |
* @return array
|
554 |
*/
|
555 |
protected function get_settings(): array {
|
556 |
-
|
|
|
557 |
}
|
558 |
}
|
132 |
* @return bool
|
133 |
*/
|
134 |
protected function should_sync_shipping(): bool {
|
135 |
+
$shipping_rate = $this->get_settings()['shipping_rate'] ?? '';
|
136 |
+
$shipping_time = $this->get_settings()['shipping_time'] ?? '';
|
137 |
+
return in_array( $shipping_rate, [ 'flat', 'automatic' ], true ) && 'flat' === $shipping_time;
|
138 |
}
|
139 |
|
140 |
/**
|
145 |
* @since 1.12.0
|
146 |
*/
|
147 |
protected function should_get_shipping_rates_from_woocommerce(): bool {
|
148 |
+
return 'automatic' === ( $this->get_settings()['shipping_rate'] ?? '' );
|
149 |
}
|
150 |
|
151 |
/**
|
172 |
return false;
|
173 |
}
|
174 |
|
175 |
+
return 'destination' === ( $this->get_settings()['tax_rate'] ?? 'destination' );
|
176 |
}
|
177 |
|
178 |
/**
|
555 |
* @return array
|
556 |
*/
|
557 |
protected function get_settings(): array {
|
558 |
+
$settings = $this->get_options_object()->get( OptionsInterface::MERCHANT_CENTER );
|
559 |
+
return is_array( $settings ) ? $settings : [];
|
560 |
}
|
561 |
}
|
src/API/Site/Controllers/MerchantCenter/SettingsController.php
CHANGED
@@ -66,6 +66,10 @@ class SettingsController extends BaseOptionsController {
|
|
66 |
return function( Request $request ) {
|
67 |
$schema = $this->get_schema_properties();
|
68 |
$options = $this->options->get( OptionsInterface::MERCHANT_CENTER, [] );
|
|
|
|
|
|
|
|
|
69 |
foreach ( $schema as $key => $property ) {
|
70 |
$options[ $key ] = $request->get_param( $key ) ?? $options[ $key ] ?? $property['default'] ?? null;
|
71 |
}
|
66 |
return function( Request $request ) {
|
67 |
$schema = $this->get_schema_properties();
|
68 |
$options = $this->options->get( OptionsInterface::MERCHANT_CENTER, [] );
|
69 |
+
if ( ! is_array( $options ) ) {
|
70 |
+
$options = [];
|
71 |
+
}
|
72 |
+
|
73 |
foreach ( $schema as $key => $property ) {
|
74 |
$options[ $key ] = $request->get_param( $key ) ?? $options[ $key ] ?? $property['default'] ?? null;
|
75 |
}
|
src/DB/Migration/Migration20211228T1640692399.php
CHANGED
@@ -63,6 +63,10 @@ class Migration20211228T1640692399 extends AbstractMigration {
|
|
63 |
$this->wpdb->query( "ALTER TABLE `{$this->wpdb->_escape( $this->shipping_rate_table->get_name() )}` ALTER COLUMN `method` DROP DEFAULT" );
|
64 |
|
65 |
$mc_settings = $this->options->get( OptionsInterface::MERCHANT_CENTER );
|
|
|
|
|
|
|
|
|
66 |
if ( isset( $mc_settings['offers_free_shipping'] ) && false !== boolval( $mc_settings['offers_free_shipping'] ) && isset( $mc_settings['free_shipping_threshold'] ) ) {
|
67 |
// Move the free shipping threshold from the options to the shipping rate table.
|
68 |
$options_json = json_encode( [ 'free_shipping_threshold' => (float) $mc_settings['free_shipping_threshold'] ] );
|
63 |
$this->wpdb->query( "ALTER TABLE `{$this->wpdb->_escape( $this->shipping_rate_table->get_name() )}` ALTER COLUMN `method` DROP DEFAULT" );
|
64 |
|
65 |
$mc_settings = $this->options->get( OptionsInterface::MERCHANT_CENTER );
|
66 |
+
if ( ! is_array( $mc_settings ) ) {
|
67 |
+
return;
|
68 |
+
}
|
69 |
+
|
70 |
if ( isset( $mc_settings['offers_free_shipping'] ) && false !== boolval( $mc_settings['offers_free_shipping'] ) && isset( $mc_settings['free_shipping_threshold'] ) ) {
|
71 |
// Move the free shipping threshold from the options to the shipping rate table.
|
72 |
$options_json = json_encode( [ 'free_shipping_threshold' => (float) $mc_settings['free_shipping_threshold'] ] );
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInitcb2c8baf34a1e6e6a12ddb61c4c49f85::getLoader();
|
vendor/autoload_packages.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
-
namespace Automattic\Jetpack\Autoloader\
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
5 |
* @package automattic/jetpack-autoloader
|
6 |
*/
|
7 |
|
8 |
+
namespace Automattic\Jetpack\Autoloader\jpcb2c8baf34a1e6e6a12ddb61c4c49f85;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/ClassLoader.php
CHANGED
@@ -37,26 +37,80 @@ namespace Composer\Autoload;
|
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
-
* @see
|
41 |
-
* @see
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
|
|
|
|
|
|
45 |
// PSR-4
|
|
|
|
|
|
|
|
|
46 |
private $prefixLengthsPsr4 = array();
|
|
|
|
|
|
|
|
|
47 |
private $prefixDirsPsr4 = array();
|
|
|
|
|
|
|
|
|
48 |
private $fallbackDirsPsr4 = array();
|
49 |
|
50 |
// PSR-0
|
|
|
|
|
|
|
|
|
51 |
private $prefixesPsr0 = array();
|
|
|
|
|
|
|
|
|
52 |
private $fallbackDirsPsr0 = array();
|
53 |
|
|
|
54 |
private $useIncludePath = false;
|
|
|
|
|
|
|
|
|
|
|
55 |
private $classMap = array();
|
|
|
|
|
56 |
private $classMapAuthoritative = false;
|
|
|
|
|
|
|
|
|
|
|
57 |
private $missingClasses = array();
|
|
|
|
|
58 |
private $apcuPrefix;
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
public function getPrefixes()
|
61 |
{
|
62 |
if (!empty($this->prefixesPsr0)) {
|
@@ -66,28 +120,47 @@ class ClassLoader
|
|
66 |
return array();
|
67 |
}
|
68 |
|
|
|
|
|
|
|
|
|
69 |
public function getPrefixesPsr4()
|
70 |
{
|
71 |
return $this->prefixDirsPsr4;
|
72 |
}
|
73 |
|
|
|
|
|
|
|
|
|
74 |
public function getFallbackDirs()
|
75 |
{
|
76 |
return $this->fallbackDirsPsr0;
|
77 |
}
|
78 |
|
|
|
|
|
|
|
|
|
79 |
public function getFallbackDirsPsr4()
|
80 |
{
|
81 |
return $this->fallbackDirsPsr4;
|
82 |
}
|
83 |
|
|
|
|
|
|
|
|
|
84 |
public function getClassMap()
|
85 |
{
|
86 |
return $this->classMap;
|
87 |
}
|
88 |
|
89 |
/**
|
90 |
-
* @param
|
|
|
|
|
|
|
91 |
*/
|
92 |
public function addClassMap(array $classMap)
|
93 |
{
|
@@ -102,9 +175,11 @@ class ClassLoader
|
|
102 |
* Registers a set of PSR-0 directories for a given prefix, either
|
103 |
* appending or prepending to the ones previously set for this prefix.
|
104 |
*
|
105 |
-
* @param string
|
106 |
-
* @param
|
107 |
-
* @param bool
|
|
|
|
|
108 |
*/
|
109 |
public function add($prefix, $paths, $prepend = false)
|
110 |
{
|
@@ -147,11 +222,13 @@ class ClassLoader
|
|
147 |
* Registers a set of PSR-4 directories for a given namespace, either
|
148 |
* appending or prepending to the ones previously set for this namespace.
|
149 |
*
|
150 |
-
* @param string
|
151 |
-
* @param
|
152 |
-
* @param bool
|
153 |
*
|
154 |
* @throws \InvalidArgumentException
|
|
|
|
|
155 |
*/
|
156 |
public function addPsr4($prefix, $paths, $prepend = false)
|
157 |
{
|
@@ -195,8 +272,10 @@ class ClassLoader
|
|
195 |
* Registers a set of PSR-0 directories for a given prefix,
|
196 |
* replacing any others previously set for this prefix.
|
197 |
*
|
198 |
-
* @param string
|
199 |
-
* @param
|
|
|
|
|
200 |
*/
|
201 |
public function set($prefix, $paths)
|
202 |
{
|
@@ -211,10 +290,12 @@ class ClassLoader
|
|
211 |
* Registers a set of PSR-4 directories for a given namespace,
|
212 |
* replacing any others previously set for this namespace.
|
213 |
*
|
214 |
-
* @param string
|
215 |
-
* @param
|
216 |
*
|
217 |
* @throws \InvalidArgumentException
|
|
|
|
|
218 |
*/
|
219 |
public function setPsr4($prefix, $paths)
|
220 |
{
|
@@ -234,6 +315,8 @@ class ClassLoader
|
|
234 |
* Turns on searching the include path for class files.
|
235 |
*
|
236 |
* @param bool $useIncludePath
|
|
|
|
|
237 |
*/
|
238 |
public function setUseIncludePath($useIncludePath)
|
239 |
{
|
@@ -256,6 +339,8 @@ class ClassLoader
|
|
256 |
* that have not been registered with the class map.
|
257 |
*
|
258 |
* @param bool $classMapAuthoritative
|
|
|
|
|
259 |
*/
|
260 |
public function setClassMapAuthoritative($classMapAuthoritative)
|
261 |
{
|
@@ -276,6 +361,8 @@ class ClassLoader
|
|
276 |
* APCu prefix to use to cache found/not-found classes, if the extension is enabled.
|
277 |
*
|
278 |
* @param string|null $apcuPrefix
|
|
|
|
|
279 |
*/
|
280 |
public function setApcuPrefix($apcuPrefix)
|
281 |
{
|
@@ -296,25 +383,44 @@ class ClassLoader
|
|
296 |
* Registers this instance as an autoloader.
|
297 |
*
|
298 |
* @param bool $prepend Whether to prepend the autoloader or not
|
|
|
|
|
299 |
*/
|
300 |
public function register($prepend = false)
|
301 |
{
|
302 |
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
}
|
304 |
|
305 |
/**
|
306 |
* Unregisters this instance as an autoloader.
|
|
|
|
|
307 |
*/
|
308 |
public function unregister()
|
309 |
{
|
310 |
spl_autoload_unregister(array($this, 'loadClass'));
|
|
|
|
|
|
|
|
|
311 |
}
|
312 |
|
313 |
/**
|
314 |
* Loads the given class or interface.
|
315 |
*
|
316 |
* @param string $class The name of the class
|
317 |
-
* @return
|
318 |
*/
|
319 |
public function loadClass($class)
|
320 |
{
|
@@ -323,6 +429,8 @@ class ClassLoader
|
|
323 |
|
324 |
return true;
|
325 |
}
|
|
|
|
|
326 |
}
|
327 |
|
328 |
/**
|
@@ -367,6 +475,21 @@ class ClassLoader
|
|
367 |
return $file;
|
368 |
}
|
369 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
private function findFileWithExtension($class, $ext)
|
371 |
{
|
372 |
// PSR-4 lookup
|
@@ -438,6 +561,10 @@ class ClassLoader
|
|
438 |
* Scope isolated include.
|
439 |
*
|
440 |
* Prevents access to $this/self from included files.
|
|
|
|
|
|
|
|
|
441 |
*/
|
442 |
function includeFile($file)
|
443 |
{
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
+
* @see https://www.php-fig.org/psr/psr-0/
|
41 |
+
* @see https://www.php-fig.org/psr/psr-4/
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
45 |
+
/** @var ?string */
|
46 |
+
private $vendorDir;
|
47 |
+
|
48 |
// PSR-4
|
49 |
+
/**
|
50 |
+
* @var array[]
|
51 |
+
* @psalm-var array<string, array<string, int>>
|
52 |
+
*/
|
53 |
private $prefixLengthsPsr4 = array();
|
54 |
+
/**
|
55 |
+
* @var array[]
|
56 |
+
* @psalm-var array<string, array<int, string>>
|
57 |
+
*/
|
58 |
private $prefixDirsPsr4 = array();
|
59 |
+
/**
|
60 |
+
* @var array[]
|
61 |
+
* @psalm-var array<string, string>
|
62 |
+
*/
|
63 |
private $fallbackDirsPsr4 = array();
|
64 |
|
65 |
// PSR-0
|
66 |
+
/**
|
67 |
+
* @var array[]
|
68 |
+
* @psalm-var array<string, array<string, string[]>>
|
69 |
+
*/
|
70 |
private $prefixesPsr0 = array();
|
71 |
+
/**
|
72 |
+
* @var array[]
|
73 |
+
* @psalm-var array<string, string>
|
74 |
+
*/
|
75 |
private $fallbackDirsPsr0 = array();
|
76 |
|
77 |
+
/** @var bool */
|
78 |
private $useIncludePath = false;
|
79 |
+
|
80 |
+
/**
|
81 |
+
* @var string[]
|
82 |
+
* @psalm-var array<string, string>
|
83 |
+
*/
|
84 |
private $classMap = array();
|
85 |
+
|
86 |
+
/** @var bool */
|
87 |
private $classMapAuthoritative = false;
|
88 |
+
|
89 |
+
/**
|
90 |
+
* @var bool[]
|
91 |
+
* @psalm-var array<string, bool>
|
92 |
+
*/
|
93 |
private $missingClasses = array();
|
94 |
+
|
95 |
+
/** @var ?string */
|
96 |
private $apcuPrefix;
|
97 |
|
98 |
+
/**
|
99 |
+
* @var self[]
|
100 |
+
*/
|
101 |
+
private static $registeredLoaders = array();
|
102 |
+
|
103 |
+
/**
|
104 |
+
* @param ?string $vendorDir
|
105 |
+
*/
|
106 |
+
public function __construct($vendorDir = null)
|
107 |
+
{
|
108 |
+
$this->vendorDir = $vendorDir;
|
109 |
+
}
|
110 |
+
|
111 |
+
/**
|
112 |
+
* @return string[]
|
113 |
+
*/
|
114 |
public function getPrefixes()
|
115 |
{
|
116 |
if (!empty($this->prefixesPsr0)) {
|
120 |
return array();
|
121 |
}
|
122 |
|
123 |
+
/**
|
124 |
+
* @return array[]
|
125 |
+
* @psalm-return array<string, array<int, string>>
|
126 |
+
*/
|
127 |
public function getPrefixesPsr4()
|
128 |
{
|
129 |
return $this->prefixDirsPsr4;
|
130 |
}
|
131 |
|
132 |
+
/**
|
133 |
+
* @return array[]
|
134 |
+
* @psalm-return array<string, string>
|
135 |
+
*/
|
136 |
public function getFallbackDirs()
|
137 |
{
|
138 |
return $this->fallbackDirsPsr0;
|
139 |
}
|
140 |
|
141 |
+
/**
|
142 |
+
* @return array[]
|
143 |
+
* @psalm-return array<string, string>
|
144 |
+
*/
|
145 |
public function getFallbackDirsPsr4()
|
146 |
{
|
147 |
return $this->fallbackDirsPsr4;
|
148 |
}
|
149 |
|
150 |
+
/**
|
151 |
+
* @return string[] Array of classname => path
|
152 |
+
* @psalm-return array<string, string>
|
153 |
+
*/
|
154 |
public function getClassMap()
|
155 |
{
|
156 |
return $this->classMap;
|
157 |
}
|
158 |
|
159 |
/**
|
160 |
+
* @param string[] $classMap Class to filename map
|
161 |
+
* @psalm-param array<string, string> $classMap
|
162 |
+
*
|
163 |
+
* @return void
|
164 |
*/
|
165 |
public function addClassMap(array $classMap)
|
166 |
{
|
175 |
* Registers a set of PSR-0 directories for a given prefix, either
|
176 |
* appending or prepending to the ones previously set for this prefix.
|
177 |
*
|
178 |
+
* @param string $prefix The prefix
|
179 |
+
* @param string[]|string $paths The PSR-0 root directories
|
180 |
+
* @param bool $prepend Whether to prepend the directories
|
181 |
+
*
|
182 |
+
* @return void
|
183 |
*/
|
184 |
public function add($prefix, $paths, $prepend = false)
|
185 |
{
|
222 |
* Registers a set of PSR-4 directories for a given namespace, either
|
223 |
* appending or prepending to the ones previously set for this namespace.
|
224 |
*
|
225 |
+
* @param string $prefix The prefix/namespace, with trailing '\\'
|
226 |
+
* @param string[]|string $paths The PSR-4 base directories
|
227 |
+
* @param bool $prepend Whether to prepend the directories
|
228 |
*
|
229 |
* @throws \InvalidArgumentException
|
230 |
+
*
|
231 |
+
* @return void
|
232 |
*/
|
233 |
public function addPsr4($prefix, $paths, $prepend = false)
|
234 |
{
|
272 |
* Registers a set of PSR-0 directories for a given prefix,
|
273 |
* replacing any others previously set for this prefix.
|
274 |
*
|
275 |
+
* @param string $prefix The prefix
|
276 |
+
* @param string[]|string $paths The PSR-0 base directories
|
277 |
+
*
|
278 |
+
* @return void
|
279 |
*/
|
280 |
public function set($prefix, $paths)
|
281 |
{
|
290 |
* Registers a set of PSR-4 directories for a given namespace,
|
291 |
* replacing any others previously set for this namespace.
|
292 |
*
|
293 |
+
* @param string $prefix The prefix/namespace, with trailing '\\'
|
294 |
+
* @param string[]|string $paths The PSR-4 base directories
|
295 |
*
|
296 |
* @throws \InvalidArgumentException
|
297 |
+
*
|
298 |
+
* @return void
|
299 |
*/
|
300 |
public function setPsr4($prefix, $paths)
|
301 |
{
|
315 |
* Turns on searching the include path for class files.
|
316 |
*
|
317 |
* @param bool $useIncludePath
|
318 |
+
*
|
319 |
+
* @return void
|
320 |
*/
|
321 |
public function setUseIncludePath($useIncludePath)
|
322 |
{
|
339 |
* that have not been registered with the class map.
|
340 |
*
|
341 |
* @param bool $classMapAuthoritative
|
342 |
+
*
|
343 |
+
* @return void
|
344 |
*/
|
345 |
public function setClassMapAuthoritative($classMapAuthoritative)
|
346 |
{
|
361 |
* APCu prefix to use to cache found/not-found classes, if the extension is enabled.
|
362 |
*
|
363 |
* @param string|null $apcuPrefix
|
364 |
+
*
|
365 |
+
* @return void
|
366 |
*/
|
367 |
public function setApcuPrefix($apcuPrefix)
|
368 |
{
|
383 |
* Registers this instance as an autoloader.
|
384 |
*
|
385 |
* @param bool $prepend Whether to prepend the autoloader or not
|
386 |
+
*
|
387 |
+
* @return void
|
388 |
*/
|
389 |
public function register($prepend = false)
|
390 |
{
|
391 |
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
|
392 |
+
|
393 |
+
if (null === $this->vendorDir) {
|
394 |
+
return;
|
395 |
+
}
|
396 |
+
|
397 |
+
if ($prepend) {
|
398 |
+
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
|
399 |
+
} else {
|
400 |
+
unset(self::$registeredLoaders[$this->vendorDir]);
|
401 |
+
self::$registeredLoaders[$this->vendorDir] = $this;
|
402 |
+
}
|
403 |
}
|
404 |
|
405 |
/**
|
406 |
* Unregisters this instance as an autoloader.
|
407 |
+
*
|
408 |
+
* @return void
|
409 |
*/
|
410 |
public function unregister()
|
411 |
{
|
412 |
spl_autoload_unregister(array($this, 'loadClass'));
|
413 |
+
|
414 |
+
if (null !== $this->vendorDir) {
|
415 |
+
unset(self::$registeredLoaders[$this->vendorDir]);
|
416 |
+
}
|
417 |
}
|
418 |
|
419 |
/**
|
420 |
* Loads the given class or interface.
|
421 |
*
|
422 |
* @param string $class The name of the class
|
423 |
+
* @return true|null True if loaded, null otherwise
|
424 |
*/
|
425 |
public function loadClass($class)
|
426 |
{
|
429 |
|
430 |
return true;
|
431 |
}
|
432 |
+
|
433 |
+
return null;
|
434 |
}
|
435 |
|
436 |
/**
|
475 |
return $file;
|
476 |
}
|
477 |
|
478 |
+
/**
|
479 |
+
* Returns the currently registered loaders indexed by their corresponding vendor directories.
|
480 |
+
*
|
481 |
+
* @return self[]
|
482 |
+
*/
|
483 |
+
public static function getRegisteredLoaders()
|
484 |
+
{
|
485 |
+
return self::$registeredLoaders;
|
486 |
+
}
|
487 |
+
|
488 |
+
/**
|
489 |
+
* @param string $class
|
490 |
+
* @param string $ext
|
491 |
+
* @return string|false
|
492 |
+
*/
|
493 |
private function findFileWithExtension($class, $ext)
|
494 |
{
|
495 |
// PSR-4 lookup
|
561 |
* Scope isolated include.
|
562 |
*
|
563 |
* Prevents access to $this/self from included files.
|
564 |
+
*
|
565 |
+
* @param string $file
|
566 |
+
* @return void
|
567 |
+
* @private
|
568 |
*/
|
569 |
function includeFile($file)
|
570 |
{
|
vendor/composer/InstalledVersions.php
ADDED
@@ -0,0 +1,350 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
* This file is part of Composer.
|
5 |
+
*
|
6 |
+
* (c) Nils Adermann <naderman@naderman.de>
|
7 |
+
* Jordi Boggiano <j.boggiano@seld.be>
|
8 |
+
*
|
9 |
+
* For the full copyright and license information, please view the LICENSE
|
10 |
+
* file that was distributed with this source code.
|
11 |
+
*/
|
12 |
+
|
13 |
+
namespace Composer;
|
14 |
+
|
15 |
+
use Composer\Autoload\ClassLoader;
|
16 |
+
use Composer\Semver\VersionParser;
|
17 |
+
|
18 |
+
/**
|
19 |
+
* This class is copied in every Composer installed project and available to all
|
20 |
+
*
|
21 |
+
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
+
*
|
23 |
+
* To require its presence, you can require `composer-runtime-api ^2.0`
|
24 |
+
*/
|
25 |
+
class InstalledVersions
|
26 |
+
{
|
27 |
+
/**
|
28 |
+
* @var mixed[]|null
|
29 |
+
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
|
30 |
+
*/
|
31 |
+
private static $installed;
|
32 |
+
|
33 |
+
/**
|
34 |
+
* @var bool|null
|
35 |
+
*/
|
36 |
+
private static $canGetVendors;
|
37 |
+
|
38 |
+
/**
|
39 |
+
* @var array[]
|
40 |
+
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
|
41 |
+
*/
|
42 |
+
private static $installedByVendor = array();
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Returns a list of all package names which are present, either by being installed, replaced or provided
|
46 |
+
*
|
47 |
+
* @return string[]
|
48 |
+
* @psalm-return list<string>
|
49 |
+
*/
|
50 |
+
public static function getInstalledPackages()
|
51 |
+
{
|
52 |
+
$packages = array();
|
53 |
+
foreach (self::getInstalled() as $installed) {
|
54 |
+
$packages[] = array_keys($installed['versions']);
|
55 |
+
}
|
56 |
+
|
57 |
+
if (1 === \count($packages)) {
|
58 |
+
return $packages[0];
|
59 |
+
}
|
60 |
+
|
61 |
+
return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
|
62 |
+
}
|
63 |
+
|
64 |
+
/**
|
65 |
+
* Returns a list of all package names with a specific type e.g. 'library'
|
66 |
+
*
|
67 |
+
* @param string $type
|
68 |
+
* @return string[]
|
69 |
+
* @psalm-return list<string>
|
70 |
+
*/
|
71 |
+
public static function getInstalledPackagesByType($type)
|
72 |
+
{
|
73 |
+
$packagesByType = array();
|
74 |
+
|
75 |
+
foreach (self::getInstalled() as $installed) {
|
76 |
+
foreach ($installed['versions'] as $name => $package) {
|
77 |
+
if (isset($package['type']) && $package['type'] === $type) {
|
78 |
+
$packagesByType[] = $name;
|
79 |
+
}
|
80 |
+
}
|
81 |
+
}
|
82 |
+
|
83 |
+
return $packagesByType;
|
84 |
+
}
|
85 |
+
|
86 |
+
/**
|
87 |
+
* Checks whether the given package is installed
|
88 |
+
*
|
89 |
+
* This also returns true if the package name is provided or replaced by another package
|
90 |
+
*
|
91 |
+
* @param string $packageName
|
92 |
+
* @param bool $includeDevRequirements
|
93 |
+
* @return bool
|
94 |
+
*/
|
95 |
+
public static function isInstalled($packageName, $includeDevRequirements = true)
|
96 |
+
{
|
97 |
+
foreach (self::getInstalled() as $installed) {
|
98 |
+
if (isset($installed['versions'][$packageName])) {
|
99 |
+
return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);
|
100 |
+
}
|
101 |
+
}
|
102 |
+
|
103 |
+
return false;
|
104 |
+
}
|
105 |
+
|
106 |
+
/**
|
107 |
+
* Checks whether the given package satisfies a version constraint
|
108 |
+
*
|
109 |
+
* e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
|
110 |
+
*
|
111 |
+
* Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
|
112 |
+
*
|
113 |
+
* @param VersionParser $parser Install composer/semver to have access to this class and functionality
|
114 |
+
* @param string $packageName
|
115 |
+
* @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
|
116 |
+
* @return bool
|
117 |
+
*/
|
118 |
+
public static function satisfies(VersionParser $parser, $packageName, $constraint)
|
119 |
+
{
|
120 |
+
$constraint = $parser->parseConstraints($constraint);
|
121 |
+
$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
|
122 |
+
|
123 |
+
return $provided->matches($constraint);
|
124 |
+
}
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Returns a version constraint representing all the range(s) which are installed for a given package
|
128 |
+
*
|
129 |
+
* It is easier to use this via isInstalled() with the $constraint argument if you need to check
|
130 |
+
* whether a given version of a package is installed, and not just whether it exists
|
131 |
+
*
|
132 |
+
* @param string $packageName
|
133 |
+
* @return string Version constraint usable with composer/semver
|
134 |
+
*/
|
135 |
+
public static function getVersionRanges($packageName)
|
136 |
+
{
|
137 |
+
foreach (self::getInstalled() as $installed) {
|
138 |
+
if (!isset($installed['versions'][$packageName])) {
|
139 |
+
continue;
|
140 |
+
}
|
141 |
+
|
142 |
+
$ranges = array();
|
143 |
+
if (isset($installed['versions'][$packageName]['pretty_version'])) {
|
144 |
+
$ranges[] = $installed['versions'][$packageName]['pretty_version'];
|
145 |
+
}
|
146 |
+
if (array_key_exists('aliases', $installed['versions'][$packageName])) {
|
147 |
+
$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
|
148 |
+
}
|
149 |
+
if (array_key_exists('replaced', $installed['versions'][$packageName])) {
|
150 |
+
$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
|
151 |
+
}
|
152 |
+
if (array_key_exists('provided', $installed['versions'][$packageName])) {
|
153 |
+
$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
|
154 |
+
}
|
155 |
+
|
156 |
+
return implode(' || ', $ranges);
|
157 |
+
}
|
158 |
+
|
159 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* @param string $packageName
|
164 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
|
165 |
+
*/
|
166 |
+
public static function getVersion($packageName)
|
167 |
+
{
|
168 |
+
foreach (self::getInstalled() as $installed) {
|
169 |
+
if (!isset($installed['versions'][$packageName])) {
|
170 |
+
continue;
|
171 |
+
}
|
172 |
+
|
173 |
+
if (!isset($installed['versions'][$packageName]['version'])) {
|
174 |
+
return null;
|
175 |
+
}
|
176 |
+
|
177 |
+
return $installed['versions'][$packageName]['version'];
|
178 |
+
}
|
179 |
+
|
180 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
181 |
+
}
|
182 |
+
|
183 |
+
/**
|
184 |
+
* @param string $packageName
|
185 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
|
186 |
+
*/
|
187 |
+
public static function getPrettyVersion($packageName)
|
188 |
+
{
|
189 |
+
foreach (self::getInstalled() as $installed) {
|
190 |
+
if (!isset($installed['versions'][$packageName])) {
|
191 |
+
continue;
|
192 |
+
}
|
193 |
+
|
194 |
+
if (!isset($installed['versions'][$packageName]['pretty_version'])) {
|
195 |
+
return null;
|
196 |
+
}
|
197 |
+
|
198 |
+
return $installed['versions'][$packageName]['pretty_version'];
|
199 |
+
}
|
200 |
+
|
201 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
202 |
+
}
|
203 |
+
|
204 |
+
/**
|
205 |
+
* @param string $packageName
|
206 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
|
207 |
+
*/
|
208 |
+
public static function getReference($packageName)
|
209 |
+
{
|
210 |
+
foreach (self::getInstalled() as $installed) {
|
211 |
+
if (!isset($installed['versions'][$packageName])) {
|
212 |
+
continue;
|
213 |
+
}
|
214 |
+
|
215 |
+
if (!isset($installed['versions'][$packageName]['reference'])) {
|
216 |
+
return null;
|
217 |
+
}
|
218 |
+
|
219 |
+
return $installed['versions'][$packageName]['reference'];
|
220 |
+
}
|
221 |
+
|
222 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
223 |
+
}
|
224 |
+
|
225 |
+
/**
|
226 |
+
* @param string $packageName
|
227 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
|
228 |
+
*/
|
229 |
+
public static function getInstallPath($packageName)
|
230 |
+
{
|
231 |
+
foreach (self::getInstalled() as $installed) {
|
232 |
+
if (!isset($installed['versions'][$packageName])) {
|
233 |
+
continue;
|
234 |
+
}
|
235 |
+
|
236 |
+
return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
|
237 |
+
}
|
238 |
+
|
239 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
240 |
+
}
|
241 |
+
|
242 |
+
/**
|
243 |
+
* @return array
|
244 |
+
* @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}
|
245 |
+
*/
|
246 |
+
public static function getRootPackage()
|
247 |
+
{
|
248 |
+
$installed = self::getInstalled();
|
249 |
+
|
250 |
+
return $installed[0]['root'];
|
251 |
+
}
|
252 |
+
|
253 |
+
/**
|
254 |
+
* Returns the raw installed.php data for custom implementations
|
255 |
+
*
|
256 |
+
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
|
257 |
+
* @return array[]
|
258 |
+
* @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}
|
259 |
+
*/
|
260 |
+
public static function getRawData()
|
261 |
+
{
|
262 |
+
@trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
|
263 |
+
|
264 |
+
if (null === self::$installed) {
|
265 |
+
// only require the installed.php file if this file is loaded from its dumped location,
|
266 |
+
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
|
267 |
+
if (substr(__DIR__, -8, 1) !== 'C') {
|
268 |
+
self::$installed = include __DIR__ . '/installed.php';
|
269 |
+
} else {
|
270 |
+
self::$installed = array();
|
271 |
+
}
|
272 |
+
}
|
273 |
+
|
274 |
+
return self::$installed;
|
275 |
+
}
|
276 |
+
|
277 |
+
/**
|
278 |
+
* Returns the raw data of all installed.php which are currently loaded for custom implementations
|
279 |
+
*
|
280 |
+
* @return array[]
|
281 |
+
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
|
282 |
+
*/
|
283 |
+
public static function getAllRawData()
|
284 |
+
{
|
285 |
+
return self::getInstalled();
|
286 |
+
}
|
287 |
+
|
288 |
+
/**
|
289 |
+
* Lets you reload the static array from another file
|
290 |
+
*
|
291 |
+
* This is only useful for complex integrations in which a project needs to use
|
292 |
+
* this class but then also needs to execute another project's autoloader in process,
|
293 |
+
* and wants to ensure both projects have access to their version of installed.php.
|
294 |
+
*
|
295 |
+
* A typical case would be PHPUnit, where it would need to make sure it reads all
|
296 |
+
* the data it needs from this class, then call reload() with
|
297 |
+
* `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
|
298 |
+
* the project in which it runs can then also use this class safely, without
|
299 |
+
* interference between PHPUnit's dependencies and the project's dependencies.
|
300 |
+
*
|
301 |
+
* @param array[] $data A vendor/composer/installed.php data set
|
302 |
+
* @return void
|
303 |
+
*
|
304 |
+
* @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data
|
305 |
+
*/
|
306 |
+
public static function reload($data)
|
307 |
+
{
|
308 |
+
self::$installed = $data;
|
309 |
+
self::$installedByVendor = array();
|
310 |
+
}
|
311 |
+
|
312 |
+
/**
|
313 |
+
* @return array[]
|
314 |
+
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
|
315 |
+
*/
|
316 |
+
private static function getInstalled()
|
317 |
+
{
|
318 |
+
if (null === self::$canGetVendors) {
|
319 |
+
self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
|
320 |
+
}
|
321 |
+
|
322 |
+
$installed = array();
|
323 |
+
|
324 |
+
if (self::$canGetVendors) {
|
325 |
+
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
326 |
+
if (isset(self::$installedByVendor[$vendorDir])) {
|
327 |
+
$installed[] = self::$installedByVendor[$vendorDir];
|
328 |
+
} elseif (is_file($vendorDir.'/composer/installed.php')) {
|
329 |
+
$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
|
330 |
+
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
331 |
+
self::$installed = $installed[count($installed) - 1];
|
332 |
+
}
|
333 |
+
}
|
334 |
+
}
|
335 |
+
}
|
336 |
+
|
337 |
+
if (null === self::$installed) {
|
338 |
+
// only require the installed.php file if this file is loaded from its dumped location,
|
339 |
+
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
|
340 |
+
if (substr(__DIR__, -8, 1) !== 'C') {
|
341 |
+
self::$installed = require __DIR__ . '/installed.php';
|
342 |
+
} else {
|
343 |
+
self::$installed = array();
|
344 |
+
}
|
345 |
+
}
|
346 |
+
$installed[] = self::$installed;
|
347 |
+
|
348 |
+
return $installed;
|
349 |
+
}
|
350 |
+
}
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -403,69 +403,6 @@ return array(
|
|
403 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => $baseDir . '/src/Shipping/ShippingZone.php',
|
404 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => $baseDir . '/src/TaskList/CompleteSetup.php',
|
405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => $baseDir . '/src/TaskList/TaskListTrait.php',
|
406 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\ContainerAwareUnitTest' => $baseDir . '/tests/Framework/ContainerAwareUnitTest.php',
|
407 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\RESTControllerUnitTest' => $baseDir . '/tests/Framework/RESTControllerUnitTest.php',
|
408 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\UnitTest' => $baseDir . '/tests/Framework/UnitTest.php',
|
409 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\CouponTrait' => $baseDir . '/tests/Tools/HelperTrait/CouponTrait.php',
|
410 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\DataTrait' => $baseDir . '/tests/Tools/HelperTrait/DataTrait.php',
|
411 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GoogleAdsClientTrait' => $baseDir . '/tests/Tools/HelperTrait/GoogleAdsClientTrait.php',
|
412 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GuzzleClientTrait' => $baseDir . '/tests/Tools/HelperTrait/GuzzleClientTrait.php',
|
413 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\JobTrait' => $baseDir . '/tests/Tools/HelperTrait/JobTrait.php',
|
414 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\MerchantTrait' => $baseDir . '/tests/Tools/HelperTrait/MerchantTrait.php',
|
415 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductMetaTrait' => $baseDir . '/tests/Tools/HelperTrait/ProductMetaTrait.php',
|
416 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductTrait' => $baseDir . '/tests/Tools/HelperTrait/ProductTrait.php',
|
417 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\SettingsTrait' => $baseDir . '/tests/Tools/HelperTrait/SettingsTrait.php',
|
418 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsAssetGroupTest' => $baseDir . '/tests/Unit/API/Google/AdsAssetGroupTest.php',
|
419 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignBudgetTest' => $baseDir . '/tests/Unit/API/Google/AdsCampaignBudgetTest.php',
|
420 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignCriterionTest' => $baseDir . '/tests/Unit/API/Google/AdsCampaignCriterionTest.php',
|
421 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignTest' => $baseDir . '/tests/Unit/API/Google/AdsCampaignTest.php',
|
422 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsConversionActionTest' => $baseDir . '/tests/Unit/API/Google/AdsConversionActionTest.php',
|
423 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsReportTest' => $baseDir . '/tests/Unit/API/Google/AdsReportTest.php',
|
424 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsTest' => $baseDir . '/tests/Unit/API/Google/AdsTest.php',
|
425 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantMetricsTest' => $baseDir . '/tests/Unit/API/Google/MerchantMetricsTest.php',
|
426 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantTest' => $baseDir . '/tests/Unit/API/Google/MerchantTest.php',
|
427 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MiddlewareTest' => $baseDir . '/tests/Unit/API/Google/MiddlewareTest.php',
|
428 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\SiteVerificationTest' => $baseDir . '/tests/Unit/API/Google/SiteVerificationTest.php',
|
429 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\AccountControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/AccountControllerTest.php',
|
430 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\BudgetRecommendationControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/BudgetRecommendationControllerTest.php',
|
431 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\CampaignControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/Ads/CampaignControllerTest.php',
|
432 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\AccountControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/AccountControllerTest.php',
|
433 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ContactInformationControllerTest.php',
|
434 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/PhoneVerificationControllerTest.php',
|
435 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateControllerTest' => $baseDir . '/tests/Unit/API/Site/Controllers/MerchantCenter/ShippingRateControllerTest.php',
|
436 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AccountServiceTest' => $baseDir . '/tests/Unit/Ads/AccountServiceTest.php',
|
437 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Assets\\AdminScriptAssetTest' => $baseDir . '/tests/Unit/Assets/AdminScriptAssetTest.php',
|
438 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponMetaHandlerTest' => $baseDir . '/tests/Unit/Coupon/CouponMetaHandlerTest.php',
|
439 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponSyncerTest' => $baseDir . '/tests/Unit/Coupon/CouponSyncerTest.php',
|
440 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\SyncerHooksTest' => $baseDir . '/tests/Unit/Coupon/SyncerHooksTest.php',
|
441 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\WCCouponAdapterTest' => $baseDir . '/tests/Unit/Coupon/WCCouponAdapterTest.php',
|
442 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Migration\\MigratorTest' => $baseDir . '/tests/Unit/DB/Migration/MigratorTest.php',
|
443 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\GoogleHelperTest' => $baseDir . '/tests/Unit/Google/GoogleHelperTest.php',
|
444 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\SiteVerificationMetaTest' => $baseDir . '/tests/Unit/Google/SiteVerificationMetaTest.php',
|
445 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\CleanupSyncedProductsTest' => $baseDir . '/tests/Unit/Jobs/CleanupSyncedProductsTest.php',
|
446 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateProductsTest' => $baseDir . '/tests/Unit/Jobs/UpdateProductsTest.php',
|
447 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\AccountServiceTest' => $baseDir . '/tests/Unit/MerchantCenter/AccountServiceTest.php',
|
448 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ContactInformationTest' => $baseDir . '/tests/Unit/MerchantCenter/ContactInformationTest.php',
|
449 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PhoneVerificationTest' => $baseDir . '/tests/Unit/MerchantCenter/PhoneVerificationTest.php',
|
450 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ValidateAddressTest' => $baseDir . '/tests/Unit/MerchantCenter/ValidateAddressTest.php',
|
451 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AbstractAttributeTest' => $baseDir . '/tests/Unit/Product/Attributes/AbstractAttributeTest.php',
|
452 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AttributeManagerTest' => $baseDir . '/tests/Unit/Product/Attributes/AttributeManagerTest.php',
|
453 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\BatchProductHelperTest' => $baseDir . '/tests/Unit/Product/BatchProductHelperTest.php',
|
454 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFactoryTest' => $baseDir . '/tests/Unit/Product/ProductFactoryTest.php',
|
455 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFilterTest' => $baseDir . '/tests/Unit/Product/ProductFilterTest.php',
|
456 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductHelperTest' => $baseDir . '/tests/Unit/Product/ProductHelperTest.php',
|
457 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductMetaHandlerTest' => $baseDir . '/tests/Unit/Product/ProductMetaHandlerTest.php',
|
458 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductRepositoryTest' => $baseDir . '/tests/Unit/Product/ProductRepositoryTest.php',
|
459 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductSyncerTest' => $baseDir . '/tests/Unit/Product/ProductSyncerTest.php',
|
460 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\SyncerHooksTest' => $baseDir . '/tests/Unit/Product/SyncerHooksTest.php',
|
461 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\WCProductAdapterTest' => $baseDir . '/tests/Unit/Product/WCProductAdapterTest.php',
|
462 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingZoneTest' => $baseDir . '/tests/Unit/Shipping/ShippingZoneTest.php',
|
463 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\AddressUtilityTest' => $baseDir . '/tests/Unit/Utility/AddressUtilityTest.php',
|
464 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\DateTimeUtilityTest' => $baseDir . '/tests/Unit/Utility/DateTimeUtilityTest.php',
|
465 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\ISOUtilityTest' => $baseDir . '/tests/Unit/Utility/ISOUtilityTest.php',
|
466 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Value\\PhoneNumberTest' => $baseDir . '/tests/Unit/Value/PhoneNumberTest.php',
|
467 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewFactoryTest' => $baseDir . '/tests/Unit/View/PHPViewFactoryTest.php',
|
468 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewTest' => $baseDir . '/tests/Unit/View/PHPViewTest.php',
|
469 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => $baseDir . '/src/Tracking/EventTracking.php',
|
470 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => $baseDir . '/src/Tracking/Events/ActivatedEvents.php',
|
471 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => $baseDir . '/src/Tracking/Events/BaseEvent.php',
|
@@ -656,6 +593,7 @@ return array(
|
|
656 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => $baseDir . '/src/View/PHPView.php',
|
657 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => $baseDir . '/src/View/PHPViewFactory.php',
|
658 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => $baseDir . '/src/View/ViewException.php',
|
|
|
659 |
'Firebase\\JWT\\BeforeValidException' => $vendorDir . '/firebase/php-jwt/src/BeforeValidException.php',
|
660 |
'Firebase\\JWT\\ExpiredException' => $vendorDir . '/firebase/php-jwt/src/ExpiredException.php',
|
661 |
'Firebase\\JWT\\JWK' => $vendorDir . '/firebase/php-jwt/src/JWK.php',
|
@@ -5733,9 +5671,7 @@ return array(
|
|
5733 |
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadataInterface.php',
|
5734 |
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => $vendorDir . '/symfony/validator/Mapping/TraversalStrategy.php',
|
5735 |
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => $vendorDir . '/symfony/validator/ObjectInitializerInterface.php',
|
5736 |
-
'Symfony\\Component\\Validator\\Test\\AssertingContextualValidator' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
5737 |
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
5738 |
-
'Symfony\\Component\\Validator\\Test\\ConstraintViolationAssertion' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
5739 |
'Symfony\\Component\\Validator\\Util\\PropertyPath' => $vendorDir . '/symfony/validator/Util/PropertyPath.php',
|
5740 |
'Symfony\\Component\\Validator\\Validation' => $vendorDir . '/symfony/validator/Validation.php',
|
5741 |
'Symfony\\Component\\Validator\\ValidatorBuilder' => $vendorDir . '/symfony/validator/ValidatorBuilder.php',
|
403 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => $baseDir . '/src/Shipping/ShippingZone.php',
|
404 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => $baseDir . '/src/TaskList/CompleteSetup.php',
|
405 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => $baseDir . '/src/TaskList/TaskListTrait.php',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
406 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => $baseDir . '/src/Tracking/EventTracking.php',
|
407 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => $baseDir . '/src/Tracking/Events/ActivatedEvents.php',
|
408 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => $baseDir . '/src/Tracking/Events/BaseEvent.php',
|
593 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => $baseDir . '/src/View/PHPView.php',
|
594 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => $baseDir . '/src/View/PHPViewFactory.php',
|
595 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => $baseDir . '/src/View/ViewException.php',
|
596 |
+
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
597 |
'Firebase\\JWT\\BeforeValidException' => $vendorDir . '/firebase/php-jwt/src/BeforeValidException.php',
|
598 |
'Firebase\\JWT\\ExpiredException' => $vendorDir . '/firebase/php-jwt/src/ExpiredException.php',
|
599 |
'Firebase\\JWT\\JWK' => $vendorDir . '/firebase/php-jwt/src/JWK.php',
|
5671 |
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadataInterface.php',
|
5672 |
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => $vendorDir . '/symfony/validator/Mapping/TraversalStrategy.php',
|
5673 |
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => $vendorDir . '/symfony/validator/ObjectInitializerInterface.php',
|
|
|
5674 |
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
|
|
5675 |
'Symfony\\Component\\Validator\\Util\\PropertyPath' => $vendorDir . '/symfony/validator/Util/PropertyPath.php',
|
5676 |
'Symfony\\Component\\Validator\\Validation' => $vendorDir . '/symfony/validator/Validation.php',
|
5677 |
'Symfony\\Component\\Validator\\ValidatorBuilder' => $vendorDir . '/symfony/validator/ValidatorBuilder.php',
|
vendor/composer/autoload_files.php
CHANGED
@@ -7,10 +7,8 @@ $baseDir = dirname($vendorDir);
|
|
7 |
|
8 |
return array(
|
9 |
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
10 |
-
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
11 |
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
|
12 |
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
13 |
-
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
14 |
'1f87db08236948d07391152dccb70f04' => $vendorDir . '/google/apiclient-services/autoload.php',
|
15 |
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
16 |
'0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',
|
7 |
|
8 |
return array(
|
9 |
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
|
10 |
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
|
11 |
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
|
|
12 |
'1f87db08236948d07391152dccb70f04' => $vendorDir . '/google/apiclient-services/autoload.php',
|
13 |
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
|
14 |
'0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -38,7 +38,6 @@ return array(
|
|
38 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
39 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
40 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\Google\\Auth\\' => array($vendorDir . '/google/auth/src'),
|
41 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\' => array($baseDir . '/tests'),
|
42 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' => array($baseDir . '/src'),
|
43 |
'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'),
|
44 |
);
|
38 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
39 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
40 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\Google\\Auth\\' => array($vendorDir . '/google/auth/src'),
|
|
|
41 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' => array($baseDir . '/src'),
|
42 |
'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'),
|
43 |
);
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,17 @@ class ComposerAutoloaderInit89f8e2f77144243a53b33770fdc5ebf1
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
-
|
32 |
|
33 |
-
call_user_func(\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,23 +53,28 @@ class ComposerAutoloaderInit89f8e2f77144243a53b33770fdc5ebf1
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
69 |
-
require $file;
|
70 |
-
|
71 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
|
|
|
|
72 |
}
|
73 |
}
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInitcb2c8baf34a1e6e6a12ddb61c4c49f85
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
require __DIR__ . '/platform_check.php';
|
26 |
+
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInitcb2c8baf34a1e6e6a12ddb61c4c49f85', 'loadClassLoader'), true, true);
|
28 |
+
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitcb2c8baf34a1e6e6a12ddb61c4c49f85', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
+
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitcb2c8baf34a1e6e6a12ddb61c4c49f85::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
+
$includeFiles = Composer\Autoload\ComposerStaticInitcb2c8baf34a1e6e6a12ddb61c4c49f85::$files;
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
+
composerRequirecb2c8baf34a1e6e6a12ddb61c4c49f85($fileIdentifier, $file);
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
+
/**
|
69 |
+
* @param string $fileIdentifier
|
70 |
+
* @param string $file
|
71 |
+
* @return void
|
72 |
+
*/
|
73 |
+
function composerRequirecb2c8baf34a1e6e6a12ddb61c4c49f85($fileIdentifier, $file)
|
74 |
{
|
75 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
|
76 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
77 |
+
|
78 |
+
require $file;
|
79 |
}
|
80 |
}
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,14 +4,12 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
11 |
-
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
12 |
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
13 |
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
14 |
-
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
15 |
'1f87db08236948d07391152dccb70f04' => __DIR__ . '/..' . '/google/apiclient-services/autoload.php',
|
16 |
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
17 |
'0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',
|
@@ -79,7 +77,6 @@ class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
|
79 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Promise\\' => 70,
|
80 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\' => 62,
|
81 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\Google\\Auth\\' => 63,
|
82 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\' => 50,
|
83 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' => 44,
|
84 |
'Automattic\\Jetpack\\Autoloader\\' => 30,
|
85 |
),
|
@@ -216,10 +213,6 @@ class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
|
216 |
array (
|
217 |
0 => __DIR__ . '/..' . '/google/auth/src',
|
218 |
),
|
219 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\' =>
|
220 |
-
array (
|
221 |
-
0 => __DIR__ . '/../..' . '/tests',
|
222 |
-
),
|
223 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' =>
|
224 |
array (
|
225 |
0 => __DIR__ . '/../..' . '/src',
|
@@ -628,69 +621,6 @@ class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
|
628 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => __DIR__ . '/../..' . '/src/Shipping/ShippingZone.php',
|
629 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => __DIR__ . '/../..' . '/src/TaskList/CompleteSetup.php',
|
630 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => __DIR__ . '/../..' . '/src/TaskList/TaskListTrait.php',
|
631 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\ContainerAwareUnitTest' => __DIR__ . '/../..' . '/tests/Framework/ContainerAwareUnitTest.php',
|
632 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\RESTControllerUnitTest' => __DIR__ . '/../..' . '/tests/Framework/RESTControllerUnitTest.php',
|
633 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Framework\\UnitTest' => __DIR__ . '/../..' . '/tests/Framework/UnitTest.php',
|
634 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\CouponTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/CouponTrait.php',
|
635 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\DataTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/DataTrait.php',
|
636 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GoogleAdsClientTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/GoogleAdsClientTrait.php',
|
637 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\GuzzleClientTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/GuzzleClientTrait.php',
|
638 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\JobTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/JobTrait.php',
|
639 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\MerchantTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/MerchantTrait.php',
|
640 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductMetaTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/ProductMetaTrait.php',
|
641 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\ProductTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/ProductTrait.php',
|
642 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Tools\\HelperTrait\\SettingsTrait' => __DIR__ . '/../..' . '/tests/Tools/HelperTrait/SettingsTrait.php',
|
643 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsAssetGroupTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsAssetGroupTest.php',
|
644 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignBudgetTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsCampaignBudgetTest.php',
|
645 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignCriterionTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsCampaignCriterionTest.php',
|
646 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsCampaignTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsCampaignTest.php',
|
647 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsConversionActionTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsConversionActionTest.php',
|
648 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsReportTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsReportTest.php',
|
649 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\AdsTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/AdsTest.php',
|
650 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantMetricsTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/MerchantMetricsTest.php',
|
651 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MerchantTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/MerchantTest.php',
|
652 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\MiddlewareTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/MiddlewareTest.php',
|
653 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Google\\SiteVerificationTest' => __DIR__ . '/../..' . '/tests/Unit/API/Google/SiteVerificationTest.php',
|
654 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\AccountControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/Ads/AccountControllerTest.php',
|
655 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\BudgetRecommendationControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/Ads/BudgetRecommendationControllerTest.php',
|
656 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\Ads\\CampaignControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/Ads/CampaignControllerTest.php',
|
657 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\AccountControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/MerchantCenter/AccountControllerTest.php',
|
658 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ContactInformationControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/MerchantCenter/ContactInformationControllerTest.php',
|
659 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\PhoneVerificationControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/MerchantCenter/PhoneVerificationControllerTest.php',
|
660 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\API\\Site\\Controllers\\MerchantCenter\\ShippingRateControllerTest' => __DIR__ . '/../..' . '/tests/Unit/API/Site/Controllers/MerchantCenter/ShippingRateControllerTest.php',
|
661 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Ads\\AccountServiceTest' => __DIR__ . '/../..' . '/tests/Unit/Ads/AccountServiceTest.php',
|
662 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Assets\\AdminScriptAssetTest' => __DIR__ . '/../..' . '/tests/Unit/Assets/AdminScriptAssetTest.php',
|
663 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponMetaHandlerTest' => __DIR__ . '/../..' . '/tests/Unit/Coupon/CouponMetaHandlerTest.php',
|
664 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\CouponSyncerTest' => __DIR__ . '/../..' . '/tests/Unit/Coupon/CouponSyncerTest.php',
|
665 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\SyncerHooksTest' => __DIR__ . '/../..' . '/tests/Unit/Coupon/SyncerHooksTest.php',
|
666 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Coupon\\WCCouponAdapterTest' => __DIR__ . '/../..' . '/tests/Unit/Coupon/WCCouponAdapterTest.php',
|
667 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\DB\\Migration\\MigratorTest' => __DIR__ . '/../..' . '/tests/Unit/DB/Migration/MigratorTest.php',
|
668 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\GoogleHelperTest' => __DIR__ . '/../..' . '/tests/Unit/Google/GoogleHelperTest.php',
|
669 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Google\\SiteVerificationMetaTest' => __DIR__ . '/../..' . '/tests/Unit/Google/SiteVerificationMetaTest.php',
|
670 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\CleanupSyncedProductsTest' => __DIR__ . '/../..' . '/tests/Unit/Jobs/CleanupSyncedProductsTest.php',
|
671 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Jobs\\UpdateProductsTest' => __DIR__ . '/../..' . '/tests/Unit/Jobs/UpdateProductsTest.php',
|
672 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\AccountServiceTest' => __DIR__ . '/../..' . '/tests/Unit/MerchantCenter/AccountServiceTest.php',
|
673 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ContactInformationTest' => __DIR__ . '/../..' . '/tests/Unit/MerchantCenter/ContactInformationTest.php',
|
674 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\PhoneVerificationTest' => __DIR__ . '/../..' . '/tests/Unit/MerchantCenter/PhoneVerificationTest.php',
|
675 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\MerchantCenter\\ValidateAddressTest' => __DIR__ . '/../..' . '/tests/Unit/MerchantCenter/ValidateAddressTest.php',
|
676 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AbstractAttributeTest' => __DIR__ . '/../..' . '/tests/Unit/Product/Attributes/AbstractAttributeTest.php',
|
677 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\Attributes\\AttributeManagerTest' => __DIR__ . '/../..' . '/tests/Unit/Product/Attributes/AttributeManagerTest.php',
|
678 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\BatchProductHelperTest' => __DIR__ . '/../..' . '/tests/Unit/Product/BatchProductHelperTest.php',
|
679 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFactoryTest' => __DIR__ . '/../..' . '/tests/Unit/Product/ProductFactoryTest.php',
|
680 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductFilterTest' => __DIR__ . '/../..' . '/tests/Unit/Product/ProductFilterTest.php',
|
681 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductHelperTest' => __DIR__ . '/../..' . '/tests/Unit/Product/ProductHelperTest.php',
|
682 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductMetaHandlerTest' => __DIR__ . '/../..' . '/tests/Unit/Product/ProductMetaHandlerTest.php',
|
683 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductRepositoryTest' => __DIR__ . '/../..' . '/tests/Unit/Product/ProductRepositoryTest.php',
|
684 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\ProductSyncerTest' => __DIR__ . '/../..' . '/tests/Unit/Product/ProductSyncerTest.php',
|
685 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\SyncerHooksTest' => __DIR__ . '/../..' . '/tests/Unit/Product/SyncerHooksTest.php',
|
686 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Product\\WCProductAdapterTest' => __DIR__ . '/../..' . '/tests/Unit/Product/WCProductAdapterTest.php',
|
687 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Shipping\\ShippingZoneTest' => __DIR__ . '/../..' . '/tests/Unit/Shipping/ShippingZoneTest.php',
|
688 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\AddressUtilityTest' => __DIR__ . '/../..' . '/tests/Unit/Utility/AddressUtilityTest.php',
|
689 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\DateTimeUtilityTest' => __DIR__ . '/../..' . '/tests/Unit/Utility/DateTimeUtilityTest.php',
|
690 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Utility\\ISOUtilityTest' => __DIR__ . '/../..' . '/tests/Unit/Utility/ISOUtilityTest.php',
|
691 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\Value\\PhoneNumberTest' => __DIR__ . '/../..' . '/tests/Unit/Value/PhoneNumberTest.php',
|
692 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewFactoryTest' => __DIR__ . '/../..' . '/tests/Unit/View/PHPViewFactoryTest.php',
|
693 |
-
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tests\\Unit\\View\\PHPViewTest' => __DIR__ . '/../..' . '/tests/Unit/View/PHPViewTest.php',
|
694 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => __DIR__ . '/../..' . '/src/Tracking/EventTracking.php',
|
695 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => __DIR__ . '/../..' . '/src/Tracking/Events/ActivatedEvents.php',
|
696 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => __DIR__ . '/../..' . '/src/Tracking/Events/BaseEvent.php',
|
@@ -881,6 +811,7 @@ class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
|
881 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => __DIR__ . '/../..' . '/src/View/PHPView.php',
|
882 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => __DIR__ . '/../..' . '/src/View/PHPViewFactory.php',
|
883 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => __DIR__ . '/../..' . '/src/View/ViewException.php',
|
|
|
884 |
'Firebase\\JWT\\BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/BeforeValidException.php',
|
885 |
'Firebase\\JWT\\ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/src/ExpiredException.php',
|
886 |
'Firebase\\JWT\\JWK' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWK.php',
|
@@ -5958,9 +5889,7 @@ class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
|
5958 |
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => __DIR__ . '/..' . '/symfony/validator/Mapping/PropertyMetadataInterface.php',
|
5959 |
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => __DIR__ . '/..' . '/symfony/validator/Mapping/TraversalStrategy.php',
|
5960 |
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => __DIR__ . '/..' . '/symfony/validator/ObjectInitializerInterface.php',
|
5961 |
-
'Symfony\\Component\\Validator\\Test\\AssertingContextualValidator' => __DIR__ . '/..' . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
5962 |
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => __DIR__ . '/..' . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
5963 |
-
'Symfony\\Component\\Validator\\Test\\ConstraintViolationAssertion' => __DIR__ . '/..' . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
5964 |
'Symfony\\Component\\Validator\\Util\\PropertyPath' => __DIR__ . '/..' . '/symfony/validator/Util/PropertyPath.php',
|
5965 |
'Symfony\\Component\\Validator\\Validation' => __DIR__ . '/..' . '/symfony/validator/Validation.php',
|
5966 |
'Symfony\\Component\\Validator\\ValidatorBuilder' => __DIR__ . '/..' . '/symfony/validator/ValidatorBuilder.php',
|
@@ -6317,9 +6246,9 @@ class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
|
6317 |
public static function getInitializer(ClassLoader $loader)
|
6318 |
{
|
6319 |
return \Closure::bind(function () use ($loader) {
|
6320 |
-
$loader->prefixLengthsPsr4 =
|
6321 |
-
$loader->prefixDirsPsr4 =
|
6322 |
-
$loader->classMap =
|
6323 |
|
6324 |
}, null, ClassLoader::class);
|
6325 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitcb2c8baf34a1e6e6a12ddb61c4c49f85
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
|
11 |
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
|
12 |
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
|
|
13 |
'1f87db08236948d07391152dccb70f04' => __DIR__ . '/..' . '/google/apiclient-services/autoload.php',
|
14 |
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
|
15 |
'0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',
|
77 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Promise\\' => 70,
|
78 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\' => 62,
|
79 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\Google\\Auth\\' => 63,
|
|
|
80 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' => 44,
|
81 |
'Automattic\\Jetpack\\Autoloader\\' => 30,
|
82 |
),
|
213 |
array (
|
214 |
0 => __DIR__ . '/..' . '/google/auth/src',
|
215 |
),
|
|
|
|
|
|
|
|
|
216 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' =>
|
217 |
array (
|
218 |
0 => __DIR__ . '/../..' . '/src',
|
621 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Shipping\\ShippingZone' => __DIR__ . '/../..' . '/src/Shipping/ShippingZone.php',
|
622 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\CompleteSetup' => __DIR__ . '/../..' . '/src/TaskList/CompleteSetup.php',
|
623 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\TaskList\\TaskListTrait' => __DIR__ . '/../..' . '/src/TaskList/TaskListTrait.php',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
624 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\EventTracking' => __DIR__ . '/../..' . '/src/Tracking/EventTracking.php',
|
625 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\ActivatedEvents' => __DIR__ . '/../..' . '/src/Tracking/Events/ActivatedEvents.php',
|
626 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\Tracking\\Events\\BaseEvent' => __DIR__ . '/../..' . '/src/Tracking/Events/BaseEvent.php',
|
811 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPView' => __DIR__ . '/../..' . '/src/View/PHPView.php',
|
812 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\PHPViewFactory' => __DIR__ . '/../..' . '/src/View/PHPViewFactory.php',
|
813 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\View\\ViewException' => __DIR__ . '/../..' . '/src/View/ViewException.php',
|
814 |
+
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
815 |
'Firebase\\JWT\\BeforeValidException' => __DIR__ . '/..' . '/firebase/php-jwt/src/BeforeValidException.php',
|
816 |
'Firebase\\JWT\\ExpiredException' => __DIR__ . '/..' . '/firebase/php-jwt/src/ExpiredException.php',
|
817 |
'Firebase\\JWT\\JWK' => __DIR__ . '/..' . '/firebase/php-jwt/src/JWK.php',
|
5889 |
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => __DIR__ . '/..' . '/symfony/validator/Mapping/PropertyMetadataInterface.php',
|
5890 |
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => __DIR__ . '/..' . '/symfony/validator/Mapping/TraversalStrategy.php',
|
5891 |
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => __DIR__ . '/..' . '/symfony/validator/ObjectInitializerInterface.php',
|
|
|
5892 |
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => __DIR__ . '/..' . '/symfony/validator/Test/ConstraintValidatorTestCase.php',
|
|
|
5893 |
'Symfony\\Component\\Validator\\Util\\PropertyPath' => __DIR__ . '/..' . '/symfony/validator/Util/PropertyPath.php',
|
5894 |
'Symfony\\Component\\Validator\\Validation' => __DIR__ . '/..' . '/symfony/validator/Validation.php',
|
5895 |
'Symfony\\Component\\Validator\\ValidatorBuilder' => __DIR__ . '/..' . '/symfony/validator/ValidatorBuilder.php',
|
6246 |
public static function getInitializer(ClassLoader $loader)
|
6247 |
{
|
6248 |
return \Closure::bind(function () use ($loader) {
|
6249 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitcb2c8baf34a1e6e6a12ddb61c4c49f85::$prefixLengthsPsr4;
|
6250 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitcb2c8baf34a1e6e6a12ddb61c4c49f85::$prefixDirsPsr4;
|
6251 |
+
$loader->classMap = ComposerStaticInitcb2c8baf34a1e6e6a12ddb61c4c49f85::$classMap;
|
6252 |
|
6253 |
}, null, ClassLoader::class);
|
6254 |
}
|
vendor/composer/installed.json
CHANGED
@@ -1,2780 +1,2825 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
"
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
"
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
"
|
28 |
-
"
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
"
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
"
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
"
|
46 |
-
"
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
"
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
"
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
"
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
"
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
"
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
"
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
"
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
"
|
107 |
-
"
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
"
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
"
|
169 |
-
"
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
"
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
"
|
198 |
-
"
|
199 |
-
|
200 |
-
"
|
201 |
-
|
202 |
-
"
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
"
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
"
|
222 |
-
|
223 |
-
|
224 |
-
"
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
"
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
"
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
"
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
"
|
264 |
-
"
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
"
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
"
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
"
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
"
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
"
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
"
|
303 |
-
"
|
304 |
-
"
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
"
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
"
|
341 |
-
},
|
342 |
-
|
343 |
-
"
|
344 |
-
"
|
345 |
-
"
|
346 |
-
"
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
"
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
"
|
384 |
-
"
|
385 |
-
"
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
"
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
"
|
417 |
-
"
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
"
|
424 |
-
"
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
"
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
"
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
"
|
442 |
-
"
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
"
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
"
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
"
|
461 |
-
"
|
462 |
-
|
463 |
-
|
464 |
-
"
|
465 |
-
|
466 |
-
|
467 |
-
"
|
468 |
-
|
469 |
-
|
470 |
-
"
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
"
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
"
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
"
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
"
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
"
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
"
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
"
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
"
|
528 |
-
"
|
529 |
-
}
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
"
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
"
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
"
|
575 |
-
"
|
576 |
-
"
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
"
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
"
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
"
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
},
|
610 |
-
"
|
611 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
612 |
],
|
613 |
-
"
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
"
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
"
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
"name": "google/apiclient-services",
|
633 |
-
"version": "v0.230.0",
|
634 |
-
"version_normalized": "0.230.0.0",
|
635 |
-
"source": {
|
636 |
-
"type": "git",
|
637 |
-
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
638 |
-
"reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889"
|
639 |
-
},
|
640 |
-
"dist": {
|
641 |
-
"type": "zip",
|
642 |
-
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
|
643 |
-
"reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
|
644 |
-
"shasum": ""
|
645 |
-
},
|
646 |
-
"require": {
|
647 |
-
"php": ">=5.6"
|
648 |
-
},
|
649 |
-
"require-dev": {
|
650 |
-
"phpunit/phpunit": "^5.7||^8.5.13"
|
651 |
-
},
|
652 |
-
"time": "2021-12-21T12:26:12+00:00",
|
653 |
-
"type": "library",
|
654 |
-
"installation-source": "dist",
|
655 |
-
"autoload": {
|
656 |
-
"files": [
|
657 |
-
"autoload.php"
|
658 |
-
],
|
659 |
-
"psr-4": {
|
660 |
-
"Google\\Service\\": "src"
|
661 |
-
}
|
662 |
-
},
|
663 |
-
"notification-url": "https://packagist.org/downloads/",
|
664 |
-
"license": [
|
665 |
-
"Apache-2.0"
|
666 |
-
],
|
667 |
-
"description": "Client library for Google APIs",
|
668 |
-
"homepage": "http://developers.google.com/api-client-library/php",
|
669 |
-
"keywords": [
|
670 |
-
"google"
|
671 |
-
],
|
672 |
-
"support": {
|
673 |
-
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
674 |
-
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.230.0"
|
675 |
-
}
|
676 |
-
},
|
677 |
-
{
|
678 |
-
"name": "google/auth",
|
679 |
-
"version": "v1.18.0",
|
680 |
-
"version_normalized": "1.18.0.0",
|
681 |
-
"source": {
|
682 |
-
"type": "git",
|
683 |
-
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
684 |
-
"reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
|
685 |
-
},
|
686 |
-
"dist": {
|
687 |
-
"type": "zip",
|
688 |
-
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
|
689 |
-
"reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
|
690 |
-
"shasum": ""
|
691 |
-
},
|
692 |
-
"require": {
|
693 |
-
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
|
694 |
-
"guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
|
695 |
-
"guzzlehttp/psr7": "^1.7|^2.0",
|
696 |
-
"php": ">=5.4",
|
697 |
-
"psr/cache": "^1.0|^2.0",
|
698 |
-
"psr/http-message": "^1.0"
|
699 |
-
},
|
700 |
-
"require-dev": {
|
701 |
-
"guzzlehttp/promises": "0.1.1|^1.3",
|
702 |
-
"kelvinmo/simplejwt": "^0.2.5|^0.5.1",
|
703 |
-
"phpseclib/phpseclib": "^2.0.31",
|
704 |
-
"phpunit/phpunit": "^4.8.36|^5.7",
|
705 |
-
"sebastian/comparator": ">=1.2.3"
|
706 |
-
},
|
707 |
-
"suggest": {
|
708 |
-
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
709 |
-
},
|
710 |
-
"time": "2021-08-24T18:03:18+00:00",
|
711 |
-
"type": "library",
|
712 |
-
"installation-source": "dist",
|
713 |
-
"autoload": {
|
714 |
-
"psr-4": {
|
715 |
-
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\Google\\Auth\\": "src"
|
716 |
-
}
|
717 |
-
},
|
718 |
-
"notification-url": "https://packagist.org/downloads/",
|
719 |
-
"license": [
|
720 |
-
"Apache-2.0"
|
721 |
-
],
|
722 |
-
"description": "Google Auth Library for PHP",
|
723 |
-
"homepage": "http://github.com/google/google-auth-library-php",
|
724 |
-
"keywords": [
|
725 |
-
"Authentication",
|
726 |
-
"google",
|
727 |
-
"oauth2"
|
728 |
-
],
|
729 |
-
"support": {
|
730 |
-
"docs": "https://googleapis.github.io/google-auth-library-php/master/",
|
731 |
-
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
732 |
-
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
|
733 |
-
}
|
734 |
-
},
|
735 |
-
{
|
736 |
-
"name": "google/common-protos",
|
737 |
-
"version": "1.4.0",
|
738 |
-
"version_normalized": "1.4.0.0",
|
739 |
-
"source": {
|
740 |
-
"type": "git",
|
741 |
-
"url": "https://github.com/googleapis/common-protos-php.git",
|
742 |
-
"reference": "b1ee63636d94fe88f6cff600a0f23fae06b6fa2e"
|
743 |
-
},
|
744 |
-
"dist": {
|
745 |
-
"type": "zip",
|
746 |
-
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/b1ee63636d94fe88f6cff600a0f23fae06b6fa2e",
|
747 |
-
"reference": "b1ee63636d94fe88f6cff600a0f23fae06b6fa2e",
|
748 |
-
"shasum": ""
|
749 |
-
},
|
750 |
-
"require": {
|
751 |
-
"google/protobuf": "^3.6.1"
|
752 |
-
},
|
753 |
-
"require-dev": {
|
754 |
-
"phpunit/phpunit": "^4.8.36",
|
755 |
-
"sami/sami": "*"
|
756 |
-
},
|
757 |
-
"time": "2021-11-18T21:49:24+00:00",
|
758 |
-
"type": "library",
|
759 |
-
"installation-source": "dist",
|
760 |
-
"autoload": {
|
761 |
-
"psr-4": {
|
762 |
-
"Google\\": "src",
|
763 |
-
"GPBMetadata\\Google\\": "metadata"
|
764 |
-
}
|
765 |
-
},
|
766 |
-
"notification-url": "https://packagist.org/downloads/",
|
767 |
-
"license": [
|
768 |
-
"Apache-2.0"
|
769 |
-
],
|
770 |
-
"description": "Google API Common Protos for PHP",
|
771 |
-
"homepage": "https://github.com/googleapis/common-protos-php",
|
772 |
-
"keywords": [
|
773 |
-
"google"
|
774 |
-
],
|
775 |
-
"support": {
|
776 |
-
"issues": "https://github.com/googleapis/common-protos-php/issues",
|
777 |
-
"source": "https://github.com/googleapis/common-protos-php/tree/1.4.0"
|
778 |
-
}
|
779 |
-
},
|
780 |
-
{
|
781 |
-
"name": "google/gax",
|
782 |
-
"version": "v1.10.0",
|
783 |
-
"version_normalized": "1.10.0.0",
|
784 |
-
"source": {
|
785 |
-
"type": "git",
|
786 |
-
"url": "https://github.com/googleapis/gax-php.git",
|
787 |
-
"reference": "5222f7712e73d266490c742dc9bc602602ae00a5"
|
788 |
-
},
|
789 |
-
"dist": {
|
790 |
-
"type": "zip",
|
791 |
-
"url": "https://api.github.com/repos/googleapis/gax-php/zipball/5222f7712e73d266490c742dc9bc602602ae00a5",
|
792 |
-
"reference": "5222f7712e73d266490c742dc9bc602602ae00a5",
|
793 |
-
"shasum": ""
|
794 |
-
},
|
795 |
-
"require": {
|
796 |
-
"google/auth": "^1.18.0",
|
797 |
-
"google/common-protos": "^1.0",
|
798 |
-
"google/grpc-gcp": "^0.2",
|
799 |
-
"google/protobuf": "^3.12.2",
|
800 |
-
"grpc/grpc": "^1.13",
|
801 |
-
"guzzlehttp/promises": "^1.3",
|
802 |
-
"guzzlehttp/psr7": "^1.7.0|^2",
|
803 |
-
"php": ">=5.5"
|
804 |
-
},
|
805 |
-
"conflict": {
|
806 |
-
"ext-protobuf": "<3.7.0"
|
807 |
-
},
|
808 |
-
"require-dev": {
|
809 |
-
"phpunit/phpunit": "^4.8.36",
|
810 |
-
"squizlabs/php_codesniffer": "3.*"
|
811 |
-
},
|
812 |
-
"time": "2021-10-27T17:33:04+00:00",
|
813 |
-
"type": "library",
|
814 |
-
"installation-source": "dist",
|
815 |
-
"autoload": {
|
816 |
-
"psr-4": {
|
817 |
-
"Google\\ApiCore\\": "src",
|
818 |
-
"GPBMetadata\\ApiCore\\": "metadata/ApiCore"
|
819 |
-
}
|
820 |
-
},
|
821 |
-
"notification-url": "https://packagist.org/downloads/",
|
822 |
-
"license": [
|
823 |
-
"BSD-3-Clause"
|
824 |
-
],
|
825 |
-
"description": "Google API Core for PHP",
|
826 |
-
"homepage": "https://github.com/googleapis/gax-php",
|
827 |
-
"keywords": [
|
828 |
-
"google"
|
829 |
-
],
|
830 |
-
"support": {
|
831 |
-
"issues": "https://github.com/googleapis/gax-php/issues",
|
832 |
-
"source": "https://github.com/googleapis/gax-php/tree/v1.10.0"
|
833 |
-
}
|
834 |
-
},
|
835 |
-
{
|
836 |
-
"name": "google/grpc-gcp",
|
837 |
-
"version": "v0.2.0",
|
838 |
-
"version_normalized": "0.2.0.0",
|
839 |
-
"source": {
|
840 |
-
"type": "git",
|
841 |
-
"url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
|
842 |
-
"reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314"
|
843 |
-
},
|
844 |
-
"dist": {
|
845 |
-
"type": "zip",
|
846 |
-
"url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2465c2273e11ada1e95155aa1e209f3b8f03c314",
|
847 |
-
"reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314",
|
848 |
-
"shasum": ""
|
849 |
-
},
|
850 |
-
"require": {
|
851 |
-
"google/auth": "^1.3",
|
852 |
-
"google/protobuf": "^v3.3.0",
|
853 |
-
"grpc/grpc": "^v1.13.0",
|
854 |
-
"php": ">=5.5.0",
|
855 |
-
"psr/cache": "^1.0.1||^2.0.0||^3.0.0"
|
856 |
-
},
|
857 |
-
"require-dev": {
|
858 |
-
"google/cloud-spanner": "^1.7",
|
859 |
-
"phpunit/phpunit": "4.8.36"
|
860 |
-
},
|
861 |
-
"time": "2021-09-27T22:57:18+00:00",
|
862 |
-
"type": "library",
|
863 |
-
"installation-source": "dist",
|
864 |
-
"autoload": {
|
865 |
-
"psr-4": {
|
866 |
-
"Grpc\\Gcp\\": "src/"
|
867 |
-
},
|
868 |
-
"classmap": [
|
869 |
-
"src/generated/"
|
870 |
-
]
|
871 |
-
},
|
872 |
-
"notification-url": "https://packagist.org/downloads/",
|
873 |
-
"license": [
|
874 |
-
"Apache-2.0"
|
875 |
-
],
|
876 |
-
"description": "gRPC GCP library for channel management",
|
877 |
-
"support": {
|
878 |
-
"issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
|
879 |
-
"source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.2.0"
|
880 |
-
}
|
881 |
-
},
|
882 |
-
{
|
883 |
-
"name": "google/protobuf",
|
884 |
-
"version": "v3.19.3",
|
885 |
-
"version_normalized": "3.19.3.0",
|
886 |
-
"source": {
|
887 |
-
"type": "git",
|
888 |
-
"url": "https://github.com/protocolbuffers/protobuf-php.git",
|
889 |
-
"reference": "c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040"
|
890 |
-
},
|
891 |
-
"dist": {
|
892 |
-
"type": "zip",
|
893 |
-
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040",
|
894 |
-
"reference": "c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040",
|
895 |
-
"shasum": ""
|
896 |
-
},
|
897 |
-
"require": {
|
898 |
-
"php": ">=5.5.0"
|
899 |
-
},
|
900 |
-
"require-dev": {
|
901 |
-
"phpunit/phpunit": ">=4.8.0"
|
902 |
-
},
|
903 |
-
"suggest": {
|
904 |
-
"ext-bcmath": "Need to support JSON deserialization"
|
905 |
-
},
|
906 |
-
"time": "2022-01-11T17:40:06+00:00",
|
907 |
-
"type": "library",
|
908 |
-
"installation-source": "dist",
|
909 |
-
"autoload": {
|
910 |
-
"psr-4": {
|
911 |
-
"Google\\Protobuf\\": "src/Google/Protobuf",
|
912 |
-
"GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
|
913 |
-
}
|
914 |
-
},
|
915 |
-
"notification-url": "https://packagist.org/downloads/",
|
916 |
-
"license": [
|
917 |
-
"BSD-3-Clause"
|
918 |
-
],
|
919 |
-
"description": "proto library for PHP",
|
920 |
-
"homepage": "https://developers.google.com/protocol-buffers/",
|
921 |
-
"keywords": [
|
922 |
-
"proto"
|
923 |
-
],
|
924 |
-
"support": {
|
925 |
-
"issues": "https://github.com/protocolbuffers/protobuf-php/issues",
|
926 |
-
"source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.19.3"
|
927 |
-
}
|
928 |
-
},
|
929 |
-
{
|
930 |
-
"name": "googleads/google-ads-php",
|
931 |
-
"version": "v12.1.0",
|
932 |
-
"version_normalized": "12.1.0.0",
|
933 |
-
"source": {
|
934 |
-
"type": "git",
|
935 |
-
"url": "https://github.com/googleads/google-ads-php.git",
|
936 |
-
"reference": "689802805416213916db4a8e1e0b8293eda5d821"
|
937 |
-
},
|
938 |
-
"dist": {
|
939 |
-
"type": "zip",
|
940 |
-
"url": "https://api.github.com/repos/googleads/google-ads-php/zipball/689802805416213916db4a8e1e0b8293eda5d821",
|
941 |
-
"reference": "689802805416213916db4a8e1e0b8293eda5d821",
|
942 |
-
"shasum": ""
|
943 |
-
},
|
944 |
-
"require": {
|
945 |
-
"google/gax": "^1.7.0",
|
946 |
-
"google/protobuf": "^3.18.0",
|
947 |
-
"grpc/grpc": "^1.36.0",
|
948 |
-
"monolog/monolog": "^1.26 || ^2.0",
|
949 |
-
"php": ">=7.3"
|
950 |
-
},
|
951 |
-
"require-dev": {
|
952 |
-
"composer/composer": "^2.0",
|
953 |
-
"ext-bcmath": "*",
|
954 |
-
"ext-grpc": "*",
|
955 |
-
"ext-protobuf": "*",
|
956 |
-
"phpunit/phpunit": "^9.5",
|
957 |
-
"react/http": "^1.2.0",
|
958 |
-
"squizlabs/php_codesniffer": "^3.5",
|
959 |
-
"ulrichsg/getopt-php": "^3.4"
|
960 |
-
},
|
961 |
-
"suggest": {
|
962 |
-
"ext-grpc": "To be able to use the gRPC transport, use the C implementation of gRPC",
|
963 |
-
"ext-protobuf": "For better performance, use the C implementation of Protobuf",
|
964 |
-
"google/protobuf": "In case the C implementation of Protobuf is not suitable, use the PHP one",
|
965 |
-
"grpc/grpc": "In case the C implementation of gRPC is not suitable, use the PHP one to enable other transports",
|
966 |
-
"react/http": "To run the AuthenticateInWebApplication.php example"
|
967 |
-
},
|
968 |
-
"time": "2021-11-12T16:21:34+00:00",
|
969 |
-
"type": "library",
|
970 |
-
"installation-source": "dist",
|
971 |
-
"autoload": {
|
972 |
-
"psr-4": {
|
973 |
-
"Google\\Ads\\GoogleAds\\": "src/Google/Ads/GoogleAds",
|
974 |
-
"GPBMetadata\\Google\\Ads\\GoogleAds\\": "metadata/Google/Ads/GoogleAds"
|
975 |
-
}
|
976 |
-
},
|
977 |
-
"notification-url": "https://packagist.org/downloads/",
|
978 |
-
"license": [
|
979 |
-
"Apache-2.0"
|
980 |
-
],
|
981 |
-
"authors": [
|
982 |
-
{
|
983 |
-
"name": "Google",
|
984 |
-
"homepage": "https://github.com/googleads/google-ads-php/contributors"
|
985 |
-
}
|
986 |
-
],
|
987 |
-
"description": "Google Ads API client for PHP",
|
988 |
-
"homepage": "https://github.com/googleads/google-ads-php",
|
989 |
-
"support": {
|
990 |
-
"issues": "https://github.com/googleads/google-ads-php/issues",
|
991 |
-
"source": "https://github.com/googleads/google-ads-php/tree/v12.1.0"
|
992 |
-
}
|
993 |
-
},
|
994 |
-
{
|
995 |
-
"name": "grpc/grpc",
|
996 |
-
"version": "1.42.0",
|
997 |
-
"version_normalized": "1.42.0.0",
|
998 |
-
"source": {
|
999 |
-
"type": "git",
|
1000 |
-
"url": "https://github.com/grpc/grpc-php.git",
|
1001 |
-
"reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4"
|
1002 |
-
},
|
1003 |
-
"dist": {
|
1004 |
-
"type": "zip",
|
1005 |
-
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4",
|
1006 |
-
"reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4",
|
1007 |
-
"shasum": ""
|
1008 |
-
},
|
1009 |
-
"require": {
|
1010 |
-
"php": ">=7.0.0"
|
1011 |
-
},
|
1012 |
-
"require-dev": {
|
1013 |
-
"google/auth": "^v1.3.0"
|
1014 |
-
},
|
1015 |
-
"suggest": {
|
1016 |
-
"ext-protobuf": "For better performance, install the protobuf C extension.",
|
1017 |
-
"google/protobuf": "To get started using grpc quickly, install the native protobuf library."
|
1018 |
-
},
|
1019 |
-
"time": "2021-11-19T08:13:51+00:00",
|
1020 |
-
"type": "library",
|
1021 |
-
"installation-source": "dist",
|
1022 |
-
"autoload": {
|
1023 |
-
"psr-4": {
|
1024 |
-
"Grpc\\": "src/lib/"
|
1025 |
-
}
|
1026 |
-
},
|
1027 |
-
"notification-url": "https://packagist.org/downloads/",
|
1028 |
-
"license": [
|
1029 |
-
"Apache-2.0"
|
1030 |
-
],
|
1031 |
-
"description": "gRPC library for PHP",
|
1032 |
-
"homepage": "https://grpc.io",
|
1033 |
-
"keywords": [
|
1034 |
-
"rpc"
|
1035 |
-
],
|
1036 |
-
"support": {
|
1037 |
-
"source": "https://github.com/grpc/grpc-php/tree/v1.42.0"
|
1038 |
-
}
|
1039 |
-
},
|
1040 |
-
{
|
1041 |
-
"name": "guzzlehttp/guzzle",
|
1042 |
-
"version": "7.4.1",
|
1043 |
-
"version_normalized": "7.4.1.0",
|
1044 |
-
"source": {
|
1045 |
-
"type": "git",
|
1046 |
-
"url": "https://github.com/guzzle/guzzle.git",
|
1047 |
-
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
|
1048 |
-
},
|
1049 |
-
"dist": {
|
1050 |
-
"type": "zip",
|
1051 |
-
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
1052 |
-
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
1053 |
-
"shasum": ""
|
1054 |
-
},
|
1055 |
-
"require": {
|
1056 |
-
"ext-json": "*",
|
1057 |
-
"guzzlehttp/promises": "^1.5",
|
1058 |
-
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
1059 |
-
"php": "^7.2.5 || ^8.0",
|
1060 |
-
"psr/http-client": "^1.0",
|
1061 |
-
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
1062 |
-
},
|
1063 |
-
"provide": {
|
1064 |
-
"psr/http-client-implementation": "1.0"
|
1065 |
-
},
|
1066 |
-
"require-dev": {
|
1067 |
-
"bamarni/composer-bin-plugin": "^1.4.1",
|
1068 |
-
"ext-curl": "*",
|
1069 |
-
"php-http/client-integration-tests": "^3.0",
|
1070 |
-
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
1071 |
-
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
1072 |
-
},
|
1073 |
-
"suggest": {
|
1074 |
-
"ext-curl": "Required for CURL handler support",
|
1075 |
-
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
1076 |
-
"psr/log": "Required for using the Log middleware"
|
1077 |
-
},
|
1078 |
-
"time": "2021-12-06T18:43:05+00:00",
|
1079 |
-
"type": "library",
|
1080 |
-
"extra": {
|
1081 |
-
"branch-alias": {
|
1082 |
-
"dev-master": "7.4-dev"
|
1083 |
-
}
|
1084 |
-
},
|
1085 |
-
"installation-source": "dist",
|
1086 |
-
"autoload": {
|
1087 |
-
"psr-4": {
|
1088 |
-
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\": "src/"
|
1089 |
-
},
|
1090 |
-
"files": [
|
1091 |
-
"src/functions_include.php"
|
1092 |
-
]
|
1093 |
-
},
|
1094 |
-
"notification-url": "https://packagist.org/downloads/",
|
1095 |
-
"license": [
|
1096 |
-
"MIT"
|
1097 |
-
],
|
1098 |
-
"authors": [
|
1099 |
-
{
|
1100 |
-
"name": "Graham Campbell",
|
1101 |
-
"email": "hello@gjcampbell.co.uk",
|
1102 |
-
"homepage": "https://github.com/GrahamCampbell"
|
1103 |
-
},
|
1104 |
-
{
|
1105 |
-
"name": "Michael Dowling",
|
1106 |
-
"email": "mtdowling@gmail.com",
|
1107 |
-
"homepage": "https://github.com/mtdowling"
|
1108 |
-
},
|
1109 |
-
{
|
1110 |
-
"name": "Jeremy Lindblom",
|
1111 |
-
"email": "jeremeamia@gmail.com",
|
1112 |
-
"homepage": "https://github.com/jeremeamia"
|
1113 |
-
},
|
1114 |
-
{
|
1115 |
-
"name": "George Mponos",
|
1116 |
-
"email": "gmponos@gmail.com",
|
1117 |
-
"homepage": "https://github.com/gmponos"
|
1118 |
-
},
|
1119 |
-
{
|
1120 |
-
"name": "Tobias Nyholm",
|
1121 |
-
"email": "tobias.nyholm@gmail.com",
|
1122 |
-
"homepage": "https://github.com/Nyholm"
|
1123 |
-
},
|
1124 |
-
{
|
1125 |
-
"name": "Márk Sági-Kazár",
|
1126 |
-
"email": "mark.sagikazar@gmail.com",
|
1127 |
-
"homepage": "https://github.com/sagikazarmark"
|
1128 |
-
},
|
1129 |
-
{
|
1130 |
-
"name": "Tobias Schultze",
|
1131 |
-
"email": "webmaster@tubo-world.de",
|
1132 |
-
"homepage": "https://github.com/Tobion"
|
1133 |
-
}
|
1134 |
-
],
|
1135 |
-
"description": "Guzzle is a PHP HTTP client library",
|
1136 |
-
"keywords": [
|
1137 |
-
"client",
|
1138 |
-
"curl",
|
1139 |
-
"framework",
|
1140 |
-
"http",
|
1141 |
-
"http client",
|
1142 |
-
"psr-18",
|
1143 |
-
"psr-7",
|
1144 |
-
"rest",
|
1145 |
-
"web service"
|
1146 |
-
],
|
1147 |
-
"support": {
|
1148 |
-
"issues": "https://github.com/guzzle/guzzle/issues",
|
1149 |
-
"source": "https://github.com/guzzle/guzzle/tree/7.4.1"
|
1150 |
-
},
|
1151 |
-
"funding": [
|
1152 |
-
{
|
1153 |
-
"url": "https://github.com/GrahamCampbell",
|
1154 |
-
"type": "github"
|
1155 |
-
},
|
1156 |
-
{
|
1157 |
-
"url": "https://github.com/Nyholm",
|
1158 |
-
"type": "github"
|
1159 |
-
},
|
1160 |
-
{
|
1161 |
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
1162 |
-
"type": "tidelift"
|
1163 |
-
}
|
1164 |
-
]
|
1165 |
-
},
|
1166 |
-
{
|
1167 |
-
"name": "guzzlehttp/promises",
|
1168 |
-
"version": "1.5.1",
|
1169 |
-
"version_normalized": "1.5.1.0",
|
1170 |
-
"source": {
|
1171 |
-
"type": "git",
|
1172 |
-
"url": "https://github.com/guzzle/promises.git",
|
1173 |
-
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
1174 |
-
},
|
1175 |
-
"dist": {
|
1176 |
-
"type": "zip",
|
1177 |
-
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
1178 |
-
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
1179 |
-
"shasum": ""
|
1180 |
-
},
|
1181 |
-
"require": {
|
1182 |
-
"php": ">=5.5"
|
1183 |
-
},
|
1184 |
-
"require-dev": {
|
1185 |
-
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
1186 |
-
},
|
1187 |
-
"time": "2021-10-22T20:56:57+00:00",
|
1188 |
-
"type": "library",
|
1189 |
-
"extra": {
|
1190 |
-
"branch-alias": {
|
1191 |
-
"dev-master": "1.5-dev"
|
1192 |
-
}
|
1193 |
-
},
|
1194 |
-
"installation-source": "dist",
|
1195 |
-
"autoload": {
|
1196 |
-
"psr-4": {
|
1197 |
-
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Promise\\": "src/"
|
1198 |
-
},
|
1199 |
-
"files": [
|
1200 |
-
"src/functions_include.php"
|
1201 |
-
]
|
1202 |
-
},
|
1203 |
-
"notification-url": "https://packagist.org/downloads/",
|
1204 |
-
"license": [
|
1205 |
-
"MIT"
|
1206 |
-
],
|
1207 |
-
"authors": [
|
1208 |
-
{
|
1209 |
-
"name": "Graham Campbell",
|
1210 |
-
"email": "hello@gjcampbell.co.uk",
|
1211 |
-
"homepage": "https://github.com/GrahamCampbell"
|
1212 |
-
},
|
1213 |
-
{
|
1214 |
-
"name": "Michael Dowling",
|
1215 |
-
"email": "mtdowling@gmail.com",
|
1216 |
-
"homepage": "https://github.com/mtdowling"
|
1217 |
-
},
|
1218 |
-
{
|
1219 |
-
"name": "Tobias Nyholm",
|
1220 |
-
"email": "tobias.nyholm@gmail.com",
|
1221 |
-
"homepage": "https://github.com/Nyholm"
|
1222 |
-
},
|
1223 |
-
{
|
1224 |
-
"name": "Tobias Schultze",
|
1225 |
-
"email": "webmaster@tubo-world.de",
|
1226 |
-
"homepage": "https://github.com/Tobion"
|
1227 |
-
}
|
1228 |
-
],
|
1229 |
-
"description": "Guzzle promises library",
|
1230 |
-
"keywords": [
|
1231 |
-
"promise"
|
1232 |
-
],
|
1233 |
-
"support": {
|
1234 |
-
"issues": "https://github.com/guzzle/promises/issues",
|
1235 |
-
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
1236 |
-
},
|
1237 |
-
"funding": [
|
1238 |
-
{
|
1239 |
-
"url": "https://github.com/GrahamCampbell",
|
1240 |
-
"type": "github"
|
1241 |
-
},
|
1242 |
-
{
|
1243 |
-
"url": "https://github.com/Nyholm",
|
1244 |
-
"type": "github"
|
1245 |
-
},
|
1246 |
-
{
|
1247 |
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
1248 |
-
"type": "tidelift"
|
1249 |
-
}
|
1250 |
-
]
|
1251 |
-
},
|
1252 |
-
{
|
1253 |
-
"name": "guzzlehttp/psr7",
|
1254 |
-
"version": "2.1.0",
|
1255 |
-
"version_normalized": "2.1.0.0",
|
1256 |
-
"source": {
|
1257 |
-
"type": "git",
|
1258 |
-
"url": "https://github.com/guzzle/psr7.git",
|
1259 |
-
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
|
1260 |
-
},
|
1261 |
-
"dist": {
|
1262 |
-
"type": "zip",
|
1263 |
-
"url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
1264 |
-
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
1265 |
-
"shasum": ""
|
1266 |
-
},
|
1267 |
-
"require": {
|
1268 |
-
"php": "^7.2.5 || ^8.0",
|
1269 |
-
"psr/http-factory": "^1.0",
|
1270 |
-
"psr/http-message": "^1.0",
|
1271 |
-
"ralouphie/getallheaders": "^3.0"
|
1272 |
-
},
|
1273 |
-
"provide": {
|
1274 |
-
"psr/http-factory-implementation": "1.0",
|
1275 |
-
"psr/http-message-implementation": "1.0"
|
1276 |
-
},
|
1277 |
-
"require-dev": {
|
1278 |
-
"bamarni/composer-bin-plugin": "^1.4.1",
|
1279 |
-
"http-interop/http-factory-tests": "^0.9",
|
1280 |
-
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
1281 |
-
},
|
1282 |
-
"suggest": {
|
1283 |
-
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
1284 |
-
},
|
1285 |
-
"time": "2021-10-06T17:43:30+00:00",
|
1286 |
-
"type": "library",
|
1287 |
-
"extra": {
|
1288 |
-
"branch-alias": {
|
1289 |
-
"dev-master": "2.1-dev"
|
1290 |
-
}
|
1291 |
-
},
|
1292 |
-
"installation-source": "dist",
|
1293 |
-
"autoload": {
|
1294 |
-
"psr-4": {
|
1295 |
-
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Psr7\\": "src/"
|
1296 |
-
}
|
1297 |
-
},
|
1298 |
-
"notification-url": "https://packagist.org/downloads/",
|
1299 |
-
"license": [
|
1300 |
-
"MIT"
|
1301 |
-
],
|
1302 |
-
"authors": [
|
1303 |
-
{
|
1304 |
-
"name": "Graham Campbell",
|
1305 |
-
"email": "hello@gjcampbell.co.uk",
|
1306 |
-
"homepage": "https://github.com/GrahamCampbell"
|
1307 |
-
},
|
1308 |
-
{
|
1309 |
-
"name": "Michael Dowling",
|
1310 |
-
"email": "mtdowling@gmail.com",
|
1311 |
-
"homepage": "https://github.com/mtdowling"
|
1312 |
-
},
|
1313 |
-
{
|
1314 |
-
"name": "George Mponos",
|
1315 |
-
"email": "gmponos@gmail.com",
|
1316 |
-
"homepage": "https://github.com/gmponos"
|
1317 |
-
},
|
1318 |
-
{
|
1319 |
-
"name": "Tobias Nyholm",
|
1320 |
-
"email": "tobias.nyholm@gmail.com",
|
1321 |
-
"homepage": "https://github.com/Nyholm"
|
1322 |
-
},
|
1323 |
-
{
|
1324 |
-
"name": "Márk Sági-Kazár",
|
1325 |
-
"email": "mark.sagikazar@gmail.com",
|
1326 |
-
"homepage": "https://github.com/sagikazarmark"
|
1327 |
-
},
|
1328 |
-
{
|
1329 |
-
"name": "Tobias Schultze",
|
1330 |
-
"email": "webmaster@tubo-world.de",
|
1331 |
-
"homepage": "https://github.com/Tobion"
|
1332 |
-
},
|
1333 |
-
{
|
1334 |
-
"name": "Márk Sági-Kazár",
|
1335 |
-
"email": "mark.sagikazar@gmail.com",
|
1336 |
-
"homepage": "https://sagikazarmark.hu"
|
1337 |
-
}
|
1338 |
-
],
|
1339 |
-
"description": "PSR-7 message implementation that also provides common utility methods",
|
1340 |
-
"keywords": [
|
1341 |
-
"http",
|
1342 |
-
"message",
|
1343 |
-
"psr-7",
|
1344 |
-
"request",
|
1345 |
-
"response",
|
1346 |
-
"stream",
|
1347 |
-
"uri",
|
1348 |
-
"url"
|
1349 |
-
],
|
1350 |
-
"support": {
|
1351 |
-
"issues": "https://github.com/guzzle/psr7/issues",
|
1352 |
-
"source": "https://github.com/guzzle/psr7/tree/2.1.0"
|
1353 |
-
},
|
1354 |
-
"funding": [
|
1355 |
-
{
|
1356 |
-
"url": "https://github.com/GrahamCampbell",
|
1357 |
-
"type": "github"
|
1358 |
-
},
|
1359 |
-
{
|
1360 |
-
"url": "https://github.com/Nyholm",
|
1361 |
-
"type": "github"
|
1362 |
-
},
|
1363 |
-
{
|
1364 |
-
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
1365 |
-
"type": "tidelift"
|
1366 |
-
}
|
1367 |
-
]
|
1368 |
-
},
|
1369 |
-
{
|
1370 |
-
"name": "league/container",
|
1371 |
-
"version": "3.3.5",
|
1372 |
-
"version_normalized": "3.3.5.0",
|
1373 |
-
"source": {
|
1374 |
-
"type": "git",
|
1375 |
-
"url": "https://github.com/thephpleague/container.git",
|
1376 |
-
"reference": "048ab87810f508dbedbcb7ae941b606eb8ee353b"
|
1377 |
-
},
|
1378 |
-
"dist": {
|
1379 |
-
"type": "zip",
|
1380 |
-
"url": "https://api.github.com/repos/thephpleague/container/zipball/048ab87810f508dbedbcb7ae941b606eb8ee353b",
|
1381 |
-
"reference": "048ab87810f508dbedbcb7ae941b606eb8ee353b",
|
1382 |
-
"shasum": ""
|
1383 |
-
},
|
1384 |
-
"require": {
|
1385 |
-
"php": "^7.0 || ^8.0",
|
1386 |
-
"psr/container": "^1.0.0 || ^2.0.0"
|
1387 |
-
},
|
1388 |
-
"provide": {
|
1389 |
-
"psr/container-implementation": "^1.0"
|
1390 |
-
},
|
1391 |
-
"replace": {
|
1392 |
-
"orno/di": "~2.0"
|
1393 |
-
},
|
1394 |
-
"require-dev": {
|
1395 |
-
"phpunit/phpunit": "^6.0",
|
1396 |
-
"roave/security-advisories": "dev-master",
|
1397 |
-
"scrutinizer/ocular": "^1.8",
|
1398 |
-
"squizlabs/php_codesniffer": "^3.5"
|
1399 |
-
},
|
1400 |
-
"time": "2021-03-16T09:42:56+00:00",
|
1401 |
-
"type": "library",
|
1402 |
-
"extra": {
|
1403 |
-
"branch-alias": {
|
1404 |
-
"dev-master": "3.x-dev",
|
1405 |
-
"dev-3.x": "3.x-dev",
|
1406 |
-
"dev-2.x": "2.x-dev",
|
1407 |
-
"dev-1.x": "1.x-dev"
|
1408 |
-
}
|
1409 |
-
},
|
1410 |
-
"installation-source": "dist",
|
1411 |
-
"autoload": {
|
1412 |
-
"psr-4": {
|
1413 |
-
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\League\\Container\\": "src"
|
1414 |
-
}
|
1415 |
-
},
|
1416 |
-
"notification-url": "https://packagist.org/downloads/",
|
1417 |
-
"license": [
|
1418 |
-
"MIT"
|
1419 |
-
],
|
1420 |
-
"authors": [
|
1421 |
-
{
|
1422 |
-
"name": "Phil Bennett",
|
1423 |
-
"email": "philipobenito@gmail.com",
|
1424 |
-
"homepage": "http://www.philipobenito.com",
|
1425 |
-
"role": "Developer"
|
1426 |
-
}
|
1427 |
-
],
|
1428 |
-
"description": "A fast and intuitive dependency injection container.",
|
1429 |
-
"homepage": "https://github.com/thephpleague/container",
|
1430 |
-
"keywords": [
|
1431 |
-
"container",
|
1432 |
-
"dependency",
|
1433 |
-
"di",
|
1434 |
-
"injection",
|
1435 |
-
"league",
|
1436 |
-
"provider",
|
1437 |
-
"service"
|
1438 |
-
],
|
1439 |
-
"support": {
|
1440 |
-
"issues": "https://github.com/thephpleague/container/issues",
|
1441 |
-
"source": "https://github.com/thephpleague/container/tree/3.3.5"
|
1442 |
-
},
|
1443 |
-
"funding": [
|
1444 |
-
{
|
1445 |
-
"url": "https://github.com/philipobenito",
|
1446 |
-
"type": "github"
|
1447 |
-
}
|
1448 |
-
]
|
1449 |
-
},
|
1450 |
-
{
|
1451 |
-
"name": "league/iso3166",
|
1452 |
-
"version": "3.0.0",
|
1453 |
-
"version_normalized": "3.0.0.0",
|
1454 |
-
"source": {
|
1455 |
-
"type": "git",
|
1456 |
-
"url": "https://github.com/thephpleague/iso3166.git",
|
1457 |
-
"reference": "9976d382f270ad3f3df8a68719beb7a7179ffa1e"
|
1458 |
-
},
|
1459 |
-
"dist": {
|
1460 |
-
"type": "zip",
|
1461 |
-
"url": "https://api.github.com/repos/thephpleague/iso3166/zipball/9976d382f270ad3f3df8a68719beb7a7179ffa1e",
|
1462 |
-
"reference": "9976d382f270ad3f3df8a68719beb7a7179ffa1e",
|
1463 |
-
"shasum": ""
|
1464 |
-
},
|
1465 |
-
"require": {
|
1466 |
-
"php": "^7.3|^8.0"
|
1467 |
-
},
|
1468 |
-
"require-dev": {
|
1469 |
-
"phpunit/phpunit": "^9.0"
|
1470 |
-
},
|
1471 |
-
"time": "2020-12-05T06:50:42+00:00",
|
1472 |
-
"type": "library",
|
1473 |
-
"extra": {
|
1474 |
-
"branch-alias": {
|
1475 |
-
"dev-master": "3.x-dev"
|
1476 |
-
}
|
1477 |
-
},
|
1478 |
-
"installation-source": "dist",
|
1479 |
-
"autoload": {
|
1480 |
-
"psr-4": {
|
1481 |
-
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\League\\ISO3166\\": "src"
|
1482 |
-
}
|
1483 |
-
},
|
1484 |
-
"notification-url": "https://packagist.org/downloads/",
|
1485 |
-
"license": [
|
1486 |
-
"MIT"
|
1487 |
-
],
|
1488 |
-
"authors": [
|
1489 |
-
{
|
1490 |
-
"name": "Rob Bast",
|
1491 |
-
"email": "rob.bast@gmail.com"
|
1492 |
-
}
|
1493 |
-
],
|
1494 |
-
"description": "ISO 3166-1 PHP Library",
|
1495 |
-
"homepage": "https://github.com/thephpleague/iso3166",
|
1496 |
-
"keywords": [
|
1497 |
-
"3166",
|
1498 |
-
"3166-1",
|
1499 |
-
"ISO 3166",
|
1500 |
-
"countries",
|
1501 |
-
"iso",
|
1502 |
-
"library"
|
1503 |
-
],
|
1504 |
-
"support": {
|
1505 |
-
"issues": "https://github.com/thephpleague/iso3166/issues",
|
1506 |
-
"source": "https://github.com/thephpleague/iso3166"
|
1507 |
-
}
|
1508 |
-
},
|
1509 |
-
{
|
1510 |
-
"name": "monolog/monolog",
|
1511 |
-
"version": "2.3.5",
|
1512 |
-
"version_normalized": "2.3.5.0",
|
1513 |
-
"source": {
|
1514 |
-
"type": "git",
|
1515 |
-
"url": "https://github.com/Seldaek/monolog.git",
|
1516 |
-
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
|
1517 |
-
},
|
1518 |
-
"dist": {
|
1519 |
-
"type": "zip",
|
1520 |
-
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
|
1521 |
-
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
|
1522 |
-
"shasum": ""
|
1523 |
-
},
|
1524 |
-
"require": {
|
1525 |
-
"php": ">=7.2",
|
1526 |
-
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
1527 |
-
},
|
1528 |
-
"provide": {
|
1529 |
-
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
1530 |
-
},
|
1531 |
-
"require-dev": {
|
1532 |
-
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
1533 |
-
"doctrine/couchdb": "~1.0@dev",
|
1534 |
-
"elasticsearch/elasticsearch": "^7",
|
1535 |
-
"graylog2/gelf-php": "^1.4.2",
|
1536 |
-
"mongodb/mongodb": "^1.8",
|
1537 |
-
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
1538 |
-
"php-console/php-console": "^3.1.3",
|
1539 |
-
"phpspec/prophecy": "^1.6.1",
|
1540 |
-
"phpstan/phpstan": "^0.12.91",
|
1541 |
-
"phpunit/phpunit": "^8.5",
|
1542 |
-
"predis/predis": "^1.1",
|
1543 |
-
"rollbar/rollbar": "^1.3",
|
1544 |
-
"ruflin/elastica": ">=0.90@dev",
|
1545 |
-
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
1546 |
-
},
|
1547 |
-
"suggest": {
|
1548 |
-
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
1549 |
-
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
1550 |
-
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
1551 |
-
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
1552 |
-
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
1553 |
-
"ext-mbstring": "Allow to work properly with unicode symbols",
|
1554 |
-
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
1555 |
-
"ext-openssl": "Required to send log messages using SSL",
|
1556 |
-
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
1557 |
-
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
1558 |
-
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
1559 |
-
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
1560 |
-
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
1561 |
-
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
1562 |
-
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
1563 |
-
},
|
1564 |
-
"time": "2021-10-01T21:08:31+00:00",
|
1565 |
-
"type": "library",
|
1566 |
-
"extra": {
|
1567 |
-
"branch-alias": {
|
1568 |
-
"dev-main": "2.x-dev"
|
1569 |
-
}
|
1570 |
-
},
|
1571 |
-
"installation-source": "dist",
|
1572 |
-
"autoload": {
|
1573 |
-
"psr-4": {
|
1574 |
-
"Monolog\\": "src/Monolog"
|
1575 |
-
}
|
1576 |
-
},
|
1577 |
-
"notification-url": "https://packagist.org/downloads/",
|
1578 |
-
"license": [
|
1579 |
-
"MIT"
|
1580 |
-
],
|
1581 |
-
"authors": [
|
1582 |
-
{
|
1583 |
-
"name": "Jordi Boggiano",
|
1584 |
-
"email": "j.boggiano@seld.be",
|
1585 |
-
"homepage": "https://seld.be"
|
1586 |
-
}
|
1587 |
-
],
|
1588 |
-
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
1589 |
-
"homepage": "https://github.com/Seldaek/monolog",
|
1590 |
-
"keywords": [
|
1591 |
-
"log",
|
1592 |
-
"logging",
|
1593 |
-
"psr-3"
|
1594 |
-
],
|
1595 |
-
"support": {
|
1596 |
-
"issues": "https://github.com/Seldaek/monolog/issues",
|
1597 |
-
"source": "https://github.com/Seldaek/monolog/tree/2.3.5"
|
1598 |
-
},
|
1599 |
-
"funding": [
|
1600 |
-
{
|
1601 |
-
"url": "https://github.com/Seldaek",
|
1602 |
-
"type": "github"
|
1603 |
-
},
|
1604 |
-
{
|
1605 |
-
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
1606 |
-
"type": "tidelift"
|
1607 |
-
}
|
1608 |
-
]
|
1609 |
-
},
|
1610 |
-
{
|
1611 |
-
"name": "paragonie/constant_time_encoding",
|
1612 |
-
"version": "v2.5.0",
|
1613 |
-
"version_normalized": "2.5.0.0",
|
1614 |
-
"source": {
|
1615 |
-
"type": "git",
|
1616 |
-
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
1617 |
-
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
|
1618 |
-
},
|
1619 |
-
"dist": {
|
1620 |
-
"type": "zip",
|
1621 |
-
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
1622 |
-
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
1623 |
-
"shasum": ""
|
1624 |
-
},
|
1625 |
-
"require": {
|
1626 |
-
"php": "^7|^8"
|
1627 |
-
},
|
1628 |
-
"require-dev": {
|
1629 |
-
"phpunit/phpunit": "^6|^7|^8|^9",
|
1630 |
-
"vimeo/psalm": "^1|^2|^3|^4"
|
1631 |
-
},
|
1632 |
-
"time": "2022-01-17T05:32:27+00:00",
|
1633 |
-
"type": "library",
|
1634 |
-
"installation-source": "dist",
|
1635 |
-
"autoload": {
|
1636 |
-
"psr-4": {
|
1637 |
-
"ParagonIE\\ConstantTime\\": "src/"
|
1638 |
-
}
|
1639 |
-
},
|
1640 |
-
"notification-url": "https://packagist.org/downloads/",
|
1641 |
-
"license": [
|
1642 |
-
"MIT"
|
1643 |
-
],
|
1644 |
-
"authors": [
|
1645 |
-
{
|
1646 |
-
"name": "Paragon Initiative Enterprises",
|
1647 |
-
"email": "security@paragonie.com",
|
1648 |
-
"homepage": "https://paragonie.com",
|
1649 |
-
"role": "Maintainer"
|
1650 |
-
},
|
1651 |
-
{
|
1652 |
-
"name": "Steve 'Sc00bz' Thomas",
|
1653 |
-
"email": "steve@tobtu.com",
|
1654 |
-
"homepage": "https://www.tobtu.com",
|
1655 |
-
"role": "Original Developer"
|
1656 |
-
}
|
1657 |
-
],
|
1658 |
-
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
1659 |
-
"keywords": [
|
1660 |
-
"base16",
|
1661 |
-
"base32",
|
1662 |
-
"base32_decode",
|
1663 |
-
"base32_encode",
|
1664 |
-
"base64",
|
1665 |
-
"base64_decode",
|
1666 |
-
"base64_encode",
|
1667 |
-
"bin2hex",
|
1668 |
-
"encoding",
|
1669 |
-
"hex",
|
1670 |
-
"hex2bin",
|
1671 |
-
"rfc4648"
|
1672 |
-
],
|
1673 |
-
"support": {
|
1674 |
-
"email": "info@paragonie.com",
|
1675 |
-
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
1676 |
-
"source": "https://github.com/paragonie/constant_time_encoding"
|
1677 |
-
}
|
1678 |
-
},
|
1679 |
-
{
|
1680 |
-
"name": "paragonie/random_compat",
|
1681 |
-
"version": "v9.99.100",
|
1682 |
-
"version_normalized": "9.99.100.0",
|
1683 |
-
"source": {
|
1684 |
-
"type": "git",
|
1685 |
-
"url": "https://github.com/paragonie/random_compat.git",
|
1686 |
-
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
1687 |
-
},
|
1688 |
-
"dist": {
|
1689 |
-
"type": "zip",
|
1690 |
-
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
1691 |
-
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
1692 |
-
"shasum": ""
|
1693 |
-
},
|
1694 |
-
"require": {
|
1695 |
-
"php": ">= 7"
|
1696 |
-
},
|
1697 |
-
"require-dev": {
|
1698 |
-
"phpunit/phpunit": "4.*|5.*",
|
1699 |
-
"vimeo/psalm": "^1"
|
1700 |
-
},
|
1701 |
-
"suggest": {
|
1702 |
-
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
1703 |
-
},
|
1704 |
-
"time": "2020-10-15T08:29:30+00:00",
|
1705 |
-
"type": "library",
|
1706 |
-
"installation-source": "dist",
|
1707 |
-
"notification-url": "https://packagist.org/downloads/",
|
1708 |
-
"license": [
|
1709 |
-
"MIT"
|
1710 |
-
],
|
1711 |
-
"authors": [
|
1712 |
-
{
|
1713 |
-
"name": "Paragon Initiative Enterprises",
|
1714 |
-
"email": "security@paragonie.com",
|
1715 |
-
"homepage": "https://paragonie.com"
|
1716 |
-
}
|
1717 |
-
],
|
1718 |
-
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
1719 |
-
"keywords": [
|
1720 |
-
"csprng",
|
1721 |
-
"polyfill",
|
1722 |
-
"pseudorandom",
|
1723 |
-
"random"
|
1724 |
-
],
|
1725 |
-
"support": {
|
1726 |
-
"email": "info@paragonie.com",
|
1727 |
-
"issues": "https://github.com/paragonie/random_compat/issues",
|
1728 |
-
"source": "https://github.com/paragonie/random_compat"
|
1729 |
-
}
|
1730 |
-
},
|
1731 |
-
{
|
1732 |
-
"name": "phpseclib/bcmath_compat",
|
1733 |
-
"version": "2.0.0",
|
1734 |
-
"version_normalized": "2.0.0.0",
|
1735 |
-
"source": {
|
1736 |
-
"type": "git",
|
1737 |
-
"url": "https://github.com/phpseclib/bcmath_compat.git",
|
1738 |
-
"reference": "fd896dfceffc13d8cf45d2ee3470777a70026f3c"
|
1739 |
-
},
|
1740 |
-
"dist": {
|
1741 |
-
"type": "zip",
|
1742 |
-
"url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/fd896dfceffc13d8cf45d2ee3470777a70026f3c",
|
1743 |
-
"reference": "fd896dfceffc13d8cf45d2ee3470777a70026f3c",
|
1744 |
-
"shasum": ""
|
1745 |
-
},
|
1746 |
-
"require": {
|
1747 |
-
"phpseclib/phpseclib": "^3.0"
|
1748 |
-
},
|
1749 |
-
"provide": {
|
1750 |
-
"ext-bcmath": "8.0.0"
|
1751 |
-
},
|
1752 |
-
"require-dev": {
|
1753 |
-
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
|
1754 |
-
"squizlabs/php_codesniffer": "^3.0"
|
1755 |
-
},
|
1756 |
-
"suggest": {
|
1757 |
-
"ext-gmp": "Will enable faster math operations"
|
1758 |
-
},
|
1759 |
-
"time": "2020-12-22T16:38:51+00:00",
|
1760 |
-
"type": "library",
|
1761 |
-
"installation-source": "dist",
|
1762 |
-
"autoload": {
|
1763 |
-
"files": [
|
1764 |
-
"lib/bcmath.php"
|
1765 |
-
],
|
1766 |
-
"psr-4": {
|
1767 |
-
"bcmath_compat\\": "src"
|
1768 |
-
}
|
1769 |
-
},
|
1770 |
-
"notification-url": "https://packagist.org/downloads/",
|
1771 |
-
"license": [
|
1772 |
-
"MIT"
|
1773 |
-
],
|
1774 |
-
"authors": [
|
1775 |
-
{
|
1776 |
-
"name": "Jim Wigginton",
|
1777 |
-
"email": "terrafrost@php.net",
|
1778 |
-
"homepage": "http://phpseclib.sourceforge.net"
|
1779 |
-
}
|
1780 |
-
],
|
1781 |
-
"description": "PHP 5.x/7.x polyfill for bcmath extension",
|
1782 |
-
"keywords": [
|
1783 |
-
"BigInteger",
|
1784 |
-
"bcmath",
|
1785 |
-
"bigdecimal",
|
1786 |
-
"math",
|
1787 |
-
"polyfill"
|
1788 |
-
],
|
1789 |
-
"support": {
|
1790 |
-
"email": "terrafrost@php.net",
|
1791 |
-
"issues": "https://github.com/phpseclib/bcmath_compat/issues",
|
1792 |
-
"source": "https://github.com/phpseclib/bcmath_compat"
|
1793 |
-
}
|
1794 |
-
},
|
1795 |
-
{
|
1796 |
-
"name": "phpseclib/phpseclib",
|
1797 |
-
"version": "3.0.12",
|
1798 |
-
"version_normalized": "3.0.12.0",
|
1799 |
-
"source": {
|
1800 |
-
"type": "git",
|
1801 |
-
"url": "https://github.com/phpseclib/phpseclib.git",
|
1802 |
-
"reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb"
|
1803 |
-
},
|
1804 |
-
"dist": {
|
1805 |
-
"type": "zip",
|
1806 |
-
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
|
1807 |
-
"reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
|
1808 |
-
"shasum": ""
|
1809 |
-
},
|
1810 |
-
"require": {
|
1811 |
-
"paragonie/constant_time_encoding": "^1|^2",
|
1812 |
-
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
1813 |
-
"php": ">=5.6.1"
|
1814 |
-
},
|
1815 |
-
"require-dev": {
|
1816 |
-
"phing/phing": "~2.7",
|
1817 |
-
"phpunit/phpunit": "^5.7|^6.0|^9.4",
|
1818 |
-
"squizlabs/php_codesniffer": "~2.0"
|
1819 |
-
},
|
1820 |
-
"suggest": {
|
1821 |
-
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
1822 |
-
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
1823 |
-
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
1824 |
-
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
1825 |
-
},
|
1826 |
-
"time": "2021-11-28T23:46:03+00:00",
|
1827 |
-
"type": "library",
|
1828 |
-
"installation-source": "dist",
|
1829 |
-
"autoload": {
|
1830 |
-
"files": [
|
1831 |
-
"phpseclib/bootstrap.php"
|
1832 |
-
],
|
1833 |
-
"psr-4": {
|
1834 |
-
"phpseclib3\\": "phpseclib/"
|
1835 |
-
}
|
1836 |
-
},
|
1837 |
-
"notification-url": "https://packagist.org/downloads/",
|
1838 |
-
"license": [
|
1839 |
-
"MIT"
|
1840 |
-
],
|
1841 |
-
"authors": [
|
1842 |
-
{
|
1843 |
-
"name": "Jim Wigginton",
|
1844 |
-
"email": "terrafrost@php.net",
|
1845 |
-
"role": "Lead Developer"
|
1846 |
-
},
|
1847 |
-
{
|
1848 |
-
"name": "Patrick Monnerat",
|
1849 |
-
"email": "pm@datasphere.ch",
|
1850 |
-
"role": "Developer"
|
1851 |
-
},
|
1852 |
-
{
|
1853 |
-
"name": "Andreas Fischer",
|
1854 |
-
"email": "bantu@phpbb.com",
|
1855 |
-
"role": "Developer"
|
1856 |
-
},
|
1857 |
-
{
|
1858 |
-
"name": "Hans-Jürgen Petrich",
|
1859 |
-
"email": "petrich@tronic-media.com",
|
1860 |
-
"role": "Developer"
|
1861 |
-
},
|
1862 |
-
{
|
1863 |
-
"name": "Graham Campbell",
|
1864 |
-
"email": "graham@alt-three.com",
|
1865 |
-
"role": "Developer"
|
1866 |
-
}
|
1867 |
-
],
|
1868 |
-
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
1869 |
-
"homepage": "http://phpseclib.sourceforge.net",
|
1870 |
-
"keywords": [
|
1871 |
-
"BigInteger",
|
1872 |
-
"aes",
|
1873 |
-
"asn.1",
|
1874 |
-
"asn1",
|
1875 |
-
"blowfish",
|
1876 |
-
"crypto",
|
1877 |
-
"cryptography",
|
1878 |
-
"encryption",
|
1879 |
-
"rsa",
|
1880 |
-
"security",
|
1881 |
-
"sftp",
|
1882 |
-
"signature",
|
1883 |
-
"signing",
|
1884 |
-
"ssh",
|
1885 |
-
"twofish",
|
1886 |
-
"x.509",
|
1887 |
-
"x509"
|
1888 |
-
],
|
1889 |
-
"support": {
|
1890 |
-
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
1891 |
-
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.12"
|
1892 |
-
},
|
1893 |
-
"funding": [
|
1894 |
-
{
|
1895 |
-
"url": "https://github.com/terrafrost",
|
1896 |
-
"type": "github"
|
1897 |
-
},
|
1898 |
-
{
|
1899 |
-
"url": "https://www.patreon.com/phpseclib",
|
1900 |
-
"type": "patreon"
|
1901 |
-
},
|
1902 |
-
{
|
1903 |
-
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
1904 |
-
"type": "tidelift"
|
1905 |
-
}
|
1906 |
-
]
|
1907 |
-
},
|
1908 |
-
{
|
1909 |
-
"name": "psr/cache",
|
1910 |
-
"version": "1.0.1",
|
1911 |
-
"version_normalized": "1.0.1.0",
|
1912 |
-
"source": {
|
1913 |
-
"type": "git",
|
1914 |
-
"url": "https://github.com/php-fig/cache.git",
|
1915 |
-
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
1916 |
-
},
|
1917 |
-
"dist": {
|
1918 |
-
"type": "zip",
|
1919 |
-
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
1920 |
-
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
1921 |
-
"shasum": ""
|
1922 |
-
},
|
1923 |
-
"require": {
|
1924 |
-
"php": ">=5.3.0"
|
1925 |
-
},
|
1926 |
-
"time": "2016-08-06T20:24:11+00:00",
|
1927 |
-
"type": "library",
|
1928 |
-
"extra": {
|
1929 |
-
"branch-alias": {
|
1930 |
-
"dev-master": "1.0.x-dev"
|
1931 |
-
}
|
1932 |
-
},
|
1933 |
-
"installation-source": "dist",
|
1934 |
-
"autoload": {
|
1935 |
-
"psr-4": {
|
1936 |
-
"Psr\\Cache\\": "src/"
|
1937 |
-
}
|
1938 |
-
},
|
1939 |
-
"notification-url": "https://packagist.org/downloads/",
|
1940 |
-
"license": [
|
1941 |
-
"MIT"
|
1942 |
-
],
|
1943 |
-
"authors": [
|
1944 |
-
{
|
1945 |
-
"name": "PHP-FIG",
|
1946 |
-
"homepage": "http://www.php-fig.org/"
|
1947 |
-
}
|
1948 |
-
],
|
1949 |
-
"description": "Common interface for caching libraries",
|
1950 |
-
"keywords": [
|
1951 |
-
"cache",
|
1952 |
-
"psr",
|
1953 |
-
"psr-6"
|
1954 |
-
],
|
1955 |
-
"support": {
|
1956 |
-
"source": "https://github.com/php-fig/cache/tree/master"
|
1957 |
-
}
|
1958 |
-
},
|
1959 |
-
{
|
1960 |
-
"name": "psr/container",
|
1961 |
-
"version": "1.1.1",
|
1962 |
-
"version_normalized": "1.1.1.0",
|
1963 |
-
"source": {
|
1964 |
-
"type": "git",
|
1965 |
-
"url": "https://github.com/php-fig/container.git",
|
1966 |
-
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
1967 |
-
},
|
1968 |
-
"dist": {
|
1969 |
-
"type": "zip",
|
1970 |
-
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
1971 |
-
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
1972 |
-
"shasum": ""
|
1973 |
-
},
|
1974 |
-
"require": {
|
1975 |
-
"php": ">=7.2.0"
|
1976 |
-
},
|
1977 |
-
"time": "2021-03-05T17:36:06+00:00",
|
1978 |
-
"type": "library",
|
1979 |
-
"installation-source": "dist",
|
1980 |
-
"autoload": {
|
1981 |
-
"psr-4": {
|
1982 |
-
"Psr\\Container\\": "src/"
|
1983 |
-
}
|
1984 |
-
},
|
1985 |
-
"notification-url": "https://packagist.org/downloads/",
|
1986 |
-
"license": [
|
1987 |
-
"MIT"
|
1988 |
-
],
|
1989 |
-
"authors": [
|
1990 |
-
{
|
1991 |
-
"name": "PHP-FIG",
|
1992 |
-
"homepage": "https://www.php-fig.org/"
|
1993 |
-
}
|
1994 |
-
],
|
1995 |
-
"description": "Common Container Interface (PHP FIG PSR-11)",
|
1996 |
-
"homepage": "https://github.com/php-fig/container",
|
1997 |
-
"keywords": [
|
1998 |
-
"PSR-11",
|
1999 |
-
"container",
|
2000 |
-
"container-interface",
|
2001 |
-
"container-interop",
|
2002 |
-
"psr"
|
2003 |
-
],
|
2004 |
-
"support": {
|
2005 |
-
"issues": "https://github.com/php-fig/container/issues",
|
2006 |
-
"source": "https://github.com/php-fig/container/tree/1.1.1"
|
2007 |
-
}
|
2008 |
-
},
|
2009 |
-
{
|
2010 |
-
"name": "psr/http-client",
|
2011 |
-
"version": "1.0.1",
|
2012 |
-
"version_normalized": "1.0.1.0",
|
2013 |
-
"source": {
|
2014 |
-
"type": "git",
|
2015 |
-
"url": "https://github.com/php-fig/http-client.git",
|
2016 |
-
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
2017 |
-
},
|
2018 |
-
"dist": {
|
2019 |
-
"type": "zip",
|
2020 |
-
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
2021 |
-
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
2022 |
-
"shasum": ""
|
2023 |
-
},
|
2024 |
-
"require": {
|
2025 |
-
"php": "^7.0 || ^8.0",
|
2026 |
-
"psr/http-message": "^1.0"
|
2027 |
-
},
|
2028 |
-
"time": "2020-06-29T06:28:15+00:00",
|
2029 |
-
"type": "library",
|
2030 |
-
"extra": {
|
2031 |
-
"branch-alias": {
|
2032 |
-
"dev-master": "1.0.x-dev"
|
2033 |
-
}
|
2034 |
-
},
|
2035 |
-
"installation-source": "dist",
|
2036 |
-
"autoload": {
|
2037 |
-
"psr-4": {
|
2038 |
-
"Psr\\Http\\Client\\": "src/"
|
2039 |
-
}
|
2040 |
-
},
|
2041 |
-
"notification-url": "https://packagist.org/downloads/",
|
2042 |
-
"license": [
|
2043 |
-
"MIT"
|
2044 |
-
],
|
2045 |
-
"authors": [
|
2046 |
-
{
|
2047 |
-
"name": "PHP-FIG",
|
2048 |
-
"homepage": "http://www.php-fig.org/"
|
2049 |
-
}
|
2050 |
-
],
|
2051 |
-
"description": "Common interface for HTTP clients",
|
2052 |
-
"homepage": "https://github.com/php-fig/http-client",
|
2053 |
-
"keywords": [
|
2054 |
-
"http",
|
2055 |
-
"http-client",
|
2056 |
-
"psr",
|
2057 |
-
"psr-18"
|
2058 |
-
],
|
2059 |
-
"support": {
|
2060 |
-
"source": "https://github.com/php-fig/http-client/tree/master"
|
2061 |
-
}
|
2062 |
-
},
|
2063 |
-
{
|
2064 |
-
"name": "psr/http-factory",
|
2065 |
-
"version": "1.0.1",
|
2066 |
-
"version_normalized": "1.0.1.0",
|
2067 |
-
"source": {
|
2068 |
-
"type": "git",
|
2069 |
-
"url": "https://github.com/php-fig/http-factory.git",
|
2070 |
-
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
2071 |
-
},
|
2072 |
-
"dist": {
|
2073 |
-
"type": "zip",
|
2074 |
-
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
2075 |
-
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
2076 |
-
"shasum": ""
|
2077 |
-
},
|
2078 |
-
"require": {
|
2079 |
-
"php": ">=7.0.0",
|
2080 |
-
"psr/http-message": "^1.0"
|
2081 |
-
},
|
2082 |
-
"time": "2019-04-30T12:38:16+00:00",
|
2083 |
-
"type": "library",
|
2084 |
-
"extra": {
|
2085 |
-
"branch-alias": {
|
2086 |
-
"dev-master": "1.0.x-dev"
|
2087 |
-
}
|
2088 |
-
},
|
2089 |
-
"installation-source": "dist",
|
2090 |
-
"autoload": {
|
2091 |
-
"psr-4": {
|
2092 |
-
"Psr\\Http\\Message\\": "src/"
|
2093 |
-
}
|
2094 |
-
},
|
2095 |
-
"notification-url": "https://packagist.org/downloads/",
|
2096 |
-
"license": [
|
2097 |
-
"MIT"
|
2098 |
-
],
|
2099 |
-
"authors": [
|
2100 |
-
{
|
2101 |
-
"name": "PHP-FIG",
|
2102 |
-
"homepage": "http://www.php-fig.org/"
|
2103 |
-
}
|
2104 |
-
],
|
2105 |
-
"description": "Common interfaces for PSR-7 HTTP message factories",
|
2106 |
-
"keywords": [
|
2107 |
-
"factory",
|
2108 |
-
"http",
|
2109 |
-
"message",
|
2110 |
-
"psr",
|
2111 |
-
"psr-17",
|
2112 |
-
"psr-7",
|
2113 |
-
"request",
|
2114 |
-
"response"
|
2115 |
-
],
|
2116 |
-
"support": {
|
2117 |
-
"source": "https://github.com/php-fig/http-factory/tree/master"
|
2118 |
-
}
|
2119 |
-
},
|
2120 |
-
{
|
2121 |
-
"name": "psr/http-message",
|
2122 |
-
"version": "1.0.1",
|
2123 |
-
"version_normalized": "1.0.1.0",
|
2124 |
-
"source": {
|
2125 |
-
"type": "git",
|
2126 |
-
"url": "https://github.com/php-fig/http-message.git",
|
2127 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
2128 |
-
},
|
2129 |
-
"dist": {
|
2130 |
-
"type": "zip",
|
2131 |
-
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
2132 |
-
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
2133 |
-
"shasum": ""
|
2134 |
-
},
|
2135 |
-
"require": {
|
2136 |
-
"php": ">=5.3.0"
|
2137 |
-
},
|
2138 |
-
"time": "2016-08-06T14:39:51+00:00",
|
2139 |
-
"type": "library",
|
2140 |
-
"extra": {
|
2141 |
-
"branch-alias": {
|
2142 |
-
"dev-master": "1.0.x-dev"
|
2143 |
-
}
|
2144 |
-
},
|
2145 |
-
"installation-source": "dist",
|
2146 |
-
"autoload": {
|
2147 |
-
"psr-4": {
|
2148 |
-
"Psr\\Http\\Message\\": "src/"
|
2149 |
-
}
|
2150 |
-
},
|
2151 |
-
"notification-url": "https://packagist.org/downloads/",
|
2152 |
-
"license": [
|
2153 |
-
"MIT"
|
2154 |
-
],
|
2155 |
-
"authors": [
|
2156 |
-
{
|
2157 |
-
"name": "PHP-FIG",
|
2158 |
-
"homepage": "http://www.php-fig.org/"
|
2159 |
-
}
|
2160 |
-
],
|
2161 |
-
"description": "Common interface for HTTP messages",
|
2162 |
-
"homepage": "https://github.com/php-fig/http-message",
|
2163 |
-
"keywords": [
|
2164 |
-
"http",
|
2165 |
-
"http-message",
|
2166 |
-
"psr",
|
2167 |
-
"psr-7",
|
2168 |
-
"request",
|
2169 |
-
"response"
|
2170 |
-
],
|
2171 |
-
"support": {
|
2172 |
-
"source": "https://github.com/php-fig/http-message/tree/master"
|
2173 |
-
}
|
2174 |
-
},
|
2175 |
-
{
|
2176 |
-
"name": "psr/log",
|
2177 |
-
"version": "1.1.4",
|
2178 |
-
"version_normalized": "1.1.4.0",
|
2179 |
-
"source": {
|
2180 |
-
"type": "git",
|
2181 |
-
"url": "https://github.com/php-fig/log.git",
|
2182 |
-
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
2183 |
-
},
|
2184 |
-
"dist": {
|
2185 |
-
"type": "zip",
|
2186 |
-
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
2187 |
-
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
2188 |
-
"shasum": ""
|
2189 |
-
},
|
2190 |
-
"require": {
|
2191 |
-
"php": ">=5.3.0"
|
2192 |
-
},
|
2193 |
-
"time": "2021-05-03T11:20:27+00:00",
|
2194 |
-
"type": "library",
|
2195 |
-
"extra": {
|
2196 |
-
"branch-alias": {
|
2197 |
-
"dev-master": "1.1.x-dev"
|
2198 |
-
}
|
2199 |
-
},
|
2200 |
-
"installation-source": "dist",
|
2201 |
-
"autoload": {
|
2202 |
-
"psr-4": {
|
2203 |
-
"Psr\\Log\\": "Psr/Log/"
|
2204 |
-
}
|
2205 |
-
},
|
2206 |
-
"notification-url": "https://packagist.org/downloads/",
|
2207 |
-
"license": [
|
2208 |
-
"MIT"
|
2209 |
-
],
|
2210 |
-
"authors": [
|
2211 |
-
{
|
2212 |
-
"name": "PHP-FIG",
|
2213 |
-
"homepage": "https://www.php-fig.org/"
|
2214 |
-
}
|
2215 |
-
],
|
2216 |
-
"description": "Common interface for logging libraries",
|
2217 |
-
"homepage": "https://github.com/php-fig/log",
|
2218 |
-
"keywords": [
|
2219 |
-
"log",
|
2220 |
-
"psr",
|
2221 |
-
"psr-3"
|
2222 |
-
],
|
2223 |
-
"support": {
|
2224 |
-
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
2225 |
-
}
|
2226 |
-
},
|
2227 |
-
{
|
2228 |
-
"name": "ralouphie/getallheaders",
|
2229 |
-
"version": "3.0.3",
|
2230 |
-
"version_normalized": "3.0.3.0",
|
2231 |
-
"source": {
|
2232 |
-
"type": "git",
|
2233 |
-
"url": "https://github.com/ralouphie/getallheaders.git",
|
2234 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
2235 |
-
},
|
2236 |
-
"dist": {
|
2237 |
-
"type": "zip",
|
2238 |
-
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
2239 |
-
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
2240 |
-
"shasum": ""
|
2241 |
-
},
|
2242 |
-
"require": {
|
2243 |
-
"php": ">=5.6"
|
2244 |
-
},
|
2245 |
-
"require-dev": {
|
2246 |
-
"php-coveralls/php-coveralls": "^2.1",
|
2247 |
-
"phpunit/phpunit": "^5 || ^6.5"
|
2248 |
-
},
|
2249 |
-
"time": "2019-03-08T08:55:37+00:00",
|
2250 |
-
"type": "library",
|
2251 |
-
"installation-source": "dist",
|
2252 |
-
"autoload": {
|
2253 |
-
"files": [
|
2254 |
-
"src/getallheaders.php"
|
2255 |
-
]
|
2256 |
-
},
|
2257 |
-
"notification-url": "https://packagist.org/downloads/",
|
2258 |
-
"license": [
|
2259 |
-
"MIT"
|
2260 |
-
],
|
2261 |
-
"authors": [
|
2262 |
-
{
|
2263 |
-
"name": "Ralph Khattar",
|
2264 |
-
"email": "ralph.khattar@gmail.com"
|
2265 |
-
}
|
2266 |
-
],
|
2267 |
-
"description": "A polyfill for getallheaders.",
|
2268 |
-
"support": {
|
2269 |
-
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
2270 |
-
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
2271 |
-
}
|
2272 |
-
},
|
2273 |
-
{
|
2274 |
-
"name": "symfony/deprecation-contracts",
|
2275 |
-
"version": "v2.5.0",
|
2276 |
-
"version_normalized": "2.5.0.0",
|
2277 |
-
"source": {
|
2278 |
-
"type": "git",
|
2279 |
-
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2280 |
-
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
2281 |
-
},
|
2282 |
-
"dist": {
|
2283 |
-
"type": "zip",
|
2284 |
-
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
2285 |
-
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
2286 |
-
"shasum": ""
|
2287 |
-
},
|
2288 |
-
"require": {
|
2289 |
-
"php": ">=7.1"
|
2290 |
-
},
|
2291 |
-
"time": "2021-07-12T14:48:14+00:00",
|
2292 |
-
"type": "library",
|
2293 |
-
"extra": {
|
2294 |
-
"branch-alias": {
|
2295 |
-
"dev-main": "2.5-dev"
|
2296 |
-
},
|
2297 |
-
"thanks": {
|
2298 |
-
"name": "symfony/contracts",
|
2299 |
-
"url": "https://github.com/symfony/contracts"
|
2300 |
-
}
|
2301 |
-
},
|
2302 |
-
"installation-source": "dist",
|
2303 |
-
"autoload": {
|
2304 |
-
"files": [
|
2305 |
-
"function.php"
|
2306 |
-
]
|
2307 |
-
},
|
2308 |
-
"notification-url": "https://packagist.org/downloads/",
|
2309 |
-
"license": [
|
2310 |
-
"MIT"
|
2311 |
-
],
|
2312 |
-
"authors": [
|
2313 |
-
{
|
2314 |
-
"name": "Nicolas Grekas",
|
2315 |
-
"email": "p@tchwork.com"
|
2316 |
-
},
|
2317 |
-
{
|
2318 |
-
"name": "Symfony Community",
|
2319 |
-
"homepage": "https://symfony.com/contributors"
|
2320 |
-
}
|
2321 |
-
],
|
2322 |
-
"description": "A generic function and convention to trigger deprecation notices",
|
2323 |
-
"homepage": "https://symfony.com",
|
2324 |
-
"support": {
|
2325 |
-
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
|
2326 |
-
},
|
2327 |
-
"funding": [
|
2328 |
-
{
|
2329 |
-
"url": "https://symfony.com/sponsor",
|
2330 |
-
"type": "custom"
|
2331 |
-
},
|
2332 |
-
{
|
2333 |
-
"url": "https://github.com/fabpot",
|
2334 |
-
"type": "github"
|
2335 |
-
},
|
2336 |
-
{
|
2337 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2338 |
-
"type": "tidelift"
|
2339 |
-
}
|
2340 |
-
]
|
2341 |
-
},
|
2342 |
-
{
|
2343 |
-
"name": "symfony/polyfill-ctype",
|
2344 |
-
"version": "v1.22.1",
|
2345 |
-
"version_normalized": "1.22.1.0",
|
2346 |
-
"source": {
|
2347 |
-
"type": "git",
|
2348 |
-
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2349 |
-
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
|
2350 |
-
},
|
2351 |
-
"dist": {
|
2352 |
-
"type": "zip",
|
2353 |
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
|
2354 |
-
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
|
2355 |
-
"shasum": ""
|
2356 |
-
},
|
2357 |
-
"require": {
|
2358 |
-
"php": ">=7.1"
|
2359 |
-
},
|
2360 |
-
"suggest": {
|
2361 |
-
"ext-ctype": "For best performance"
|
2362 |
-
},
|
2363 |
-
"time": "2021-01-07T16:49:33+00:00",
|
2364 |
-
"type": "library",
|
2365 |
-
"extra": {
|
2366 |
-
"branch-alias": {
|
2367 |
-
"dev-main": "1.22-dev"
|
2368 |
-
},
|
2369 |
-
"thanks": {
|
2370 |
-
"name": "symfony/polyfill",
|
2371 |
-
"url": "https://github.com/symfony/polyfill"
|
2372 |
-
}
|
2373 |
-
},
|
2374 |
-
"installation-source": "dist",
|
2375 |
-
"autoload": {
|
2376 |
-
"psr-4": {
|
2377 |
-
"Symfony\\Polyfill\\Ctype\\": ""
|
2378 |
-
},
|
2379 |
-
"files": [
|
2380 |
-
"bootstrap.php"
|
2381 |
-
]
|
2382 |
-
},
|
2383 |
-
"notification-url": "https://packagist.org/downloads/",
|
2384 |
-
"license": [
|
2385 |
-
"MIT"
|
2386 |
-
],
|
2387 |
-
"authors": [
|
2388 |
-
{
|
2389 |
-
"name": "Gert de Pagter",
|
2390 |
-
"email": "BackEndTea@gmail.com"
|
2391 |
-
},
|
2392 |
-
{
|
2393 |
-
"name": "Symfony Community",
|
2394 |
-
"homepage": "https://symfony.com/contributors"
|
2395 |
-
}
|
2396 |
-
],
|
2397 |
-
"description": "Symfony polyfill for ctype functions",
|
2398 |
-
"homepage": "https://symfony.com",
|
2399 |
-
"keywords": [
|
2400 |
-
"compatibility",
|
2401 |
-
"ctype",
|
2402 |
-
"polyfill",
|
2403 |
-
"portable"
|
2404 |
-
],
|
2405 |
-
"support": {
|
2406 |
-
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
|
2407 |
-
},
|
2408 |
-
"funding": [
|
2409 |
-
{
|
2410 |
-
"url": "https://symfony.com/sponsor",
|
2411 |
-
"type": "custom"
|
2412 |
-
},
|
2413 |
-
{
|
2414 |
-
"url": "https://github.com/fabpot",
|
2415 |
-
"type": "github"
|
2416 |
-
},
|
2417 |
-
{
|
2418 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2419 |
-
"type": "tidelift"
|
2420 |
-
}
|
2421 |
-
]
|
2422 |
-
},
|
2423 |
-
{
|
2424 |
-
"name": "symfony/polyfill-php73",
|
2425 |
-
"version": "v1.22.1",
|
2426 |
-
"version_normalized": "1.22.1.0",
|
2427 |
-
"source": {
|
2428 |
-
"type": "git",
|
2429 |
-
"url": "https://github.com/symfony/polyfill-php73.git",
|
2430 |
-
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
|
2431 |
-
},
|
2432 |
-
"dist": {
|
2433 |
-
"type": "zip",
|
2434 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
|
2435 |
-
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
|
2436 |
-
"shasum": ""
|
2437 |
-
},
|
2438 |
-
"require": {
|
2439 |
-
"php": ">=7.1"
|
2440 |
-
},
|
2441 |
-
"time": "2021-01-07T16:49:33+00:00",
|
2442 |
-
"type": "library",
|
2443 |
-
"extra": {
|
2444 |
-
"branch-alias": {
|
2445 |
-
"dev-main": "1.22-dev"
|
2446 |
-
},
|
2447 |
-
"thanks": {
|
2448 |
-
"name": "symfony/polyfill",
|
2449 |
-
"url": "https://github.com/symfony/polyfill"
|
2450 |
-
}
|
2451 |
-
},
|
2452 |
-
"installation-source": "dist",
|
2453 |
-
"autoload": {
|
2454 |
-
"psr-4": {
|
2455 |
-
"Symfony\\Polyfill\\Php73\\": ""
|
2456 |
},
|
2457 |
-
"
|
2458 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2459 |
],
|
2460 |
-
"
|
2461 |
-
|
2462 |
-
|
2463 |
-
|
2464 |
-
|
2465 |
-
|
2466 |
-
|
2467 |
-
|
2468 |
-
|
2469 |
-
{
|
2470 |
-
"name": "Nicolas Grekas",
|
2471 |
-
"email": "p@tchwork.com"
|
2472 |
-
},
|
2473 |
-
{
|
2474 |
-
"name": "Symfony Community",
|
2475 |
-
"homepage": "https://symfony.com/contributors"
|
2476 |
-
}
|
2477 |
-
],
|
2478 |
-
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
2479 |
-
"homepage": "https://symfony.com",
|
2480 |
-
"keywords": [
|
2481 |
-
"compatibility",
|
2482 |
-
"polyfill",
|
2483 |
-
"portable",
|
2484 |
-
"shim"
|
2485 |
-
],
|
2486 |
-
"support": {
|
2487 |
-
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
|
2488 |
-
},
|
2489 |
-
"funding": [
|
2490 |
-
{
|
2491 |
-
"url": "https://symfony.com/sponsor",
|
2492 |
-
"type": "custom"
|
2493 |
-
},
|
2494 |
-
{
|
2495 |
-
"url": "https://github.com/fabpot",
|
2496 |
-
"type": "github"
|
2497 |
-
},
|
2498 |
-
{
|
2499 |
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2500 |
-
"type": "tidelift"
|
2501 |
-
}
|
2502 |
-
]
|
2503 |
-
},
|
2504 |
-
{
|
2505 |
-
"name": "symfony/polyfill-php80",
|
2506 |
-
"version": "v1.24.0",
|
2507 |
-
"version_normalized": "1.24.0.0",
|
2508 |
-
"source": {
|
2509 |
-
"type": "git",
|
2510 |
-
"url": "https://github.com/symfony/polyfill-php80.git",
|
2511 |
-
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
|
2512 |
-
},
|
2513 |
-
"dist": {
|
2514 |
-
"type": "zip",
|
2515 |
-
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
|
2516 |
-
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
|
2517 |
-
"shasum": ""
|
2518 |
-
},
|
2519 |
-
"require": {
|
2520 |
-
"php": ">=7.1"
|
2521 |
-
},
|
2522 |
-
"time": "2021-09-13T13:58:33+00:00",
|
2523 |
-
"type": "library",
|
2524 |
-
"extra": {
|
2525 |
-
"branch-alias": {
|
2526 |
-
"dev-main": "1.23-dev"
|
2527 |
-
},
|
2528 |
-
"thanks": {
|
2529 |
-
"name": "symfony/polyfill",
|
2530 |
-
"url": "https://github.com/symfony/polyfill"
|
2531 |
-
}
|
2532 |
-
},
|
2533 |
-
"installation-source": "dist",
|
2534 |
-
"autoload": {
|
2535 |
-
"files": [
|
2536 |
-
"bootstrap.php"
|
2537 |
],
|
2538 |
-
"
|
2539 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2540 |
},
|
2541 |
-
"
|
2542 |
-
|
2543 |
-
|
2544 |
-
|
2545 |
-
|
2546 |
-
|
2547 |
-
|
2548 |
-
|
2549 |
-
|
2550 |
-
|
2551 |
-
|
2552 |
-
|
2553 |
-
|
2554 |
-
|
2555 |
-
|
2556 |
-
|
2557 |
-
|
2558 |
-
|
2559 |
-
|
2560 |
-
|
2561 |
-
|
2562 |
-
|
2563 |
-
|
2564 |
-
|
2565 |
-
|
2566 |
-
"
|
2567 |
-
|
2568 |
-
|
2569 |
-
|
2570 |
-
|
2571 |
-
|
2572 |
-
"
|
2573 |
-
|
2574 |
-
|
2575 |
-
|
2576 |
-
|
2577 |
-
|
2578 |
-
|
2579 |
-
|
2580 |
-
|
2581 |
-
"
|
2582 |
-
|
2583 |
-
|
2584 |
-
|
2585 |
-
|
2586 |
-
|
2587 |
-
|
2588 |
-
|
2589 |
-
|
2590 |
-
|
2591 |
-
|
2592 |
-
|
2593 |
-
|
2594 |
-
|
2595 |
-
|
2596 |
-
|
2597 |
-
|
2598 |
-
|
2599 |
-
"
|
2600 |
-
|
2601 |
-
|
2602 |
-
"
|
2603 |
-
|
2604 |
-
|
2605 |
-
|
2606 |
-
|
2607 |
-
|
2608 |
-
|
2609 |
-
|
2610 |
-
|
2611 |
-
|
2612 |
-
|
2613 |
-
|
2614 |
-
|
2615 |
-
|
2616 |
-
"
|
2617 |
-
|
2618 |
-
|
2619 |
-
|
2620 |
-
|
2621 |
-
|
2622 |
-
|
2623 |
-
|
2624 |
-
|
2625 |
-
|
2626 |
-
|
2627 |
-
|
2628 |
-
|
2629 |
-
|
2630 |
-
|
2631 |
-
|
2632 |
-
|
2633 |
-
|
2634 |
-
|
2635 |
-
|
2636 |
-
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
2640 |
-
|
2641 |
-
|
2642 |
-
|
2643 |
-
|
2644 |
-
"
|
2645 |
-
"
|
2646 |
-
"
|
2647 |
-
"
|
2648 |
-
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
2652 |
-
"
|
2653 |
-
|
2654 |
-
|
2655 |
-
|
2656 |
-
"
|
2657 |
-
|
2658 |
-
|
2659 |
-
|
2660 |
-
|
2661 |
-
|
2662 |
-
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
|
2667 |
-
|
2668 |
-
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
2673 |
-
|
2674 |
-
|
2675 |
-
"
|
2676 |
-
"
|
2677 |
-
|
2678 |
-
|
2679 |
-
|
2680 |
-
|
2681 |
-
"
|
2682 |
-
"
|
2683 |
-
|
2684 |
-
|
2685 |
-
"
|
2686 |
-
|
2687 |
-
|
2688 |
-
|
2689 |
-
|
2690 |
-
|
2691 |
-
|
2692 |
-
|
2693 |
-
|
2694 |
-
|
2695 |
-
"
|
2696 |
-
"
|
2697 |
-
"
|
2698 |
-
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
2703 |
-
|
2704 |
-
|
2705 |
-
"
|
2706 |
-
|
2707 |
-
|
2708 |
-
"
|
2709 |
-
|
2710 |
-
|
2711 |
-
|
2712 |
-
|
2713 |
-
|
2714 |
-
|
2715 |
-
|
2716 |
-
|
2717 |
-
|
2718 |
-
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
|
2724 |
-
|
2725 |
-
"
|
2726 |
-
"
|
2727 |
-
"
|
2728 |
-
"
|
2729 |
-
|
2730 |
-
|
2731 |
-
|
2732 |
-
|
2733 |
-
"
|
2734 |
-
|
2735 |
-
|
2736 |
-
|
2737 |
-
|
2738 |
-
|
2739 |
-
"
|
2740 |
-
"
|
2741 |
-
|
2742 |
-
|
2743 |
-
"/
|
2744 |
-
|
2745 |
-
|
2746 |
-
|
2747 |
-
|
2748 |
-
"
|
2749 |
-
|
2750 |
-
|
2751 |
-
|
2752 |
-
"
|
2753 |
-
"
|
2754 |
-
|
2755 |
-
|
2756 |
-
"
|
2757 |
-
|
2758 |
-
|
2759 |
-
|
2760 |
-
|
2761 |
-
|
2762 |
-
|
2763 |
-
|
2764 |
-
|
2765 |
-
|
2766 |
-
|
2767 |
-
"
|
2768 |
-
"
|
2769 |
-
|
2770 |
-
|
2771 |
-
"
|
2772 |
-
"
|
2773 |
-
|
2774 |
-
|
2775 |
-
"
|
2776 |
-
"
|
2777 |
-
}
|
2778 |
-
|
2779 |
-
|
2780 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"packages": [
|
3 |
+
{
|
4 |
+
"name": "automattic/jetpack-a8c-mc-stats",
|
5 |
+
"version": "1.4.1",
|
6 |
+
"version_normalized": "1.4.1.0",
|
7 |
+
"source": {
|
8 |
+
"type": "git",
|
9 |
+
"url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
|
10 |
+
"reference": "b2f6b20aa3046848391593e6a18f87ae3797e888"
|
11 |
+
},
|
12 |
+
"dist": {
|
13 |
+
"type": "zip",
|
14 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/b2f6b20aa3046848391593e6a18f87ae3797e888",
|
15 |
+
"reference": "b2f6b20aa3046848391593e6a18f87ae3797e888",
|
16 |
+
"shasum": ""
|
17 |
+
},
|
18 |
+
"require-dev": {
|
19 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
20 |
+
},
|
21 |
+
"time": "2021-02-05T19:06:50+00:00",
|
22 |
+
"type": "library",
|
23 |
+
"extra": {
|
24 |
+
"mirror-repo": "Automattic/jetpack-a8c-mc-stats"
|
25 |
+
},
|
26 |
+
"installation-source": "dist",
|
27 |
+
"autoload": {
|
28 |
+
"classmap": [
|
29 |
+
"src/"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
"notification-url": "https://packagist.org/downloads/",
|
33 |
+
"license": [
|
34 |
+
"GPL-2.0-or-later"
|
35 |
+
],
|
36 |
+
"description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
|
37 |
+
"support": {
|
38 |
+
"source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/1.4.1"
|
39 |
+
},
|
40 |
+
"install-path": "../automattic/jetpack-a8c-mc-stats"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"name": "automattic/jetpack-assets",
|
44 |
+
"version": "v1.11.2",
|
45 |
+
"version_normalized": "1.11.2.0",
|
46 |
+
"source": {
|
47 |
+
"type": "git",
|
48 |
+
"url": "https://github.com/Automattic/jetpack-assets.git",
|
49 |
+
"reference": "833a6840b5f39ef05b2a65def8a1e61dc7c45a7a"
|
50 |
+
},
|
51 |
+
"dist": {
|
52 |
+
"type": "zip",
|
53 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/833a6840b5f39ef05b2a65def8a1e61dc7c45a7a",
|
54 |
+
"reference": "833a6840b5f39ef05b2a65def8a1e61dc7c45a7a",
|
55 |
+
"shasum": ""
|
56 |
+
},
|
57 |
+
"require": {
|
58 |
+
"automattic/jetpack-constants": "1.6.2"
|
59 |
+
},
|
60 |
+
"require-dev": {
|
61 |
+
"brain/monkey": "2.6.0",
|
62 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
63 |
+
},
|
64 |
+
"time": "2021-02-23T14:58:20+00:00",
|
65 |
+
"type": "library",
|
66 |
+
"extra": {
|
67 |
+
"mirror-repo": "Automattic/jetpack-assets"
|
68 |
+
},
|
69 |
+
"installation-source": "dist",
|
70 |
+
"autoload": {
|
71 |
+
"classmap": [
|
72 |
+
"src/"
|
73 |
+
]
|
74 |
+
},
|
75 |
+
"notification-url": "https://packagist.org/downloads/",
|
76 |
+
"license": [
|
77 |
+
"GPL-2.0-or-later"
|
78 |
+
],
|
79 |
+
"description": "Asset management utilities for Jetpack ecosystem packages",
|
80 |
+
"support": {
|
81 |
+
"source": "https://github.com/Automattic/jetpack-assets/tree/v1.11.2"
|
82 |
+
},
|
83 |
+
"install-path": "../automattic/jetpack-assets"
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"name": "automattic/jetpack-autoloader",
|
87 |
+
"version": "v2.10.0",
|
88 |
+
"version_normalized": "2.10.0.0",
|
89 |
+
"source": {
|
90 |
+
"type": "git",
|
91 |
+
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
92 |
+
"reference": "6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6"
|
93 |
+
},
|
94 |
+
"dist": {
|
95 |
+
"type": "zip",
|
96 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6",
|
97 |
+
"reference": "6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6",
|
98 |
+
"shasum": ""
|
99 |
+
},
|
100 |
+
"require": {
|
101 |
+
"composer-plugin-api": "^1.1 || ^2.0"
|
102 |
+
},
|
103 |
+
"require-dev": {
|
104 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
105 |
+
},
|
106 |
+
"time": "2021-02-09T18:24:48+00:00",
|
107 |
+
"type": "composer-plugin",
|
108 |
+
"extra": {
|
109 |
+
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
|
110 |
+
"mirror-repo": "Automattic/jetpack-autoloader"
|
111 |
+
},
|
112 |
+
"installation-source": "dist",
|
113 |
+
"autoload": {
|
114 |
+
"classmap": [
|
115 |
+
"src/AutoloadGenerator.php"
|
116 |
+
],
|
117 |
+
"psr-4": {
|
118 |
+
"Automattic\\Jetpack\\Autoloader\\": "src"
|
119 |
+
}
|
120 |
+
},
|
121 |
+
"notification-url": "https://packagist.org/downloads/",
|
122 |
+
"license": [
|
123 |
+
"GPL-2.0-or-later"
|
124 |
+
],
|
125 |
+
"description": "Creates a custom autoloader for a plugin or theme.",
|
126 |
+
"support": {
|
127 |
+
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.10.0"
|
128 |
+
},
|
129 |
+
"install-path": "../automattic/jetpack-autoloader"
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"name": "automattic/jetpack-config",
|
133 |
+
"version": "v1.4.3",
|
134 |
+
"version_normalized": "1.4.3.0",
|
135 |
+
"source": {
|
136 |
+
"type": "git",
|
137 |
+
"url": "https://github.com/Automattic/jetpack-config.git",
|
138 |
+
"reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066"
|
139 |
+
},
|
140 |
+
"dist": {
|
141 |
+
"type": "zip",
|
142 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
|
143 |
+
"reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
|
144 |
+
"shasum": ""
|
145 |
+
},
|
146 |
+
"time": "2021-01-19T14:25:05+00:00",
|
147 |
+
"type": "library",
|
148 |
+
"extra": {
|
149 |
+
"mirror-repo": "Automattic/jetpack-config"
|
150 |
+
},
|
151 |
+
"installation-source": "dist",
|
152 |
+
"autoload": {
|
153 |
+
"classmap": [
|
154 |
+
"src/"
|
155 |
+
]
|
156 |
+
},
|
157 |
+
"notification-url": "https://packagist.org/downloads/",
|
158 |
+
"license": [
|
159 |
+
"GPL-2.0-or-later"
|
160 |
+
],
|
161 |
+
"description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
|
162 |
+
"support": {
|
163 |
+
"source": "https://github.com/Automattic/jetpack-config/tree/v1.4.3"
|
164 |
+
},
|
165 |
+
"install-path": "../automattic/jetpack-config"
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"name": "automattic/jetpack-connection",
|
169 |
+
"version": "v1.24.0",
|
170 |
+
"version_normalized": "1.24.0.0",
|
171 |
+
"source": {
|
172 |
+
"type": "git",
|
173 |
+
"url": "https://github.com/Automattic/jetpack-connection.git",
|
174 |
+
"reference": "5ffc22ecc7210cb229ab4a9833e2ba1def817ff8"
|
175 |
+
},
|
176 |
+
"dist": {
|
177 |
+
"type": "zip",
|
178 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/5ffc22ecc7210cb229ab4a9833e2ba1def817ff8",
|
179 |
+
"reference": "5ffc22ecc7210cb229ab4a9833e2ba1def817ff8",
|
180 |
+
"shasum": ""
|
181 |
+
},
|
182 |
+
"require": {
|
183 |
+
"automattic/jetpack-constants": "1.6.2",
|
184 |
+
"automattic/jetpack-heartbeat": "1.3.3",
|
185 |
+
"automattic/jetpack-options": "1.11.2",
|
186 |
+
"automattic/jetpack-roles": "1.4.2",
|
187 |
+
"automattic/jetpack-status": "1.7.2",
|
188 |
+
"automattic/jetpack-tracking": "1.13.2"
|
189 |
+
},
|
190 |
+
"require-dev": {
|
191 |
+
"automattic/wordbless": "@dev",
|
192 |
+
"brain/monkey": "^2.6",
|
193 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
194 |
+
},
|
195 |
+
"time": "2021-02-23T15:05:16+00:00",
|
196 |
+
"type": "library",
|
197 |
+
"extra": {
|
198 |
+
"mirror-repo": "Automattic/jetpack-connection"
|
199 |
+
},
|
200 |
+
"installation-source": "dist",
|
201 |
+
"autoload": {
|
202 |
+
"files": [
|
203 |
+
"legacy/load-ixr.php"
|
204 |
+
],
|
205 |
+
"classmap": [
|
206 |
+
"legacy",
|
207 |
+
"src/"
|
208 |
+
]
|
209 |
+
},
|
210 |
+
"notification-url": "https://packagist.org/downloads/",
|
211 |
+
"license": [
|
212 |
+
"GPL-2.0-or-later"
|
213 |
+
],
|
214 |
+
"description": "Everything needed to connect to the Jetpack infrastructure",
|
215 |
+
"support": {
|
216 |
+
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.24.0"
|
217 |
+
},
|
218 |
+
"install-path": "../automattic/jetpack-connection"
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"name": "automattic/jetpack-constants",
|
222 |
+
"version": "v1.6.2",
|
223 |
+
"version_normalized": "1.6.2.0",
|
224 |
+
"source": {
|
225 |
+
"type": "git",
|
226 |
+
"url": "https://github.com/Automattic/jetpack-constants.git",
|
227 |
+
"reference": "84c8f09c5a6467104094243912fdcfe8eaed945b"
|
228 |
+
},
|
229 |
+
"dist": {
|
230 |
+
"type": "zip",
|
231 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/84c8f09c5a6467104094243912fdcfe8eaed945b",
|
232 |
+
"reference": "84c8f09c5a6467104094243912fdcfe8eaed945b",
|
233 |
+
"shasum": ""
|
234 |
+
},
|
235 |
+
"require-dev": {
|
236 |
+
"brain/monkey": "2.6.0",
|
237 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
238 |
+
},
|
239 |
+
"time": "2021-02-05T19:07:24+00:00",
|
240 |
+
"type": "library",
|
241 |
+
"extra": {
|
242 |
+
"mirror-repo": "Automattic/jetpack-constants"
|
243 |
+
},
|
244 |
+
"installation-source": "dist",
|
245 |
+
"autoload": {
|
246 |
+
"classmap": [
|
247 |
+
"src/"
|
248 |
+
]
|
249 |
+
},
|
250 |
+
"notification-url": "https://packagist.org/downloads/",
|
251 |
+
"license": [
|
252 |
+
"GPL-2.0-or-later"
|
253 |
+
],
|
254 |
+
"description": "A wrapper for defining constants in a more testable way.",
|
255 |
+
"support": {
|
256 |
+
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.2"
|
257 |
+
},
|
258 |
+
"install-path": "../automattic/jetpack-constants"
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"name": "automattic/jetpack-heartbeat",
|
262 |
+
"version": "v1.3.3",
|
263 |
+
"version_normalized": "1.3.3.0",
|
264 |
+
"source": {
|
265 |
+
"type": "git",
|
266 |
+
"url": "https://github.com/Automattic/jetpack-heartbeat.git",
|
267 |
+
"reference": "d6e906c15a539bee5f52957126ba1b43d11e63da"
|
268 |
+
},
|
269 |
+
"dist": {
|
270 |
+
"type": "zip",
|
271 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/d6e906c15a539bee5f52957126ba1b43d11e63da",
|
272 |
+
"reference": "d6e906c15a539bee5f52957126ba1b43d11e63da",
|
273 |
+
"shasum": ""
|
274 |
+
},
|
275 |
+
"require": {
|
276 |
+
"automattic/jetpack-a8c-mc-stats": "1.4.1",
|
277 |
+
"automattic/jetpack-options": "1.11.2"
|
278 |
+
},
|
279 |
+
"time": "2021-02-23T15:01:22+00:00",
|
280 |
+
"type": "library",
|
281 |
+
"extra": {
|
282 |
+
"mirror-repo": "Automattic/jetpack-heartbeat"
|
283 |
+
},
|
284 |
+
"installation-source": "dist",
|
285 |
+
"autoload": {
|
286 |
+
"classmap": [
|
287 |
+
"src/"
|
288 |
+
]
|
289 |
+
},
|
290 |
+
"notification-url": "https://packagist.org/downloads/",
|
291 |
+
"license": [
|
292 |
+
"GPL-2.0-or-later"
|
293 |
+
],
|
294 |
+
"description": "This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day",
|
295 |
+
"support": {
|
296 |
+
"source": "https://github.com/Automattic/jetpack-heartbeat/tree/v1.3.3"
|
297 |
+
},
|
298 |
+
"install-path": "../automattic/jetpack-heartbeat"
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"name": "automattic/jetpack-options",
|
302 |
+
"version": "v1.11.2",
|
303 |
+
"version_normalized": "1.11.2.0",
|
304 |
+
"source": {
|
305 |
+
"type": "git",
|
306 |
+
"url": "https://github.com/Automattic/jetpack-options.git",
|
307 |
+
"reference": "1889f3648782b5ceaac255f2a5ee96c1de8cca1e"
|
308 |
+
},
|
309 |
+
"dist": {
|
310 |
+
"type": "zip",
|
311 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/1889f3648782b5ceaac255f2a5ee96c1de8cca1e",
|
312 |
+
"reference": "1889f3648782b5ceaac255f2a5ee96c1de8cca1e",
|
313 |
+
"shasum": ""
|
314 |
+
},
|
315 |
+
"require": {
|
316 |
+
"automattic/jetpack-constants": "1.6.2"
|
317 |
+
},
|
318 |
+
"require-dev": {
|
319 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
320 |
+
},
|
321 |
+
"time": "2021-02-23T15:00:26+00:00",
|
322 |
+
"type": "library",
|
323 |
+
"extra": {
|
324 |
+
"mirror-repo": "Automattic/jetpack-options"
|
325 |
+
},
|
326 |
+
"installation-source": "dist",
|
327 |
+
"autoload": {
|
328 |
+
"classmap": [
|
329 |
+
"legacy"
|
330 |
+
]
|
331 |
+
},
|
332 |
+
"notification-url": "https://packagist.org/downloads/",
|
333 |
+
"license": [
|
334 |
+
"GPL-2.0-or-later"
|
335 |
+
],
|
336 |
+
"description": "A wrapper for wp-options to manage specific Jetpack options.",
|
337 |
+
"support": {
|
338 |
+
"source": "https://github.com/Automattic/jetpack-options/tree/v1.11.2"
|
339 |
+
},
|
340 |
+
"install-path": "../automattic/jetpack-options"
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"name": "automattic/jetpack-roles",
|
344 |
+
"version": "v1.4.2",
|
345 |
+
"version_normalized": "1.4.2.0",
|
346 |
+
"source": {
|
347 |
+
"type": "git",
|
348 |
+
"url": "https://github.com/Automattic/jetpack-roles.git",
|
349 |
+
"reference": "ad4e0c4483945b24db10c09696558a2f381236ee"
|
350 |
+
},
|
351 |
+
"dist": {
|
352 |
+
"type": "zip",
|
353 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/ad4e0c4483945b24db10c09696558a2f381236ee",
|
354 |
+
"reference": "ad4e0c4483945b24db10c09696558a2f381236ee",
|
355 |
+
"shasum": ""
|
356 |
+
},
|
357 |
+
"require-dev": {
|
358 |
+
"brain/monkey": "2.6.0",
|
359 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
360 |
+
},
|
361 |
+
"time": "2021-02-05T19:07:59+00:00",
|
362 |
+
"type": "library",
|
363 |
+
"extra": {
|
364 |
+
"mirror-repo": "Automattic/jetpack-roles"
|
365 |
+
},
|
366 |
+
"installation-source": "dist",
|
367 |
+
"autoload": {
|
368 |
+
"classmap": [
|
369 |
+
"src/"
|
370 |
+
]
|
371 |
+
},
|
372 |
+
"notification-url": "https://packagist.org/downloads/",
|
373 |
+
"license": [
|
374 |
+
"GPL-2.0-or-later"
|
375 |
+
],
|
376 |
+
"description": "Utilities, related with user roles and capabilities.",
|
377 |
+
"support": {
|
378 |
+
"source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.2"
|
379 |
+
},
|
380 |
+
"install-path": "../automattic/jetpack-roles"
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"name": "automattic/jetpack-status",
|
384 |
+
"version": "v1.7.2",
|
385 |
+
"version_normalized": "1.7.2.0",
|
386 |
+
"source": {
|
387 |
+
"type": "git",
|
388 |
+
"url": "https://github.com/Automattic/jetpack-status.git",
|
389 |
+
"reference": "a0f1f7450f045afc2669135ba576632ca0889506"
|
390 |
+
},
|
391 |
+
"dist": {
|
392 |
+
"type": "zip",
|
393 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/a0f1f7450f045afc2669135ba576632ca0889506",
|
394 |
+
"reference": "a0f1f7450f045afc2669135ba576632ca0889506",
|
395 |
+
"shasum": ""
|
396 |
+
},
|
397 |
+
"require-dev": {
|
398 |
+
"brain/monkey": "2.6.0",
|
399 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
400 |
+
},
|
401 |
+
"time": "2021-02-05T19:08:03+00:00",
|
402 |
+
"type": "library",
|
403 |
+
"extra": {
|
404 |
+
"mirror-repo": "Automattic/jetpack-status"
|
405 |
+
},
|
406 |
+
"installation-source": "dist",
|
407 |
+
"autoload": {
|
408 |
+
"classmap": [
|
409 |
+
"src/"
|
410 |
+
]
|
411 |
+
},
|
412 |
+
"notification-url": "https://packagist.org/downloads/",
|
413 |
+
"license": [
|
414 |
+
"GPL-2.0-or-later"
|
415 |
+
],
|
416 |
+
"description": "Used to retrieve information about the current status of Jetpack and the site overall.",
|
417 |
+
"support": {
|
418 |
+
"source": "https://github.com/Automattic/jetpack-status/tree/v1.7.2"
|
419 |
+
},
|
420 |
+
"install-path": "../automattic/jetpack-status"
|
421 |
+
},
|
422 |
+
{
|
423 |
+
"name": "automattic/jetpack-terms-of-service",
|
424 |
+
"version": "v1.9.3",
|
425 |
+
"version_normalized": "1.9.3.0",
|
426 |
+
"source": {
|
427 |
+
"type": "git",
|
428 |
+
"url": "https://github.com/Automattic/jetpack-terms-of-service.git",
|
429 |
+
"reference": "f8435228d918a5bd32912339b1124d35911efde1"
|
430 |
+
},
|
431 |
+
"dist": {
|
432 |
+
"type": "zip",
|
433 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/f8435228d918a5bd32912339b1124d35911efde1",
|
434 |
+
"reference": "f8435228d918a5bd32912339b1124d35911efde1",
|
435 |
+
"shasum": ""
|
436 |
+
},
|
437 |
+
"require": {
|
438 |
+
"automattic/jetpack-options": "1.11.2",
|
439 |
+
"automattic/jetpack-status": "1.7.2"
|
440 |
+
},
|
441 |
+
"require-dev": {
|
442 |
+
"brain/monkey": "2.6.0",
|
443 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
444 |
+
},
|
445 |
+
"time": "2021-02-23T15:02:14+00:00",
|
446 |
+
"type": "library",
|
447 |
+
"extra": {
|
448 |
+
"mirror-repo": "Automattic/jetpack-terms-of-service"
|
449 |
+
},
|
450 |
+
"installation-source": "dist",
|
451 |
+
"autoload": {
|
452 |
+
"classmap": [
|
453 |
+
"src/"
|
454 |
+
]
|
455 |
+
},
|
456 |
+
"notification-url": "https://packagist.org/downloads/",
|
457 |
+
"license": [
|
458 |
+
"GPL-2.0-or-later"
|
459 |
+
],
|
460 |
+
"description": "Everything need to manage the terms of service state",
|
461 |
+
"support": {
|
462 |
+
"source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.3"
|
463 |
+
},
|
464 |
+
"install-path": "../automattic/jetpack-terms-of-service"
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"name": "automattic/jetpack-tracking",
|
468 |
+
"version": "v1.13.2",
|
469 |
+
"version_normalized": "1.13.2.0",
|
470 |
+
"source": {
|
471 |
+
"type": "git",
|
472 |
+
"url": "https://github.com/Automattic/jetpack-tracking.git",
|
473 |
+
"reference": "b2dc6688098798111e21bd7d5d052fb828fa0932"
|
474 |
+
},
|
475 |
+
"dist": {
|
476 |
+
"type": "zip",
|
477 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/b2dc6688098798111e21bd7d5d052fb828fa0932",
|
478 |
+
"reference": "b2dc6688098798111e21bd7d5d052fb828fa0932",
|
479 |
+
"shasum": ""
|
480 |
+
},
|
481 |
+
"require": {
|
482 |
+
"automattic/jetpack-assets": "1.11.2",
|
483 |
+
"automattic/jetpack-options": "1.11.2",
|
484 |
+
"automattic/jetpack-status": "1.7.2",
|
485 |
+
"automattic/jetpack-terms-of-service": "1.9.3"
|
486 |
+
},
|
487 |
+
"require-dev": {
|
488 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
489 |
+
},
|
490 |
+
"time": "2021-02-23T15:03:25+00:00",
|
491 |
+
"type": "library",
|
492 |
+
"extra": {
|
493 |
+
"mirror-repo": "Automattic/jetpack-tracking"
|
494 |
+
},
|
495 |
+
"installation-source": "dist",
|
496 |
+
"autoload": {
|
497 |
+
"classmap": [
|
498 |
+
"legacy",
|
499 |
+
"src/"
|
500 |
+
]
|
501 |
+
},
|
502 |
+
"notification-url": "https://packagist.org/downloads/",
|
503 |
+
"license": [
|
504 |
+
"GPL-2.0-or-later"
|
505 |
+
],
|
506 |
+
"description": "Tracking for Jetpack",
|
507 |
+
"support": {
|
508 |
+
"source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.2"
|
509 |
+
},
|
510 |
+
"install-path": "../automattic/jetpack-tracking"
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"name": "firebase/php-jwt",
|
514 |
+
"version": "v5.5.1",
|
515 |
+
"version_normalized": "5.5.1.0",
|
516 |
+
"source": {
|
517 |
+
"type": "git",
|
518 |
+
"url": "https://github.com/firebase/php-jwt.git",
|
519 |
+
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
|
520 |
+
},
|
521 |
+
"dist": {
|
522 |
+
"type": "zip",
|
523 |
+
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
|
524 |
+
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
|
525 |
+
"shasum": ""
|
526 |
+
},
|
527 |
+
"require": {
|
528 |
+
"php": ">=5.3.0"
|
529 |
+
},
|
530 |
+
"require-dev": {
|
531 |
+
"phpunit/phpunit": ">=4.8 <=9"
|
532 |
+
},
|
533 |
+
"suggest": {
|
534 |
+
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
535 |
+
},
|
536 |
+
"time": "2021-11-08T20:18:51+00:00",
|
537 |
+
"type": "library",
|
538 |
+
"installation-source": "dist",
|
539 |
+
"autoload": {
|
540 |
+
"psr-4": {
|
541 |
+
"Firebase\\JWT\\": "src"
|
542 |
+
}
|
543 |
+
},
|
544 |
+
"notification-url": "https://packagist.org/downloads/",
|
545 |
+
"license": [
|
546 |
+
"BSD-3-Clause"
|
547 |
+
],
|
548 |
+
"authors": [
|
549 |
+
{
|
550 |
+
"name": "Neuman Vong",
|
551 |
+
"email": "neuman+pear@twilio.com",
|
552 |
+
"role": "Developer"
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"name": "Anant Narayanan",
|
556 |
+
"email": "anant@php.net",
|
557 |
+
"role": "Developer"
|
558 |
+
}
|
559 |
+
],
|
560 |
+
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
561 |
+
"homepage": "https://github.com/firebase/php-jwt",
|
562 |
+
"keywords": [
|
563 |
+
"jwt",
|
564 |
+
"php"
|
565 |
+
],
|
566 |
+
"support": {
|
567 |
+
"issues": "https://github.com/firebase/php-jwt/issues",
|
568 |
+
"source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
|
569 |
+
},
|
570 |
+
"install-path": "../firebase/php-jwt"
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"name": "google/apiclient",
|
574 |
+
"version": "v2.12.1",
|
575 |
+
"version_normalized": "2.12.1.0",
|
576 |
+
"source": {
|
577 |
+
"type": "git",
|
578 |
+
"url": "https://github.com/googleapis/google-api-php-client.git",
|
579 |
+
"reference": "1530583a711f4414407112c4068464bcbace1c71"
|
580 |
+
},
|
581 |
+
"dist": {
|
582 |
+
"type": "zip",
|
583 |
+
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/1530583a711f4414407112c4068464bcbace1c71",
|
584 |
+
"reference": "1530583a711f4414407112c4068464bcbace1c71",
|
585 |
+
"shasum": ""
|
586 |
+
},
|
587 |
+
"require": {
|
588 |
+
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
|
589 |
+
"google/apiclient-services": "~0.200",
|
590 |
+
"google/auth": "^1.10",
|
591 |
+
"guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
|
592 |
+
"guzzlehttp/psr7": "^1.7||^2.0.0",
|
593 |
+
"monolog/monolog": "^1.17||^2.0",
|
594 |
+
"php": "^5.6|^7.0|^8.0",
|
595 |
+
"phpseclib/phpseclib": "~2.0||^3.0.2"
|
596 |
+
},
|
597 |
+
"require-dev": {
|
598 |
+
"cache/filesystem-adapter": "^0.3.2|^1.1",
|
599 |
+
"composer/composer": "^1.10.22",
|
600 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
601 |
+
"phpcompatibility/php-compatibility": "^9.2",
|
602 |
+
"phpspec/prophecy-phpunit": "^1.1||^2.0",
|
603 |
+
"phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
|
604 |
+
"squizlabs/php_codesniffer": "~2.3",
|
605 |
+
"symfony/css-selector": "~2.1",
|
606 |
+
"symfony/dom-crawler": "~2.1",
|
607 |
+
"yoast/phpunit-polyfills": "^1.0"
|
608 |
+
},
|
609 |
+
"suggest": {
|
610 |
+
"cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
|
611 |
+
},
|
612 |
+
"time": "2021-12-02T03:34:25+00:00",
|
613 |
+
"type": "library",
|
614 |
+
"extra": {
|
615 |
+
"branch-alias": {
|
616 |
+
"dev-main": "2.x-dev"
|
617 |
+
}
|
618 |
+
},
|
619 |
+
"installation-source": "dist",
|
620 |
+
"autoload": {
|
621 |
+
"psr-4": {
|
622 |
+
"Google\\": "src/"
|
623 |
+
},
|
624 |
+
"files": [
|
625 |
+
"src/aliases.php"
|
626 |
+
],
|
627 |
+
"classmap": [
|
628 |
+
"src/aliases.php"
|
629 |
+
]
|
630 |
+
},
|
631 |
+
"notification-url": "https://packagist.org/downloads/",
|
632 |
+
"license": [
|
633 |
+
"Apache-2.0"
|
634 |
+
],
|
635 |
+
"description": "Client library for Google APIs",
|
636 |
+
"homepage": "http://developers.google.com/api-client-library/php",
|
637 |
+
"keywords": [
|
638 |
+
"google"
|
639 |
+
],
|
640 |
+
"support": {
|
641 |
+
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
642 |
+
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.1"
|
643 |
+
},
|
644 |
+
"install-path": "../google/apiclient"
|
645 |
+
},
|
646 |
+
{
|
647 |
+
"name": "google/apiclient-services",
|
648 |
+
"version": "v0.230.0",
|
649 |
+
"version_normalized": "0.230.0.0",
|
650 |
+
"source": {
|
651 |
+
"type": "git",
|
652 |
+
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
653 |
+
"reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889"
|
654 |
+
},
|
655 |
+
"dist": {
|
656 |
+
"type": "zip",
|
657 |
+
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
|
658 |
+
"reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
|
659 |
+
"shasum": ""
|
660 |
+
},
|
661 |
+
"require": {
|
662 |
+
"php": ">=5.6"
|
663 |
+
},
|
664 |
+
"require-dev": {
|
665 |
+
"phpunit/phpunit": "^5.7||^8.5.13"
|
666 |
+
},
|
667 |
+
"time": "2021-12-21T12:26:12+00:00",
|
668 |
+
"type": "library",
|
669 |
+
"installation-source": "dist",
|
670 |
+
"autoload": {
|
671 |
+
"files": [
|
672 |
+
"autoload.php"
|
673 |
+
],
|
674 |
+
"psr-4": {
|
675 |
+
"Google\\Service\\": "src"
|
676 |
+
}
|
677 |
+
},
|
678 |
+
"notification-url": "https://packagist.org/downloads/",
|
679 |
+
"license": [
|
680 |
+
"Apache-2.0"
|
681 |
+
],
|
682 |
+
"description": "Client library for Google APIs",
|
683 |
+
"homepage": "http://developers.google.com/api-client-library/php",
|
684 |
+
"keywords": [
|
685 |
+
"google"
|
686 |
+
],
|
687 |
+
"support": {
|
688 |
+
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
689 |
+
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.230.0"
|
690 |
+
},
|
691 |
+
"install-path": "../google/apiclient-services"
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"name": "google/auth",
|
695 |
+
"version": "v1.18.0",
|
696 |
+
"version_normalized": "1.18.0.0",
|
697 |
+
"source": {
|
698 |
+
"type": "git",
|
699 |
+
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
700 |
+
"reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
|
701 |
+
},
|
702 |
+
"dist": {
|
703 |
+
"type": "zip",
|
704 |
+
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
|
705 |
+
"reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
|
706 |
+
"shasum": ""
|
707 |
+
},
|
708 |
+
"require": {
|
709 |
+
"firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
|
710 |
+
"guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
|
711 |
+
"guzzlehttp/psr7": "^1.7|^2.0",
|
712 |
+
"php": ">=5.4",
|
713 |
+
"psr/cache": "^1.0|^2.0",
|
714 |
+
"psr/http-message": "^1.0"
|
715 |
+
},
|
716 |
+
"require-dev": {
|
717 |
+
"guzzlehttp/promises": "0.1.1|^1.3",
|
718 |
+
"kelvinmo/simplejwt": "^0.2.5|^0.5.1",
|
719 |
+
"phpseclib/phpseclib": "^2.0.31",
|
720 |
+
"phpunit/phpunit": "^4.8.36|^5.7",
|
721 |
+
"sebastian/comparator": ">=1.2.3"
|
722 |
+
},
|
723 |
+
"suggest": {
|
724 |
+
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
725 |
+
},
|
726 |
+
"time": "2021-08-24T18:03:18+00:00",
|
727 |
+
"type": "library",
|
728 |
+
"installation-source": "dist",
|
729 |
+
"autoload": {
|
730 |
+
"psr-4": {
|
731 |
+
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\Google\\Auth\\": "src"
|
732 |
+
}
|
733 |
+
},
|
734 |
+
"notification-url": "https://packagist.org/downloads/",
|
735 |
+
"license": [
|
736 |
+
"Apache-2.0"
|
737 |
+
],
|
738 |
+
"description": "Google Auth Library for PHP",
|
739 |
+
"homepage": "http://github.com/google/google-auth-library-php",
|
740 |
+
"keywords": [
|
741 |
+
"Authentication",
|
742 |
+
"google",
|
743 |
+
"oauth2"
|
744 |
+
],
|
745 |
+
"support": {
|
746 |
+
"docs": "https://googleapis.github.io/google-auth-library-php/master/",
|
747 |
+
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
748 |
+
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
|
749 |
+
},
|
750 |
+
"install-path": "../google/auth"
|
751 |
+
},
|
752 |
+
{
|
753 |
+
"name": "google/common-protos",
|
754 |
+
"version": "1.4.0",
|
755 |
+
"version_normalized": "1.4.0.0",
|
756 |
+
"source": {
|
757 |
+
"type": "git",
|
758 |
+
"url": "https://github.com/googleapis/common-protos-php.git",
|
759 |
+
"reference": "b1ee63636d94fe88f6cff600a0f23fae06b6fa2e"
|
760 |
+
},
|
761 |
+
"dist": {
|
762 |
+
"type": "zip",
|
763 |
+
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/b1ee63636d94fe88f6cff600a0f23fae06b6fa2e",
|
764 |
+
"reference": "b1ee63636d94fe88f6cff600a0f23fae06b6fa2e",
|
765 |
+
"shasum": ""
|
766 |
+
},
|
767 |
+
"require": {
|
768 |
+
"google/protobuf": "^3.6.1"
|
769 |
+
},
|
770 |
+
"require-dev": {
|
771 |
+
"phpunit/phpunit": "^4.8.36",
|
772 |
+
"sami/sami": "*"
|
773 |
+
},
|
774 |
+
"time": "2021-11-18T21:49:24+00:00",
|
775 |
+
"type": "library",
|
776 |
+
"installation-source": "dist",
|
777 |
+
"autoload": {
|
778 |
+
"psr-4": {
|
779 |
+
"Google\\": "src",
|
780 |
+
"GPBMetadata\\Google\\": "metadata"
|
781 |
+
}
|
782 |
+
},
|
783 |
+
"notification-url": "https://packagist.org/downloads/",
|
784 |
+
"license": [
|
785 |
+
"Apache-2.0"
|
786 |
+
],
|
787 |
+
"description": "Google API Common Protos for PHP",
|
788 |
+
"homepage": "https://github.com/googleapis/common-protos-php",
|
789 |
+
"keywords": [
|
790 |
+
"google"
|
791 |
+
],
|
792 |
+
"support": {
|
793 |
+
"issues": "https://github.com/googleapis/common-protos-php/issues",
|
794 |
+
"source": "https://github.com/googleapis/common-protos-php/tree/1.4.0"
|
795 |
+
},
|
796 |
+
"install-path": "../google/common-protos"
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"name": "google/gax",
|
800 |
+
"version": "v1.10.0",
|
801 |
+
"version_normalized": "1.10.0.0",
|
802 |
+
"source": {
|
803 |
+
"type": "git",
|
804 |
+
"url": "https://github.com/googleapis/gax-php.git",
|
805 |
+
"reference": "5222f7712e73d266490c742dc9bc602602ae00a5"
|
806 |
+
},
|
807 |
+
"dist": {
|
808 |
+
"type": "zip",
|
809 |
+
"url": "https://api.github.com/repos/googleapis/gax-php/zipball/5222f7712e73d266490c742dc9bc602602ae00a5",
|
810 |
+
"reference": "5222f7712e73d266490c742dc9bc602602ae00a5",
|
811 |
+
"shasum": ""
|
812 |
+
},
|
813 |
+
"require": {
|
814 |
+
"google/auth": "^1.18.0",
|
815 |
+
"google/common-protos": "^1.0",
|
816 |
+
"google/grpc-gcp": "^0.2",
|
817 |
+
"google/protobuf": "^3.12.2",
|
818 |
+
"grpc/grpc": "^1.13",
|
819 |
+
"guzzlehttp/promises": "^1.3",
|
820 |
+
"guzzlehttp/psr7": "^1.7.0|^2",
|
821 |
+
"php": ">=5.5"
|
822 |
+
},
|
823 |
+
"conflict": {
|
824 |
+
"ext-protobuf": "<3.7.0"
|
825 |
+
},
|
826 |
+
"require-dev": {
|
827 |
+
"phpunit/phpunit": "^4.8.36",
|
828 |
+
"squizlabs/php_codesniffer": "3.*"
|
829 |
+
},
|
830 |
+
"time": "2021-10-27T17:33:04+00:00",
|
831 |
+
"type": "library",
|
832 |
+
"installation-source": "dist",
|
833 |
+
"autoload": {
|
834 |
+
"psr-4": {
|
835 |
+
"Google\\ApiCore\\": "src",
|
836 |
+
"GPBMetadata\\ApiCore\\": "metadata/ApiCore"
|
837 |
+
}
|
838 |
+
},
|
839 |
+
"notification-url": "https://packagist.org/downloads/",
|
840 |
+
"license": [
|
841 |
+
"BSD-3-Clause"
|
842 |
+
],
|
843 |
+
"description": "Google API Core for PHP",
|
844 |
+
"homepage": "https://github.com/googleapis/gax-php",
|
845 |
+
"keywords": [
|
846 |
+
"google"
|
847 |
+
],
|
848 |
+
"support": {
|
849 |
+
"issues": "https://github.com/googleapis/gax-php/issues",
|
850 |
+
"source": "https://github.com/googleapis/gax-php/tree/v1.10.0"
|
851 |
+
},
|
852 |
+
"install-path": "../google/gax"
|
853 |
+
},
|
854 |
+
{
|
855 |
+
"name": "google/grpc-gcp",
|
856 |
+
"version": "v0.2.0",
|
857 |
+
"version_normalized": "0.2.0.0",
|
858 |
+
"source": {
|
859 |
+
"type": "git",
|
860 |
+
"url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
|
861 |
+
"reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314"
|
862 |
+
},
|
863 |
+
"dist": {
|
864 |
+
"type": "zip",
|
865 |
+
"url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2465c2273e11ada1e95155aa1e209f3b8f03c314",
|
866 |
+
"reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314",
|
867 |
+
"shasum": ""
|
868 |
+
},
|
869 |
+
"require": {
|
870 |
+
"google/auth": "^1.3",
|
871 |
+
"google/protobuf": "^v3.3.0",
|
872 |
+
"grpc/grpc": "^v1.13.0",
|
873 |
+
"php": ">=5.5.0",
|
874 |
+
"psr/cache": "^1.0.1||^2.0.0||^3.0.0"
|
875 |
+
},
|
876 |
+
"require-dev": {
|
877 |
+
"google/cloud-spanner": "^1.7",
|
878 |
+
"phpunit/phpunit": "4.8.36"
|
879 |
+
},
|
880 |
+
"time": "2021-09-27T22:57:18+00:00",
|
881 |
+
"type": "library",
|
882 |
+
"installation-source": "dist",
|
883 |
+
"autoload": {
|
884 |
+
"psr-4": {
|
885 |
+
"Grpc\\Gcp\\": "src/"
|
886 |
+
},
|
887 |
+
"classmap": [
|
888 |
+
"src/generated/"
|
889 |
+
]
|
890 |
+
},
|
891 |
+
"notification-url": "https://packagist.org/downloads/",
|
892 |
+
"license": [
|
893 |
+
"Apache-2.0"
|
894 |
+
],
|
895 |
+
"description": "gRPC GCP library for channel management",
|
896 |
+
"support": {
|
897 |
+
"issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
|
898 |
+
"source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.2.0"
|
899 |
+
},
|
900 |
+
"install-path": "../google/grpc-gcp"
|
901 |
+
},
|
902 |
+
{
|
903 |
+
"name": "google/protobuf",
|
904 |
+
"version": "v3.19.3",
|
905 |
+
"version_normalized": "3.19.3.0",
|
906 |
+
"source": {
|
907 |
+
"type": "git",
|
908 |
+
"url": "https://github.com/protocolbuffers/protobuf-php.git",
|
909 |
+
"reference": "c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040"
|
910 |
+
},
|
911 |
+
"dist": {
|
912 |
+
"type": "zip",
|
913 |
+
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040",
|
914 |
+
"reference": "c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040",
|
915 |
+
"shasum": ""
|
916 |
+
},
|
917 |
+
"require": {
|
918 |
+
"php": ">=5.5.0"
|
919 |
+
},
|
920 |
+
"require-dev": {
|
921 |
+
"phpunit/phpunit": ">=4.8.0"
|
922 |
+
},
|
923 |
+
"suggest": {
|
924 |
+
"ext-bcmath": "Need to support JSON deserialization"
|
925 |
+
},
|
926 |
+
"time": "2022-01-11T17:40:06+00:00",
|
927 |
+
"type": "library",
|
928 |
+
"installation-source": "dist",
|
929 |
+
"autoload": {
|
930 |
+
"psr-4": {
|
931 |
+
"Google\\Protobuf\\": "src/Google/Protobuf",
|
932 |
+
"GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
|
933 |
+
}
|
934 |
+
},
|
935 |
+
"notification-url": "https://packagist.org/downloads/",
|
936 |
+
"license": [
|
937 |
+
"BSD-3-Clause"
|
938 |
+
],
|
939 |
+
"description": "proto library for PHP",
|
940 |
+
"homepage": "https://developers.google.com/protocol-buffers/",
|
941 |
+
"keywords": [
|
942 |
+
"proto"
|
943 |
+
],
|
944 |
+
"support": {
|
945 |
+
"issues": "https://github.com/protocolbuffers/protobuf-php/issues",
|
946 |
+
"source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.19.3"
|
947 |
+
},
|
948 |
+
"install-path": "../google/protobuf"
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"name": "googleads/google-ads-php",
|
952 |
+
"version": "v12.1.0",
|
953 |
+
"version_normalized": "12.1.0.0",
|
954 |
+
"source": {
|
955 |
+
"type": "git",
|
956 |
+
"url": "https://github.com/googleads/google-ads-php.git",
|
957 |
+
"reference": "689802805416213916db4a8e1e0b8293eda5d821"
|
958 |
+
},
|
959 |
+
"dist": {
|
960 |
+
"type": "zip",
|
961 |
+
"url": "https://api.github.com/repos/googleads/google-ads-php/zipball/689802805416213916db4a8e1e0b8293eda5d821",
|
962 |
+
"reference": "689802805416213916db4a8e1e0b8293eda5d821",
|
963 |
+
"shasum": ""
|
964 |
+
},
|
965 |
+
"require": {
|
966 |
+
"google/gax": "^1.7.0",
|
967 |
+
"google/protobuf": "^3.18.0",
|
968 |
+
"grpc/grpc": "^1.36.0",
|
969 |
+
"monolog/monolog": "^1.26 || ^2.0",
|
970 |
+
"php": ">=7.3"
|
971 |
+
},
|
972 |
+
"require-dev": {
|
973 |
+
"composer/composer": "^2.0",
|
974 |
+
"ext-bcmath": "*",
|
975 |
+
"ext-grpc": "*",
|
976 |
+
"ext-protobuf": "*",
|
977 |
+
"phpunit/phpunit": "^9.5",
|
978 |
+
"react/http": "^1.2.0",
|
979 |
+
"squizlabs/php_codesniffer": "^3.5",
|
980 |
+
"ulrichsg/getopt-php": "^3.4"
|
981 |
+
},
|
982 |
+
"suggest": {
|
983 |
+
"ext-grpc": "To be able to use the gRPC transport, use the C implementation of gRPC",
|
984 |
+
"ext-protobuf": "For better performance, use the C implementation of Protobuf",
|
985 |
+
"google/protobuf": "In case the C implementation of Protobuf is not suitable, use the PHP one",
|
986 |
+
"grpc/grpc": "In case the C implementation of gRPC is not suitable, use the PHP one to enable other transports",
|
987 |
+
"react/http": "To run the AuthenticateInWebApplication.php example"
|
988 |
+
},
|
989 |
+
"time": "2021-11-12T16:21:34+00:00",
|
990 |
+
"type": "library",
|
991 |
+
"installation-source": "dist",
|
992 |
+
"autoload": {
|
993 |
+
"psr-4": {
|
994 |
+
"Google\\Ads\\GoogleAds\\": "src/Google/Ads/GoogleAds",
|
995 |
+
"GPBMetadata\\Google\\Ads\\GoogleAds\\": "metadata/Google/Ads/GoogleAds"
|
996 |
+
}
|
997 |
+
},
|
998 |
+
"notification-url": "https://packagist.org/downloads/",
|
999 |
+
"license": [
|
1000 |
+
"Apache-2.0"
|
1001 |
+
],
|
1002 |
+
"authors": [
|
1003 |
+
{
|
1004 |
+
"name": "Google",
|
1005 |
+
"homepage": "https://github.com/googleads/google-ads-php/contributors"
|
1006 |
+
}
|
1007 |
+
],
|
1008 |
+
"description": "Google Ads API client for PHP",
|
1009 |
+
"homepage": "https://github.com/googleads/google-ads-php",
|
1010 |
+
"support": {
|
1011 |
+
"issues": "https://github.com/googleads/google-ads-php/issues",
|
1012 |
+
"source": "https://github.com/googleads/google-ads-php/tree/v12.1.0"
|
1013 |
+
},
|
1014 |
+
"install-path": "../googleads/google-ads-php"
|
1015 |
+
},
|
1016 |
+
{
|
1017 |
+
"name": "grpc/grpc",
|
1018 |
+
"version": "1.42.0",
|
1019 |
+
"version_normalized": "1.42.0.0",
|
1020 |
+
"source": {
|
1021 |
+
"type": "git",
|
1022 |
+
"url": "https://github.com/grpc/grpc-php.git",
|
1023 |
+
"reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4"
|
1024 |
+
},
|
1025 |
+
"dist": {
|
1026 |
+
"type": "zip",
|
1027 |
+
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4",
|
1028 |
+
"reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4",
|
1029 |
+
"shasum": ""
|
1030 |
+
},
|
1031 |
+
"require": {
|
1032 |
+
"php": ">=7.0.0"
|
1033 |
+
},
|
1034 |
+
"require-dev": {
|
1035 |
+
"google/auth": "^v1.3.0"
|
1036 |
+
},
|
1037 |
+
"suggest": {
|
1038 |
+
"ext-protobuf": "For better performance, install the protobuf C extension.",
|
1039 |
+
"google/protobuf": "To get started using grpc quickly, install the native protobuf library."
|
1040 |
+
},
|
1041 |
+
"time": "2021-11-19T08:13:51+00:00",
|
1042 |
+
"type": "library",
|
1043 |
+
"installation-source": "dist",
|
1044 |
+
"autoload": {
|
1045 |
+
"psr-4": {
|
1046 |
+
"Grpc\\": "src/lib/"
|
1047 |
+
}
|
1048 |
+
},
|
1049 |
+
"notification-url": "https://packagist.org/downloads/",
|
1050 |
+
"license": [
|
1051 |
+
"Apache-2.0"
|
1052 |
+
],
|
1053 |
+
"description": "gRPC library for PHP",
|
1054 |
+
"homepage": "https://grpc.io",
|
1055 |
+
"keywords": [
|
1056 |
+
"rpc"
|
1057 |
+
],
|
1058 |
+
"support": {
|
1059 |
+
"source": "https://github.com/grpc/grpc-php/tree/v1.42.0"
|
1060 |
+
},
|
1061 |
+
"install-path": "../grpc/grpc"
|
1062 |
+
},
|
1063 |
+
{
|
1064 |
+
"name": "guzzlehttp/guzzle",
|
1065 |
+
"version": "7.4.1",
|
1066 |
+
"version_normalized": "7.4.1.0",
|
1067 |
+
"source": {
|
1068 |
+
"type": "git",
|
1069 |
+
"url": "https://github.com/guzzle/guzzle.git",
|
1070 |
+
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
|
1071 |
+
},
|
1072 |
+
"dist": {
|
1073 |
+
"type": "zip",
|
1074 |
+
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
1075 |
+
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
|
1076 |
+
"shasum": ""
|
1077 |
+
},
|
1078 |
+
"require": {
|
1079 |
+
"ext-json": "*",
|
1080 |
+
"guzzlehttp/promises": "^1.5",
|
1081 |
+
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
1082 |
+
"php": "^7.2.5 || ^8.0",
|
1083 |
+
"psr/http-client": "^1.0",
|
1084 |
+
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
1085 |
+
},
|
1086 |
+
"provide": {
|
1087 |
+
"psr/http-client-implementation": "1.0"
|
1088 |
+
},
|
1089 |
+
"require-dev": {
|
1090 |
+
"bamarni/composer-bin-plugin": "^1.4.1",
|
1091 |
+
"ext-curl": "*",
|
1092 |
+
"php-http/client-integration-tests": "^3.0",
|
1093 |
+
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
1094 |
+
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
1095 |
+
},
|
1096 |
+
"suggest": {
|
1097 |
+
"ext-curl": "Required for CURL handler support",
|
1098 |
+
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
1099 |
+
"psr/log": "Required for using the Log middleware"
|
1100 |
+
},
|
1101 |
+
"time": "2021-12-06T18:43:05+00:00",
|
1102 |
+
"type": "library",
|
1103 |
+
"extra": {
|
1104 |
+
"branch-alias": {
|
1105 |
+
"dev-master": "7.4-dev"
|
1106 |
+
}
|
1107 |
+
},
|
1108 |
+
"installation-source": "dist",
|
1109 |
+
"autoload": {
|
1110 |
+
"psr-4": {
|
1111 |
+
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\": "src/"
|
1112 |
+
},
|
1113 |
+
"files": []
|
1114 |
+
},
|
1115 |
+
"notification-url": "https://packagist.org/downloads/",
|
1116 |
+
"license": [
|
1117 |
+
"MIT"
|
1118 |
+
],
|
1119 |
+
"authors": [
|
1120 |
+
{
|
1121 |
+
"name": "Graham Campbell",
|
1122 |
+
"email": "hello@gjcampbell.co.uk",
|
1123 |
+
"homepage": "https://github.com/GrahamCampbell"
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"name": "Michael Dowling",
|
1127 |
+
"email": "mtdowling@gmail.com",
|
1128 |
+
"homepage": "https://github.com/mtdowling"
|
1129 |
+
},
|
1130 |
+
{
|
1131 |
+
"name": "Jeremy Lindblom",
|
1132 |
+
"email": "jeremeamia@gmail.com",
|
1133 |
+
"homepage": "https://github.com/jeremeamia"
|
1134 |
+
},
|
1135 |
+
{
|
1136 |
+
"name": "George Mponos",
|
1137 |
+
"email": "gmponos@gmail.com",
|
1138 |
+
"homepage": "https://github.com/gmponos"
|
1139 |
+
},
|
1140 |
+
{
|
1141 |
+
"name": "Tobias Nyholm",
|
1142 |
+
"email": "tobias.nyholm@gmail.com",
|
1143 |
+
"homepage": "https://github.com/Nyholm"
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"name": "Márk Sági-Kazár",
|
1147 |
+
"email": "mark.sagikazar@gmail.com",
|
1148 |
+
"homepage": "https://github.com/sagikazarmark"
|
1149 |
+
},
|
1150 |
+
{
|
1151 |
+
"name": "Tobias Schultze",
|
1152 |
+
"email": "webmaster@tubo-world.de",
|
1153 |
+
"homepage": "https://github.com/Tobion"
|
1154 |
+
}
|
1155 |
+
],
|
1156 |
+
"description": "Guzzle is a PHP HTTP client library",
|
1157 |
+
"keywords": [
|
1158 |
+
"client",
|
1159 |
+
"curl",
|
1160 |
+
"framework",
|
1161 |
+
"http",
|
1162 |
+
"http client",
|
1163 |
+
"psr-18",
|
1164 |
+
"psr-7",
|
1165 |
+
"rest",
|
1166 |
+
"web service"
|
1167 |
+
],
|
1168 |
+
"support": {
|
1169 |
+
"issues": "https://github.com/guzzle/guzzle/issues",
|
1170 |
+
"source": "https://github.com/guzzle/guzzle/tree/7.4.1"
|
1171 |
+
},
|
1172 |
+
"funding": [
|
1173 |
+
{
|
1174 |
+
"url": "https://github.com/GrahamCampbell",
|
1175 |
+
"type": "github"
|
1176 |
+
},
|
1177 |
+
{
|
1178 |
+
"url": "https://github.com/Nyholm",
|
1179 |
+
"type": "github"
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
1183 |
+
"type": "tidelift"
|
1184 |
+
}
|
1185 |
+
],
|
1186 |
+
"install-path": "../guzzlehttp/guzzle"
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"name": "guzzlehttp/promises",
|
1190 |
+
"version": "1.5.1",
|
1191 |
+
"version_normalized": "1.5.1.0",
|
1192 |
+
"source": {
|
1193 |
+
"type": "git",
|
1194 |
+
"url": "https://github.com/guzzle/promises.git",
|
1195 |
+
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
1196 |
+
},
|
1197 |
+
"dist": {
|
1198 |
+
"type": "zip",
|
1199 |
+
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
1200 |
+
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
1201 |
+
"shasum": ""
|
1202 |
+
},
|
1203 |
+
"require": {
|
1204 |
+
"php": ">=5.5"
|
1205 |
+
},
|
1206 |
+
"require-dev": {
|
1207 |
+
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
1208 |
+
},
|
1209 |
+
"time": "2021-10-22T20:56:57+00:00",
|
1210 |
+
"type": "library",
|
1211 |
+
"extra": {
|
1212 |
+
"branch-alias": {
|
1213 |
+
"dev-master": "1.5-dev"
|
1214 |
+
}
|
1215 |
+
},
|
1216 |
+
"installation-source": "dist",
|
1217 |
+
"autoload": {
|
1218 |
+
"psr-4": {
|
1219 |
+
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Promise\\": "src/"
|
1220 |
+
},
|
1221 |
+
"files": []
|
1222 |
+
},
|
1223 |
+
"notification-url": "https://packagist.org/downloads/",
|
1224 |
+
"license": [
|
1225 |
+
"MIT"
|
1226 |
+
],
|
1227 |
+
"authors": [
|
1228 |
+
{
|
1229 |
+
"name": "Graham Campbell",
|
1230 |
+
"email": "hello@gjcampbell.co.uk",
|
1231 |
+
"homepage": "https://github.com/GrahamCampbell"
|
1232 |
+
},
|
1233 |
+
{
|
1234 |
+
"name": "Michael Dowling",
|
1235 |
+
"email": "mtdowling@gmail.com",
|
1236 |
+
"homepage": "https://github.com/mtdowling"
|
1237 |
+
},
|
1238 |
+
{
|
1239 |
+
"name": "Tobias Nyholm",
|
1240 |
+
"email": "tobias.nyholm@gmail.com",
|
1241 |
+
"homepage": "https://github.com/Nyholm"
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"name": "Tobias Schultze",
|
1245 |
+
"email": "webmaster@tubo-world.de",
|
1246 |
+
"homepage": "https://github.com/Tobion"
|
1247 |
+
}
|
1248 |
+
],
|
1249 |
+
"description": "Guzzle promises library",
|
1250 |
+
"keywords": [
|
1251 |
+
"promise"
|
1252 |
+
],
|
1253 |
+
"support": {
|
1254 |
+
"issues": "https://github.com/guzzle/promises/issues",
|
1255 |
+
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
1256 |
+
},
|
1257 |
+
"funding": [
|
1258 |
+
{
|
1259 |
+
"url": "https://github.com/GrahamCampbell",
|
1260 |
+
"type": "github"
|
1261 |
+
},
|
1262 |
+
{
|
1263 |
+
"url": "https://github.com/Nyholm",
|
1264 |
+
"type": "github"
|
1265 |
+
},
|
1266 |
+
{
|
1267 |
+
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
1268 |
+
"type": "tidelift"
|
1269 |
+
}
|
1270 |
+
],
|
1271 |
+
"install-path": "../guzzlehttp/promises"
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"name": "guzzlehttp/psr7",
|
1275 |
+
"version": "2.1.0",
|
1276 |
+
"version_normalized": "2.1.0.0",
|
1277 |
+
"source": {
|
1278 |
+
"type": "git",
|
1279 |
+
"url": "https://github.com/guzzle/psr7.git",
|
1280 |
+
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
|
1281 |
+
},
|
1282 |
+
"dist": {
|
1283 |
+
"type": "zip",
|
1284 |
+
"url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
1285 |
+
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
|
1286 |
+
"shasum": ""
|
1287 |
+
},
|
1288 |
+
"require": {
|
1289 |
+
"php": "^7.2.5 || ^8.0",
|
1290 |
+
"psr/http-factory": "^1.0",
|
1291 |
+
"psr/http-message": "^1.0",
|
1292 |
+
"ralouphie/getallheaders": "^3.0"
|
1293 |
+
},
|
1294 |
+
"provide": {
|
1295 |
+
"psr/http-factory-implementation": "1.0",
|
1296 |
+
"psr/http-message-implementation": "1.0"
|
1297 |
+
},
|
1298 |
+
"require-dev": {
|
1299 |
+
"bamarni/composer-bin-plugin": "^1.4.1",
|
1300 |
+
"http-interop/http-factory-tests": "^0.9",
|
1301 |
+
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
1302 |
+
},
|
1303 |
+
"suggest": {
|
1304 |
+
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
1305 |
+
},
|
1306 |
+
"time": "2021-10-06T17:43:30+00:00",
|
1307 |
+
"type": "library",
|
1308 |
+
"extra": {
|
1309 |
+
"branch-alias": {
|
1310 |
+
"dev-master": "2.1-dev"
|
1311 |
+
}
|
1312 |
+
},
|
1313 |
+
"installation-source": "dist",
|
1314 |
+
"autoload": {
|
1315 |
+
"psr-4": {
|
1316 |
+
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\GuzzleHttp\\Psr7\\": "src/"
|
1317 |
+
}
|
1318 |
+
},
|
1319 |
+
"notification-url": "https://packagist.org/downloads/",
|
1320 |
+
"license": [
|
1321 |
+
"MIT"
|
1322 |
+
],
|
1323 |
+
"authors": [
|
1324 |
+
{
|
1325 |
+
"name": "Graham Campbell",
|
1326 |
+
"email": "hello@gjcampbell.co.uk",
|
1327 |
+
"homepage": "https://github.com/GrahamCampbell"
|
1328 |
+
},
|
1329 |
+
{
|
1330 |
+
"name": "Michael Dowling",
|
1331 |
+
"email": "mtdowling@gmail.com",
|
1332 |
+
"homepage": "https://github.com/mtdowling"
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"name": "George Mponos",
|
1336 |
+
"email": "gmponos@gmail.com",
|
1337 |
+
"homepage": "https://github.com/gmponos"
|
1338 |
+
},
|
1339 |
+
{
|
1340 |
+
"name": "Tobias Nyholm",
|
1341 |
+
"email": "tobias.nyholm@gmail.com",
|
1342 |
+
"homepage": "https://github.com/Nyholm"
|
1343 |
+
},
|
1344 |
+
{
|
1345 |
+
"name": "Márk Sági-Kazár",
|
1346 |
+
"email": "mark.sagikazar@gmail.com",
|
1347 |
+
"homepage": "https://github.com/sagikazarmark"
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"name": "Tobias Schultze",
|
1351 |
+
"email": "webmaster@tubo-world.de",
|
1352 |
+
"homepage": "https://github.com/Tobion"
|
1353 |
+
},
|
1354 |
+
{
|
1355 |
+
"name": "Márk Sági-Kazár",
|
1356 |
+
"email": "mark.sagikazar@gmail.com",
|
1357 |
+
"homepage": "https://sagikazarmark.hu"
|
1358 |
+
}
|
1359 |
+
],
|
1360 |
+
"description": "PSR-7 message implementation that also provides common utility methods",
|
1361 |
+
"keywords": [
|
1362 |
+
"http",
|
1363 |
+
"message",
|
1364 |
+
"psr-7",
|
1365 |
+
"request",
|
1366 |
+
"response",
|
1367 |
+
"stream",
|
1368 |
+
"uri",
|
1369 |
+
"url"
|
1370 |
+
],
|
1371 |
+
"support": {
|
1372 |
+
"issues": "https://github.com/guzzle/psr7/issues",
|
1373 |
+
"source": "https://github.com/guzzle/psr7/tree/2.1.0"
|
1374 |
+
},
|
1375 |
+
"funding": [
|
1376 |
+
{
|
1377 |
+
"url": "https://github.com/GrahamCampbell",
|
1378 |
+
"type": "github"
|
1379 |
+
},
|
1380 |
+
{
|
1381 |
+
"url": "https://github.com/Nyholm",
|
1382 |
+
"type": "github"
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
1386 |
+
"type": "tidelift"
|
1387 |
+
}
|
1388 |
+
],
|
1389 |
+
"install-path": "../guzzlehttp/psr7"
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"name": "league/container",
|
1393 |
+
"version": "3.3.5",
|
1394 |
+
"version_normalized": "3.3.5.0",
|
1395 |
+
"source": {
|
1396 |
+
"type": "git",
|
1397 |
+
"url": "https://github.com/thephpleague/container.git",
|
1398 |
+
"reference": "048ab87810f508dbedbcb7ae941b606eb8ee353b"
|
1399 |
+
},
|
1400 |
+
"dist": {
|
1401 |
+
"type": "zip",
|
1402 |
+
"url": "https://api.github.com/repos/thephpleague/container/zipball/048ab87810f508dbedbcb7ae941b606eb8ee353b",
|
1403 |
+
"reference": "048ab87810f508dbedbcb7ae941b606eb8ee353b",
|
1404 |
+
"shasum": ""
|
1405 |
+
},
|
1406 |
+
"require": {
|
1407 |
+
"php": "^7.0 || ^8.0",
|
1408 |
+
"psr/container": "^1.0.0 || ^2.0.0"
|
1409 |
+
},
|
1410 |
+
"provide": {
|
1411 |
+
"psr/container-implementation": "^1.0"
|
1412 |
+
},
|
1413 |
+
"replace": {
|
1414 |
+
"orno/di": "~2.0"
|
1415 |
+
},
|
1416 |
+
"require-dev": {
|
1417 |
+
"phpunit/phpunit": "^6.0",
|
1418 |
+
"roave/security-advisories": "dev-master",
|
1419 |
+
"scrutinizer/ocular": "^1.8",
|
1420 |
+
"squizlabs/php_codesniffer": "^3.5"
|
1421 |
+
},
|
1422 |
+
"time": "2021-03-16T09:42:56+00:00",
|
1423 |
+
"type": "library",
|
1424 |
+
"extra": {
|
1425 |
+
"branch-alias": {
|
1426 |
+
"dev-master": "3.x-dev",
|
1427 |
+
"dev-3.x": "3.x-dev",
|
1428 |
+
"dev-2.x": "2.x-dev",
|
1429 |
+
"dev-1.x": "1.x-dev"
|
1430 |
+
}
|
1431 |
+
},
|
1432 |
+
"installation-source": "dist",
|
1433 |
+
"autoload": {
|
1434 |
+
"psr-4": {
|
1435 |
+
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\League\\Container\\": "src"
|
1436 |
+
}
|
1437 |
+
},
|
1438 |
+
"notification-url": "https://packagist.org/downloads/",
|
1439 |
+
"license": [
|
1440 |
+
"MIT"
|
1441 |
+
],
|
1442 |
+
"authors": [
|
1443 |
+
{
|
1444 |
+
"name": "Phil Bennett",
|
1445 |
+
"email": "philipobenito@gmail.com",
|
1446 |
+
"homepage": "http://www.philipobenito.com",
|
1447 |
+
"role": "Developer"
|
1448 |
+
}
|
1449 |
+
],
|
1450 |
+
"description": "A fast and intuitive dependency injection container.",
|
1451 |
+
"homepage": "https://github.com/thephpleague/container",
|
1452 |
+
"keywords": [
|
1453 |
+
"container",
|
1454 |
+
"dependency",
|
1455 |
+
"di",
|
1456 |
+
"injection",
|
1457 |
+
"league",
|
1458 |
+
"provider",
|
1459 |
+
"service"
|
1460 |
+
],
|
1461 |
+
"support": {
|
1462 |
+
"issues": "https://github.com/thephpleague/container/issues",
|
1463 |
+
"source": "https://github.com/thephpleague/container/tree/3.3.5"
|
1464 |
+
},
|
1465 |
+
"funding": [
|
1466 |
+
{
|
1467 |
+
"url": "https://github.com/philipobenito",
|
1468 |
+
"type": "github"
|
1469 |
+
}
|
1470 |
+
],
|
1471 |
+
"install-path": "../league/container"
|
1472 |
+
},
|
1473 |
+
{
|
1474 |
+
"name": "league/iso3166",
|
1475 |
+
"version": "3.0.0",
|
1476 |
+
"version_normalized": "3.0.0.0",
|
1477 |
+
"source": {
|
1478 |
+
"type": "git",
|
1479 |
+
"url": "https://github.com/thephpleague/iso3166.git",
|
1480 |
+
"reference": "9976d382f270ad3f3df8a68719beb7a7179ffa1e"
|
1481 |
+
},
|
1482 |
+
"dist": {
|
1483 |
+
"type": "zip",
|
1484 |
+
"url": "https://api.github.com/repos/thephpleague/iso3166/zipball/9976d382f270ad3f3df8a68719beb7a7179ffa1e",
|
1485 |
+
"reference": "9976d382f270ad3f3df8a68719beb7a7179ffa1e",
|
1486 |
+
"shasum": ""
|
1487 |
+
},
|
1488 |
+
"require": {
|
1489 |
+
"php": "^7.3|^8.0"
|
1490 |
+
},
|
1491 |
+
"require-dev": {
|
1492 |
+
"phpunit/phpunit": "^9.0"
|
1493 |
+
},
|
1494 |
+
"time": "2020-12-05T06:50:42+00:00",
|
1495 |
+
"type": "library",
|
1496 |
+
"extra": {
|
1497 |
+
"branch-alias": {
|
1498 |
+
"dev-master": "3.x-dev"
|
1499 |
+
}
|
1500 |
+
},
|
1501 |
+
"installation-source": "dist",
|
1502 |
+
"autoload": {
|
1503 |
+
"psr-4": {
|
1504 |
+
"Automattic\\WooCommerce\\GoogleListingsAndAds\\Vendor\\League\\ISO3166\\": "src"
|
1505 |
+
}
|
1506 |
+
},
|
1507 |
+
"notification-url": "https://packagist.org/downloads/",
|
1508 |
+
"license": [
|
1509 |
+
"MIT"
|
1510 |
+
],
|
1511 |
+
"authors": [
|
1512 |
+
{
|
1513 |
+
"name": "Rob Bast",
|
1514 |
+
"email": "rob.bast@gmail.com"
|
1515 |
+
}
|
1516 |
+
],
|
1517 |
+
"description": "ISO 3166-1 PHP Library",
|
1518 |
+
"homepage": "https://github.com/thephpleague/iso3166",
|
1519 |
+
"keywords": [
|
1520 |
+
"3166",
|
1521 |
+
"3166-1",
|
1522 |
+
"ISO 3166",
|
1523 |
+
"countries",
|
1524 |
+
"iso",
|
1525 |
+
"library"
|
1526 |
+
],
|
1527 |
+
"support": {
|
1528 |
+
"issues": "https://github.com/thephpleague/iso3166/issues",
|
1529 |
+
"source": "https://github.com/thephpleague/iso3166"
|
1530 |
+
},
|
1531 |
+
"install-path": "../league/iso3166"
|
1532 |
+
},
|
1533 |
+
{
|
1534 |
+
"name": "monolog/monolog",
|
1535 |
+
"version": "2.3.5",
|
1536 |
+
"version_normalized": "2.3.5.0",
|
1537 |
+
"source": {
|
1538 |
+
"type": "git",
|
1539 |
+
"url": "https://github.com/Seldaek/monolog.git",
|
1540 |
+
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
|
1541 |
+
},
|
1542 |
+
"dist": {
|
1543 |
+
"type": "zip",
|
1544 |
+
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
|
1545 |
+
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
|
1546 |
+
"shasum": ""
|
1547 |
+
},
|
1548 |
+
"require": {
|
1549 |
+
"php": ">=7.2",
|
1550 |
+
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
1551 |
+
},
|
1552 |
+
"provide": {
|
1553 |
+
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
1554 |
+
},
|
1555 |
+
"require-dev": {
|
1556 |
+
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
1557 |
+
"doctrine/couchdb": "~1.0@dev",
|
1558 |
+
"elasticsearch/elasticsearch": "^7",
|
1559 |
+
"graylog2/gelf-php": "^1.4.2",
|
1560 |
+
"mongodb/mongodb": "^1.8",
|
1561 |
+
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
1562 |
+
"php-console/php-console": "^3.1.3",
|
1563 |
+
"phpspec/prophecy": "^1.6.1",
|
1564 |
+
"phpstan/phpstan": "^0.12.91",
|
1565 |
+
"phpunit/phpunit": "^8.5",
|
1566 |
+
"predis/predis": "^1.1",
|
1567 |
+
"rollbar/rollbar": "^1.3",
|
1568 |
+
"ruflin/elastica": ">=0.90@dev",
|
1569 |
+
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
1570 |
+
},
|
1571 |
+
"suggest": {
|
1572 |
+
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
1573 |
+
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
1574 |
+
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
1575 |
+
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
1576 |
+
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
1577 |
+
"ext-mbstring": "Allow to work properly with unicode symbols",
|
1578 |
+
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
1579 |
+
"ext-openssl": "Required to send log messages using SSL",
|
1580 |
+
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
1581 |
+
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
1582 |
+
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
1583 |
+
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
1584 |
+
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
1585 |
+
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
1586 |
+
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
1587 |
+
},
|
1588 |
+
"time": "2021-10-01T21:08:31+00:00",
|
1589 |
+
"type": "library",
|
1590 |
+
"extra": {
|
1591 |
+
"branch-alias": {
|
1592 |
+
"dev-main": "2.x-dev"
|
1593 |
+
}
|
1594 |
+
},
|
1595 |
+
"installation-source": "dist",
|
1596 |
+
"autoload": {
|
1597 |
+
"psr-4": {
|
1598 |
+
"Monolog\\": "src/Monolog"
|
1599 |
+
}
|
1600 |
+
},
|
1601 |
+
"notification-url": "https://packagist.org/downloads/",
|
1602 |
+
"license": [
|
1603 |
+
"MIT"
|
1604 |
+
],
|
1605 |
+
"authors": [
|
1606 |
+
{
|
1607 |
+
"name": "Jordi Boggiano",
|
1608 |
+
"email": "j.boggiano@seld.be",
|
1609 |
+
"homepage": "https://seld.be"
|
1610 |
+
}
|
1611 |
+
],
|
1612 |
+
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
1613 |
+
"homepage": "https://github.com/Seldaek/monolog",
|
1614 |
+
"keywords": [
|
1615 |
+
"log",
|
1616 |
+
"logging",
|
1617 |
+
"psr-3"
|
1618 |
+
],
|
1619 |
+
"support": {
|
1620 |
+
"issues": "https://github.com/Seldaek/monolog/issues",
|
1621 |
+
"source": "https://github.com/Seldaek/monolog/tree/2.3.5"
|
1622 |
+
},
|
1623 |
+
"funding": [
|
1624 |
+
{
|
1625 |
+
"url": "https://github.com/Seldaek",
|
1626 |
+
"type": "github"
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
1630 |
+
"type": "tidelift"
|
1631 |
+
}
|
1632 |
+
],
|
1633 |
+
"install-path": "../monolog/monolog"
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"name": "paragonie/constant_time_encoding",
|
1637 |
+
"version": "v2.5.0",
|
1638 |
+
"version_normalized": "2.5.0.0",
|
1639 |
+
"source": {
|
1640 |
+
"type": "git",
|
1641 |
+
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
1642 |
+
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
|
1643 |
+
},
|
1644 |
+
"dist": {
|
1645 |
+
"type": "zip",
|
1646 |
+
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
1647 |
+
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
1648 |
+
"shasum": ""
|
1649 |
+
},
|
1650 |
+
"require": {
|
1651 |
+
"php": "^7|^8"
|
1652 |
+
},
|
1653 |
+
"require-dev": {
|
1654 |
+
"phpunit/phpunit": "^6|^7|^8|^9",
|
1655 |
+
"vimeo/psalm": "^1|^2|^3|^4"
|
1656 |
+
},
|
1657 |
+
"time": "2022-01-17T05:32:27+00:00",
|
1658 |
+
"type": "library",
|
1659 |
+
"installation-source": "dist",
|
1660 |
+
"autoload": {
|
1661 |
+
"psr-4": {
|
1662 |
+
"ParagonIE\\ConstantTime\\": "src/"
|
1663 |
+
}
|
1664 |
+
},
|
1665 |
+
"notification-url": "https://packagist.org/downloads/",
|
1666 |
+
"license": [
|
1667 |
+
"MIT"
|
1668 |
+
],
|
1669 |
+
"authors": [
|
1670 |
+
{
|
1671 |
+
"name": "Paragon Initiative Enterprises",
|
1672 |
+
"email": "security@paragonie.com",
|
1673 |
+
"homepage": "https://paragonie.com",
|
1674 |
+
"role": "Maintainer"
|
1675 |
+
},
|
1676 |
+
{
|
1677 |
+
"name": "Steve 'Sc00bz' Thomas",
|
1678 |
+
"email": "steve@tobtu.com",
|
1679 |
+
"homepage": "https://www.tobtu.com",
|
1680 |
+
"role": "Original Developer"
|
1681 |
+
}
|
1682 |
+
],
|
1683 |
+
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
1684 |
+
"keywords": [
|
1685 |
+
"base16",
|
1686 |
+
"base32",
|
1687 |
+
"base32_decode",
|
1688 |
+
"base32_encode",
|
1689 |
+
"base64",
|
1690 |
+
"base64_decode",
|
1691 |
+
"base64_encode",
|
1692 |
+
"bin2hex",
|
1693 |
+
"encoding",
|
1694 |
+
"hex",
|
1695 |
+
"hex2bin",
|
1696 |
+
"rfc4648"
|
1697 |
+
],
|
1698 |
+
"support": {
|
1699 |
+
"email": "info@paragonie.com",
|
1700 |
+
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
1701 |
+
"source": "https://github.com/paragonie/constant_time_encoding"
|
1702 |
+
},
|
1703 |
+
"install-path": "../paragonie/constant_time_encoding"
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"name": "paragonie/random_compat",
|
1707 |
+
"version": "v9.99.100",
|
1708 |
+
"version_normalized": "9.99.100.0",
|
1709 |
+
"source": {
|
1710 |
+
"type": "git",
|
1711 |
+
"url": "https://github.com/paragonie/random_compat.git",
|
1712 |
+
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
1713 |
+
},
|
1714 |
+
"dist": {
|
1715 |
+
"type": "zip",
|
1716 |
+
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
1717 |
+
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
1718 |
+
"shasum": ""
|
1719 |
+
},
|
1720 |
+
"require": {
|
1721 |
+
"php": ">= 7"
|
1722 |
+
},
|
1723 |
+
"require-dev": {
|
1724 |
+
"phpunit/phpunit": "4.*|5.*",
|
1725 |
+
"vimeo/psalm": "^1"
|
1726 |
+
},
|
1727 |
+
"suggest": {
|
1728 |
+
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
1729 |
+
},
|
1730 |
+
"time": "2020-10-15T08:29:30+00:00",
|
1731 |
+
"type": "library",
|
1732 |
+
"installation-source": "dist",
|
1733 |
+
"notification-url": "https://packagist.org/downloads/",
|
1734 |
+
"license": [
|
1735 |
+
"MIT"
|
1736 |
+
],
|
1737 |
+
"authors": [
|
1738 |
+
{
|
1739 |
+
"name": "Paragon Initiative Enterprises",
|
1740 |
+
"email": "security@paragonie.com",
|
1741 |
+
"homepage": "https://paragonie.com"
|
1742 |
+
}
|
1743 |
+
],
|
1744 |
+
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
1745 |
+
"keywords": [
|
1746 |
+
"csprng",
|
1747 |
+
"polyfill",
|
1748 |
+
"pseudorandom",
|
1749 |
+
"random"
|
1750 |
+
],
|
1751 |
+
"support": {
|
1752 |
+
"email": "info@paragonie.com",
|
1753 |
+
"issues": "https://github.com/paragonie/random_compat/issues",
|
1754 |
+
"source": "https://github.com/paragonie/random_compat"
|
1755 |
+
},
|
1756 |
+
"install-path": "../paragonie/random_compat"
|
1757 |
+
},
|
1758 |
+
{
|
1759 |
+
"name": "phpseclib/bcmath_compat",
|
1760 |
+
"version": "2.0.0",
|
1761 |
+
"version_normalized": "2.0.0.0",
|
1762 |
+
"source": {
|
1763 |
+
"type": "git",
|
1764 |
+
"url": "https://github.com/phpseclib/bcmath_compat.git",
|
1765 |
+
"reference": "fd896dfceffc13d8cf45d2ee3470777a70026f3c"
|
1766 |
+
},
|
1767 |
+
"dist": {
|
1768 |
+
"type": "zip",
|
1769 |
+
"url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/fd896dfceffc13d8cf45d2ee3470777a70026f3c",
|
1770 |
+
"reference": "fd896dfceffc13d8cf45d2ee3470777a70026f3c",
|
1771 |
+
"shasum": ""
|
1772 |
+
},
|
1773 |
+
"require": {
|
1774 |
+
"phpseclib/phpseclib": "^3.0"
|
1775 |
+
},
|
1776 |
+
"provide": {
|
1777 |
+
"ext-bcmath": "8.0.0"
|
1778 |
+
},
|
1779 |
+
"require-dev": {
|
1780 |
+
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
|
1781 |
+
"squizlabs/php_codesniffer": "^3.0"
|
1782 |
+
},
|
1783 |
+
"suggest": {
|
1784 |
+
"ext-gmp": "Will enable faster math operations"
|
1785 |
+
},
|
1786 |
+
"time": "2020-12-22T16:38:51+00:00",
|
1787 |
+
"type": "library",
|
1788 |
+
"installation-source": "dist",
|
1789 |
+
"autoload": {
|
1790 |
+
"files": [
|
1791 |
+
"lib/bcmath.php"
|
1792 |
+
],
|
1793 |
+
"psr-4": {
|
1794 |
+
"bcmath_compat\\": "src"
|
1795 |
+
}
|
1796 |
+
},
|
1797 |
+
"notification-url": "https://packagist.org/downloads/",
|
1798 |
+
"license": [
|
1799 |
+
"MIT"
|
1800 |
+
],
|
1801 |
+
"authors": [
|
1802 |
+
{
|
1803 |
+
"name": "Jim Wigginton",
|
1804 |
+
"email": "terrafrost@php.net",
|
1805 |
+
"homepage": "http://phpseclib.sourceforge.net"
|
1806 |
+
}
|
1807 |
+
],
|
1808 |
+
"description": "PHP 5.x/7.x polyfill for bcmath extension",
|
1809 |
+
"keywords": [
|
1810 |
+
"BigInteger",
|
1811 |
+
"bcmath",
|
1812 |
+
"bigdecimal",
|
1813 |
+
"math",
|
1814 |
+
"polyfill"
|
1815 |
+
],
|
1816 |
+
"support": {
|
1817 |
+
"email": "terrafrost@php.net",
|
1818 |
+
"issues": "https://github.com/phpseclib/bcmath_compat/issues",
|
1819 |
+
"source": "https://github.com/phpseclib/bcmath_compat"
|
1820 |
+
},
|
1821 |
+
"install-path": "../phpseclib/bcmath_compat"
|
1822 |
+
},
|
1823 |
+
{
|
1824 |
+
"name": "phpseclib/phpseclib",
|
1825 |
+
"version": "3.0.12",
|
1826 |
+
"version_normalized": "3.0.12.0",
|
1827 |
+
"source": {
|
1828 |
+
"type": "git",
|
1829 |
+
"url": "https://github.com/phpseclib/phpseclib.git",
|
1830 |
+
"reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb"
|
1831 |
+
},
|
1832 |
+
"dist": {
|
1833 |
+
"type": "zip",
|
1834 |
+
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
|
1835 |
+
"reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
|
1836 |
+
"shasum": ""
|
1837 |
+
},
|
1838 |
+
"require": {
|
1839 |
+
"paragonie/constant_time_encoding": "^1|^2",
|
1840 |
+
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
1841 |
+
"php": ">=5.6.1"
|
1842 |
+
},
|
1843 |
+
"require-dev": {
|
1844 |
+
"phing/phing": "~2.7",
|
1845 |
+
"phpunit/phpunit": "^5.7|^6.0|^9.4",
|
1846 |
+
"squizlabs/php_codesniffer": "~2.0"
|
1847 |
+
},
|
1848 |
+
"suggest": {
|
1849 |
+
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
1850 |
+
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
1851 |
+
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
1852 |
+
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
1853 |
+
},
|
1854 |
+
"time": "2021-11-28T23:46:03+00:00",
|
1855 |
+
"type": "library",
|
1856 |
+
"installation-source": "dist",
|
1857 |
+
"autoload": {
|
1858 |
+
"files": [
|
1859 |
+
"phpseclib/bootstrap.php"
|
1860 |
+
],
|
1861 |
+
"psr-4": {
|
1862 |
+
"phpseclib3\\": "phpseclib/"
|
1863 |
+
}
|
1864 |
+
},
|
1865 |
+
"notification-url": "https://packagist.org/downloads/",
|
1866 |
+
"license": [
|
1867 |
+
"MIT"
|
1868 |
+
],
|
1869 |
+
"authors": [
|
1870 |
+
{
|
1871 |
+
"name": "Jim Wigginton",
|
1872 |
+
"email": "terrafrost@php.net",
|
1873 |
+
"role": "Lead Developer"
|
1874 |
+
},
|
1875 |
+
{
|
1876 |
+
"name": "Patrick Monnerat",
|
1877 |
+
"email": "pm@datasphere.ch",
|
1878 |
+
"role": "Developer"
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"name": "Andreas Fischer",
|
1882 |
+
"email": "bantu@phpbb.com",
|
1883 |
+
"role": "Developer"
|
1884 |
+
},
|
1885 |
+
{
|
1886 |
+
"name": "Hans-Jürgen Petrich",
|
1887 |
+
"email": "petrich@tronic-media.com",
|
1888 |
+
"role": "Developer"
|
1889 |
+
},
|
1890 |
+
{
|
1891 |
+
"name": "Graham Campbell",
|
1892 |
+
"email": "graham@alt-three.com",
|
1893 |
+
"role": "Developer"
|
1894 |
+
}
|
1895 |
+
],
|
1896 |
+
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
1897 |
+
"homepage": "http://phpseclib.sourceforge.net",
|
1898 |
+
"keywords": [
|
1899 |
+
"BigInteger",
|
1900 |
+
"aes",
|
1901 |
+
"asn.1",
|
1902 |
+
"asn1",
|
1903 |
+
"blowfish",
|
1904 |
+
"crypto",
|
1905 |
+
"cryptography",
|
1906 |
+
"encryption",
|
1907 |
+
"rsa",
|
1908 |
+
"security",
|
1909 |
+
"sftp",
|
1910 |
+
"signature",
|
1911 |
+
"signing",
|
1912 |
+
"ssh",
|
1913 |
+
"twofish",
|
1914 |
+
"x.509",
|
1915 |
+
"x509"
|
1916 |
+
],
|
1917 |
+
"support": {
|
1918 |
+
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
1919 |
+
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.12"
|
1920 |
+
},
|
1921 |
+
"funding": [
|
1922 |
+
{
|
1923 |
+
"url": "https://github.com/terrafrost",
|
1924 |
+
"type": "github"
|
1925 |
+
},
|
1926 |
+
{
|
1927 |
+
"url": "https://www.patreon.com/phpseclib",
|
1928 |
+
"type": "patreon"
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
1932 |
+
"type": "tidelift"
|
1933 |
+
}
|
1934 |
+
],
|
1935 |
+
"install-path": "../phpseclib/phpseclib"
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"name": "psr/cache",
|
1939 |
+
"version": "1.0.1",
|
1940 |
+
"version_normalized": "1.0.1.0",
|
1941 |
+
"source": {
|
1942 |
+
"type": "git",
|
1943 |
+
"url": "https://github.com/php-fig/cache.git",
|
1944 |
+
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
1945 |
+
},
|
1946 |
+
"dist": {
|
1947 |
+
"type": "zip",
|
1948 |
+
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
1949 |
+
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
1950 |
+
"shasum": ""
|
1951 |
+
},
|
1952 |
+
"require": {
|
1953 |
+
"php": ">=5.3.0"
|
1954 |
+
},
|
1955 |
+
"time": "2016-08-06T20:24:11+00:00",
|
1956 |
+
"type": "library",
|
1957 |
+
"extra": {
|
1958 |
+
"branch-alias": {
|
1959 |
+
"dev-master": "1.0.x-dev"
|
1960 |
+
}
|
1961 |
+
},
|
1962 |
+
"installation-source": "dist",
|
1963 |
+
"autoload": {
|
1964 |
+
"psr-4": {
|
1965 |
+
"Psr\\Cache\\": "src/"
|
1966 |
+
}
|
1967 |
+
},
|
1968 |
+
"notification-url": "https://packagist.org/downloads/",
|
1969 |
+
"license": [
|
1970 |
+
"MIT"
|
1971 |
+
],
|
1972 |
+
"authors": [
|
1973 |
+
{
|
1974 |
+
"name": "PHP-FIG",
|
1975 |
+
"homepage": "http://www.php-fig.org/"
|
1976 |
+
}
|
1977 |
+
],
|
1978 |
+
"description": "Common interface for caching libraries",
|
1979 |
+
"keywords": [
|
1980 |
+
"cache",
|
1981 |
+
"psr",
|
1982 |
+
"psr-6"
|
1983 |
+
],
|
1984 |
+
"support": {
|
1985 |
+
"source": "https://github.com/php-fig/cache/tree/master"
|
1986 |
+
},
|
1987 |
+
"install-path": "../psr/cache"
|
1988 |
+
},
|
1989 |
+
{
|
1990 |
+
"name": "psr/container",
|
1991 |
+
"version": "1.1.1",
|
1992 |
+
"version_normalized": "1.1.1.0",
|
1993 |
+
"source": {
|
1994 |
+
"type": "git",
|
1995 |
+
"url": "https://github.com/php-fig/container.git",
|
1996 |
+
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
1997 |
+
},
|
1998 |
+
"dist": {
|
1999 |
+
"type": "zip",
|
2000 |
+
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
2001 |
+
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
2002 |
+
"shasum": ""
|
2003 |
+
},
|
2004 |
+
"require": {
|
2005 |
+
"php": ">=7.2.0"
|
2006 |
+
},
|
2007 |
+
"time": "2021-03-05T17:36:06+00:00",
|
2008 |
+
"type": "library",
|
2009 |
+
"installation-source": "dist",
|
2010 |
+
"autoload": {
|
2011 |
+
"psr-4": {
|
2012 |
+
"Psr\\Container\\": "src/"
|
2013 |
+
}
|
2014 |
+
},
|
2015 |
+
"notification-url": "https://packagist.org/downloads/",
|
2016 |
+
"license": [
|
2017 |
+
"MIT"
|
2018 |
+
],
|
2019 |
+
"authors": [
|
2020 |
+
{
|
2021 |
+
"name": "PHP-FIG",
|
2022 |
+
"homepage": "https://www.php-fig.org/"
|
2023 |
+
}
|
2024 |
+
],
|
2025 |
+
"description": "Common Container Interface (PHP FIG PSR-11)",
|
2026 |
+
"homepage": "https://github.com/php-fig/container",
|
2027 |
+
"keywords": [
|
2028 |
+
"PSR-11",
|
2029 |
+
"container",
|
2030 |
+
"container-interface",
|
2031 |
+
"container-interop",
|
2032 |
+
"psr"
|
2033 |
+
],
|
2034 |
+
"support": {
|
2035 |
+
"issues": "https://github.com/php-fig/container/issues",
|
2036 |
+
"source": "https://github.com/php-fig/container/tree/1.1.1"
|
2037 |
+
},
|
2038 |
+
"install-path": "../psr/container"
|
2039 |
+
},
|
2040 |
+
{
|
2041 |
+
"name": "psr/http-client",
|
2042 |
+
"version": "1.0.1",
|
2043 |
+
"version_normalized": "1.0.1.0",
|
2044 |
+
"source": {
|
2045 |
+
"type": "git",
|
2046 |
+
"url": "https://github.com/php-fig/http-client.git",
|
2047 |
+
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
2048 |
+
},
|
2049 |
+
"dist": {
|
2050 |
+
"type": "zip",
|
2051 |
+
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
2052 |
+
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
2053 |
+
"shasum": ""
|
2054 |
+
},
|
2055 |
+
"require": {
|
2056 |
+
"php": "^7.0 || ^8.0",
|
2057 |
+
"psr/http-message": "^1.0"
|
2058 |
+
},
|
2059 |
+
"time": "2020-06-29T06:28:15+00:00",
|
2060 |
+
"type": "library",
|
2061 |
+
"extra": {
|
2062 |
+
"branch-alias": {
|
2063 |
+
"dev-master": "1.0.x-dev"
|
2064 |
+
}
|
2065 |
+
},
|
2066 |
+
"installation-source": "dist",
|
2067 |
+
"autoload": {
|
2068 |
+
"psr-4": {
|
2069 |
+
"Psr\\Http\\Client\\": "src/"
|
2070 |
+
}
|
2071 |
+
},
|
2072 |
+
"notification-url": "https://packagist.org/downloads/",
|
2073 |
+
"license": [
|
2074 |
+
"MIT"
|
2075 |
+
],
|
2076 |
+
"authors": [
|
2077 |
+
{
|
2078 |
+
"name": "PHP-FIG",
|
2079 |
+
"homepage": "http://www.php-fig.org/"
|
2080 |
+
}
|
2081 |
+
],
|
2082 |
+
"description": "Common interface for HTTP clients",
|
2083 |
+
"homepage": "https://github.com/php-fig/http-client",
|
2084 |
+
"keywords": [
|
2085 |
+
"http",
|
2086 |
+
"http-client",
|
2087 |
+
"psr",
|
2088 |
+
"psr-18"
|
2089 |
+
],
|
2090 |
+
"support": {
|
2091 |
+
"source": "https://github.com/php-fig/http-client/tree/master"
|
2092 |
+
},
|
2093 |
+
"install-path": "../psr/http-client"
|
2094 |
+
},
|
2095 |
+
{
|
2096 |
+
"name": "psr/http-factory",
|
2097 |
+
"version": "1.0.1",
|
2098 |
+
"version_normalized": "1.0.1.0",
|
2099 |
+
"source": {
|
2100 |
+
"type": "git",
|
2101 |
+
"url": "https://github.com/php-fig/http-factory.git",
|
2102 |
+
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
2103 |
+
},
|
2104 |
+
"dist": {
|
2105 |
+
"type": "zip",
|
2106 |
+
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
2107 |
+
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
2108 |
+
"shasum": ""
|
2109 |
+
},
|
2110 |
+
"require": {
|
2111 |
+
"php": ">=7.0.0",
|
2112 |
+
"psr/http-message": "^1.0"
|
2113 |
+
},
|
2114 |
+
"time": "2019-04-30T12:38:16+00:00",
|
2115 |
+
"type": "library",
|
2116 |
+
"extra": {
|
2117 |
+
"branch-alias": {
|
2118 |
+
"dev-master": "1.0.x-dev"
|
2119 |
+
}
|
2120 |
+
},
|
2121 |
+
"installation-source": "dist",
|
2122 |
+
"autoload": {
|
2123 |
+
"psr-4": {
|
2124 |
+
"Psr\\Http\\Message\\": "src/"
|
2125 |
+
}
|
2126 |
+
},
|
2127 |
+
"notification-url": "https://packagist.org/downloads/",
|
2128 |
+
"license": [
|
2129 |
+
"MIT"
|
2130 |
+
],
|
2131 |
+
"authors": [
|
2132 |
+
{
|
2133 |
+
"name": "PHP-FIG",
|
2134 |
+
"homepage": "http://www.php-fig.org/"
|
2135 |
+
}
|
2136 |
+
],
|
2137 |
+
"description": "Common interfaces for PSR-7 HTTP message factories",
|
2138 |
+
"keywords": [
|
2139 |
+
"factory",
|
2140 |
+
"http",
|
2141 |
+
"message",
|
2142 |
+
"psr",
|
2143 |
+
"psr-17",
|
2144 |
+
"psr-7",
|
2145 |
+
"request",
|
2146 |
+
"response"
|
2147 |
+
],
|
2148 |
+
"support": {
|
2149 |
+
"source": "https://github.com/php-fig/http-factory/tree/master"
|
2150 |
+
},
|
2151 |
+
"install-path": "../psr/http-factory"
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"name": "psr/http-message",
|
2155 |
+
"version": "1.0.1",
|
2156 |
+
"version_normalized": "1.0.1.0",
|
2157 |
+
"source": {
|
2158 |
+
"type": "git",
|
2159 |
+
"url": "https://github.com/php-fig/http-message.git",
|
2160 |
+
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
2161 |
+
},
|
2162 |
+
"dist": {
|
2163 |
+
"type": "zip",
|
2164 |
+
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
2165 |
+
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
2166 |
+
"shasum": ""
|
2167 |
+
},
|
2168 |
+
"require": {
|
2169 |
+
"php": ">=5.3.0"
|
2170 |
+
},
|
2171 |
+
"time": "2016-08-06T14:39:51+00:00",
|
2172 |
+
"type": "library",
|
2173 |
+
"extra": {
|
2174 |
+
"branch-alias": {
|
2175 |
+
"dev-master": "1.0.x-dev"
|
2176 |
+
}
|
2177 |
+
},
|
2178 |
+
"installation-source": "dist",
|
2179 |
+
"autoload": {
|
2180 |
+
"psr-4": {
|
2181 |
+
"Psr\\Http\\Message\\": "src/"
|
2182 |
+
}
|
2183 |
+
},
|
2184 |
+
"notification-url": "https://packagist.org/downloads/",
|
2185 |
+
"license": [
|
2186 |
+
"MIT"
|
2187 |
+
],
|
2188 |
+
"authors": [
|
2189 |
+
{
|
2190 |
+
"name": "PHP-FIG",
|
2191 |
+
"homepage": "http://www.php-fig.org/"
|
2192 |
+
}
|
2193 |
+
],
|
2194 |
+
"description": "Common interface for HTTP messages",
|
2195 |
+
"homepage": "https://github.com/php-fig/http-message",
|
2196 |
+
"keywords": [
|
2197 |
+
"http",
|
2198 |
+
"http-message",
|
2199 |
+
"psr",
|
2200 |
+
"psr-7",
|
2201 |
+
"request",
|
2202 |
+
"response"
|
2203 |
+
],
|
2204 |
+
"support": {
|
2205 |
+
"source": "https://github.com/php-fig/http-message/tree/master"
|
2206 |
+
},
|
2207 |
+
"install-path": "../psr/http-message"
|
2208 |
+
},
|
2209 |
+
{
|
2210 |
+
"name": "psr/log",
|
2211 |
+
"version": "1.1.4",
|
2212 |
+
"version_normalized": "1.1.4.0",
|
2213 |
+
"source": {
|
2214 |
+
"type": "git",
|
2215 |
+
"url": "https://github.com/php-fig/log.git",
|
2216 |
+
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
2217 |
+
},
|
2218 |
+
"dist": {
|
2219 |
+
"type": "zip",
|
2220 |
+
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
2221 |
+
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
2222 |
+
"shasum": ""
|
2223 |
+
},
|
2224 |
+
"require": {
|
2225 |
+
"php": ">=5.3.0"
|
2226 |
+
},
|
2227 |
+
"time": "2021-05-03T11:20:27+00:00",
|
2228 |
+
"type": "library",
|
2229 |
+
"extra": {
|
2230 |
+
"branch-alias": {
|
2231 |
+
"dev-master": "1.1.x-dev"
|
2232 |
+
}
|
2233 |
+
},
|
2234 |
+
"installation-source": "dist",
|
2235 |
+
"autoload": {
|
2236 |
+
"psr-4": {
|
2237 |
+
"Psr\\Log\\": "Psr/Log/"
|
2238 |
+
}
|
2239 |
+
},
|
2240 |
+
"notification-url": "https://packagist.org/downloads/",
|
2241 |
+
"license": [
|
2242 |
+
"MIT"
|
2243 |
+
],
|
2244 |
+
"authors": [
|
2245 |
+
{
|
2246 |
+
"name": "PHP-FIG",
|
2247 |
+
"homepage": "https://www.php-fig.org/"
|
2248 |
+
}
|
2249 |
+
],
|
2250 |
+
"description": "Common interface for logging libraries",
|
2251 |
+
"homepage": "https://github.com/php-fig/log",
|
2252 |
+
"keywords": [
|
2253 |
+
"log",
|
2254 |
+
"psr",
|
2255 |
+
"psr-3"
|
2256 |
+
],
|
2257 |
+
"support": {
|
2258 |
+
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
2259 |
+
},
|
2260 |
+
"install-path": "../psr/log"
|
2261 |
+
},
|
2262 |
+
{
|
2263 |
+
"name": "ralouphie/getallheaders",
|
2264 |
+
"version": "3.0.3",
|
2265 |
+
"version_normalized": "3.0.3.0",
|
2266 |
+
"source": {
|
2267 |
+
"type": "git",
|
2268 |
+
"url": "https://github.com/ralouphie/getallheaders.git",
|
2269 |
+
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
2270 |
+
},
|
2271 |
+
"dist": {
|
2272 |
+
"type": "zip",
|
2273 |
+
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
2274 |
+
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
2275 |
+
"shasum": ""
|
2276 |
+
},
|
2277 |
+
"require": {
|
2278 |
+
"php": ">=5.6"
|
2279 |
+
},
|
2280 |
+
"require-dev": {
|
2281 |
+
"php-coveralls/php-coveralls": "^2.1",
|
2282 |
+
"phpunit/phpunit": "^5 || ^6.5"
|
2283 |
+
},
|
2284 |
+
"time": "2019-03-08T08:55:37+00:00",
|
2285 |
+
"type": "library",
|
2286 |
+
"installation-source": "dist",
|
2287 |
+
"autoload": {
|
2288 |
+
"files": [
|
2289 |
+
"src/getallheaders.php"
|
2290 |
+
]
|
2291 |
+
},
|
2292 |
+
"notification-url": "https://packagist.org/downloads/",
|
2293 |
+
"license": [
|
2294 |
+
"MIT"
|
2295 |
+
],
|
2296 |
+
"authors": [
|
2297 |
+
{
|
2298 |
+
"name": "Ralph Khattar",
|
2299 |
+
"email": "ralph.khattar@gmail.com"
|
2300 |
+
}
|
2301 |
+
],
|
2302 |
+
"description": "A polyfill for getallheaders.",
|
2303 |
+
"support": {
|
2304 |
+
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
2305 |
+
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
2306 |
+
},
|
2307 |
+
"install-path": "../ralouphie/getallheaders"
|
2308 |
+
},
|
2309 |
+
{
|
2310 |
+
"name": "symfony/deprecation-contracts",
|
2311 |
+
"version": "v2.5.0",
|
2312 |
+
"version_normalized": "2.5.0.0",
|
2313 |
+
"source": {
|
2314 |
+
"type": "git",
|
2315 |
+
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2316 |
+
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
2317 |
+
},
|
2318 |
+
"dist": {
|
2319 |
+
"type": "zip",
|
2320 |
+
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
2321 |
+
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
2322 |
+
"shasum": ""
|
2323 |
+
},
|
2324 |
+
"require": {
|
2325 |
+
"php": ">=7.1"
|
2326 |
+
},
|
2327 |
+
"time": "2021-07-12T14:48:14+00:00",
|
2328 |
+
"type": "library",
|
2329 |
+
"extra": {
|
2330 |
+
"branch-alias": {
|
2331 |
+
"dev-main": "2.5-dev"
|
2332 |
+
},
|
2333 |
+
"thanks": {
|
2334 |
+
"name": "symfony/contracts",
|
2335 |
+
"url": "https://github.com/symfony/contracts"
|
2336 |
+
}
|
2337 |
+
},
|
2338 |
+
"installation-source": "dist",
|
2339 |
+
"autoload": {
|
2340 |
+
"files": [
|
2341 |
+
"function.php"
|
2342 |
+
]
|
2343 |
+
},
|
2344 |
+
"notification-url": "https://packagist.org/downloads/",
|
2345 |
+
"license": [
|
2346 |
+
"MIT"
|
2347 |
+
],
|
2348 |
+
"authors": [
|
2349 |
+
{
|
2350 |
+
"name": "Nicolas Grekas",
|
2351 |
+
"email": "p@tchwork.com"
|
2352 |
+
},
|
2353 |
+
{
|
2354 |
+
"name": "Symfony Community",
|
2355 |
+
"homepage": "https://symfony.com/contributors"
|
2356 |
+
}
|
2357 |
+
],
|
2358 |
+
"description": "A generic function and convention to trigger deprecation notices",
|
2359 |
+
"homepage": "https://symfony.com",
|
2360 |
+
"support": {
|
2361 |
+
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
|
2362 |
+
},
|
2363 |
+
"funding": [
|
2364 |
+
{
|
2365 |
+
"url": "https://symfony.com/sponsor",
|
2366 |
+
"type": "custom"
|
2367 |
+
},
|
2368 |
+
{
|
2369 |
+
"url": "https://github.com/fabpot",
|
2370 |
+
"type": "github"
|
2371 |
+
},
|
2372 |
+
{
|
2373 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2374 |
+
"type": "tidelift"
|
2375 |
+
}
|
2376 |
+
],
|
2377 |
+
"install-path": "../symfony/deprecation-contracts"
|
2378 |
+
},
|
2379 |
+
{
|
2380 |
+
"name": "symfony/polyfill-ctype",
|
2381 |
+
"version": "v1.22.1",
|
2382 |
+
"version_normalized": "1.22.1.0",
|
2383 |
+
"source": {
|
2384 |
+
"type": "git",
|
2385 |
+
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2386 |
+
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
|
2387 |
+
},
|
2388 |
+
"dist": {
|
2389 |
+
"type": "zip",
|
2390 |
+
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
|
2391 |
+
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
|
2392 |
+
"shasum": ""
|
2393 |
+
},
|
2394 |
+
"require": {
|
2395 |
+
"php": ">=7.1"
|
2396 |
+
},
|
2397 |
+
"suggest": {
|
2398 |
+
"ext-ctype": "For best performance"
|
2399 |
+
},
|
2400 |
+
"time": "2021-01-07T16:49:33+00:00",
|
2401 |
+
"type": "library",
|
2402 |
+
"extra": {
|
2403 |
+
"branch-alias": {
|
2404 |
+
"dev-main": "1.22-dev"
|
2405 |
+
},
|
2406 |
+
"thanks": {
|
2407 |
+
"name": "symfony/polyfill",
|
2408 |
+
"url": "https://github.com/symfony/polyfill"
|
2409 |
+
}
|
2410 |
+
},
|
2411 |
+
"installation-source": "dist",
|
2412 |
+
"autoload": {
|
2413 |
+
"psr-4": {
|
2414 |
+
"Symfony\\Polyfill\\Ctype\\": ""
|
2415 |
+
},
|
2416 |
+
"files": [
|
2417 |
+
"bootstrap.php"
|
2418 |
+
]
|
2419 |
+
},
|
2420 |
+
"notification-url": "https://packagist.org/downloads/",
|
2421 |
+
"license": [
|
2422 |
+
"MIT"
|
2423 |
+
],
|
2424 |
+
"authors": [
|
2425 |
+
{
|
2426 |
+
"name": "Gert de Pagter",
|
2427 |
+
"email": "BackEndTea@gmail.com"
|
2428 |
+
},
|
2429 |
+
{
|
2430 |
+
"name": "Symfony Community",
|
2431 |
+
"homepage": "https://symfony.com/contributors"
|
2432 |
+
}
|
2433 |
+
],
|
2434 |
+
"description": "Symfony polyfill for ctype functions",
|
2435 |
+
"homepage": "https://symfony.com",
|
2436 |
+
"keywords": [
|
2437 |
+
"compatibility",
|
2438 |
+
"ctype",
|
2439 |
+
"polyfill",
|
2440 |
+
"portable"
|
2441 |
+
],
|
2442 |
+
"support": {
|
2443 |
+
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
|
2444 |
},
|
2445 |
+
"funding": [
|
2446 |
+
{
|
2447 |
+
"url": "https://symfony.com/sponsor",
|
2448 |
+
"type": "custom"
|
2449 |
+
},
|
2450 |
+
{
|
2451 |
+
"url": "https://github.com/fabpot",
|
2452 |
+
"type": "github"
|
2453 |
+
},
|
2454 |
+
{
|
2455 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2456 |
+
"type": "tidelift"
|
2457 |
+
}
|
2458 |
],
|
2459 |
+
"install-path": "../symfony/polyfill-ctype"
|
2460 |
+
},
|
2461 |
+
{
|
2462 |
+
"name": "symfony/polyfill-php73",
|
2463 |
+
"version": "v1.22.1",
|
2464 |
+
"version_normalized": "1.22.1.0",
|
2465 |
+
"source": {
|
2466 |
+
"type": "git",
|
2467 |
+
"url": "https://github.com/symfony/polyfill-php73.git",
|
2468 |
+
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
|
2469 |
+
},
|
2470 |
+
"dist": {
|
2471 |
+
"type": "zip",
|
2472 |
+
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
|
2473 |
+
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
|
2474 |
+
"shasum": ""
|
2475 |
+
},
|
2476 |
+
"require": {
|
2477 |
+
"php": ">=7.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2478 |
},
|
2479 |
+
"time": "2021-01-07T16:49:33+00:00",
|
2480 |
+
"type": "library",
|
2481 |
+
"extra": {
|
2482 |
+
"branch-alias": {
|
2483 |
+
"dev-main": "1.22-dev"
|
2484 |
+
},
|
2485 |
+
"thanks": {
|
2486 |
+
"name": "symfony/polyfill",
|
2487 |
+
"url": "https://github.com/symfony/polyfill"
|
2488 |
+
}
|
2489 |
+
},
|
2490 |
+
"installation-source": "dist",
|
2491 |
+
"autoload": {
|
2492 |
+
"psr-4": {
|
2493 |
+
"Symfony\\Polyfill\\Php73\\": ""
|
2494 |
+
},
|
2495 |
+
"files": [
|
2496 |
+
"bootstrap.php"
|
2497 |
+
],
|
2498 |
+
"classmap": [
|
2499 |
+
"Resources/stubs"
|
2500 |
+
]
|
2501 |
+
},
|
2502 |
+
"notification-url": "https://packagist.org/downloads/",
|
2503 |
+
"license": [
|
2504 |
+
"MIT"
|
2505 |
],
|
2506 |
+
"authors": [
|
2507 |
+
{
|
2508 |
+
"name": "Nicolas Grekas",
|
2509 |
+
"email": "p@tchwork.com"
|
2510 |
+
},
|
2511 |
+
{
|
2512 |
+
"name": "Symfony Community",
|
2513 |
+
"homepage": "https://symfony.com/contributors"
|
2514 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2515 |
],
|
2516 |
+
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
2517 |
+
"homepage": "https://symfony.com",
|
2518 |
+
"keywords": [
|
2519 |
+
"compatibility",
|
2520 |
+
"polyfill",
|
2521 |
+
"portable",
|
2522 |
+
"shim"
|
2523 |
+
],
|
2524 |
+
"support": {
|
2525 |
+
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
|
2526 |
},
|
2527 |
+
"funding": [
|
2528 |
+
{
|
2529 |
+
"url": "https://symfony.com/sponsor",
|
2530 |
+
"type": "custom"
|
2531 |
+
},
|
2532 |
+
{
|
2533 |
+
"url": "https://github.com/fabpot",
|
2534 |
+
"type": "github"
|
2535 |
+
},
|
2536 |
+
{
|
2537 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2538 |
+
"type": "tidelift"
|
2539 |
+
}
|
2540 |
+
],
|
2541 |
+
"install-path": "../symfony/polyfill-php73"
|
2542 |
+
},
|
2543 |
+
{
|
2544 |
+
"name": "symfony/polyfill-php80",
|
2545 |
+
"version": "v1.24.0",
|
2546 |
+
"version_normalized": "1.24.0.0",
|
2547 |
+
"source": {
|
2548 |
+
"type": "git",
|
2549 |
+
"url": "https://github.com/symfony/polyfill-php80.git",
|
2550 |
+
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
|
2551 |
+
},
|
2552 |
+
"dist": {
|
2553 |
+
"type": "zip",
|
2554 |
+
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
|
2555 |
+
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
|
2556 |
+
"shasum": ""
|
2557 |
+
},
|
2558 |
+
"require": {
|
2559 |
+
"php": ">=7.1"
|
2560 |
+
},
|
2561 |
+
"time": "2021-09-13T13:58:33+00:00",
|
2562 |
+
"type": "library",
|
2563 |
+
"extra": {
|
2564 |
+
"branch-alias": {
|
2565 |
+
"dev-main": "1.23-dev"
|
2566 |
+
},
|
2567 |
+
"thanks": {
|
2568 |
+
"name": "symfony/polyfill",
|
2569 |
+
"url": "https://github.com/symfony/polyfill"
|
2570 |
+
}
|
2571 |
+
},
|
2572 |
+
"installation-source": "dist",
|
2573 |
+
"autoload": {
|
2574 |
+
"files": [
|
2575 |
+
"bootstrap.php"
|
2576 |
+
],
|
2577 |
+
"psr-4": {
|
2578 |
+
"Symfony\\Polyfill\\Php80\\": ""
|
2579 |
+
},
|
2580 |
+
"classmap": [
|
2581 |
+
"Resources/stubs"
|
2582 |
+
]
|
2583 |
+
},
|
2584 |
+
"notification-url": "https://packagist.org/downloads/",
|
2585 |
+
"license": [
|
2586 |
+
"MIT"
|
2587 |
+
],
|
2588 |
+
"authors": [
|
2589 |
+
{
|
2590 |
+
"name": "Ion Bazan",
|
2591 |
+
"email": "ion.bazan@gmail.com"
|
2592 |
+
},
|
2593 |
+
{
|
2594 |
+
"name": "Nicolas Grekas",
|
2595 |
+
"email": "p@tchwork.com"
|
2596 |
+
},
|
2597 |
+
{
|
2598 |
+
"name": "Symfony Community",
|
2599 |
+
"homepage": "https://symfony.com/contributors"
|
2600 |
+
}
|
2601 |
+
],
|
2602 |
+
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
2603 |
+
"homepage": "https://symfony.com",
|
2604 |
+
"keywords": [
|
2605 |
+
"compatibility",
|
2606 |
+
"polyfill",
|
2607 |
+
"portable",
|
2608 |
+
"shim"
|
2609 |
+
],
|
2610 |
+
"support": {
|
2611 |
+
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
|
2612 |
+
},
|
2613 |
+
"funding": [
|
2614 |
+
{
|
2615 |
+
"url": "https://symfony.com/sponsor",
|
2616 |
+
"type": "custom"
|
2617 |
+
},
|
2618 |
+
{
|
2619 |
+
"url": "https://github.com/fabpot",
|
2620 |
+
"type": "github"
|
2621 |
+
},
|
2622 |
+
{
|
2623 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2624 |
+
"type": "tidelift"
|
2625 |
+
}
|
2626 |
+
],
|
2627 |
+
"install-path": "../symfony/polyfill-php80"
|
2628 |
+
},
|
2629 |
+
{
|
2630 |
+
"name": "symfony/translation-contracts",
|
2631 |
+
"version": "v2.3.0",
|
2632 |
+
"version_normalized": "2.3.0.0",
|
2633 |
+
"source": {
|
2634 |
+
"type": "git",
|
2635 |
+
"url": "https://github.com/symfony/translation-contracts.git",
|
2636 |
+
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
|
2637 |
+
},
|
2638 |
+
"dist": {
|
2639 |
+
"type": "zip",
|
2640 |
+
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
|
2641 |
+
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
|
2642 |
+
"shasum": ""
|
2643 |
+
},
|
2644 |
+
"require": {
|
2645 |
+
"php": ">=7.2.5"
|
2646 |
+
},
|
2647 |
+
"suggest": {
|
2648 |
+
"symfony/translation-implementation": ""
|
2649 |
+
},
|
2650 |
+
"time": "2020-09-28T13:05:58+00:00",
|
2651 |
+
"type": "library",
|
2652 |
+
"extra": {
|
2653 |
+
"branch-alias": {
|
2654 |
+
"dev-master": "2.3-dev"
|
2655 |
+
},
|
2656 |
+
"thanks": {
|
2657 |
+
"name": "symfony/contracts",
|
2658 |
+
"url": "https://github.com/symfony/contracts"
|
2659 |
+
}
|
2660 |
+
},
|
2661 |
+
"installation-source": "dist",
|
2662 |
+
"autoload": {
|
2663 |
+
"psr-4": {
|
2664 |
+
"Symfony\\Contracts\\Translation\\": ""
|
2665 |
+
}
|
2666 |
+
},
|
2667 |
+
"notification-url": "https://packagist.org/downloads/",
|
2668 |
+
"license": [
|
2669 |
+
"MIT"
|
2670 |
+
],
|
2671 |
+
"authors": [
|
2672 |
+
{
|
2673 |
+
"name": "Nicolas Grekas",
|
2674 |
+
"email": "p@tchwork.com"
|
2675 |
+
},
|
2676 |
+
{
|
2677 |
+
"name": "Symfony Community",
|
2678 |
+
"homepage": "https://symfony.com/contributors"
|
2679 |
+
}
|
2680 |
+
],
|
2681 |
+
"description": "Generic abstractions related to translation",
|
2682 |
+
"homepage": "https://symfony.com",
|
2683 |
+
"keywords": [
|
2684 |
+
"abstractions",
|
2685 |
+
"contracts",
|
2686 |
+
"decoupling",
|
2687 |
+
"interfaces",
|
2688 |
+
"interoperability",
|
2689 |
+
"standards"
|
2690 |
+
],
|
2691 |
+
"support": {
|
2692 |
+
"source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
|
2693 |
+
},
|
2694 |
+
"funding": [
|
2695 |
+
{
|
2696 |
+
"url": "https://symfony.com/sponsor",
|
2697 |
+
"type": "custom"
|
2698 |
+
},
|
2699 |
+
{
|
2700 |
+
"url": "https://github.com/fabpot",
|
2701 |
+
"type": "github"
|
2702 |
+
},
|
2703 |
+
{
|
2704 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2705 |
+
"type": "tidelift"
|
2706 |
+
}
|
2707 |
+
],
|
2708 |
+
"install-path": "../symfony/translation-contracts"
|
2709 |
+
},
|
2710 |
+
{
|
2711 |
+
"name": "symfony/validator",
|
2712 |
+
"version": "v5.2.7",
|
2713 |
+
"version_normalized": "5.2.7.0",
|
2714 |
+
"source": {
|
2715 |
+
"type": "git",
|
2716 |
+
"url": "https://github.com/symfony/validator.git",
|
2717 |
+
"reference": "b0be0360bfbf15059308d815da7f4151bd448b37"
|
2718 |
+
},
|
2719 |
+
"dist": {
|
2720 |
+
"type": "zip",
|
2721 |
+
"url": "https://api.github.com/repos/symfony/validator/zipball/b0be0360bfbf15059308d815da7f4151bd448b37",
|
2722 |
+
"reference": "b0be0360bfbf15059308d815da7f4151bd448b37",
|
2723 |
+
"shasum": ""
|
2724 |
+
},
|
2725 |
+
"require": {
|
2726 |
+
"php": ">=7.2.5",
|
2727 |
+
"symfony/deprecation-contracts": "^2.1",
|
2728 |
+
"symfony/polyfill-ctype": "~1.8",
|
2729 |
+
"symfony/polyfill-mbstring": "~1.0",
|
2730 |
+
"symfony/polyfill-php73": "~1.0",
|
2731 |
+
"symfony/polyfill-php80": "^1.15",
|
2732 |
+
"symfony/translation-contracts": "^1.1|^2"
|
2733 |
+
},
|
2734 |
+
"conflict": {
|
2735 |
+
"doctrine/lexer": "<1.0.2",
|
2736 |
+
"phpunit/phpunit": "<5.4.3",
|
2737 |
+
"symfony/dependency-injection": "<4.4",
|
2738 |
+
"symfony/expression-language": "<5.1",
|
2739 |
+
"symfony/http-kernel": "<4.4",
|
2740 |
+
"symfony/intl": "<4.4",
|
2741 |
+
"symfony/translation": "<4.4",
|
2742 |
+
"symfony/yaml": "<4.4"
|
2743 |
+
},
|
2744 |
+
"require-dev": {
|
2745 |
+
"doctrine/annotations": "^1.10.4",
|
2746 |
+
"doctrine/cache": "~1.0",
|
2747 |
+
"egulias/email-validator": "^2.1.10|^3",
|
2748 |
+
"symfony/cache": "^4.4|^5.0",
|
2749 |
+
"symfony/config": "^4.4|^5.0",
|
2750 |
+
"symfony/console": "^4.4|^5.0",
|
2751 |
+
"symfony/dependency-injection": "^4.4|^5.0",
|
2752 |
+
"symfony/expression-language": "^5.1",
|
2753 |
+
"symfony/finder": "^4.4|^5.0",
|
2754 |
+
"symfony/http-client": "^4.4|^5.0",
|
2755 |
+
"symfony/http-foundation": "^4.4|^5.0",
|
2756 |
+
"symfony/http-kernel": "^4.4|^5.0",
|
2757 |
+
"symfony/intl": "^4.4|^5.0",
|
2758 |
+
"symfony/mime": "^4.4|^5.0",
|
2759 |
+
"symfony/property-access": "^4.4|^5.0",
|
2760 |
+
"symfony/property-info": "^4.4|^5.0",
|
2761 |
+
"symfony/translation": "^4.4|^5.0",
|
2762 |
+
"symfony/yaml": "^4.4|^5.0"
|
2763 |
+
},
|
2764 |
+
"suggest": {
|
2765 |
+
"egulias/email-validator": "Strict (RFC compliant) email validation",
|
2766 |
+
"psr/cache-implementation": "For using the mapping cache.",
|
2767 |
+
"symfony/config": "",
|
2768 |
+
"symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
|
2769 |
+
"symfony/http-foundation": "",
|
2770 |
+
"symfony/intl": "",
|
2771 |
+
"symfony/property-access": "For accessing properties within comparison constraints",
|
2772 |
+
"symfony/property-info": "To automatically add NotNull and Type constraints",
|
2773 |
+
"symfony/translation": "For translating validation errors.",
|
2774 |
+
"symfony/yaml": ""
|
2775 |
+
},
|
2776 |
+
"time": "2021-04-14T13:12:03+00:00",
|
2777 |
+
"type": "library",
|
2778 |
+
"installation-source": "dist",
|
2779 |
+
"autoload": {
|
2780 |
+
"psr-4": {
|
2781 |
+
"Symfony\\Component\\Validator\\": ""
|
2782 |
+
},
|
2783 |
+
"exclude-from-classmap": [
|
2784 |
+
"/Tests/"
|
2785 |
+
]
|
2786 |
+
},
|
2787 |
+
"notification-url": "https://packagist.org/downloads/",
|
2788 |
+
"license": [
|
2789 |
+
"MIT"
|
2790 |
+
],
|
2791 |
+
"authors": [
|
2792 |
+
{
|
2793 |
+
"name": "Fabien Potencier",
|
2794 |
+
"email": "fabien@symfony.com"
|
2795 |
+
},
|
2796 |
+
{
|
2797 |
+
"name": "Symfony Community",
|
2798 |
+
"homepage": "https://symfony.com/contributors"
|
2799 |
+
}
|
2800 |
+
],
|
2801 |
+
"description": "Provides tools to validate values",
|
2802 |
+
"homepage": "https://symfony.com",
|
2803 |
+
"support": {
|
2804 |
+
"source": "https://github.com/symfony/validator/tree/v5.2.7"
|
2805 |
+
},
|
2806 |
+
"funding": [
|
2807 |
+
{
|
2808 |
+
"url": "https://symfony.com/sponsor",
|
2809 |
+
"type": "custom"
|
2810 |
+
},
|
2811 |
+
{
|
2812 |
+
"url": "https://github.com/fabpot",
|
2813 |
+
"type": "github"
|
2814 |
+
},
|
2815 |
+
{
|
2816 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2817 |
+
"type": "tidelift"
|
2818 |
+
}
|
2819 |
+
],
|
2820 |
+
"install-path": "../symfony/validator"
|
2821 |
+
}
|
2822 |
+
],
|
2823 |
+
"dev": false,
|
2824 |
+
"dev-package-names": []
|
2825 |
+
}
|
vendor/composer/installed.php
ADDED
@@ -0,0 +1,470 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php return array(
|
2 |
+
'root' => array(
|
3 |
+
'pretty_version' => 'dev-release/1.12.4',
|
4 |
+
'version' => 'dev-release/1.12.4',
|
5 |
+
'type' => 'wordpress-plugin',
|
6 |
+
'install_path' => __DIR__ . '/../../',
|
7 |
+
'aliases' => array(),
|
8 |
+
'reference' => '060f0a82433554189fabe67b7060211b9cb12326',
|
9 |
+
'name' => 'woocommerce/google-listings-and-ads',
|
10 |
+
'dev' => false,
|
11 |
+
),
|
12 |
+
'versions' => array(
|
13 |
+
'automattic/jetpack-a8c-mc-stats' => array(
|
14 |
+
'pretty_version' => '1.4.1',
|
15 |
+
'version' => '1.4.1.0',
|
16 |
+
'type' => 'library',
|
17 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats',
|
18 |
+
'aliases' => array(),
|
19 |
+
'reference' => 'b2f6b20aa3046848391593e6a18f87ae3797e888',
|
20 |
+
'dev_requirement' => false,
|
21 |
+
),
|
22 |
+
'automattic/jetpack-assets' => array(
|
23 |
+
'pretty_version' => 'v1.11.2',
|
24 |
+
'version' => '1.11.2.0',
|
25 |
+
'type' => 'library',
|
26 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-assets',
|
27 |
+
'aliases' => array(),
|
28 |
+
'reference' => '833a6840b5f39ef05b2a65def8a1e61dc7c45a7a',
|
29 |
+
'dev_requirement' => false,
|
30 |
+
),
|
31 |
+
'automattic/jetpack-autoloader' => array(
|
32 |
+
'pretty_version' => 'v2.10.0',
|
33 |
+
'version' => '2.10.0.0',
|
34 |
+
'type' => 'composer-plugin',
|
35 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
|
36 |
+
'aliases' => array(),
|
37 |
+
'reference' => '6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6',
|
38 |
+
'dev_requirement' => false,
|
39 |
+
),
|
40 |
+
'automattic/jetpack-config' => array(
|
41 |
+
'pretty_version' => 'v1.4.3',
|
42 |
+
'version' => '1.4.3.0',
|
43 |
+
'type' => 'library',
|
44 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-config',
|
45 |
+
'aliases' => array(),
|
46 |
+
'reference' => '6bc77aa73d90510c9488e2d8fdaad4b056d3a066',
|
47 |
+
'dev_requirement' => false,
|
48 |
+
),
|
49 |
+
'automattic/jetpack-connection' => array(
|
50 |
+
'pretty_version' => 'v1.24.0',
|
51 |
+
'version' => '1.24.0.0',
|
52 |
+
'type' => 'library',
|
53 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-connection',
|
54 |
+
'aliases' => array(),
|
55 |
+
'reference' => '5ffc22ecc7210cb229ab4a9833e2ba1def817ff8',
|
56 |
+
'dev_requirement' => false,
|
57 |
+
),
|
58 |
+
'automattic/jetpack-constants' => array(
|
59 |
+
'pretty_version' => 'v1.6.2',
|
60 |
+
'version' => '1.6.2.0',
|
61 |
+
'type' => 'library',
|
62 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-constants',
|
63 |
+
'aliases' => array(),
|
64 |
+
'reference' => '84c8f09c5a6467104094243912fdcfe8eaed945b',
|
65 |
+
'dev_requirement' => false,
|
66 |
+
),
|
67 |
+
'automattic/jetpack-heartbeat' => array(
|
68 |
+
'pretty_version' => 'v1.3.3',
|
69 |
+
'version' => '1.3.3.0',
|
70 |
+
'type' => 'library',
|
71 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-heartbeat',
|
72 |
+
'aliases' => array(),
|
73 |
+
'reference' => 'd6e906c15a539bee5f52957126ba1b43d11e63da',
|
74 |
+
'dev_requirement' => false,
|
75 |
+
),
|
76 |
+
'automattic/jetpack-options' => array(
|
77 |
+
'pretty_version' => 'v1.11.2',
|
78 |
+
'version' => '1.11.2.0',
|
79 |
+
'type' => 'library',
|
80 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-options',
|
81 |
+
'aliases' => array(),
|
82 |
+
'reference' => '1889f3648782b5ceaac255f2a5ee96c1de8cca1e',
|
83 |
+
'dev_requirement' => false,
|
84 |
+
),
|
85 |
+
'automattic/jetpack-roles' => array(
|
86 |
+
'pretty_version' => 'v1.4.2',
|
87 |
+
'version' => '1.4.2.0',
|
88 |
+
'type' => 'library',
|
89 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-roles',
|
90 |
+
'aliases' => array(),
|
91 |
+
'reference' => 'ad4e0c4483945b24db10c09696558a2f381236ee',
|
92 |
+
'dev_requirement' => false,
|
93 |
+
),
|
94 |
+
'automattic/jetpack-status' => array(
|
95 |
+
'pretty_version' => 'v1.7.2',
|
96 |
+
'version' => '1.7.2.0',
|
97 |
+
'type' => 'library',
|
98 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-status',
|
99 |
+
'aliases' => array(),
|
100 |
+
'reference' => 'a0f1f7450f045afc2669135ba576632ca0889506',
|
101 |
+
'dev_requirement' => false,
|
102 |
+
),
|
103 |
+
'automattic/jetpack-terms-of-service' => array(
|
104 |
+
'pretty_version' => 'v1.9.3',
|
105 |
+
'version' => '1.9.3.0',
|
106 |
+
'type' => 'library',
|
107 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-terms-of-service',
|
108 |
+
'aliases' => array(),
|
109 |
+
'reference' => 'f8435228d918a5bd32912339b1124d35911efde1',
|
110 |
+
'dev_requirement' => false,
|
111 |
+
),
|
112 |
+
'automattic/jetpack-tracking' => array(
|
113 |
+
'pretty_version' => 'v1.13.2',
|
114 |
+
'version' => '1.13.2.0',
|
115 |
+
'type' => 'library',
|
116 |
+
'install_path' => __DIR__ . '/../automattic/jetpack-tracking',
|
117 |
+
'aliases' => array(),
|
118 |
+
'reference' => 'b2dc6688098798111e21bd7d5d052fb828fa0932',
|
119 |
+
'dev_requirement' => false,
|
120 |
+
),
|
121 |
+
'firebase/php-jwt' => array(
|
122 |
+
'pretty_version' => 'v5.5.1',
|
123 |
+
'version' => '5.5.1.0',
|
124 |
+
'type' => 'library',
|
125 |
+
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
126 |
+
'aliases' => array(),
|
127 |
+
'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6',
|
128 |
+
'dev_requirement' => false,
|
129 |
+
),
|
130 |
+
'google/apiclient' => array(
|
131 |
+
'pretty_version' => 'v2.12.1',
|
132 |
+
'version' => '2.12.1.0',
|
133 |
+
'type' => 'library',
|
134 |
+
'install_path' => __DIR__ . '/../google/apiclient',
|
135 |
+
'aliases' => array(),
|
136 |
+
'reference' => '1530583a711f4414407112c4068464bcbace1c71',
|
137 |
+
'dev_requirement' => false,
|
138 |
+
),
|
139 |
+
'google/apiclient-services' => array(
|
140 |
+
'pretty_version' => 'v0.230.0',
|
141 |
+
'version' => '0.230.0.0',
|
142 |
+
'type' => 'library',
|
143 |
+
'install_path' => __DIR__ . '/../google/apiclient-services',
|
144 |
+
'aliases' => array(),
|
145 |
+
'reference' => 'ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889',
|
146 |
+
'dev_requirement' => false,
|
147 |
+
),
|
148 |
+
'google/auth' => array(
|
149 |
+
'pretty_version' => 'v1.18.0',
|
150 |
+
'version' => '1.18.0.0',
|
151 |
+
'type' => 'library',
|
152 |
+
'install_path' => __DIR__ . '/../google/auth',
|
153 |
+
'aliases' => array(),
|
154 |
+
'reference' => '21dd478e77b0634ed9e3a68613f74ed250ca9347',
|
155 |
+
'dev_requirement' => false,
|
156 |
+
),
|
157 |
+
'google/common-protos' => array(
|
158 |
+
'pretty_version' => '1.4.0',
|
159 |
+
'version' => '1.4.0.0',
|
160 |
+
'type' => 'library',
|
161 |
+
'install_path' => __DIR__ . '/../google/common-protos',
|
162 |
+
'aliases' => array(),
|
163 |
+
'reference' => 'b1ee63636d94fe88f6cff600a0f23fae06b6fa2e',
|
164 |
+
'dev_requirement' => false,
|
165 |
+
),
|
166 |
+
'google/gax' => array(
|
167 |
+
'pretty_version' => 'v1.10.0',
|
168 |
+
'version' => '1.10.0.0',
|
169 |
+
'type' => 'library',
|
170 |
+
'install_path' => __DIR__ . '/../google/gax',
|
171 |
+
'aliases' => array(),
|
172 |
+
'reference' => '5222f7712e73d266490c742dc9bc602602ae00a5',
|
173 |
+
'dev_requirement' => false,
|
174 |
+
),
|
175 |
+
'google/grpc-gcp' => array(
|
176 |
+
'pretty_version' => 'v0.2.0',
|
177 |
+
'version' => '0.2.0.0',
|
178 |
+
'type' => 'library',
|
179 |
+
'install_path' => __DIR__ . '/../google/grpc-gcp',
|
180 |
+
'aliases' => array(),
|
181 |
+
'reference' => '2465c2273e11ada1e95155aa1e209f3b8f03c314',
|
182 |
+
'dev_requirement' => false,
|
183 |
+
),
|
184 |
+
'google/protobuf' => array(
|
185 |
+
'pretty_version' => 'v3.19.3',
|
186 |
+
'version' => '3.19.3.0',
|
187 |
+
'type' => 'library',
|
188 |
+
'install_path' => __DIR__ . '/../google/protobuf',
|
189 |
+
'aliases' => array(),
|
190 |
+
'reference' => 'c6d35bfdf41f8cb9dcf71ebc3631f8b9d80aa040',
|
191 |
+
'dev_requirement' => false,
|
192 |
+
),
|
193 |
+
'googleads/google-ads-php' => array(
|
194 |
+
'pretty_version' => 'v12.1.0',
|
195 |
+
'version' => '12.1.0.0',
|
196 |
+
'type' => 'library',
|
197 |
+
'install_path' => __DIR__ . '/../googleads/google-ads-php',
|
198 |
+
'aliases' => array(),
|
199 |
+
'reference' => '689802805416213916db4a8e1e0b8293eda5d821',
|
200 |
+
'dev_requirement' => false,
|
201 |
+
),
|
202 |
+
'grpc/grpc' => array(
|
203 |
+
'pretty_version' => '1.42.0',
|
204 |
+
'version' => '1.42.0.0',
|
205 |
+
'type' => 'library',
|
206 |
+
'install_path' => __DIR__ . '/../grpc/grpc',
|
207 |
+
'aliases' => array(),
|
208 |
+
'reference' => '9fa44f104cb92e924d4da547323a97f3d8aca6d4',
|
209 |
+
'dev_requirement' => false,
|
210 |
+
),
|
211 |
+
'guzzlehttp/guzzle' => array(
|
212 |
+
'pretty_version' => '7.4.1',
|
213 |
+
'version' => '7.4.1.0',
|
214 |
+
'type' => 'library',
|
215 |
+
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
216 |
+
'aliases' => array(),
|
217 |
+
'reference' => 'ee0a041b1760e6a53d2a39c8c34115adc2af2c79',
|
218 |
+
'dev_requirement' => false,
|
219 |
+
),
|
220 |
+
'guzzlehttp/promises' => array(
|
221 |
+
'pretty_version' => '1.5.1',
|
222 |
+
'version' => '1.5.1.0',
|
223 |
+
'type' => 'library',
|
224 |
+
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
225 |
+
'aliases' => array(),
|
226 |
+
'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da',
|
227 |
+
'dev_requirement' => false,
|
228 |
+
),
|
229 |
+
'guzzlehttp/psr7' => array(
|
230 |
+
'pretty_version' => '2.1.0',
|
231 |
+
'version' => '2.1.0.0',
|
232 |
+
'type' => 'library',
|
233 |
+
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
234 |
+
'aliases' => array(),
|
235 |
+
'reference' => '089edd38f5b8abba6cb01567c2a8aaa47cec4c72',
|
236 |
+
'dev_requirement' => false,
|
237 |
+
),
|
238 |
+
'league/container' => array(
|
239 |
+
'pretty_version' => '3.3.5',
|
240 |
+
'version' => '3.3.5.0',
|
241 |
+
'type' => 'library',
|
242 |
+
'install_path' => __DIR__ . '/../league/container',
|
243 |
+
'aliases' => array(),
|
244 |
+
'reference' => '048ab87810f508dbedbcb7ae941b606eb8ee353b',
|
245 |
+
'dev_requirement' => false,
|
246 |
+
),
|
247 |
+
'league/iso3166' => array(
|
248 |
+
'pretty_version' => '3.0.0',
|
249 |
+
'version' => '3.0.0.0',
|
250 |
+
'type' => 'library',
|
251 |
+
'install_path' => __DIR__ . '/../league/iso3166',
|
252 |
+
'aliases' => array(),
|
253 |
+
'reference' => '9976d382f270ad3f3df8a68719beb7a7179ffa1e',
|
254 |
+
'dev_requirement' => false,
|
255 |
+
),
|
256 |
+
'monolog/monolog' => array(
|
257 |
+
'pretty_version' => '2.3.5',
|
258 |
+
'version' => '2.3.5.0',
|
259 |
+
'type' => 'library',
|
260 |
+
'install_path' => __DIR__ . '/../monolog/monolog',
|
261 |
+
'aliases' => array(),
|
262 |
+
'reference' => 'fd4380d6fc37626e2f799f29d91195040137eba9',
|
263 |
+
'dev_requirement' => false,
|
264 |
+
),
|
265 |
+
'orno/di' => array(
|
266 |
+
'dev_requirement' => false,
|
267 |
+
'replaced' => array(
|
268 |
+
0 => '~2.0',
|
269 |
+
),
|
270 |
+
),
|
271 |
+
'paragonie/constant_time_encoding' => array(
|
272 |
+
'pretty_version' => 'v2.5.0',
|
273 |
+
'version' => '2.5.0.0',
|
274 |
+
'type' => 'library',
|
275 |
+
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
|
276 |
+
'aliases' => array(),
|
277 |
+
'reference' => '9229e15f2e6ba772f0c55dd6986c563b937170a8',
|
278 |
+
'dev_requirement' => false,
|
279 |
+
),
|
280 |
+
'paragonie/random_compat' => array(
|
281 |
+
'pretty_version' => 'v9.99.100',
|
282 |
+
'version' => '9.99.100.0',
|
283 |
+
'type' => 'library',
|
284 |
+
'install_path' => __DIR__ . '/../paragonie/random_compat',
|
285 |
+
'aliases' => array(),
|
286 |
+
'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a',
|
287 |
+
'dev_requirement' => false,
|
288 |
+
),
|
289 |
+
'phpseclib/bcmath_compat' => array(
|
290 |
+
'pretty_version' => '2.0.0',
|
291 |
+
'version' => '2.0.0.0',
|
292 |
+
'type' => 'library',
|
293 |
+
'install_path' => __DIR__ . '/../phpseclib/bcmath_compat',
|
294 |
+
'aliases' => array(),
|
295 |
+
'reference' => 'fd896dfceffc13d8cf45d2ee3470777a70026f3c',
|
296 |
+
'dev_requirement' => false,
|
297 |
+
),
|
298 |
+
'phpseclib/phpseclib' => array(
|
299 |
+
'pretty_version' => '3.0.12',
|
300 |
+
'version' => '3.0.12.0',
|
301 |
+
'type' => 'library',
|
302 |
+
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
303 |
+
'aliases' => array(),
|
304 |
+
'reference' => '89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb',
|
305 |
+
'dev_requirement' => false,
|
306 |
+
),
|
307 |
+
'psr/cache' => array(
|
308 |
+
'pretty_version' => '1.0.1',
|
309 |
+
'version' => '1.0.1.0',
|
310 |
+
'type' => 'library',
|
311 |
+
'install_path' => __DIR__ . '/../psr/cache',
|
312 |
+
'aliases' => array(),
|
313 |
+
'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
|
314 |
+
'dev_requirement' => false,
|
315 |
+
),
|
316 |
+
'psr/container' => array(
|
317 |
+
'pretty_version' => '1.1.1',
|
318 |
+
'version' => '1.1.1.0',
|
319 |
+
'type' => 'library',
|
320 |
+
'install_path' => __DIR__ . '/../psr/container',
|
321 |
+
'aliases' => array(),
|
322 |
+
'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf',
|
323 |
+
'dev_requirement' => false,
|
324 |
+
),
|
325 |
+
'psr/container-implementation' => array(
|
326 |
+
'dev_requirement' => false,
|
327 |
+
'provided' => array(
|
328 |
+
0 => '^1.0',
|
329 |
+
),
|
330 |
+
),
|
331 |
+
'psr/http-client' => array(
|
332 |
+
'pretty_version' => '1.0.1',
|
333 |
+
'version' => '1.0.1.0',
|
334 |
+
'type' => 'library',
|
335 |
+
'install_path' => __DIR__ . '/../psr/http-client',
|
336 |
+
'aliases' => array(),
|
337 |
+
'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
|
338 |
+
'dev_requirement' => false,
|
339 |
+
),
|
340 |
+
'psr/http-client-implementation' => array(
|
341 |
+
'dev_requirement' => false,
|
342 |
+
'provided' => array(
|
343 |
+
0 => '1.0',
|
344 |
+
),
|
345 |
+
),
|
346 |
+
'psr/http-factory' => array(
|
347 |
+
'pretty_version' => '1.0.1',
|
348 |
+
'version' => '1.0.1.0',
|
349 |
+
'type' => 'library',
|
350 |
+
'install_path' => __DIR__ . '/../psr/http-factory',
|
351 |
+
'aliases' => array(),
|
352 |
+
'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
|
353 |
+
'dev_requirement' => false,
|
354 |
+
),
|
355 |
+
'psr/http-factory-implementation' => array(
|
356 |
+
'dev_requirement' => false,
|
357 |
+
'provided' => array(
|
358 |
+
0 => '1.0',
|
359 |
+
),
|
360 |
+
),
|
361 |
+
'psr/http-message' => array(
|
362 |
+
'pretty_version' => '1.0.1',
|
363 |
+
'version' => '1.0.1.0',
|
364 |
+
'type' => 'library',
|
365 |
+
'install_path' => __DIR__ . '/../psr/http-message',
|
366 |
+
'aliases' => array(),
|
367 |
+
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
|
368 |
+
'dev_requirement' => false,
|
369 |
+
),
|
370 |
+
'psr/http-message-implementation' => array(
|
371 |
+
'dev_requirement' => false,
|
372 |
+
'provided' => array(
|
373 |
+
0 => '1.0',
|
374 |
+
),
|
375 |
+
),
|
376 |
+
'psr/log' => array(
|
377 |
+
'pretty_version' => '1.1.4',
|
378 |
+
'version' => '1.1.4.0',
|
379 |
+
'type' => 'library',
|
380 |
+
'install_path' => __DIR__ . '/../psr/log',
|
381 |
+
'aliases' => array(),
|
382 |
+
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
|
383 |
+
'dev_requirement' => false,
|
384 |
+
),
|
385 |
+
'psr/log-implementation' => array(
|
386 |
+
'dev_requirement' => false,
|
387 |
+
'provided' => array(
|
388 |
+
0 => '1.0.0 || 2.0.0 || 3.0.0',
|
389 |
+
),
|
390 |
+
),
|
391 |
+
'ralouphie/getallheaders' => array(
|
392 |
+
'pretty_version' => '3.0.3',
|
393 |
+
'version' => '3.0.3.0',
|
394 |
+
'type' => 'library',
|
395 |
+
'install_path' => __DIR__ . '/../ralouphie/getallheaders',
|
396 |
+
'aliases' => array(),
|
397 |
+
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
|
398 |
+
'dev_requirement' => false,
|
399 |
+
),
|
400 |
+
'symfony/deprecation-contracts' => array(
|
401 |
+
'pretty_version' => 'v2.5.0',
|
402 |
+
'version' => '2.5.0.0',
|
403 |
+
'type' => 'library',
|
404 |
+
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
405 |
+
'aliases' => array(),
|
406 |
+
'reference' => '6f981ee24cf69ee7ce9736146d1c57c2780598a8',
|
407 |
+
'dev_requirement' => false,
|
408 |
+
),
|
409 |
+
'symfony/polyfill-ctype' => array(
|
410 |
+
'pretty_version' => 'v1.22.1',
|
411 |
+
'version' => '1.22.1.0',
|
412 |
+
'type' => 'library',
|
413 |
+
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
414 |
+
'aliases' => array(),
|
415 |
+
'reference' => 'c6c942b1ac76c82448322025e084cadc56048b4e',
|
416 |
+
'dev_requirement' => false,
|
417 |
+
),
|
418 |
+
'symfony/polyfill-mbstring' => array(
|
419 |
+
'dev_requirement' => false,
|
420 |
+
'replaced' => array(
|
421 |
+
0 => '*',
|
422 |
+
),
|
423 |
+
),
|
424 |
+
'symfony/polyfill-php73' => array(
|
425 |
+
'pretty_version' => 'v1.22.1',
|
426 |
+
'version' => '1.22.1.0',
|
427 |
+
'type' => 'library',
|
428 |
+
'install_path' => __DIR__ . '/../symfony/polyfill-php73',
|
429 |
+
'aliases' => array(),
|
430 |
+
'reference' => 'a678b42e92f86eca04b7fa4c0f6f19d097fb69e2',
|
431 |
+
'dev_requirement' => false,
|
432 |
+
),
|
433 |
+
'symfony/polyfill-php80' => array(
|
434 |
+
'pretty_version' => 'v1.24.0',
|
435 |
+
'version' => '1.24.0.0',
|
436 |
+
'type' => 'library',
|
437 |
+
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
438 |
+
'aliases' => array(),
|
439 |
+
'reference' => '57b712b08eddb97c762a8caa32c84e037892d2e9',
|
440 |
+
'dev_requirement' => false,
|
441 |
+
),
|
442 |
+
'symfony/translation-contracts' => array(
|
443 |
+
'pretty_version' => 'v2.3.0',
|
444 |
+
'version' => '2.3.0.0',
|
445 |
+
'type' => 'library',
|
446 |
+
'install_path' => __DIR__ . '/../symfony/translation-contracts',
|
447 |
+
'aliases' => array(),
|
448 |
+
'reference' => 'e2eaa60b558f26a4b0354e1bbb25636efaaad105',
|
449 |
+
'dev_requirement' => false,
|
450 |
+
),
|
451 |
+
'symfony/validator' => array(
|
452 |
+
'pretty_version' => 'v5.2.7',
|
453 |
+
'version' => '5.2.7.0',
|
454 |
+
'type' => 'library',
|
455 |
+
'install_path' => __DIR__ . '/../symfony/validator',
|
456 |
+
'aliases' => array(),
|
457 |
+
'reference' => 'b0be0360bfbf15059308d815da7f4151bd448b37',
|
458 |
+
'dev_requirement' => false,
|
459 |
+
),
|
460 |
+
'woocommerce/google-listings-and-ads' => array(
|
461 |
+
'pretty_version' => 'dev-release/1.12.4',
|
462 |
+
'version' => 'dev-release/1.12.4',
|
463 |
+
'type' => 'wordpress-plugin',
|
464 |
+
'install_path' => __DIR__ . '/../../',
|
465 |
+
'aliases' => array(),
|
466 |
+
'reference' => '060f0a82433554189fabe67b7060211b9cb12326',
|
467 |
+
'dev_requirement' => false,
|
468 |
+
),
|
469 |
+
),
|
470 |
+
);
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
@@ -6,1321 +6,1321 @@ $vendorDir = dirname(__DIR__);
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'phpseclib3\\
|
10 |
'version' => '3.0.12.0',
|
11 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
12 |
),
|
13 |
-
'phpseclib3\\
|
14 |
'version' => '3.0.12.0',
|
15 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
16 |
),
|
17 |
-
'phpseclib3\\
|
18 |
'version' => '3.0.12.0',
|
19 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
20 |
),
|
21 |
-
'phpseclib3\\
|
22 |
'version' => '3.0.12.0',
|
23 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
24 |
),
|
25 |
-
'phpseclib3\\
|
26 |
'version' => '3.0.12.0',
|
27 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
28 |
),
|
29 |
-
'phpseclib3\\
|
30 |
'version' => '3.0.12.0',
|
31 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
32 |
),
|
33 |
-
'phpseclib3\\
|
34 |
'version' => '3.0.12.0',
|
35 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
36 |
),
|
37 |
-
'phpseclib3\\
|
38 |
'version' => '3.0.12.0',
|
39 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
40 |
),
|
41 |
-
'phpseclib3\\
|
42 |
'version' => '3.0.12.0',
|
43 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
44 |
),
|
45 |
-
'phpseclib3\\
|
46 |
'version' => '3.0.12.0',
|
47 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
48 |
),
|
49 |
-
'phpseclib3\\
|
50 |
'version' => '3.0.12.0',
|
51 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
52 |
),
|
53 |
-
'phpseclib3\\
|
54 |
'version' => '3.0.12.0',
|
55 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
56 |
),
|
57 |
-
'phpseclib3\\
|
58 |
'version' => '3.0.12.0',
|
59 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
60 |
),
|
61 |
-
'phpseclib3\\
|
62 |
'version' => '3.0.12.0',
|
63 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
64 |
),
|
65 |
-
'phpseclib3\\
|
66 |
'version' => '3.0.12.0',
|
67 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
68 |
),
|
69 |
-
'phpseclib3\\
|
70 |
'version' => '3.0.12.0',
|
71 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
72 |
),
|
73 |
-
'phpseclib3\\
|
74 |
'version' => '3.0.12.0',
|
75 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
76 |
),
|
77 |
-
'phpseclib3\\
|
78 |
'version' => '3.0.12.0',
|
79 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
80 |
),
|
81 |
-
'phpseclib3\\
|
82 |
'version' => '3.0.12.0',
|
83 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
84 |
),
|
85 |
-
'phpseclib3\\
|
86 |
'version' => '3.0.12.0',
|
87 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
88 |
),
|
89 |
-
'phpseclib3\\
|
90 |
'version' => '3.0.12.0',
|
91 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
92 |
),
|
93 |
-
'phpseclib3\\
|
94 |
'version' => '3.0.12.0',
|
95 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
96 |
),
|
97 |
-
'phpseclib3\\
|
98 |
'version' => '3.0.12.0',
|
99 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
100 |
),
|
101 |
-
'phpseclib3\\
|
102 |
'version' => '3.0.12.0',
|
103 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
104 |
),
|
105 |
-
'phpseclib3\\
|
106 |
'version' => '3.0.12.0',
|
107 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
108 |
),
|
109 |
-
'phpseclib3\\
|
110 |
'version' => '3.0.12.0',
|
111 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
112 |
),
|
113 |
-
'phpseclib3\\
|
114 |
'version' => '3.0.12.0',
|
115 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
116 |
),
|
117 |
-
'phpseclib3\\
|
118 |
'version' => '3.0.12.0',
|
119 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
120 |
),
|
121 |
-
'phpseclib3\\
|
122 |
'version' => '3.0.12.0',
|
123 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
124 |
),
|
125 |
-
'phpseclib3\\
|
126 |
'version' => '3.0.12.0',
|
127 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
128 |
),
|
129 |
-
'phpseclib3\\
|
130 |
'version' => '3.0.12.0',
|
131 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
132 |
),
|
133 |
-
'phpseclib3\\
|
134 |
'version' => '3.0.12.0',
|
135 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
136 |
),
|
137 |
-
'phpseclib3\\
|
138 |
'version' => '3.0.12.0',
|
139 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
140 |
),
|
141 |
-
'phpseclib3\\
|
142 |
'version' => '3.0.12.0',
|
143 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
144 |
),
|
145 |
-
'phpseclib3\\
|
146 |
'version' => '3.0.12.0',
|
147 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
148 |
),
|
149 |
-
'phpseclib3\\
|
150 |
'version' => '3.0.12.0',
|
151 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
152 |
),
|
153 |
-
'phpseclib3\\
|
154 |
'version' => '3.0.12.0',
|
155 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
156 |
),
|
157 |
-
'phpseclib3\\
|
158 |
'version' => '3.0.12.0',
|
159 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
160 |
),
|
161 |
-
'phpseclib3\\
|
162 |
'version' => '3.0.12.0',
|
163 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
164 |
),
|
165 |
-
'phpseclib3\\
|
166 |
'version' => '3.0.12.0',
|
167 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
168 |
),
|
169 |
-
'phpseclib3\\
|
170 |
'version' => '3.0.12.0',
|
171 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
172 |
),
|
173 |
-
'phpseclib3\\
|
174 |
'version' => '3.0.12.0',
|
175 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
176 |
),
|
177 |
-
'phpseclib3\\
|
178 |
'version' => '3.0.12.0',
|
179 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
180 |
),
|
181 |
-
'phpseclib3\\
|
182 |
'version' => '3.0.12.0',
|
183 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
184 |
),
|
185 |
-
'phpseclib3\\
|
186 |
'version' => '3.0.12.0',
|
187 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
188 |
),
|
189 |
-
'phpseclib3\\
|
190 |
'version' => '3.0.12.0',
|
191 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
192 |
),
|
193 |
-
'phpseclib3\\
|
194 |
'version' => '3.0.12.0',
|
195 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
196 |
),
|
197 |
-
'phpseclib3\\
|
198 |
'version' => '3.0.12.0',
|
199 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
200 |
),
|
201 |
-
'phpseclib3\\
|
202 |
'version' => '3.0.12.0',
|
203 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
204 |
),
|
205 |
-
'phpseclib3\\
|
206 |
'version' => '3.0.12.0',
|
207 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
208 |
),
|
209 |
-
'phpseclib3\\
|
210 |
'version' => '3.0.12.0',
|
211 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
212 |
),
|
213 |
-
'phpseclib3\\
|
214 |
'version' => '3.0.12.0',
|
215 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
216 |
),
|
217 |
-
'phpseclib3\\File\\
|
218 |
'version' => '3.0.12.0',
|
219 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/
|
220 |
),
|
221 |
-
'phpseclib3\\File\\ASN1
|
222 |
'version' => '3.0.12.0',
|
223 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1
|
224 |
),
|
225 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
226 |
'version' => '3.0.12.0',
|
227 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
228 |
),
|
229 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
230 |
'version' => '3.0.12.0',
|
231 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
232 |
),
|
233 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
234 |
'version' => '3.0.12.0',
|
235 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
236 |
),
|
237 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
238 |
'version' => '3.0.12.0',
|
239 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
240 |
),
|
241 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
242 |
'version' => '3.0.12.0',
|
243 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
244 |
),
|
245 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
246 |
'version' => '3.0.12.0',
|
247 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
248 |
),
|
249 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
250 |
'version' => '3.0.12.0',
|
251 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
252 |
),
|
253 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
254 |
'version' => '3.0.12.0',
|
255 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
256 |
),
|
257 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
258 |
'version' => '3.0.12.0',
|
259 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
260 |
),
|
261 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
262 |
'version' => '3.0.12.0',
|
263 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
264 |
),
|
265 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
266 |
'version' => '3.0.12.0',
|
267 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
268 |
),
|
269 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
270 |
'version' => '3.0.12.0',
|
271 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
272 |
),
|
273 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
274 |
'version' => '3.0.12.0',
|
275 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
276 |
),
|
277 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
278 |
'version' => '3.0.12.0',
|
279 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
280 |
),
|
281 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
282 |
'version' => '3.0.12.0',
|
283 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
284 |
),
|
285 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
286 |
'version' => '3.0.12.0',
|
287 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
288 |
),
|
289 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
290 |
'version' => '3.0.12.0',
|
291 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
292 |
),
|
293 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
294 |
'version' => '3.0.12.0',
|
295 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
296 |
),
|
297 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
298 |
'version' => '3.0.12.0',
|
299 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
300 |
),
|
301 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
302 |
'version' => '3.0.12.0',
|
303 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
304 |
),
|
305 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
306 |
'version' => '3.0.12.0',
|
307 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
308 |
),
|
309 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
310 |
'version' => '3.0.12.0',
|
311 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
312 |
),
|
313 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
314 |
'version' => '3.0.12.0',
|
315 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
316 |
),
|
317 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
318 |
'version' => '3.0.12.0',
|
319 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
320 |
),
|
321 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
322 |
'version' => '3.0.12.0',
|
323 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
324 |
),
|
325 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
326 |
'version' => '3.0.12.0',
|
327 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
328 |
),
|
329 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
330 |
'version' => '3.0.12.0',
|
331 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
332 |
),
|
333 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
334 |
'version' => '3.0.12.0',
|
335 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
336 |
),
|
337 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
338 |
'version' => '3.0.12.0',
|
339 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
340 |
),
|
341 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
342 |
'version' => '3.0.12.0',
|
343 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
344 |
),
|
345 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
346 |
'version' => '3.0.12.0',
|
347 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
348 |
),
|
349 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
350 |
'version' => '3.0.12.0',
|
351 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
352 |
),
|
353 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
354 |
'version' => '3.0.12.0',
|
355 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
356 |
),
|
357 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
358 |
'version' => '3.0.12.0',
|
359 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
360 |
),
|
361 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
362 |
'version' => '3.0.12.0',
|
363 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
364 |
),
|
365 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
366 |
'version' => '3.0.12.0',
|
367 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
368 |
),
|
369 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
370 |
'version' => '3.0.12.0',
|
371 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
372 |
),
|
373 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
374 |
'version' => '3.0.12.0',
|
375 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
376 |
),
|
377 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
378 |
'version' => '3.0.12.0',
|
379 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
380 |
),
|
381 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
382 |
'version' => '3.0.12.0',
|
383 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
384 |
),
|
385 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
386 |
'version' => '3.0.12.0',
|
387 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
388 |
),
|
389 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
390 |
'version' => '3.0.12.0',
|
391 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
392 |
),
|
393 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
394 |
'version' => '3.0.12.0',
|
395 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
396 |
),
|
397 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
398 |
'version' => '3.0.12.0',
|
399 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
400 |
),
|
401 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
402 |
'version' => '3.0.12.0',
|
403 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
404 |
),
|
405 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
406 |
'version' => '3.0.12.0',
|
407 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
408 |
),
|
409 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
410 |
'version' => '3.0.12.0',
|
411 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
412 |
),
|
413 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
414 |
'version' => '3.0.12.0',
|
415 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
416 |
),
|
417 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
418 |
'version' => '3.0.12.0',
|
419 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
420 |
),
|
421 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
422 |
'version' => '3.0.12.0',
|
423 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
|
|
|
|
|
|
|
|
424 |
),
|
425 |
'phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => array(
|
426 |
'version' => '3.0.12.0',
|
427 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php'
|
428 |
),
|
429 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
430 |
'version' => '3.0.12.0',
|
431 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
432 |
),
|
433 |
'phpseclib3\\File\\ASN1\\Maps\\Extension' => array(
|
434 |
'version' => '3.0.12.0',
|
435 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php'
|
436 |
),
|
437 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
438 |
'version' => '3.0.12.0',
|
439 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
440 |
),
|
441 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
442 |
'version' => '3.0.12.0',
|
443 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
444 |
),
|
445 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
446 |
'version' => '3.0.12.0',
|
447 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
448 |
),
|
449 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
450 |
'version' => '3.0.12.0',
|
451 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
452 |
),
|
453 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
454 |
'version' => '3.0.12.0',
|
455 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
456 |
),
|
457 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
458 |
'version' => '3.0.12.0',
|
459 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
460 |
),
|
461 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
462 |
'version' => '3.0.12.0',
|
463 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
464 |
),
|
465 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
466 |
'version' => '3.0.12.0',
|
467 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
468 |
),
|
469 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
470 |
'version' => '3.0.12.0',
|
471 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
472 |
),
|
473 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
474 |
'version' => '3.0.12.0',
|
475 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
476 |
),
|
477 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
478 |
'version' => '3.0.12.0',
|
479 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
480 |
),
|
481 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
482 |
'version' => '3.0.12.0',
|
483 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
484 |
),
|
485 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
486 |
'version' => '3.0.12.0',
|
487 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
488 |
),
|
489 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
490 |
'version' => '3.0.12.0',
|
491 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
492 |
),
|
493 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
494 |
'version' => '3.0.12.0',
|
495 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
496 |
),
|
497 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
498 |
'version' => '3.0.12.0',
|
499 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
500 |
),
|
501 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
502 |
'version' => '3.0.12.0',
|
503 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
504 |
),
|
505 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
506 |
'version' => '3.0.12.0',
|
507 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
508 |
),
|
509 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
510 |
'version' => '3.0.12.0',
|
511 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
512 |
),
|
513 |
-
'phpseclib3\\File\\ASN1\\Maps\\
|
514 |
'version' => '3.0.12.0',
|
515 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
516 |
),
|
517 |
-
'phpseclib3\\File\\ASN1\\
|
518 |
'version' => '3.0.12.0',
|
519 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/
|
520 |
),
|
521 |
-
'phpseclib3\\File\\ASN1' => array(
|
522 |
'version' => '3.0.12.0',
|
523 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php'
|
524 |
),
|
525 |
-
'phpseclib3\\File\\
|
526 |
'version' => '3.0.12.0',
|
527 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/
|
528 |
),
|
529 |
-
'phpseclib3\\File\\
|
530 |
'version' => '3.0.12.0',
|
531 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/
|
532 |
),
|
533 |
-
'phpseclib3\\
|
534 |
'version' => '3.0.12.0',
|
535 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
536 |
),
|
537 |
-
'phpseclib3\\
|
538 |
'version' => '3.0.12.0',
|
539 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
540 |
),
|
541 |
-
'phpseclib3\\
|
542 |
'version' => '3.0.12.0',
|
543 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
544 |
),
|
545 |
-
'phpseclib3\\
|
546 |
'version' => '3.0.12.0',
|
547 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
548 |
),
|
549 |
-
'phpseclib3\\
|
550 |
'version' => '3.0.12.0',
|
551 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
552 |
),
|
553 |
-
'phpseclib3\\
|
554 |
'version' => '3.0.12.0',
|
555 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
556 |
),
|
557 |
-
'phpseclib3\\
|
558 |
'version' => '3.0.12.0',
|
559 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
560 |
),
|
561 |
-
'phpseclib3\\
|
562 |
'version' => '3.0.12.0',
|
563 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
564 |
),
|
565 |
-
'phpseclib3\\
|
566 |
'version' => '3.0.12.0',
|
567 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
568 |
),
|
569 |
-
'phpseclib3\\
|
570 |
'version' => '3.0.12.0',
|
571 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
572 |
),
|
573 |
-
'phpseclib3\\
|
574 |
'version' => '3.0.12.0',
|
575 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
576 |
),
|
577 |
-
'phpseclib3\\
|
578 |
'version' => '3.0.12.0',
|
579 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
580 |
),
|
581 |
-
'phpseclib3\\
|
582 |
'version' => '3.0.12.0',
|
583 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
584 |
),
|
585 |
-
'phpseclib3\\
|
586 |
'version' => '3.0.12.0',
|
587 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
588 |
),
|
589 |
-
'phpseclib3\\
|
590 |
'version' => '3.0.12.0',
|
591 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
592 |
),
|
593 |
-
'phpseclib3\\
|
594 |
'version' => '3.0.12.0',
|
595 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
596 |
),
|
597 |
-
'phpseclib3\\
|
598 |
'version' => '3.0.12.0',
|
599 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
600 |
),
|
601 |
-
'phpseclib3\\
|
602 |
'version' => '3.0.12.0',
|
603 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
604 |
),
|
605 |
-
'phpseclib3\\
|
606 |
'version' => '3.0.12.0',
|
607 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
608 |
),
|
609 |
-
'phpseclib3\\
|
610 |
'version' => '3.0.12.0',
|
611 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
612 |
),
|
613 |
-
'phpseclib3\\
|
614 |
'version' => '3.0.12.0',
|
615 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
616 |
),
|
617 |
-
'phpseclib3\\
|
618 |
'version' => '3.0.12.0',
|
619 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
620 |
),
|
621 |
-
'phpseclib3\\
|
622 |
'version' => '3.0.12.0',
|
623 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
624 |
),
|
625 |
-
'phpseclib3\\
|
626 |
'version' => '3.0.12.0',
|
627 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
628 |
),
|
629 |
-
'phpseclib3\\
|
630 |
'version' => '3.0.12.0',
|
631 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
632 |
),
|
633 |
-
'phpseclib3\\
|
634 |
'version' => '3.0.12.0',
|
635 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
636 |
),
|
637 |
-
'phpseclib3\\
|
638 |
'version' => '3.0.12.0',
|
639 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
640 |
),
|
641 |
-
'phpseclib3\\
|
642 |
'version' => '3.0.12.0',
|
643 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
644 |
),
|
645 |
-
'phpseclib3\\
|
646 |
'version' => '3.0.12.0',
|
647 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
648 |
),
|
649 |
-
'phpseclib3\\
|
650 |
'version' => '3.0.12.0',
|
651 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
652 |
),
|
653 |
-
'phpseclib3\\
|
654 |
'version' => '3.0.12.0',
|
655 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
656 |
),
|
657 |
-
'phpseclib3\\
|
658 |
'version' => '3.0.12.0',
|
659 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
660 |
),
|
661 |
-
'phpseclib3\\
|
662 |
'version' => '3.0.12.0',
|
663 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
664 |
),
|
665 |
-
'phpseclib3\\
|
666 |
'version' => '3.0.12.0',
|
667 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
668 |
),
|
669 |
-
'phpseclib3\\
|
670 |
'version' => '3.0.12.0',
|
671 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
672 |
),
|
673 |
-
'phpseclib3\\
|
674 |
'version' => '3.0.12.0',
|
675 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
676 |
),
|
677 |
-
'phpseclib3\\
|
678 |
'version' => '3.0.12.0',
|
679 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
680 |
),
|
681 |
-
'phpseclib3\\
|
682 |
'version' => '3.0.12.0',
|
683 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
684 |
),
|
685 |
-
'phpseclib3\\
|
686 |
'version' => '3.0.12.0',
|
687 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
688 |
),
|
689 |
-
'phpseclib3\\
|
690 |
'version' => '3.0.12.0',
|
691 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
692 |
),
|
693 |
-
'phpseclib3\\
|
694 |
'version' => '3.0.12.0',
|
695 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
696 |
),
|
697 |
-
'phpseclib3\\
|
698 |
'version' => '3.0.12.0',
|
699 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
700 |
),
|
701 |
-
'phpseclib3\\
|
702 |
'version' => '3.0.12.0',
|
703 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
704 |
),
|
705 |
-
'phpseclib3\\
|
706 |
'version' => '3.0.12.0',
|
707 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
708 |
),
|
709 |
-
'phpseclib3\\
|
710 |
'version' => '3.0.12.0',
|
711 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
712 |
),
|
713 |
-
'phpseclib3\\
|
714 |
'version' => '3.0.12.0',
|
715 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
716 |
),
|
717 |
-
'phpseclib3\\
|
718 |
'version' => '3.0.12.0',
|
719 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
720 |
),
|
721 |
-
'phpseclib3\\
|
722 |
'version' => '3.0.12.0',
|
723 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
724 |
),
|
725 |
-
'phpseclib3\\Crypt\\
|
726 |
'version' => '3.0.12.0',
|
727 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
728 |
),
|
729 |
-
'phpseclib3\\Crypt\\
|
730 |
'version' => '3.0.12.0',
|
731 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
732 |
),
|
733 |
-
'phpseclib3\\Crypt\\EC
|
734 |
'version' => '3.0.12.0',
|
735 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC
|
736 |
),
|
737 |
-
'phpseclib3\\Crypt\\
|
738 |
'version' => '3.0.12.0',
|
739 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
740 |
),
|
741 |
-
'phpseclib3\\Crypt\\
|
742 |
'version' => '3.0.12.0',
|
743 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
744 |
),
|
745 |
-
'phpseclib3\\Crypt\\
|
746 |
'version' => '3.0.12.0',
|
747 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
748 |
),
|
749 |
-
'phpseclib3\\Crypt\\
|
750 |
'version' => '3.0.12.0',
|
751 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
752 |
),
|
753 |
-
'phpseclib3\\Crypt\\
|
754 |
'version' => '3.0.12.0',
|
755 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
756 |
),
|
757 |
-
'phpseclib3\\Crypt\\
|
758 |
'version' => '3.0.12.0',
|
759 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
760 |
),
|
761 |
-
'phpseclib3\\Crypt\\
|
762 |
'version' => '3.0.12.0',
|
763 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
764 |
),
|
765 |
-
'phpseclib3\\Crypt\\
|
766 |
'version' => '3.0.12.0',
|
767 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
768 |
),
|
769 |
-
'phpseclib3\\Crypt\\
|
770 |
'version' => '3.0.12.0',
|
771 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
772 |
),
|
773 |
-
'phpseclib3\\Crypt\\
|
774 |
'version' => '3.0.12.0',
|
775 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
776 |
),
|
777 |
-
'phpseclib3\\Crypt\\
|
778 |
'version' => '3.0.12.0',
|
779 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
780 |
),
|
781 |
-
'phpseclib3\\Crypt\\
|
782 |
'version' => '3.0.12.0',
|
783 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
784 |
),
|
785 |
-
'phpseclib3\\Crypt\\
|
786 |
'version' => '3.0.12.0',
|
787 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
788 |
),
|
789 |
-
'phpseclib3\\Crypt\\
|
790 |
'version' => '3.0.12.0',
|
791 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
792 |
),
|
793 |
-
'phpseclib3\\Crypt\\
|
794 |
'version' => '3.0.12.0',
|
795 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
796 |
),
|
797 |
-
'phpseclib3\\Crypt\\
|
798 |
'version' => '3.0.12.0',
|
799 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
800 |
),
|
801 |
-
'phpseclib3\\Crypt\\
|
802 |
'version' => '3.0.12.0',
|
803 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
804 |
),
|
805 |
-
'phpseclib3\\Crypt\\
|
806 |
'version' => '3.0.12.0',
|
807 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
808 |
),
|
809 |
-
'phpseclib3\\Crypt\\
|
810 |
'version' => '3.0.12.0',
|
811 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
812 |
),
|
813 |
-
'phpseclib3\\Crypt\\
|
814 |
'version' => '3.0.12.0',
|
815 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
816 |
),
|
817 |
-
'phpseclib3\\Crypt\\
|
818 |
'version' => '3.0.12.0',
|
819 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
820 |
),
|
821 |
-
'phpseclib3\\Crypt\\
|
822 |
'version' => '3.0.12.0',
|
823 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
824 |
),
|
825 |
-
'phpseclib3\\Crypt\\
|
826 |
'version' => '3.0.12.0',
|
827 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
828 |
),
|
829 |
-
'phpseclib3\\Crypt\\
|
830 |
'version' => '3.0.12.0',
|
831 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
832 |
),
|
833 |
-
'phpseclib3\\Crypt\\
|
834 |
'version' => '3.0.12.0',
|
835 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
836 |
),
|
837 |
-
'phpseclib3\\Crypt\\
|
838 |
'version' => '3.0.12.0',
|
839 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
840 |
),
|
841 |
-
'phpseclib3\\Crypt\\
|
842 |
'version' => '3.0.12.0',
|
843 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
844 |
),
|
845 |
-
'phpseclib3\\Crypt\\
|
846 |
'version' => '3.0.12.0',
|
847 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
848 |
),
|
849 |
-
'phpseclib3\\Crypt\\
|
850 |
'version' => '3.0.12.0',
|
851 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
852 |
),
|
853 |
-
'phpseclib3\\Crypt\\
|
854 |
'version' => '3.0.12.0',
|
855 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
856 |
),
|
857 |
-
'phpseclib3\\Crypt\\
|
858 |
'version' => '3.0.12.0',
|
859 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
860 |
),
|
861 |
-
'phpseclib3\\Crypt\\
|
862 |
'version' => '3.0.12.0',
|
863 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
864 |
),
|
865 |
-
'phpseclib3\\Crypt\\
|
866 |
'version' => '3.0.12.0',
|
867 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
868 |
),
|
869 |
-
'phpseclib3\\Crypt\\
|
870 |
'version' => '3.0.12.0',
|
871 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
872 |
),
|
873 |
-
'phpseclib3\\Crypt\\
|
874 |
'version' => '3.0.12.0',
|
875 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
876 |
),
|
877 |
-
'phpseclib3\\Crypt\\
|
878 |
'version' => '3.0.12.0',
|
879 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
|
|
|
|
|
|
|
|
880 |
),
|
881 |
'phpseclib3\\Crypt\\EC\\Curves\\nistb409' => array(
|
882 |
'version' => '3.0.12.0',
|
883 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php'
|
884 |
),
|
885 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
886 |
'version' => '3.0.12.0',
|
887 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
888 |
),
|
889 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
890 |
'version' => '3.0.12.0',
|
891 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
892 |
),
|
893 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
894 |
'version' => '3.0.12.0',
|
895 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
896 |
),
|
897 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
898 |
'version' => '3.0.12.0',
|
899 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
900 |
),
|
901 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
902 |
'version' => '3.0.12.0',
|
903 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
904 |
),
|
905 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
906 |
'version' => '3.0.12.0',
|
907 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
908 |
),
|
909 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
910 |
'version' => '3.0.12.0',
|
911 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
912 |
),
|
913 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
914 |
'version' => '3.0.12.0',
|
915 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
916 |
),
|
917 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
918 |
'version' => '3.0.12.0',
|
919 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
920 |
),
|
921 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
922 |
'version' => '3.0.12.0',
|
923 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
924 |
),
|
925 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
926 |
'version' => '3.0.12.0',
|
927 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
928 |
),
|
929 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
930 |
'version' => '3.0.12.0',
|
931 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
932 |
),
|
933 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
934 |
'version' => '3.0.12.0',
|
935 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
936 |
),
|
937 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
938 |
'version' => '3.0.12.0',
|
939 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
940 |
),
|
941 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
942 |
'version' => '3.0.12.0',
|
943 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
944 |
),
|
945 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
946 |
'version' => '3.0.12.0',
|
947 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
948 |
),
|
949 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
950 |
'version' => '3.0.12.0',
|
951 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
952 |
),
|
953 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
954 |
'version' => '3.0.12.0',
|
955 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
956 |
),
|
957 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
958 |
'version' => '3.0.12.0',
|
959 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
960 |
),
|
961 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
962 |
'version' => '3.0.12.0',
|
963 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
964 |
),
|
965 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
966 |
'version' => '3.0.12.0',
|
967 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
968 |
),
|
969 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
970 |
'version' => '3.0.12.0',
|
971 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
972 |
),
|
973 |
-
'phpseclib3\\Crypt\\EC\\
|
974 |
'version' => '3.0.12.0',
|
975 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
976 |
),
|
977 |
-
'phpseclib3\\Crypt\\
|
978 |
'version' => '3.0.12.0',
|
979 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
980 |
),
|
981 |
-
'phpseclib3\\Crypt\\
|
982 |
'version' => '3.0.12.0',
|
983 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
984 |
),
|
985 |
-
'phpseclib3\\Crypt\\
|
986 |
'version' => '3.0.12.0',
|
987 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
988 |
),
|
989 |
-
'phpseclib3\\Crypt\\
|
990 |
'version' => '3.0.12.0',
|
991 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
992 |
),
|
993 |
-
'phpseclib3\\Crypt\\
|
994 |
'version' => '3.0.12.0',
|
995 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
996 |
),
|
997 |
-
'phpseclib3\\Crypt\\
|
998 |
'version' => '3.0.12.0',
|
999 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1000 |
),
|
1001 |
-
'phpseclib3\\Crypt\\
|
1002 |
'version' => '3.0.12.0',
|
1003 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1004 |
),
|
1005 |
-
'phpseclib3\\Crypt\\
|
1006 |
'version' => '3.0.12.0',
|
1007 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1008 |
),
|
1009 |
-
'phpseclib3\\Crypt\\
|
1010 |
'version' => '3.0.12.0',
|
1011 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1012 |
),
|
1013 |
-
'phpseclib3\\Crypt\\
|
1014 |
'version' => '3.0.12.0',
|
1015 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1016 |
),
|
1017 |
-
'phpseclib3\\Crypt\\
|
1018 |
'version' => '3.0.12.0',
|
1019 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1020 |
),
|
1021 |
-
'phpseclib3\\Crypt\\
|
1022 |
'version' => '3.0.12.0',
|
1023 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1024 |
),
|
1025 |
-
'phpseclib3\\Crypt\\
|
1026 |
'version' => '3.0.12.0',
|
1027 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1028 |
),
|
1029 |
-
'phpseclib3\\Crypt\\
|
1030 |
'version' => '3.0.12.0',
|
1031 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1032 |
),
|
1033 |
-
'phpseclib3\\Crypt\\
|
1034 |
'version' => '3.0.12.0',
|
1035 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1036 |
),
|
1037 |
-
'phpseclib3\\Crypt\\
|
1038 |
'version' => '3.0.12.0',
|
1039 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1040 |
),
|
1041 |
-
'phpseclib3\\Crypt\\
|
1042 |
'version' => '3.0.12.0',
|
1043 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1044 |
),
|
1045 |
-
'phpseclib3\\Crypt\\
|
1046 |
'version' => '3.0.12.0',
|
1047 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1048 |
),
|
1049 |
-
'phpseclib3\\Crypt\\
|
1050 |
'version' => '3.0.12.0',
|
1051 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1052 |
),
|
1053 |
-
'phpseclib3\\Crypt\\
|
1054 |
'version' => '3.0.12.0',
|
1055 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1056 |
),
|
1057 |
-
'phpseclib3\\Crypt\\
|
1058 |
'version' => '3.0.12.0',
|
1059 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1060 |
),
|
1061 |
-
'phpseclib3\\Crypt\\
|
1062 |
'version' => '3.0.12.0',
|
1063 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1064 |
),
|
1065 |
-
'phpseclib3\\Crypt\\
|
1066 |
'version' => '3.0.12.0',
|
1067 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1068 |
),
|
1069 |
-
'phpseclib3\\Crypt\\
|
1070 |
'version' => '3.0.12.0',
|
1071 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1072 |
),
|
1073 |
-
'phpseclib3\\Crypt\\
|
1074 |
'version' => '3.0.12.0',
|
1075 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1076 |
),
|
1077 |
-
'phpseclib3\\Crypt\\
|
1078 |
'version' => '3.0.12.0',
|
1079 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1080 |
),
|
1081 |
-
'phpseclib3\\Crypt\\
|
1082 |
'version' => '3.0.12.0',
|
1083 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1084 |
),
|
1085 |
-
'phpseclib3\\Crypt\\
|
1086 |
'version' => '3.0.12.0',
|
1087 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1088 |
),
|
1089 |
-
'phpseclib3\\Crypt\\
|
1090 |
'version' => '3.0.12.0',
|
1091 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1092 |
),
|
1093 |
-
'phpseclib3\\Crypt\\
|
1094 |
'version' => '3.0.12.0',
|
1095 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1096 |
),
|
1097 |
-
'phpseclib3\\Crypt\\
|
1098 |
'version' => '3.0.12.0',
|
1099 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1100 |
),
|
1101 |
-
'phpseclib3\\Crypt\\
|
1102 |
'version' => '3.0.12.0',
|
1103 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1104 |
),
|
1105 |
-
'phpseclib3\\Crypt\\
|
1106 |
'version' => '3.0.12.0',
|
1107 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1108 |
),
|
1109 |
-
'phpseclib3\\Crypt\\
|
1110 |
'version' => '3.0.12.0',
|
1111 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1112 |
),
|
1113 |
-
'phpseclib3\\Crypt\\
|
1114 |
'version' => '3.0.12.0',
|
1115 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1116 |
),
|
1117 |
-
'phpseclib3\\Crypt\\EC' => array(
|
1118 |
'version' => '3.0.12.0',
|
1119 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php'
|
1120 |
),
|
1121 |
-
'phpseclib3\\Crypt\\
|
1122 |
'version' => '3.0.12.0',
|
1123 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1124 |
),
|
1125 |
-
'phpseclib3\\Crypt\\
|
1126 |
'version' => '3.0.12.0',
|
1127 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1128 |
),
|
1129 |
-
'phpseclib3\\
|
1130 |
'version' => '3.0.12.0',
|
1131 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1132 |
),
|
1133 |
-
'phpseclib3\\
|
1134 |
'version' => '3.0.12.0',
|
1135 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1136 |
),
|
1137 |
-
'phpseclib3\\
|
1138 |
'version' => '3.0.12.0',
|
1139 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1140 |
),
|
1141 |
-
'phpseclib3\\
|
1142 |
'version' => '3.0.12.0',
|
1143 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1144 |
),
|
1145 |
-
'phpseclib3\\
|
1146 |
'version' => '3.0.12.0',
|
1147 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1148 |
),
|
1149 |
-
'phpseclib3\\
|
1150 |
'version' => '3.0.12.0',
|
1151 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1152 |
),
|
1153 |
-
'phpseclib3\\
|
1154 |
'version' => '3.0.12.0',
|
1155 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1156 |
),
|
1157 |
-
'phpseclib3\\
|
1158 |
'version' => '3.0.12.0',
|
1159 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1160 |
),
|
1161 |
-
'phpseclib3\\
|
1162 |
'version' => '3.0.12.0',
|
1163 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1164 |
),
|
1165 |
-
'phpseclib3\\
|
1166 |
'version' => '3.0.12.0',
|
1167 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1168 |
),
|
1169 |
-
'phpseclib3\\
|
1170 |
'version' => '3.0.12.0',
|
1171 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1172 |
),
|
1173 |
-
'phpseclib3\\
|
1174 |
'version' => '3.0.12.0',
|
1175 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1176 |
),
|
1177 |
-
'phpseclib3\\
|
1178 |
'version' => '3.0.12.0',
|
1179 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1180 |
),
|
1181 |
-
'phpseclib3\\
|
1182 |
'version' => '3.0.12.0',
|
1183 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1184 |
),
|
1185 |
-
'phpseclib3\\
|
1186 |
'version' => '3.0.12.0',
|
1187 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1188 |
),
|
1189 |
-
'phpseclib3\\
|
1190 |
'version' => '3.0.12.0',
|
1191 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1192 |
),
|
1193 |
-
'phpseclib3\\
|
1194 |
'version' => '3.0.12.0',
|
1195 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1196 |
),
|
1197 |
-
'phpseclib3\\
|
1198 |
'version' => '3.0.12.0',
|
1199 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1200 |
),
|
1201 |
-
'phpseclib3\\
|
1202 |
'version' => '3.0.12.0',
|
1203 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1204 |
),
|
1205 |
-
'phpseclib3\\
|
1206 |
'version' => '3.0.12.0',
|
1207 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1208 |
),
|
1209 |
-
'phpseclib3\\
|
1210 |
'version' => '3.0.12.0',
|
1211 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1212 |
),
|
1213 |
-
'phpseclib3\\
|
1214 |
'version' => '3.0.12.0',
|
1215 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1216 |
),
|
1217 |
-
'phpseclib3\\
|
1218 |
'version' => '3.0.12.0',
|
1219 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1220 |
),
|
1221 |
-
'phpseclib3\\
|
1222 |
'version' => '3.0.12.0',
|
1223 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1224 |
),
|
1225 |
-
'phpseclib3\\
|
1226 |
'version' => '3.0.12.0',
|
1227 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1228 |
),
|
1229 |
-
'phpseclib3\\
|
1230 |
'version' => '3.0.12.0',
|
1231 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1232 |
),
|
1233 |
-
'phpseclib3\\
|
1234 |
'version' => '3.0.12.0',
|
1235 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1236 |
),
|
1237 |
-
'phpseclib3\\
|
1238 |
'version' => '3.0.12.0',
|
1239 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1240 |
),
|
1241 |
-
'phpseclib3\\
|
1242 |
'version' => '3.0.12.0',
|
1243 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1244 |
),
|
1245 |
-
'phpseclib3\\
|
1246 |
'version' => '3.0.12.0',
|
1247 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1248 |
),
|
1249 |
-
'phpseclib3\\
|
1250 |
'version' => '3.0.12.0',
|
1251 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1252 |
),
|
1253 |
-
'phpseclib3\\
|
1254 |
'version' => '3.0.12.0',
|
1255 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1256 |
),
|
1257 |
-
'phpseclib3\\
|
1258 |
'version' => '3.0.12.0',
|
1259 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1260 |
),
|
1261 |
-
'phpseclib3\\
|
1262 |
'version' => '3.0.12.0',
|
1263 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1264 |
),
|
1265 |
-
'phpseclib3\\
|
1266 |
'version' => '3.0.12.0',
|
1267 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1268 |
),
|
1269 |
-
'phpseclib3\\
|
1270 |
'version' => '3.0.12.0',
|
1271 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1272 |
),
|
1273 |
-
'phpseclib3\\
|
1274 |
'version' => '3.0.12.0',
|
1275 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1276 |
),
|
1277 |
-
'phpseclib3\\
|
1278 |
'version' => '3.0.12.0',
|
1279 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1280 |
),
|
1281 |
-
'phpseclib3\\
|
1282 |
'version' => '3.0.12.0',
|
1283 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1284 |
),
|
1285 |
-
'phpseclib3\\
|
1286 |
'version' => '3.0.12.0',
|
1287 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1288 |
),
|
1289 |
-
'phpseclib3\\
|
1290 |
'version' => '3.0.12.0',
|
1291 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1292 |
),
|
1293 |
-
'phpseclib3\\
|
1294 |
-
'version' => '3.0.12.0',
|
1295 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php'
|
1296 |
-
),
|
1297 |
-
'phpseclib3\\Exception\\NoSupportedAlgorithmsException' => array(
|
1298 |
-
'version' => '3.0.12.0',
|
1299 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php'
|
1300 |
-
),
|
1301 |
-
'phpseclib3\\Exception\\UnableToConnectException' => array(
|
1302 |
'version' => '3.0.12.0',
|
1303 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1304 |
),
|
1305 |
-
'phpseclib3\\
|
1306 |
'version' => '3.0.12.0',
|
1307 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1308 |
),
|
1309 |
-
'phpseclib3\\
|
1310 |
'version' => '3.0.12.0',
|
1311 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1312 |
),
|
1313 |
-
'phpseclib3\\
|
1314 |
'version' => '3.0.12.0',
|
1315 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1316 |
),
|
1317 |
-
'phpseclib3\\
|
1318 |
'version' => '3.0.12.0',
|
1319 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1320 |
),
|
1321 |
-
'phpseclib3\\
|
1322 |
'version' => '3.0.12.0',
|
1323 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1324 |
),
|
1325 |
'bcmath_compat\\BCMath' => array(
|
1326 |
'version' => '2.0.0.0',
|
@@ -1338,909 +1338,905 @@ return array(
|
|
1338 |
'version' => '1.22.1.0',
|
1339 |
'path' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php'
|
1340 |
),
|
1341 |
-
'Symfony\\Contracts\\Translation\\
|
1342 |
-
'version' => '2.3.0.0',
|
1343 |
-
'path' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php'
|
1344 |
-
),
|
1345 |
-
'Symfony\\Contracts\\Translation\\TranslatorInterface' => array(
|
1346 |
'version' => '2.3.0.0',
|
1347 |
-
'path' => $vendorDir . '/symfony/translation-contracts/
|
1348 |
),
|
1349 |
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => array(
|
1350 |
'version' => '2.3.0.0',
|
1351 |
'path' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php'
|
1352 |
),
|
1353 |
-
'Symfony\\Contracts\\Translation\\
|
1354 |
'version' => '2.3.0.0',
|
1355 |
-
'path' => $vendorDir . '/symfony/translation-contracts/
|
|
|
|
|
|
|
|
|
1356 |
),
|
1357 |
'Symfony\\Contracts\\Translation\\TranslatorTrait' => array(
|
1358 |
'version' => '2.3.0.0',
|
1359 |
'path' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php'
|
1360 |
),
|
1361 |
-
'Symfony\\Component\\Validator\\
|
1362 |
'version' => '5.2.7.0',
|
1363 |
-
'path' => $vendorDir . '/symfony/validator/
|
1364 |
),
|
1365 |
-
'Symfony\\Component\\Validator\\
|
1366 |
'version' => '5.2.7.0',
|
1367 |
-
'path' => $vendorDir . '/symfony/validator/
|
1368 |
),
|
1369 |
-
'Symfony\\Component\\Validator\\
|
1370 |
'version' => '5.2.7.0',
|
1371 |
-
'path' => $vendorDir . '/symfony/validator/
|
1372 |
),
|
1373 |
-
'Symfony\\Component\\Validator\\
|
1374 |
'version' => '5.2.7.0',
|
1375 |
-
'path' => $vendorDir . '/symfony/validator/
|
1376 |
),
|
1377 |
-
'Symfony\\Component\\Validator\\
|
1378 |
'version' => '5.2.7.0',
|
1379 |
-
'path' => $vendorDir . '/symfony/validator/
|
1380 |
),
|
1381 |
-
'Symfony\\Component\\Validator\\
|
1382 |
'version' => '5.2.7.0',
|
1383 |
-
'path' => $vendorDir . '/symfony/validator/
|
1384 |
),
|
1385 |
-
'Symfony\\Component\\Validator\\
|
1386 |
'version' => '5.2.7.0',
|
1387 |
-
'path' => $vendorDir . '/symfony/validator/
|
1388 |
),
|
1389 |
-
'Symfony\\Component\\Validator\\
|
1390 |
'version' => '5.2.7.0',
|
1391 |
-
'path' => $vendorDir . '/symfony/validator/
|
1392 |
),
|
1393 |
-
'Symfony\\Component\\Validator\\
|
1394 |
'version' => '5.2.7.0',
|
1395 |
-
'path' => $vendorDir . '/symfony/validator/
|
1396 |
),
|
1397 |
-
'Symfony\\Component\\Validator\\
|
1398 |
'version' => '5.2.7.0',
|
1399 |
-
'path' => $vendorDir . '/symfony/validator/
|
1400 |
),
|
1401 |
-
'Symfony\\Component\\Validator\\
|
1402 |
'version' => '5.2.7.0',
|
1403 |
-
'path' => $vendorDir . '/symfony/validator/
|
1404 |
),
|
1405 |
-
'Symfony\\Component\\Validator\\
|
1406 |
'version' => '5.2.7.0',
|
1407 |
-
'path' => $vendorDir . '/symfony/validator/
|
1408 |
),
|
1409 |
-
'Symfony\\Component\\Validator\\
|
1410 |
'version' => '5.2.7.0',
|
1411 |
-
'path' => $vendorDir . '/symfony/validator/
|
1412 |
),
|
1413 |
-
'Symfony\\Component\\Validator\\
|
1414 |
'version' => '5.2.7.0',
|
1415 |
-
'path' => $vendorDir . '/symfony/validator/
|
1416 |
),
|
1417 |
-
'Symfony\\Component\\Validator\\
|
1418 |
'version' => '5.2.7.0',
|
1419 |
-
'path' => $vendorDir . '/symfony/validator/
|
1420 |
),
|
1421 |
-
'Symfony\\Component\\Validator\\
|
1422 |
'version' => '5.2.7.0',
|
1423 |
-
'path' => $vendorDir . '/symfony/validator/
|
1424 |
),
|
1425 |
-
'Symfony\\Component\\Validator\\
|
1426 |
'version' => '5.2.7.0',
|
1427 |
-
'path' => $vendorDir . '/symfony/validator/
|
1428 |
),
|
1429 |
-
'Symfony\\Component\\Validator\\
|
1430 |
'version' => '5.2.7.0',
|
1431 |
-
'path' => $vendorDir . '/symfony/validator/
|
1432 |
),
|
1433 |
-
'Symfony\\Component\\Validator\\
|
1434 |
'version' => '5.2.7.0',
|
1435 |
-
'path' => $vendorDir . '/symfony/validator/
|
1436 |
),
|
1437 |
-
'Symfony\\Component\\Validator\\
|
1438 |
'version' => '5.2.7.0',
|
1439 |
-
'path' => $vendorDir . '/symfony/validator/
|
1440 |
),
|
1441 |
-
'Symfony\\Component\\Validator\\
|
1442 |
'version' => '5.2.7.0',
|
1443 |
-
'path' => $vendorDir . '/symfony/validator/
|
1444 |
),
|
1445 |
-
'Symfony\\Component\\Validator\\
|
1446 |
'version' => '5.2.7.0',
|
1447 |
-
'path' => $vendorDir . '/symfony/validator/
|
1448 |
),
|
1449 |
-
'Symfony\\Component\\Validator\\
|
1450 |
'version' => '5.2.7.0',
|
1451 |
-
'path' => $vendorDir . '/symfony/validator/
|
1452 |
),
|
1453 |
-
'Symfony\\Component\\Validator\\
|
1454 |
'version' => '5.2.7.0',
|
1455 |
-
'path' => $vendorDir . '/symfony/validator/
|
1456 |
),
|
1457 |
-
'Symfony\\Component\\Validator\\
|
1458 |
'version' => '5.2.7.0',
|
1459 |
-
'path' => $vendorDir . '/symfony/validator/
|
1460 |
),
|
1461 |
-
'Symfony\\Component\\Validator\\
|
1462 |
'version' => '5.2.7.0',
|
1463 |
-
'path' => $vendorDir . '/symfony/validator/
|
1464 |
),
|
1465 |
-
'Symfony\\Component\\Validator\\
|
1466 |
'version' => '5.2.7.0',
|
1467 |
-
'path' => $vendorDir . '/symfony/validator/
|
1468 |
),
|
1469 |
-
'Symfony\\Component\\Validator\\
|
1470 |
'version' => '5.2.7.0',
|
1471 |
-
'path' => $vendorDir . '/symfony/validator/
|
1472 |
),
|
1473 |
-
'Symfony\\Component\\Validator\\
|
1474 |
'version' => '5.2.7.0',
|
1475 |
-
'path' => $vendorDir . '/symfony/validator/
|
1476 |
),
|
1477 |
-
'Symfony\\Component\\Validator\\
|
1478 |
'version' => '5.2.7.0',
|
1479 |
-
'path' => $vendorDir . '/symfony/validator/
|
1480 |
),
|
1481 |
-
'Symfony\\Component\\Validator\\
|
1482 |
'version' => '5.2.7.0',
|
1483 |
-
'path' => $vendorDir . '/symfony/validator/
|
1484 |
),
|
1485 |
-
'Symfony\\Component\\Validator\\
|
1486 |
'version' => '5.2.7.0',
|
1487 |
-
'path' => $vendorDir . '/symfony/validator/
|
1488 |
),
|
1489 |
-
'Symfony\\Component\\Validator\\
|
1490 |
'version' => '5.2.7.0',
|
1491 |
-
'path' => $vendorDir . '/symfony/validator/
|
1492 |
),
|
1493 |
-
'Symfony\\Component\\Validator\\
|
1494 |
'version' => '5.2.7.0',
|
1495 |
-
'path' => $vendorDir . '/symfony/validator/
|
1496 |
),
|
1497 |
-
'Symfony\\Component\\Validator\\
|
1498 |
'version' => '5.2.7.0',
|
1499 |
-
'path' => $vendorDir . '/symfony/validator/
|
1500 |
),
|
1501 |
-
'Symfony\\Component\\Validator\\
|
1502 |
'version' => '5.2.7.0',
|
1503 |
-
'path' => $vendorDir . '/symfony/validator/
|
1504 |
),
|
1505 |
-
'Symfony\\Component\\Validator\\
|
1506 |
'version' => '5.2.7.0',
|
1507 |
-
'path' => $vendorDir . '/symfony/validator/
|
1508 |
),
|
1509 |
-
'Symfony\\Component\\Validator\\
|
1510 |
'version' => '5.2.7.0',
|
1511 |
-
'path' => $vendorDir . '/symfony/validator/
|
1512 |
),
|
1513 |
-
'Symfony\\Component\\Validator\\
|
1514 |
'version' => '5.2.7.0',
|
1515 |
-
'path' => $vendorDir . '/symfony/validator/
|
1516 |
),
|
1517 |
-
'Symfony\\Component\\Validator\\
|
1518 |
'version' => '5.2.7.0',
|
1519 |
-
'path' => $vendorDir . '/symfony/validator/
|
1520 |
),
|
1521 |
-
'Symfony\\Component\\Validator\\
|
1522 |
'version' => '5.2.7.0',
|
1523 |
-
'path' => $vendorDir . '/symfony/validator/
|
1524 |
),
|
1525 |
-
'Symfony\\Component\\Validator\\
|
1526 |
'version' => '5.2.7.0',
|
1527 |
-
'path' => $vendorDir . '/symfony/validator/
|
1528 |
),
|
1529 |
-
'Symfony\\Component\\Validator\\
|
1530 |
'version' => '5.2.7.0',
|
1531 |
-
'path' => $vendorDir . '/symfony/validator/
|
1532 |
),
|
1533 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1534 |
'version' => '5.2.7.0',
|
1535 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1536 |
),
|
1537 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1538 |
'version' => '5.2.7.0',
|
1539 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1540 |
),
|
1541 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1542 |
'version' => '5.2.7.0',
|
1543 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1544 |
),
|
1545 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1546 |
'version' => '5.2.7.0',
|
1547 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1548 |
),
|
1549 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1550 |
'version' => '5.2.7.0',
|
1551 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1552 |
),
|
1553 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1554 |
'version' => '5.2.7.0',
|
1555 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1556 |
),
|
1557 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1558 |
'version' => '5.2.7.0',
|
1559 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1560 |
),
|
1561 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1562 |
'version' => '5.2.7.0',
|
1563 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1564 |
),
|
1565 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1566 |
'version' => '5.2.7.0',
|
1567 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1568 |
),
|
1569 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1570 |
-
'version' => '5.2.7.0',
|
1571 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntaxValidator.php'
|
1572 |
-
),
|
1573 |
-
'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual' => array(
|
1574 |
-
'version' => '5.2.7.0',
|
1575 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqual.php'
|
1576 |
-
),
|
1577 |
-
'Symfony\\Component\\Validator\\Constraints\\LessThanValidator' => array(
|
1578 |
'version' => '5.2.7.0',
|
1579 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1580 |
),
|
1581 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1582 |
'version' => '5.2.7.0',
|
1583 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1584 |
),
|
1585 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1586 |
'version' => '5.2.7.0',
|
1587 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1588 |
),
|
1589 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1590 |
'version' => '5.2.7.0',
|
1591 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1592 |
),
|
1593 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1594 |
'version' => '5.2.7.0',
|
1595 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1596 |
),
|
1597 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1598 |
'version' => '5.2.7.0',
|
1599 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1600 |
),
|
1601 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1602 |
'version' => '5.2.7.0',
|
1603 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1604 |
),
|
1605 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1606 |
'version' => '5.2.7.0',
|
1607 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1608 |
),
|
1609 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1610 |
'version' => '5.2.7.0',
|
1611 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1612 |
),
|
1613 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1614 |
'version' => '5.2.7.0',
|
1615 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1616 |
),
|
1617 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1618 |
'version' => '5.2.7.0',
|
1619 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1620 |
),
|
1621 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1622 |
'version' => '5.2.7.0',
|
1623 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1624 |
),
|
1625 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1626 |
'version' => '5.2.7.0',
|
1627 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1628 |
),
|
1629 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1630 |
'version' => '5.2.7.0',
|
1631 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1632 |
),
|
1633 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1634 |
'version' => '5.2.7.0',
|
1635 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1636 |
),
|
1637 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1638 |
'version' => '5.2.7.0',
|
1639 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1640 |
),
|
1641 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1642 |
'version' => '5.2.7.0',
|
1643 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1644 |
),
|
1645 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1646 |
'version' => '5.2.7.0',
|
1647 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1648 |
),
|
1649 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1650 |
'version' => '5.2.7.0',
|
1651 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1652 |
),
|
1653 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1654 |
'version' => '5.2.7.0',
|
1655 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1656 |
),
|
1657 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1658 |
'version' => '5.2.7.0',
|
1659 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1660 |
),
|
1661 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1662 |
'version' => '5.2.7.0',
|
1663 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1664 |
),
|
1665 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1666 |
'version' => '5.2.7.0',
|
1667 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1668 |
),
|
1669 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1670 |
'version' => '5.2.7.0',
|
1671 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1672 |
),
|
1673 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1674 |
'version' => '5.2.7.0',
|
1675 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1676 |
),
|
1677 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1678 |
'version' => '5.2.7.0',
|
1679 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1680 |
),
|
1681 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1682 |
'version' => '5.2.7.0',
|
1683 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1684 |
),
|
1685 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1686 |
'version' => '5.2.7.0',
|
1687 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1688 |
),
|
1689 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1690 |
'version' => '5.2.7.0',
|
1691 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1692 |
),
|
1693 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1694 |
'version' => '5.2.7.0',
|
1695 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1696 |
),
|
1697 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1698 |
'version' => '5.2.7.0',
|
1699 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1700 |
),
|
1701 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1702 |
'version' => '5.2.7.0',
|
1703 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1704 |
),
|
1705 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1706 |
'version' => '5.2.7.0',
|
1707 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1708 |
),
|
1709 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1710 |
'version' => '5.2.7.0',
|
1711 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1712 |
),
|
1713 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1714 |
'version' => '5.2.7.0',
|
1715 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1716 |
),
|
1717 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1718 |
'version' => '5.2.7.0',
|
1719 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1720 |
),
|
1721 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1722 |
'version' => '5.2.7.0',
|
1723 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1724 |
),
|
1725 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1726 |
'version' => '5.2.7.0',
|
1727 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1728 |
),
|
1729 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1730 |
'version' => '5.2.7.0',
|
1731 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1732 |
),
|
1733 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1734 |
'version' => '5.2.7.0',
|
1735 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1736 |
),
|
1737 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1738 |
'version' => '5.2.7.0',
|
1739 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1740 |
),
|
1741 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1742 |
'version' => '5.2.7.0',
|
1743 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1744 |
),
|
1745 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1746 |
'version' => '5.2.7.0',
|
1747 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1748 |
),
|
1749 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1750 |
'version' => '5.2.7.0',
|
1751 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1752 |
),
|
1753 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1754 |
'version' => '5.2.7.0',
|
1755 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1756 |
),
|
1757 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1758 |
'version' => '5.2.7.0',
|
1759 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1760 |
),
|
1761 |
'Symfony\\Component\\Validator\\Constraints\\CompoundValidator' => array(
|
1762 |
'version' => '5.2.7.0',
|
1763 |
'path' => $vendorDir . '/symfony/validator/Constraints/CompoundValidator.php'
|
1764 |
),
|
1765 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1766 |
'version' => '5.2.7.0',
|
1767 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1768 |
),
|
1769 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1770 |
'version' => '5.2.7.0',
|
1771 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1772 |
),
|
1773 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1774 |
'version' => '5.2.7.0',
|
1775 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1776 |
),
|
1777 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1778 |
'version' => '5.2.7.0',
|
1779 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1780 |
),
|
1781 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1782 |
'version' => '5.2.7.0',
|
1783 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1784 |
),
|
1785 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1786 |
'version' => '5.2.7.0',
|
1787 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1788 |
),
|
1789 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1790 |
'version' => '5.2.7.0',
|
1791 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1792 |
),
|
1793 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1794 |
'version' => '5.2.7.0',
|
1795 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1796 |
),
|
1797 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1798 |
'version' => '5.2.7.0',
|
1799 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1800 |
),
|
1801 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1802 |
'version' => '5.2.7.0',
|
1803 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1804 |
),
|
1805 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1806 |
'version' => '5.2.7.0',
|
1807 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1808 |
),
|
1809 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1810 |
'version' => '5.2.7.0',
|
1811 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1812 |
),
|
1813 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1814 |
'version' => '5.2.7.0',
|
1815 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1816 |
),
|
1817 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1818 |
'version' => '5.2.7.0',
|
1819 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1820 |
),
|
1821 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1822 |
'version' => '5.2.7.0',
|
1823 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1824 |
),
|
1825 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1826 |
'version' => '5.2.7.0',
|
1827 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1828 |
),
|
1829 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1830 |
-
'version' => '5.2.7.0',
|
1831 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/TimezoneValidator.php'
|
1832 |
-
),
|
1833 |
-
'Symfony\\Component\\Validator\\Constraints\\HostnameValidator' => array(
|
1834 |
-
'version' => '5.2.7.0',
|
1835 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/HostnameValidator.php'
|
1836 |
-
),
|
1837 |
-
'Symfony\\Component\\Validator\\Constraints\\Choice' => array(
|
1838 |
'version' => '5.2.7.0',
|
1839 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1840 |
),
|
1841 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1842 |
'version' => '5.2.7.0',
|
1843 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1844 |
),
|
1845 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1846 |
'version' => '5.2.7.0',
|
1847 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1848 |
),
|
1849 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1850 |
'version' => '5.2.7.0',
|
1851 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1852 |
),
|
1853 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1854 |
'version' => '5.2.7.0',
|
1855 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1856 |
),
|
1857 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1858 |
'version' => '5.2.7.0',
|
1859 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1860 |
),
|
1861 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1862 |
'version' => '5.2.7.0',
|
1863 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1864 |
),
|
1865 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1866 |
'version' => '5.2.7.0',
|
1867 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1868 |
),
|
1869 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1870 |
'version' => '5.2.7.0',
|
1871 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1872 |
),
|
1873 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1874 |
'version' => '5.2.7.0',
|
1875 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1876 |
),
|
1877 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1878 |
'version' => '5.2.7.0',
|
1879 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1880 |
),
|
1881 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1882 |
'version' => '5.2.7.0',
|
1883 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1884 |
),
|
1885 |
'Symfony\\Component\\Validator\\Constraints\\Isbn' => array(
|
1886 |
'version' => '5.2.7.0',
|
1887 |
'path' => $vendorDir . '/symfony/validator/Constraints/Isbn.php'
|
1888 |
),
|
1889 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1890 |
'version' => '5.2.7.0',
|
1891 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1892 |
),
|
1893 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1894 |
'version' => '5.2.7.0',
|
1895 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1896 |
),
|
1897 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1898 |
'version' => '5.2.7.0',
|
1899 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1900 |
),
|
1901 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1902 |
'version' => '5.2.7.0',
|
1903 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1904 |
),
|
1905 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1906 |
'version' => '5.2.7.0',
|
1907 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1908 |
),
|
1909 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1910 |
'version' => '5.2.7.0',
|
1911 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1912 |
),
|
1913 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1914 |
'version' => '5.2.7.0',
|
1915 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1916 |
),
|
1917 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1918 |
'version' => '5.2.7.0',
|
1919 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1920 |
),
|
1921 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1922 |
'version' => '5.2.7.0',
|
1923 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1924 |
),
|
1925 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1926 |
'version' => '5.2.7.0',
|
1927 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1928 |
),
|
1929 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1930 |
'version' => '5.2.7.0',
|
1931 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1932 |
),
|
1933 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1934 |
'version' => '5.2.7.0',
|
1935 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1936 |
),
|
1937 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1938 |
'version' => '5.2.7.0',
|
1939 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1940 |
),
|
1941 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1942 |
'version' => '5.2.7.0',
|
1943 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1944 |
),
|
1945 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1946 |
'version' => '5.2.7.0',
|
1947 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1948 |
),
|
1949 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1950 |
'version' => '5.2.7.0',
|
1951 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1952 |
),
|
1953 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1954 |
'version' => '5.2.7.0',
|
1955 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1956 |
),
|
1957 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1958 |
'version' => '5.2.7.0',
|
1959 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1960 |
),
|
1961 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1962 |
'version' => '5.2.7.0',
|
1963 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1964 |
),
|
1965 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1966 |
'version' => '5.2.7.0',
|
1967 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1968 |
),
|
1969 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1970 |
'version' => '5.2.7.0',
|
1971 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1972 |
),
|
1973 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1974 |
'version' => '5.2.7.0',
|
1975 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1976 |
),
|
1977 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1978 |
'version' => '5.2.7.0',
|
1979 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1980 |
),
|
1981 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1982 |
'version' => '5.2.7.0',
|
1983 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1984 |
),
|
1985 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1986 |
'version' => '5.2.7.0',
|
1987 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1988 |
),
|
1989 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1990 |
'version' => '5.2.7.0',
|
1991 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1992 |
),
|
1993 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1994 |
'version' => '5.2.7.0',
|
1995 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1996 |
),
|
1997 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1998 |
'version' => '5.2.7.0',
|
1999 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
2000 |
),
|
2001 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
2002 |
'version' => '5.2.7.0',
|
2003 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
2004 |
),
|
2005 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
2006 |
'version' => '5.2.7.0',
|
2007 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
2008 |
),
|
2009 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
2010 |
'version' => '5.2.7.0',
|
2011 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
2012 |
),
|
2013 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
2014 |
'version' => '5.2.7.0',
|
2015 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
2016 |
),
|
2017 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
2018 |
'version' => '5.2.7.0',
|
2019 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
2020 |
),
|
2021 |
-
'Symfony\\Component\\Validator\\
|
2022 |
'version' => '5.2.7.0',
|
2023 |
-
'path' => $vendorDir . '/symfony/validator/
|
2024 |
),
|
2025 |
-
'Symfony\\Component\\Validator\\
|
2026 |
'version' => '5.2.7.0',
|
2027 |
-
'path' => $vendorDir . '/symfony/validator/
|
2028 |
),
|
2029 |
-
'Symfony\\Component\\Validator\\
|
2030 |
'version' => '5.2.7.0',
|
2031 |
-
'path' => $vendorDir . '/symfony/validator/
|
2032 |
),
|
2033 |
-
'Symfony\\Component\\Validator\\
|
2034 |
'version' => '5.2.7.0',
|
2035 |
-
'path' => $vendorDir . '/symfony/validator/
|
2036 |
),
|
2037 |
-
'Symfony\\Component\\Validator\\
|
2038 |
'version' => '5.2.7.0',
|
2039 |
-
'path' => $vendorDir . '/symfony/validator/
|
2040 |
),
|
2041 |
-
'Symfony\\Component\\Validator\\
|
2042 |
'version' => '5.2.7.0',
|
2043 |
-
'path' => $vendorDir . '/symfony/validator/
|
2044 |
),
|
2045 |
-
'Symfony\\Component\\Validator\\
|
2046 |
'version' => '5.2.7.0',
|
2047 |
-
'path' => $vendorDir . '/symfony/validator/
|
2048 |
),
|
2049 |
-
'Symfony\\Component\\Validator\\
|
2050 |
'version' => '5.2.7.0',
|
2051 |
-
'path' => $vendorDir . '/symfony/validator/
|
2052 |
),
|
2053 |
-
'Symfony\\Component\\Validator\\
|
2054 |
'version' => '5.2.7.0',
|
2055 |
-
'path' => $vendorDir . '/symfony/validator/
|
2056 |
),
|
2057 |
-
'Symfony\\Component\\Validator\\
|
2058 |
'version' => '5.2.7.0',
|
2059 |
-
'path' => $vendorDir . '/symfony/validator/
|
2060 |
),
|
2061 |
'Symfony\\Component\\Validator\\ConstraintValidatorFactoryInterface' => array(
|
2062 |
'version' => '5.2.7.0',
|
2063 |
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorFactoryInterface.php'
|
2064 |
),
|
2065 |
-
'Symfony\\Component\\Validator\\
|
2066 |
'version' => '5.2.7.0',
|
2067 |
-
'path' => $vendorDir . '/symfony/validator/
|
2068 |
),
|
2069 |
-
'Symfony\\Component\\Validator\\
|
2070 |
'version' => '5.2.7.0',
|
2071 |
-
'path' => $vendorDir . '/symfony/validator/
|
2072 |
),
|
2073 |
-
'Symfony\\Component\\Validator\\
|
2074 |
'version' => '5.2.7.0',
|
2075 |
-
'path' => $vendorDir . '/symfony/validator/
|
2076 |
),
|
2077 |
-
'Symfony\\Component\\Validator\\
|
2078 |
'version' => '5.2.7.0',
|
2079 |
-
'path' => $vendorDir . '/symfony/validator/
|
2080 |
),
|
2081 |
-
'Symfony\\Component\\Validator\\
|
2082 |
'version' => '5.2.7.0',
|
2083 |
-
'path' => $vendorDir . '/symfony/validator/
|
2084 |
),
|
2085 |
-
'Symfony\\Component\\Validator\\
|
2086 |
'version' => '5.2.7.0',
|
2087 |
-
'path' => $vendorDir . '/symfony/validator/
|
2088 |
),
|
2089 |
-
'Symfony\\Component\\Validator\\
|
2090 |
'version' => '5.2.7.0',
|
2091 |
-
'path' => $vendorDir . '/symfony/validator/
|
2092 |
),
|
2093 |
-
'Symfony\\Component\\Validator\\
|
2094 |
'version' => '5.2.7.0',
|
2095 |
-
'path' => $vendorDir . '/symfony/validator/
|
2096 |
),
|
2097 |
-
'Symfony\\Component\\Validator\\
|
2098 |
'version' => '5.2.7.0',
|
2099 |
-
'path' => $vendorDir . '/symfony/validator/
|
2100 |
),
|
2101 |
-
'Symfony\\Component\\Validator\\
|
2102 |
'version' => '5.2.7.0',
|
2103 |
-
'path' => $vendorDir . '/symfony/validator/
|
2104 |
),
|
2105 |
-
'Symfony\\Component\\Validator\\
|
2106 |
'version' => '5.2.7.0',
|
2107 |
-
'path' => $vendorDir . '/symfony/validator/
|
2108 |
),
|
2109 |
-
'Symfony\\Component\\Validator\\
|
2110 |
'version' => '5.2.7.0',
|
2111 |
-
'path' => $vendorDir . '/symfony/validator/
|
2112 |
),
|
2113 |
-
'Symfony\\Component\\Validator\\
|
2114 |
'version' => '5.2.7.0',
|
2115 |
-
'path' => $vendorDir . '/symfony/validator/
|
2116 |
),
|
2117 |
-
'Symfony\\Component\\Validator\\
|
2118 |
'version' => '5.2.7.0',
|
2119 |
-
'path' => $vendorDir . '/symfony/validator/
|
2120 |
),
|
2121 |
-
'Symfony\\Component\\Validator\\
|
2122 |
'version' => '5.2.7.0',
|
2123 |
-
'path' => $vendorDir . '/symfony/validator/
|
2124 |
),
|
2125 |
-
'Symfony\\Component\\Validator\\
|
2126 |
'version' => '5.2.7.0',
|
2127 |
-
'path' => $vendorDir . '/symfony/validator/
|
2128 |
),
|
2129 |
-
'Symfony\\Component\\Validator\\
|
2130 |
'version' => '5.2.7.0',
|
2131 |
-
'path' => $vendorDir . '/symfony/validator/
|
2132 |
),
|
2133 |
-
'Symfony\\Component\\Validator\\
|
2134 |
'version' => '5.2.7.0',
|
2135 |
-
'path' => $vendorDir . '/symfony/validator/
|
2136 |
),
|
2137 |
-
'Symfony\\Component\\Validator\\
|
2138 |
'version' => '5.2.7.0',
|
2139 |
-
'path' => $vendorDir . '/symfony/validator/
|
2140 |
),
|
2141 |
-
'Symfony\\Component\\Validator\\
|
2142 |
'version' => '5.2.7.0',
|
2143 |
-
'path' => $vendorDir . '/symfony/validator/
|
2144 |
),
|
2145 |
-
'Symfony\\Component\\Validator\\
|
2146 |
'version' => '5.2.7.0',
|
2147 |
-
'path' => $vendorDir . '/symfony/validator/
|
2148 |
),
|
2149 |
-
'Symfony\\Component\\Validator\\
|
2150 |
'version' => '5.2.7.0',
|
2151 |
-
'path' => $vendorDir . '/symfony/validator/
|
2152 |
),
|
2153 |
-
'Symfony\\Component\\Validator\\
|
2154 |
'version' => '5.2.7.0',
|
2155 |
-
'path' => $vendorDir . '/symfony/validator/
|
2156 |
),
|
2157 |
-
'Symfony\\Component\\Validator\\
|
2158 |
'version' => '5.2.7.0',
|
2159 |
-
'path' => $vendorDir . '/symfony/validator/
|
2160 |
),
|
2161 |
-
'Symfony\\Component\\Validator\\
|
2162 |
'version' => '5.2.7.0',
|
2163 |
-
'path' => $vendorDir . '/symfony/validator/
|
2164 |
),
|
2165 |
-
'Symfony\\Component\\Validator\\
|
2166 |
'version' => '5.2.7.0',
|
2167 |
-
'path' => $vendorDir . '/symfony/validator/
|
2168 |
),
|
2169 |
-
'Symfony\\Component\\Validator\\
|
2170 |
'version' => '5.2.7.0',
|
2171 |
-
'path' => $vendorDir . '/symfony/validator/
|
2172 |
),
|
2173 |
-
'Symfony\\Component\\Validator\\
|
2174 |
'version' => '5.2.7.0',
|
2175 |
-
'path' => $vendorDir . '/symfony/validator/
|
2176 |
),
|
2177 |
-
'Symfony\\Component\\Validator\\
|
2178 |
'version' => '5.2.7.0',
|
2179 |
-
'path' => $vendorDir . '/symfony/validator/
|
2180 |
),
|
2181 |
-
'Symfony\\Component\\Validator\\
|
2182 |
'version' => '5.2.7.0',
|
2183 |
-
'path' => $vendorDir . '/symfony/validator/
|
2184 |
),
|
2185 |
-
'Symfony\\Component\\Validator\\
|
2186 |
'version' => '5.2.7.0',
|
2187 |
-
'path' => $vendorDir . '/symfony/validator/
|
2188 |
),
|
2189 |
-
'Symfony\\Component\\Validator\\
|
2190 |
'version' => '5.2.7.0',
|
2191 |
-
'path' => $vendorDir . '/symfony/validator/
|
2192 |
),
|
2193 |
-
'Symfony\\Component\\Validator\\
|
2194 |
'version' => '5.2.7.0',
|
2195 |
-
'path' => $vendorDir . '/symfony/validator/
|
2196 |
),
|
2197 |
-
'
|
2198 |
-
'version' => '
|
2199 |
-
'path' => $vendorDir . '/
|
2200 |
),
|
2201 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2202 |
'version' => '1.1.4.0',
|
2203 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2204 |
),
|
2205 |
-
'Psr\\Log\\
|
2206 |
'version' => '1.1.4.0',
|
2207 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2208 |
),
|
2209 |
-
'Psr\\Log\\
|
2210 |
'version' => '1.1.4.0',
|
2211 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2212 |
),
|
2213 |
-
'Psr\\Log\\
|
2214 |
'version' => '1.1.4.0',
|
2215 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2216 |
),
|
2217 |
-
'Psr\\Log\\
|
2218 |
'version' => '1.1.4.0',
|
2219 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2220 |
),
|
2221 |
'Psr\\Log\\InvalidArgumentException' => array(
|
2222 |
'version' => '1.1.4.0',
|
2223 |
'path' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php'
|
2224 |
),
|
2225 |
-
'Psr\\Log\\
|
2226 |
'version' => '1.1.4.0',
|
2227 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2228 |
),
|
2229 |
-
'Psr\\Log\\
|
2230 |
'version' => '1.1.4.0',
|
2231 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2232 |
),
|
2233 |
-
'Psr\\Log\\
|
2234 |
'version' => '1.1.4.0',
|
2235 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
2236 |
),
|
2237 |
'Psr\\Log\\AbstractLogger' => array(
|
2238 |
'version' => '1.1.4.0',
|
2239 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
2240 |
),
|
2241 |
-
'Psr\\
|
2242 |
-
'version' => '1.
|
2243 |
-
'path' => $vendorDir . '/psr/
|
2244 |
),
|
2245 |
'Psr\\Http\\Message\\StreamFactoryInterface' => array(
|
2246 |
'version' => '1.0.1.0',
|
@@ -2254,29 +2250,25 @@ return array(
|
|
2254 |
'version' => '1.0.1.0',
|
2255 |
'path' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php'
|
2256 |
),
|
2257 |
-
'Psr\\Http\\Message\\
|
2258 |
'version' => '1.0.1.0',
|
2259 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
2260 |
),
|
2261 |
'Psr\\Http\\Message\\RequestFactoryInterface' => array(
|
2262 |
'version' => '1.0.1.0',
|
2263 |
'path' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php'
|
2264 |
),
|
2265 |
-
'Psr\\Http\\Message\\
|
2266 |
-
'version' => '1.0.1.0',
|
2267 |
-
'path' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php'
|
2268 |
-
),
|
2269 |
-
'Psr\\Http\\Message\\UriInterface' => array(
|
2270 |
'version' => '1.0.1.0',
|
2271 |
-
'path' => $vendorDir . '/psr/http-
|
2272 |
),
|
2273 |
-
'Psr\\Http\\Message\\
|
2274 |
'version' => '1.0.1.0',
|
2275 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
2276 |
),
|
2277 |
-
'Psr\\Http\\Message\\
|
2278 |
'version' => '1.0.1.0',
|
2279 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
2280 |
),
|
2281 |
'Psr\\Http\\Message\\RequestInterface' => array(
|
2282 |
'version' => '1.0.1.0',
|
@@ -2286,26 +2278,38 @@ return array(
|
|
2286 |
'version' => '1.0.1.0',
|
2287 |
'path' => $vendorDir . '/psr/http-message/src/ResponseInterface.php'
|
2288 |
),
|
2289 |
-
'Psr\\Http\\Message\\
|
2290 |
'version' => '1.0.1.0',
|
2291 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
2292 |
),
|
2293 |
-
'Psr\\Http\\
|
2294 |
'version' => '1.0.1.0',
|
2295 |
-
'path' => $vendorDir . '/psr/http-
|
2296 |
),
|
2297 |
-
'Psr\\Http\\
|
2298 |
'version' => '1.0.1.0',
|
2299 |
-
'path' => $vendorDir . '/psr/http-
|
2300 |
),
|
2301 |
'Psr\\Http\\Client\\ClientInterface' => array(
|
2302 |
'version' => '1.0.1.0',
|
2303 |
'path' => $vendorDir . '/psr/http-client/src/ClientInterface.php'
|
2304 |
),
|
|
|
|
|
|
|
|
|
2305 |
'Psr\\Http\\Client\\ClientExceptionInterface' => array(
|
2306 |
'version' => '1.0.1.0',
|
2307 |
'path' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php'
|
2308 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2309 |
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
2310 |
'version' => '1.1.1.0',
|
2311 |
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
@@ -2314,2353 +2318,2341 @@ return array(
|
|
2314 |
'version' => '1.1.1.0',
|
2315 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
2316 |
),
|
2317 |
-
'Psr\\
|
2318 |
-
'version' => '1.
|
2319 |
-
'path' => $vendorDir . '/psr/
|
2320 |
),
|
2321 |
'Psr\\Cache\\CacheItemPoolInterface' => array(
|
2322 |
'version' => '1.0.1.0',
|
2323 |
'path' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php'
|
2324 |
),
|
|
|
|
|
|
|
|
|
2325 |
'Psr\\Cache\\CacheItemInterface' => array(
|
2326 |
'version' => '1.0.1.0',
|
2327 |
'path' => $vendorDir . '/psr/cache/src/CacheItemInterface.php'
|
2328 |
),
|
2329 |
-
'
|
2330 |
-
'version' => '
|
2331 |
-
'path' => $vendorDir . '/
|
2332 |
),
|
2333 |
-
'
|
2334 |
-
'version' => '
|
2335 |
-
'path' => $vendorDir . '/
|
2336 |
),
|
2337 |
-
'ParagonIE\\ConstantTime\\
|
2338 |
'version' => '2.5.0.0',
|
2339 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2340 |
),
|
2341 |
'ParagonIE\\ConstantTime\\Base32Hex' => array(
|
2342 |
'version' => '2.5.0.0',
|
2343 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php'
|
2344 |
),
|
2345 |
-
'ParagonIE\\ConstantTime\\
|
2346 |
'version' => '2.5.0.0',
|
2347 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2348 |
),
|
2349 |
-
'ParagonIE\\ConstantTime\\
|
2350 |
'version' => '2.5.0.0',
|
2351 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2352 |
),
|
2353 |
-
'ParagonIE\\ConstantTime\\
|
2354 |
'version' => '2.5.0.0',
|
2355 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2356 |
),
|
2357 |
-
'ParagonIE\\ConstantTime\\
|
2358 |
'version' => '2.5.0.0',
|
2359 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2360 |
),
|
2361 |
'ParagonIE\\ConstantTime\\Hex' => array(
|
2362 |
'version' => '2.5.0.0',
|
2363 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php'
|
2364 |
),
|
2365 |
-
'ParagonIE\\ConstantTime\\
|
2366 |
'version' => '2.5.0.0',
|
2367 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2368 |
),
|
2369 |
-
'ParagonIE\\ConstantTime\\
|
2370 |
'version' => '2.5.0.0',
|
2371 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2372 |
),
|
2373 |
-
'
|
2374 |
-
'version' => '2.5.0
|
2375 |
-
'path' => $vendorDir . '/
|
2376 |
-
),
|
2377 |
-
'ParagonIE\\ConstantTime\\Base64' => array(
|
2378 |
-
'version' => '2.5.0.0',
|
2379 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php'
|
2380 |
),
|
2381 |
-
'Monolog\\
|
2382 |
'version' => '2.3.5.0',
|
2383 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2384 |
),
|
2385 |
-
'Monolog\\
|
2386 |
'version' => '2.3.5.0',
|
2387 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2388 |
),
|
2389 |
-
'Monolog\\
|
2390 |
'version' => '2.3.5.0',
|
2391 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2392 |
),
|
2393 |
-
'Monolog\\
|
2394 |
'version' => '2.3.5.0',
|
2395 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2396 |
),
|
2397 |
-
'Monolog\\
|
2398 |
'version' => '2.3.5.0',
|
2399 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2400 |
),
|
2401 |
-
'Monolog\\
|
2402 |
'version' => '2.3.5.0',
|
2403 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2404 |
),
|
2405 |
-
'Monolog\\
|
2406 |
'version' => '2.3.5.0',
|
2407 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2408 |
),
|
2409 |
-
'Monolog\\
|
2410 |
'version' => '2.3.5.0',
|
2411 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2412 |
),
|
2413 |
-
'Monolog\\
|
2414 |
'version' => '2.3.5.0',
|
2415 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2416 |
),
|
2417 |
-
'Monolog\\
|
2418 |
'version' => '2.3.5.0',
|
2419 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2420 |
),
|
2421 |
-
'Monolog\\
|
2422 |
'version' => '2.3.5.0',
|
2423 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2424 |
),
|
2425 |
-
'Monolog\\
|
2426 |
'version' => '2.3.5.0',
|
2427 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2428 |
),
|
2429 |
-
'Monolog\\
|
2430 |
'version' => '2.3.5.0',
|
2431 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2432 |
),
|
2433 |
-
'Monolog\\
|
2434 |
'version' => '2.3.5.0',
|
2435 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2436 |
),
|
2437 |
-
'Monolog\\
|
2438 |
'version' => '2.3.5.0',
|
2439 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2440 |
),
|
2441 |
-
'Monolog\\
|
2442 |
'version' => '2.3.5.0',
|
2443 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2444 |
),
|
2445 |
-
'Monolog\\
|
2446 |
'version' => '2.3.5.0',
|
2447 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2448 |
),
|
2449 |
-
'Monolog\\
|
2450 |
'version' => '2.3.5.0',
|
2451 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2452 |
),
|
2453 |
-
'Monolog\\
|
2454 |
'version' => '2.3.5.0',
|
2455 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2456 |
),
|
2457 |
-
'Monolog\\
|
2458 |
'version' => '2.3.5.0',
|
2459 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2460 |
),
|
2461 |
-
'Monolog\\
|
2462 |
'version' => '2.3.5.0',
|
2463 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2464 |
),
|
2465 |
-
'Monolog\\
|
2466 |
'version' => '2.3.5.0',
|
2467 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2468 |
),
|
2469 |
-
'Monolog\\
|
2470 |
'version' => '2.3.5.0',
|
2471 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2472 |
),
|
2473 |
-
'Monolog\\Handler\\
|
2474 |
'version' => '2.3.5.0',
|
2475 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2476 |
),
|
2477 |
-
'Monolog\\Handler\\
|
2478 |
'version' => '2.3.5.0',
|
2479 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2480 |
),
|
2481 |
-
'Monolog\\Handler\\
|
2482 |
'version' => '2.3.5.0',
|
2483 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2484 |
),
|
2485 |
-
'Monolog\\Handler\\
|
2486 |
'version' => '2.3.5.0',
|
2487 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2488 |
),
|
2489 |
'Monolog\\Handler\\SyslogUdpHandler' => array(
|
2490 |
'version' => '2.3.5.0',
|
2491 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php'
|
2492 |
),
|
2493 |
-
'Monolog\\Handler\\
|
2494 |
-
'version' => '2.3.5.0',
|
2495 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'
|
2496 |
-
),
|
2497 |
-
'Monolog\\Handler\\FilterHandler' => array(
|
2498 |
-
'version' => '2.3.5.0',
|
2499 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php'
|
2500 |
-
),
|
2501 |
-
'Monolog\\Handler\\SqsHandler' => array(
|
2502 |
'version' => '2.3.5.0',
|
2503 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2504 |
),
|
2505 |
-
'Monolog\\Handler\\
|
2506 |
'version' => '2.3.5.0',
|
2507 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2508 |
),
|
2509 |
-
'Monolog\\Handler\\
|
2510 |
'version' => '2.3.5.0',
|
2511 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2512 |
),
|
2513 |
-
'Monolog\\Handler\\
|
2514 |
'version' => '2.3.5.0',
|
2515 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2516 |
),
|
2517 |
-
'Monolog\\Handler\\
|
2518 |
'version' => '2.3.5.0',
|
2519 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2520 |
),
|
2521 |
-
'Monolog\\Handler\\
|
2522 |
'version' => '2.3.5.0',
|
2523 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2524 |
),
|
2525 |
-
'Monolog\\Handler\\
|
2526 |
'version' => '2.3.5.0',
|
2527 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2528 |
),
|
2529 |
-
'Monolog\\Handler\\
|
2530 |
'version' => '2.3.5.0',
|
2531 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2532 |
),
|
2533 |
-
'Monolog\\Handler\\
|
2534 |
'version' => '2.3.5.0',
|
2535 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2536 |
),
|
2537 |
-
'Monolog\\Handler\\
|
2538 |
'version' => '2.3.5.0',
|
2539 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2540 |
),
|
2541 |
-
'Monolog\\Handler\\
|
2542 |
'version' => '2.3.5.0',
|
2543 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2544 |
),
|
2545 |
-
'Monolog\\Handler\\
|
2546 |
'version' => '2.3.5.0',
|
2547 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2548 |
),
|
2549 |
-
'Monolog\\Handler\\
|
2550 |
'version' => '2.3.5.0',
|
2551 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2552 |
),
|
2553 |
'Monolog\\Handler\\DeduplicationHandler' => array(
|
2554 |
'version' => '2.3.5.0',
|
2555 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php'
|
2556 |
),
|
2557 |
-
'Monolog\\Handler\\
|
2558 |
'version' => '2.3.5.0',
|
2559 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2560 |
),
|
2561 |
-
'Monolog\\Handler\\
|
2562 |
'version' => '2.3.5.0',
|
2563 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2564 |
),
|
2565 |
-
'Monolog\\Handler\\
|
2566 |
'version' => '2.3.5.0',
|
2567 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
|
|
|
|
|
|
|
|
2568 |
),
|
2569 |
'Monolog\\Handler\\DynamoDbHandler' => array(
|
2570 |
'version' => '2.3.5.0',
|
2571 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'
|
2572 |
),
|
2573 |
-
'Monolog\\Handler\\
|
2574 |
'version' => '2.3.5.0',
|
2575 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2576 |
),
|
2577 |
-
'Monolog\\Handler\\
|
2578 |
'version' => '2.3.5.0',
|
2579 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2580 |
),
|
2581 |
-
'Monolog\\Handler\\
|
2582 |
'version' => '2.3.5.0',
|
2583 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2584 |
),
|
2585 |
-
'Monolog\\Handler\\
|
2586 |
'version' => '2.3.5.0',
|
2587 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2588 |
),
|
2589 |
'Monolog\\Handler\\LogglyHandler' => array(
|
2590 |
'version' => '2.3.5.0',
|
2591 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php'
|
2592 |
),
|
2593 |
-
'Monolog\\Handler\\
|
2594 |
'version' => '2.3.5.0',
|
2595 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2596 |
),
|
2597 |
-
'Monolog\\Handler\\
|
2598 |
'version' => '2.3.5.0',
|
2599 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2600 |
),
|
2601 |
-
'Monolog\\Handler\\
|
2602 |
'version' => '2.3.5.0',
|
2603 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2604 |
),
|
2605 |
-
'Monolog\\Handler\\
|
2606 |
'version' => '2.3.5.0',
|
2607 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2608 |
),
|
2609 |
-
'Monolog\\Handler\\
|
2610 |
'version' => '2.3.5.0',
|
2611 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2612 |
),
|
2613 |
-
'Monolog\\Handler\\
|
2614 |
'version' => '2.3.5.0',
|
2615 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2616 |
),
|
2617 |
-
'Monolog\\Handler\\
|
2618 |
'version' => '2.3.5.0',
|
2619 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2620 |
),
|
2621 |
-
'Monolog\\Handler\\
|
2622 |
'version' => '2.3.5.0',
|
2623 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2624 |
),
|
2625 |
-
'Monolog\\Handler\\
|
2626 |
'version' => '2.3.5.0',
|
2627 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2628 |
),
|
2629 |
-
'Monolog\\Handler\\
|
2630 |
'version' => '2.3.5.0',
|
2631 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2632 |
),
|
2633 |
-
'Monolog\\Handler\\
|
2634 |
'version' => '2.3.5.0',
|
2635 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2636 |
),
|
2637 |
-
'Monolog\\Handler\\
|
2638 |
'version' => '2.3.5.0',
|
2639 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2640 |
),
|
2641 |
-
'Monolog\\Handler\\
|
2642 |
'version' => '2.3.5.0',
|
2643 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2644 |
),
|
2645 |
-
'Monolog\\Handler\\
|
2646 |
'version' => '2.3.5.0',
|
2647 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2648 |
),
|
2649 |
-
'Monolog\\Handler\\
|
2650 |
'version' => '2.3.5.0',
|
2651 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2652 |
),
|
2653 |
-
'Monolog\\Handler\\
|
2654 |
'version' => '2.3.5.0',
|
2655 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2656 |
),
|
2657 |
-
'Monolog\\Handler\\
|
2658 |
'version' => '2.3.5.0',
|
2659 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2660 |
),
|
2661 |
-
'Monolog\\Handler\\
|
2662 |
'version' => '2.3.5.0',
|
2663 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2664 |
),
|
2665 |
-
'Monolog\\Handler\\
|
2666 |
'version' => '2.3.5.0',
|
2667 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2668 |
),
|
2669 |
-
'Monolog\\Handler\\
|
2670 |
'version' => '2.3.5.0',
|
2671 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2672 |
),
|
2673 |
-
'Monolog\\
|
2674 |
'version' => '2.3.5.0',
|
2675 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2676 |
),
|
2677 |
-
'Monolog\\
|
2678 |
'version' => '2.3.5.0',
|
2679 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2680 |
),
|
2681 |
-
'Monolog\\
|
2682 |
'version' => '2.3.5.0',
|
2683 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2684 |
),
|
2685 |
-
'Monolog\\
|
2686 |
'version' => '2.3.5.0',
|
2687 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2688 |
),
|
2689 |
-
'Monolog\\
|
2690 |
'version' => '2.3.5.0',
|
2691 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2692 |
),
|
2693 |
-
'Monolog\\
|
2694 |
'version' => '2.3.5.0',
|
2695 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2696 |
),
|
2697 |
-
'Monolog\\
|
2698 |
'version' => '2.3.5.0',
|
2699 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2700 |
),
|
2701 |
-
'Monolog\\
|
2702 |
'version' => '2.3.5.0',
|
2703 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2704 |
),
|
2705 |
-
'Monolog\\
|
2706 |
'version' => '2.3.5.0',
|
2707 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2708 |
),
|
2709 |
-
'Monolog\\
|
2710 |
'version' => '2.3.5.0',
|
2711 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2712 |
),
|
2713 |
-
'Monolog\\
|
2714 |
'version' => '2.3.5.0',
|
2715 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2716 |
),
|
2717 |
-
'Monolog\\
|
2718 |
'version' => '2.3.5.0',
|
2719 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2720 |
),
|
2721 |
-
'Monolog\\
|
2722 |
'version' => '2.3.5.0',
|
2723 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2724 |
),
|
2725 |
-
'Monolog\\
|
2726 |
'version' => '2.3.5.0',
|
2727 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2728 |
),
|
2729 |
-
'Monolog\\
|
2730 |
'version' => '2.3.5.0',
|
2731 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2732 |
),
|
2733 |
-
'Monolog\\
|
2734 |
'version' => '2.3.5.0',
|
2735 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2736 |
),
|
2737 |
-
'Monolog\\
|
2738 |
'version' => '2.3.5.0',
|
2739 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2740 |
),
|
2741 |
-
'Monolog\\
|
2742 |
'version' => '2.3.5.0',
|
2743 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2744 |
),
|
2745 |
-
'Monolog\\
|
2746 |
'version' => '2.3.5.0',
|
2747 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2748 |
),
|
2749 |
-
'Monolog\\
|
2750 |
'version' => '2.3.5.0',
|
2751 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2752 |
),
|
2753 |
-
'Monolog\\
|
2754 |
'version' => '2.3.5.0',
|
2755 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2756 |
),
|
2757 |
-
'Monolog\\
|
2758 |
'version' => '2.3.5.0',
|
2759 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2760 |
),
|
2761 |
-
'Monolog\\
|
2762 |
'version' => '2.3.5.0',
|
2763 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2764 |
),
|
2765 |
-
'Monolog\\
|
2766 |
'version' => '2.3.5.0',
|
2767 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2768 |
),
|
2769 |
-
'Monolog\\
|
2770 |
'version' => '2.3.5.0',
|
2771 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2772 |
),
|
2773 |
-
'Monolog\\
|
2774 |
'version' => '2.3.5.0',
|
2775 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2776 |
),
|
2777 |
-
'Monolog\\
|
2778 |
'version' => '2.3.5.0',
|
2779 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2780 |
),
|
2781 |
-
'Monolog\\
|
2782 |
'version' => '2.3.5.0',
|
2783 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2784 |
),
|
2785 |
-
'Monolog\\
|
2786 |
'version' => '2.3.5.0',
|
2787 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2788 |
),
|
2789 |
-
'Monolog\\
|
2790 |
'version' => '2.3.5.0',
|
2791 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2792 |
),
|
2793 |
-
'Monolog\\
|
2794 |
'version' => '2.3.5.0',
|
2795 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2796 |
),
|
2797 |
-
'Monolog\\
|
2798 |
'version' => '2.3.5.0',
|
2799 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2800 |
),
|
2801 |
-
'Monolog\\
|
2802 |
'version' => '2.3.5.0',
|
2803 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2804 |
),
|
2805 |
-
'Monolog\\
|
2806 |
'version' => '2.3.5.0',
|
2807 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2808 |
),
|
2809 |
-
'Monolog\\
|
2810 |
'version' => '2.3.5.0',
|
2811 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2812 |
),
|
2813 |
-
'Monolog\\
|
2814 |
'version' => '2.3.5.0',
|
2815 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2816 |
),
|
2817 |
-
'Monolog\\
|
2818 |
'version' => '2.3.5.0',
|
2819 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2820 |
),
|
2821 |
-
'Monolog\\
|
2822 |
'version' => '2.3.5.0',
|
2823 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
2824 |
),
|
2825 |
-
'Grpc\\Gcp\\
|
2826 |
'version' => '0.2.0.0',
|
2827 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2828 |
),
|
2829 |
-
'Grpc\\Gcp\\
|
2830 |
'version' => '0.2.0.0',
|
2831 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2832 |
),
|
2833 |
-
'Grpc\\Gcp\\
|
2834 |
'version' => '0.2.0.0',
|
2835 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
|
|
|
|
|
|
|
|
2836 |
),
|
2837 |
'Grpc\\Gcp\\AffinityConfig_Command' => array(
|
2838 |
'version' => '0.2.0.0',
|
2839 |
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php'
|
2840 |
),
|
2841 |
-
'Grpc\\Gcp\\
|
2842 |
'version' => '0.2.0.0',
|
2843 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/
|
2844 |
),
|
2845 |
-
'Grpc\\Gcp\\
|
2846 |
'version' => '0.2.0.0',
|
2847 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2848 |
),
|
2849 |
-
'Grpc\\Gcp\\
|
2850 |
'version' => '0.2.0.0',
|
2851 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2852 |
),
|
2853 |
-
'Grpc\\Gcp\\
|
2854 |
'version' => '0.2.0.0',
|
2855 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2856 |
),
|
2857 |
-
'Grpc\\Gcp\\
|
2858 |
'version' => '0.2.0.0',
|
2859 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2860 |
),
|
2861 |
'Grpc\\Gcp\\Config' => array(
|
2862 |
'version' => '0.2.0.0',
|
2863 |
'path' => $vendorDir . '/google/grpc-gcp/src/Config.php'
|
2864 |
),
|
2865 |
-
'Grpc\\Gcp\\
|
2866 |
-
'version' => '0.2.0.0',
|
2867 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/GcpExtensionChannel.php'
|
2868 |
-
),
|
2869 |
-
'Grpc\\Gcp\\GCPServerStreamCall' => array(
|
2870 |
'version' => '0.2.0.0',
|
2871 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2872 |
),
|
2873 |
-
'Grpc\\Gcp\\
|
2874 |
'version' => '0.2.0.0',
|
2875 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2876 |
),
|
2877 |
'Grpc\\Gcp\\CreatedByDeserializeCheck' => array(
|
2878 |
'version' => '0.2.0.0',
|
2879 |
'path' => $vendorDir . '/google/grpc-gcp/src/CreatedByDeserializeCheck.php'
|
2880 |
),
|
2881 |
-
'Grpc\\Gcp\\
|
2882 |
'version' => '0.2.0.0',
|
2883 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
2884 |
-
),
|
2885 |
-
'Grpc\\RpcServer' => array(
|
2886 |
-
'version' => '1.42.0.0',
|
2887 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/RpcServer.php'
|
2888 |
),
|
2889 |
'Grpc\\ServerCallWriter' => array(
|
2890 |
'version' => '1.42.0.0',
|
2891 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php'
|
2892 |
),
|
2893 |
-
'Grpc\\
|
2894 |
-
'version' => '1.42.0.0',
|
2895 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/UnaryCall.php'
|
2896 |
-
),
|
2897 |
-
'Grpc\\Interceptor' => array(
|
2898 |
'version' => '1.42.0.0',
|
2899 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2900 |
),
|
2901 |
-
'Grpc\\
|
2902 |
'version' => '1.42.0.0',
|
2903 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2904 |
),
|
2905 |
-
'Grpc\\
|
2906 |
'version' => '1.42.0.0',
|
2907 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2908 |
),
|
2909 |
'Grpc\\CallInvoker' => array(
|
2910 |
'version' => '1.42.0.0',
|
2911 |
'path' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php'
|
2912 |
),
|
2913 |
-
'Grpc\\ServerCallReader' => array(
|
2914 |
-
'version' => '1.42.0.0',
|
2915 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallReader.php'
|
2916 |
-
),
|
2917 |
-
'Grpc\\BaseStub' => array(
|
2918 |
-
'version' => '1.42.0.0',
|
2919 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/BaseStub.php'
|
2920 |
-
),
|
2921 |
'Grpc\\Internal\\InterceptorChannel' => array(
|
2922 |
'version' => '1.42.0.0',
|
2923 |
'path' => $vendorDir . '/grpc/grpc/src/lib/Internal/InterceptorChannel.php'
|
2924 |
),
|
2925 |
-
'Grpc\\
|
2926 |
'version' => '1.42.0.0',
|
2927 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2928 |
),
|
2929 |
-
'Grpc\\
|
2930 |
'version' => '1.42.0.0',
|
2931 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2932 |
),
|
2933 |
-
'Grpc\\
|
2934 |
'version' => '1.42.0.0',
|
2935 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2936 |
),
|
2937 |
-
'Grpc\\
|
2938 |
'version' => '1.42.0.0',
|
2939 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
|
|
|
|
|
|
|
|
2940 |
),
|
2941 |
'Grpc\\MethodDescriptor' => array(
|
2942 |
'version' => '1.42.0.0',
|
2943 |
'path' => $vendorDir . '/grpc/grpc/src/lib/MethodDescriptor.php'
|
2944 |
),
|
2945 |
-
'Grpc\\
|
2946 |
'version' => '1.42.0.0',
|
2947 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2948 |
),
|
2949 |
-
'
|
2950 |
-
'version' => '
|
2951 |
-
'path' => $vendorDir . '/
|
2952 |
),
|
2953 |
-
'
|
2954 |
-
'version' => '
|
2955 |
-
'path' => $vendorDir . '/
|
2956 |
),
|
2957 |
-
'
|
2958 |
-
'version' => '
|
2959 |
-
'path' => $vendorDir . '/
|
2960 |
),
|
2961 |
-
'Google\\Service\\
|
2962 |
'version' => '0.230.0.0',
|
2963 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
2964 |
),
|
2965 |
-
'Google\\Service\\ShoppingContent
|
2966 |
'version' => '0.230.0.0',
|
2967 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent
|
2968 |
),
|
2969 |
-
'Google\\Service\\ShoppingContent\\
|
2970 |
'version' => '0.230.0.0',
|
2971 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2972 |
),
|
2973 |
-
'Google\\Service\\ShoppingContent\\
|
2974 |
'version' => '0.230.0.0',
|
2975 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2976 |
),
|
2977 |
-
'Google\\Service\\ShoppingContent\\
|
2978 |
'version' => '0.230.0.0',
|
2979 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2980 |
),
|
2981 |
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequestEntry' => array(
|
2982 |
'version' => '0.230.0.0',
|
2983 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php'
|
2984 |
),
|
2985 |
-
'Google\\Service\\ShoppingContent\\
|
2986 |
-
'version' => '0.230.0.0',
|
2987 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LabelIds.php'
|
2988 |
-
),
|
2989 |
-
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequestEntry' => array(
|
2990 |
-
'version' => '0.230.0.0',
|
2991 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php'
|
2992 |
-
),
|
2993 |
-
'Google\\Service\\ShoppingContent\\Errors' => array(
|
2994 |
'version' => '0.230.0.0',
|
2995 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2996 |
),
|
2997 |
-
'Google\\Service\\ShoppingContent\\
|
2998 |
'version' => '0.230.0.0',
|
2999 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3000 |
),
|
3001 |
-
'Google\\Service\\ShoppingContent\\
|
3002 |
'version' => '0.230.0.0',
|
3003 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3004 |
),
|
3005 |
-
'Google\\Service\\ShoppingContent\\
|
3006 |
'version' => '0.230.0.0',
|
3007 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3008 |
),
|
3009 |
-
'Google\\Service\\ShoppingContent\\
|
3010 |
'version' => '0.230.0.0',
|
3011 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3012 |
),
|
3013 |
-
'Google\\Service\\ShoppingContent\\
|
3014 |
'version' => '0.230.0.0',
|
3015 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3016 |
),
|
3017 |
-
'Google\\Service\\ShoppingContent\\
|
3018 |
'version' => '0.230.0.0',
|
3019 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3020 |
),
|
3021 |
-
'Google\\Service\\ShoppingContent\\
|
3022 |
'version' => '0.230.0.0',
|
3023 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3024 |
),
|
3025 |
-
'Google\\Service\\ShoppingContent\\
|
3026 |
'version' => '0.230.0.0',
|
3027 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3028 |
),
|
3029 |
-
'Google\\Service\\ShoppingContent\\
|
3030 |
'version' => '0.230.0.0',
|
3031 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3032 |
),
|
3033 |
-
'Google\\Service\\ShoppingContent\\
|
3034 |
'version' => '0.230.0.0',
|
3035 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3036 |
),
|
3037 |
-
'Google\\Service\\ShoppingContent\\
|
3038 |
'version' => '0.230.0.0',
|
3039 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3040 |
),
|
3041 |
-
'Google\\Service\\ShoppingContent\\
|
3042 |
'version' => '0.230.0.0',
|
3043 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3044 |
),
|
3045 |
-
'Google\\Service\\ShoppingContent\\
|
3046 |
'version' => '0.230.0.0',
|
3047 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3048 |
),
|
3049 |
-
'Google\\Service\\ShoppingContent\\
|
3050 |
'version' => '0.230.0.0',
|
3051 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3052 |
),
|
3053 |
-
'Google\\Service\\ShoppingContent\\
|
3054 |
'version' => '0.230.0.0',
|
3055 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3056 |
),
|
3057 |
-
'Google\\Service\\ShoppingContent\\
|
3058 |
'version' => '0.230.0.0',
|
3059 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3060 |
),
|
3061 |
-
'Google\\Service\\ShoppingContent\\
|
3062 |
'version' => '0.230.0.0',
|
3063 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3064 |
),
|
3065 |
-
'Google\\Service\\ShoppingContent\\
|
3066 |
'version' => '0.230.0.0',
|
3067 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3068 |
),
|
3069 |
-
'Google\\Service\\ShoppingContent\\
|
3070 |
'version' => '0.230.0.0',
|
3071 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3072 |
),
|
3073 |
-
'Google\\Service\\ShoppingContent\\
|
3074 |
'version' => '0.230.0.0',
|
3075 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3076 |
),
|
3077 |
-
'Google\\Service\\ShoppingContent\\
|
3078 |
'version' => '0.230.0.0',
|
3079 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3080 |
),
|
3081 |
-
'Google\\Service\\ShoppingContent\\
|
3082 |
'version' => '0.230.0.0',
|
3083 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3084 |
),
|
3085 |
-
'Google\\Service\\ShoppingContent\\
|
3086 |
'version' => '0.230.0.0',
|
3087 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3088 |
),
|
3089 |
-
'Google\\Service\\ShoppingContent\\
|
3090 |
'version' => '0.230.0.0',
|
3091 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3092 |
),
|
3093 |
-
'Google\\Service\\ShoppingContent\\
|
3094 |
'version' => '0.230.0.0',
|
3095 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3096 |
),
|
3097 |
-
'Google\\Service\\ShoppingContent\\
|
3098 |
'version' => '0.230.0.0',
|
3099 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3100 |
),
|
3101 |
-
'Google\\Service\\ShoppingContent\\
|
3102 |
'version' => '0.230.0.0',
|
3103 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3104 |
),
|
3105 |
-
'Google\\Service\\ShoppingContent\\
|
3106 |
'version' => '0.230.0.0',
|
3107 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3108 |
),
|
3109 |
-
'Google\\Service\\ShoppingContent\\
|
3110 |
'version' => '0.230.0.0',
|
3111 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3112 |
),
|
3113 |
-
'Google\\Service\\ShoppingContent\\
|
3114 |
'version' => '0.230.0.0',
|
3115 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3116 |
),
|
3117 |
-
'Google\\Service\\ShoppingContent\\
|
3118 |
'version' => '0.230.0.0',
|
3119 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3120 |
),
|
3121 |
-
'Google\\Service\\ShoppingContent\\
|
3122 |
'version' => '0.230.0.0',
|
3123 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3124 |
),
|
3125 |
-
'Google\\Service\\ShoppingContent\\
|
3126 |
'version' => '0.230.0.0',
|
3127 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3128 |
),
|
3129 |
-
'Google\\Service\\ShoppingContent\\
|
3130 |
'version' => '0.230.0.0',
|
3131 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3132 |
),
|
3133 |
-
'Google\\Service\\ShoppingContent\\
|
3134 |
'version' => '0.230.0.0',
|
3135 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3136 |
),
|
3137 |
-
'Google\\Service\\ShoppingContent\\
|
3138 |
'version' => '0.230.0.0',
|
3139 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3140 |
),
|
3141 |
-
'Google\\Service\\ShoppingContent\\
|
3142 |
'version' => '0.230.0.0',
|
3143 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3144 |
),
|
3145 |
-
'Google\\Service\\ShoppingContent\\
|
3146 |
'version' => '0.230.0.0',
|
3147 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3148 |
),
|
3149 |
-
'Google\\Service\\ShoppingContent\\
|
3150 |
'version' => '0.230.0.0',
|
3151 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3152 |
),
|
3153 |
-
'Google\\Service\\ShoppingContent\\
|
3154 |
'version' => '0.230.0.0',
|
3155 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3156 |
),
|
3157 |
-
'Google\\Service\\ShoppingContent\\
|
3158 |
'version' => '0.230.0.0',
|
3159 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3160 |
),
|
3161 |
-
'Google\\Service\\ShoppingContent\\
|
3162 |
'version' => '0.230.0.0',
|
3163 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3164 |
),
|
3165 |
-
'Google\\Service\\ShoppingContent\\
|
3166 |
'version' => '0.230.0.0',
|
3167 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3168 |
),
|
3169 |
'Google\\Service\\ShoppingContent\\ShipmentInvoice' => array(
|
3170 |
'version' => '0.230.0.0',
|
3171 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentInvoice.php'
|
3172 |
),
|
3173 |
-
'Google\\Service\\ShoppingContent\\
|
3174 |
'version' => '0.230.0.0',
|
3175 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3176 |
),
|
3177 |
-
'Google\\Service\\ShoppingContent\\
|
3178 |
'version' => '0.230.0.0',
|
3179 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3180 |
),
|
3181 |
-
'Google\\Service\\ShoppingContent\\
|
3182 |
'version' => '0.230.0.0',
|
3183 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3184 |
),
|
3185 |
-
'Google\\Service\\ShoppingContent\\
|
3186 |
'version' => '0.230.0.0',
|
3187 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3188 |
),
|
3189 |
-
'Google\\Service\\ShoppingContent\\
|
3190 |
'version' => '0.230.0.0',
|
3191 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3192 |
),
|
3193 |
-
'Google\\Service\\ShoppingContent\\
|
3194 |
'version' => '0.230.0.0',
|
3195 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3196 |
),
|
3197 |
-
'Google\\Service\\ShoppingContent\\
|
3198 |
'version' => '0.230.0.0',
|
3199 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3200 |
),
|
3201 |
-
'Google\\Service\\ShoppingContent\\
|
3202 |
'version' => '0.230.0.0',
|
3203 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3204 |
),
|
3205 |
-
'Google\\Service\\ShoppingContent\\
|
3206 |
'version' => '0.230.0.0',
|
3207 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3208 |
),
|
3209 |
-
'Google\\Service\\ShoppingContent\\
|
3210 |
'version' => '0.230.0.0',
|
3211 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3212 |
),
|
3213 |
-
'Google\\Service\\ShoppingContent\\
|
3214 |
'version' => '0.230.0.0',
|
3215 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3216 |
),
|
3217 |
-
'Google\\Service\\ShoppingContent\\
|
3218 |
'version' => '0.230.0.0',
|
3219 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3220 |
),
|
3221 |
-
'Google\\Service\\ShoppingContent\\
|
3222 |
'version' => '0.230.0.0',
|
3223 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3224 |
),
|
3225 |
-
'Google\\Service\\ShoppingContent\\
|
3226 |
'version' => '0.230.0.0',
|
3227 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3228 |
),
|
3229 |
-
'Google\\Service\\ShoppingContent\\
|
3230 |
'version' => '0.230.0.0',
|
3231 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3232 |
),
|
3233 |
-
'Google\\Service\\ShoppingContent\\
|
3234 |
'version' => '0.230.0.0',
|
3235 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3236 |
),
|
3237 |
-
'Google\\Service\\ShoppingContent\\
|
3238 |
'version' => '0.230.0.0',
|
3239 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3240 |
),
|
3241 |
-
'Google\\Service\\ShoppingContent\\
|
3242 |
'version' => '0.230.0.0',
|
3243 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3244 |
),
|
3245 |
-
'Google\\Service\\ShoppingContent\\
|
3246 |
'version' => '0.230.0.0',
|
3247 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3248 |
),
|
3249 |
-
'Google\\Service\\ShoppingContent\\
|
3250 |
'version' => '0.230.0.0',
|
3251 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3252 |
),
|
3253 |
-
'Google\\Service\\ShoppingContent\\
|
3254 |
'version' => '0.230.0.0',
|
3255 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3256 |
),
|
3257 |
-
'Google\\Service\\ShoppingContent\\
|
3258 |
'version' => '0.230.0.0',
|
3259 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3260 |
),
|
3261 |
-
'Google\\Service\\ShoppingContent\\
|
3262 |
'version' => '0.230.0.0',
|
3263 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3264 |
),
|
3265 |
-
'Google\\Service\\ShoppingContent\\
|
3266 |
'version' => '0.230.0.0',
|
3267 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3268 |
),
|
3269 |
-
'Google\\Service\\ShoppingContent\\
|
3270 |
'version' => '0.230.0.0',
|
3271 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3272 |
),
|
3273 |
-
'Google\\Service\\ShoppingContent\\
|
3274 |
'version' => '0.230.0.0',
|
3275 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3276 |
),
|
3277 |
-
'Google\\Service\\ShoppingContent\\
|
3278 |
'version' => '0.230.0.0',
|
3279 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3280 |
),
|
3281 |
-
'Google\\Service\\ShoppingContent\\
|
3282 |
'version' => '0.230.0.0',
|
3283 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3284 |
),
|
3285 |
-
'Google\\Service\\ShoppingContent\\
|
3286 |
'version' => '0.230.0.0',
|
3287 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3288 |
),
|
3289 |
-
'Google\\Service\\ShoppingContent\\
|
3290 |
'version' => '0.230.0.0',
|
3291 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3292 |
),
|
3293 |
-
'Google\\Service\\ShoppingContent\\
|
3294 |
'version' => '0.230.0.0',
|
3295 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3296 |
),
|
3297 |
-
'Google\\Service\\ShoppingContent\\
|
3298 |
'version' => '0.230.0.0',
|
3299 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3300 |
),
|
3301 |
-
'Google\\Service\\ShoppingContent\\
|
3302 |
'version' => '0.230.0.0',
|
3303 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3304 |
),
|
3305 |
-
'Google\\Service\\ShoppingContent\\
|
3306 |
'version' => '0.230.0.0',
|
3307 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3308 |
),
|
3309 |
-
'Google\\Service\\ShoppingContent\\
|
3310 |
'version' => '0.230.0.0',
|
3311 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3312 |
),
|
3313 |
-
'Google\\Service\\ShoppingContent\\
|
3314 |
'version' => '0.230.0.0',
|
3315 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3316 |
),
|
3317 |
-
'Google\\Service\\ShoppingContent\\
|
3318 |
'version' => '0.230.0.0',
|
3319 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3320 |
),
|
3321 |
-
'Google\\Service\\ShoppingContent\\
|
3322 |
'version' => '0.230.0.0',
|
3323 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3324 |
),
|
3325 |
-
'Google\\Service\\ShoppingContent\\
|
3326 |
'version' => '0.230.0.0',
|
3327 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3328 |
),
|
3329 |
-
'Google\\Service\\ShoppingContent\\
|
3330 |
'version' => '0.230.0.0',
|
3331 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3332 |
),
|
3333 |
-
'Google\\Service\\ShoppingContent\\
|
3334 |
'version' => '0.230.0.0',
|
3335 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3336 |
),
|
3337 |
-
'Google\\Service\\ShoppingContent\\
|
3338 |
'version' => '0.230.0.0',
|
3339 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3340 |
),
|
3341 |
-
'Google\\Service\\ShoppingContent\\
|
3342 |
'version' => '0.230.0.0',
|
3343 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3344 |
),
|
3345 |
-
'Google\\Service\\ShoppingContent\\
|
3346 |
'version' => '0.230.0.0',
|
3347 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3348 |
),
|
3349 |
-
'Google\\Service\\ShoppingContent\\
|
3350 |
'version' => '0.230.0.0',
|
3351 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3352 |
),
|
3353 |
-
'Google\\Service\\ShoppingContent\\
|
3354 |
'version' => '0.230.0.0',
|
3355 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3356 |
),
|
3357 |
-
'Google\\Service\\ShoppingContent\\
|
3358 |
'version' => '0.230.0.0',
|
3359 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3360 |
),
|
3361 |
-
'Google\\Service\\ShoppingContent\\
|
3362 |
'version' => '0.230.0.0',
|
3363 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3364 |
),
|
3365 |
-
'Google\\Service\\ShoppingContent\\
|
3366 |
'version' => '0.230.0.0',
|
3367 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3368 |
),
|
3369 |
-
'Google\\Service\\ShoppingContent\\
|
3370 |
'version' => '0.230.0.0',
|
3371 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3372 |
),
|
3373 |
-
'Google\\Service\\ShoppingContent\\
|
3374 |
'version' => '0.230.0.0',
|
3375 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3376 |
),
|
3377 |
-
'Google\\Service\\ShoppingContent\\
|
3378 |
'version' => '0.230.0.0',
|
3379 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3380 |
),
|
3381 |
-
'Google\\Service\\ShoppingContent\\
|
3382 |
'version' => '0.230.0.0',
|
3383 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3384 |
),
|
3385 |
-
'Google\\Service\\ShoppingContent\\
|
3386 |
'version' => '0.230.0.0',
|
3387 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3388 |
),
|
3389 |
'Google\\Service\\ShoppingContent\\ReturnShipment' => array(
|
3390 |
'version' => '0.230.0.0',
|
3391 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnShipment.php'
|
3392 |
),
|
3393 |
-
'Google\\Service\\ShoppingContent\\
|
3394 |
'version' => '0.230.0.0',
|
3395 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3396 |
),
|
3397 |
-
'Google\\Service\\ShoppingContent\\
|
3398 |
'version' => '0.230.0.0',
|
3399 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3400 |
),
|
3401 |
-
'Google\\Service\\ShoppingContent\\
|
3402 |
'version' => '0.230.0.0',
|
3403 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3404 |
),
|
3405 |
-
'Google\\Service\\ShoppingContent\\
|
3406 |
'version' => '0.230.0.0',
|
3407 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3408 |
),
|
3409 |
-
'Google\\Service\\ShoppingContent\\
|
3410 |
'version' => '0.230.0.0',
|
3411 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3412 |
),
|
3413 |
-
'Google\\Service\\ShoppingContent\\
|
3414 |
'version' => '0.230.0.0',
|
3415 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3416 |
),
|
3417 |
-
'Google\\Service\\ShoppingContent\\
|
3418 |
'version' => '0.230.0.0',
|
3419 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3420 |
),
|
3421 |
-
'Google\\Service\\ShoppingContent\\
|
3422 |
'version' => '0.230.0.0',
|
3423 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3424 |
),
|
3425 |
-
'Google\\Service\\ShoppingContent\\
|
3426 |
'version' => '0.230.0.0',
|
3427 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3428 |
),
|
3429 |
-
'Google\\Service\\ShoppingContent\\
|
3430 |
'version' => '0.230.0.0',
|
3431 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3432 |
),
|
3433 |
-
'Google\\Service\\ShoppingContent\\
|
3434 |
'version' => '0.230.0.0',
|
3435 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3436 |
),
|
3437 |
-
'Google\\Service\\ShoppingContent\\
|
3438 |
'version' => '0.230.0.0',
|
3439 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3440 |
),
|
3441 |
-
'Google\\Service\\ShoppingContent\\
|
3442 |
'version' => '0.230.0.0',
|
3443 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3444 |
),
|
3445 |
-
'Google\\Service\\ShoppingContent\\
|
3446 |
'version' => '0.230.0.0',
|
3447 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3448 |
),
|
3449 |
-
'Google\\Service\\ShoppingContent\\
|
3450 |
'version' => '0.230.0.0',
|
3451 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3452 |
),
|
3453 |
-
'Google\\Service\\ShoppingContent\\
|
3454 |
'version' => '0.230.0.0',
|
3455 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3456 |
),
|
3457 |
-
'Google\\Service\\ShoppingContent\\
|
3458 |
'version' => '0.230.0.0',
|
3459 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3460 |
),
|
3461 |
-
'Google\\Service\\ShoppingContent\\
|
3462 |
'version' => '0.230.0.0',
|
3463 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3464 |
),
|
3465 |
-
'Google\\Service\\ShoppingContent\\
|
3466 |
'version' => '0.230.0.0',
|
3467 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3468 |
),
|
3469 |
-
'Google\\Service\\ShoppingContent\\
|
3470 |
'version' => '0.230.0.0',
|
3471 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3472 |
),
|
3473 |
-
'Google\\Service\\ShoppingContent\\
|
3474 |
'version' => '0.230.0.0',
|
3475 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3476 |
),
|
3477 |
-
'Google\\Service\\ShoppingContent\\
|
3478 |
'version' => '0.230.0.0',
|
3479 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3480 |
),
|
3481 |
-
'Google\\Service\\ShoppingContent\\
|
3482 |
'version' => '0.230.0.0',
|
3483 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3484 |
),
|
3485 |
-
'Google\\Service\\ShoppingContent\\
|
3486 |
'version' => '0.230.0.0',
|
3487 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3488 |
),
|
3489 |
-
'Google\\Service\\ShoppingContent\\
|
3490 |
'version' => '0.230.0.0',
|
3491 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3492 |
),
|
3493 |
-
'Google\\Service\\ShoppingContent\\
|
3494 |
'version' => '0.230.0.0',
|
3495 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3496 |
),
|
3497 |
-
'Google\\Service\\ShoppingContent\\
|
3498 |
'version' => '0.230.0.0',
|
3499 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3500 |
),
|
3501 |
-
'Google\\Service\\ShoppingContent\\
|
3502 |
'version' => '0.230.0.0',
|
3503 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3504 |
),
|
3505 |
-
'Google\\Service\\ShoppingContent\\
|
3506 |
'version' => '0.230.0.0',
|
3507 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3508 |
),
|
3509 |
-
'Google\\Service\\ShoppingContent\\
|
3510 |
'version' => '0.230.0.0',
|
3511 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3512 |
),
|
3513 |
-
'Google\\Service\\ShoppingContent\\
|
3514 |
'version' => '0.230.0.0',
|
3515 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3516 |
),
|
3517 |
-
'Google\\Service\\ShoppingContent\\
|
3518 |
'version' => '0.230.0.0',
|
3519 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3520 |
),
|
3521 |
-
'Google\\Service\\ShoppingContent\\
|
3522 |
'version' => '0.230.0.0',
|
3523 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3524 |
),
|
3525 |
-
'Google\\Service\\ShoppingContent\\
|
3526 |
'version' => '0.230.0.0',
|
3527 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3528 |
),
|
3529 |
-
'Google\\Service\\ShoppingContent\\
|
3530 |
'version' => '0.230.0.0',
|
3531 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3532 |
),
|
3533 |
-
'Google\\Service\\ShoppingContent\\
|
3534 |
'version' => '0.230.0.0',
|
3535 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3536 |
),
|
3537 |
-
'Google\\Service\\ShoppingContent\\
|
3538 |
'version' => '0.230.0.0',
|
3539 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3540 |
),
|
3541 |
-
'Google\\Service\\ShoppingContent\\
|
3542 |
'version' => '0.230.0.0',
|
3543 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3544 |
),
|
3545 |
-
'Google\\Service\\ShoppingContent\\
|
3546 |
'version' => '0.230.0.0',
|
3547 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3548 |
),
|
3549 |
-
'Google\\Service\\ShoppingContent\\
|
3550 |
'version' => '0.230.0.0',
|
3551 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3552 |
),
|
3553 |
-
'Google\\Service\\ShoppingContent\\
|
3554 |
'version' => '0.230.0.0',
|
3555 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3556 |
),
|
3557 |
-
'Google\\Service\\ShoppingContent\\
|
3558 |
'version' => '0.230.0.0',
|
3559 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3560 |
),
|
3561 |
-
'Google\\Service\\ShoppingContent\\
|
3562 |
'version' => '0.230.0.0',
|
3563 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3564 |
),
|
3565 |
-
'Google\\Service\\ShoppingContent\\
|
3566 |
'version' => '0.230.0.0',
|
3567 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3568 |
),
|
3569 |
-
'Google\\Service\\ShoppingContent\\
|
3570 |
'version' => '0.230.0.0',
|
3571 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3572 |
),
|
3573 |
-
'Google\\Service\\ShoppingContent\\
|
3574 |
'version' => '0.230.0.0',
|
3575 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3576 |
),
|
3577 |
-
'Google\\Service\\ShoppingContent\\
|
3578 |
'version' => '0.230.0.0',
|
3579 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3580 |
),
|
3581 |
-
'Google\\Service\\ShoppingContent\\
|
3582 |
'version' => '0.230.0.0',
|
3583 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3584 |
),
|
3585 |
-
'Google\\Service\\ShoppingContent\\
|
3586 |
'version' => '0.230.0.0',
|
3587 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3588 |
),
|
3589 |
-
'Google\\Service\\ShoppingContent\\
|
3590 |
'version' => '0.230.0.0',
|
3591 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3592 |
),
|
3593 |
-
'Google\\Service\\ShoppingContent\\
|
3594 |
'version' => '0.230.0.0',
|
3595 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3596 |
),
|
3597 |
-
'Google\\Service\\ShoppingContent\\
|
3598 |
'version' => '0.230.0.0',
|
3599 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3600 |
),
|
3601 |
-
'Google\\Service\\ShoppingContent\\
|
3602 |
'version' => '0.230.0.0',
|
3603 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3604 |
),
|
3605 |
-
'Google\\Service\\ShoppingContent\\
|
3606 |
'version' => '0.230.0.0',
|
3607 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3608 |
),
|
3609 |
-
'Google\\Service\\ShoppingContent\\
|
3610 |
'version' => '0.230.0.0',
|
3611 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3612 |
),
|
3613 |
-
'Google\\Service\\ShoppingContent\\
|
3614 |
'version' => '0.230.0.0',
|
3615 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3616 |
),
|
3617 |
-
'Google\\Service\\ShoppingContent\\
|
3618 |
'version' => '0.230.0.0',
|
3619 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3620 |
),
|
3621 |
-
'Google\\Service\\ShoppingContent\\
|
3622 |
'version' => '0.230.0.0',
|
3623 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3624 |
),
|
3625 |
-
'Google\\Service\\ShoppingContent\\
|
3626 |
'version' => '0.230.0.0',
|
3627 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3628 |
),
|
3629 |
-
'Google\\Service\\ShoppingContent\\
|
3630 |
'version' => '0.230.0.0',
|
3631 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3632 |
),
|
3633 |
-
'Google\\Service\\ShoppingContent\\
|
3634 |
'version' => '0.230.0.0',
|
3635 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3636 |
),
|
3637 |
-
'Google\\Service\\ShoppingContent\\
|
3638 |
'version' => '0.230.0.0',
|
3639 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3640 |
),
|
3641 |
-
'Google\\Service\\ShoppingContent\\
|
3642 |
'version' => '0.230.0.0',
|
3643 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3644 |
),
|
3645 |
-
'Google\\Service\\ShoppingContent\\
|
3646 |
'version' => '0.230.0.0',
|
3647 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3648 |
),
|
3649 |
-
'Google\\Service\\ShoppingContent\\
|
3650 |
'version' => '0.230.0.0',
|
3651 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3652 |
),
|
3653 |
-
'Google\\Service\\ShoppingContent\\
|
3654 |
'version' => '0.230.0.0',
|
3655 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3656 |
),
|
3657 |
-
'Google\\Service\\ShoppingContent\\
|
3658 |
'version' => '0.230.0.0',
|
3659 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3660 |
),
|
3661 |
-
'Google\\Service\\ShoppingContent\\
|
3662 |
'version' => '0.230.0.0',
|
3663 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3664 |
),
|
3665 |
-
'Google\\Service\\ShoppingContent\\
|
3666 |
'version' => '0.230.0.0',
|
3667 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3668 |
),
|
3669 |
-
'Google\\Service\\ShoppingContent\\
|
3670 |
'version' => '0.230.0.0',
|
3671 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3672 |
),
|
3673 |
-
'Google\\Service\\ShoppingContent\\
|
3674 |
'version' => '0.230.0.0',
|
3675 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3676 |
),
|
3677 |
-
'Google\\Service\\ShoppingContent\\
|
3678 |
'version' => '0.230.0.0',
|
3679 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3680 |
),
|
3681 |
-
'Google\\Service\\ShoppingContent\\
|
3682 |
'version' => '0.230.0.0',
|
3683 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3684 |
),
|
3685 |
-
'Google\\Service\\ShoppingContent\\
|
3686 |
'version' => '0.230.0.0',
|
3687 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3688 |
),
|
3689 |
-
'Google\\Service\\ShoppingContent\\
|
3690 |
'version' => '0.230.0.0',
|
3691 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3692 |
),
|
3693 |
-
'Google\\Service\\ShoppingContent\\
|
3694 |
'version' => '0.230.0.0',
|
3695 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3696 |
),
|
3697 |
-
'Google\\Service\\ShoppingContent\\
|
3698 |
'version' => '0.230.0.0',
|
3699 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3700 |
),
|
3701 |
-
'Google\\Service\\ShoppingContent\\
|
3702 |
'version' => '0.230.0.0',
|
3703 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3704 |
),
|
3705 |
-
'Google\\Service\\ShoppingContent\\
|
3706 |
'version' => '0.230.0.0',
|
3707 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3708 |
),
|
3709 |
-
'Google\\Service\\ShoppingContent\\
|
3710 |
'version' => '0.230.0.0',
|
3711 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3712 |
),
|
3713 |
-
'Google\\Service\\ShoppingContent\\
|
3714 |
'version' => '0.230.0.0',
|
3715 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3716 |
),
|
3717 |
-
'Google\\Service\\ShoppingContent\\
|
3718 |
'version' => '0.230.0.0',
|
3719 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3720 |
),
|
3721 |
-
'Google\\Service\\ShoppingContent\\
|
3722 |
'version' => '0.230.0.0',
|
3723 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3724 |
),
|
3725 |
-
'Google\\Service\\ShoppingContent\\
|
3726 |
'version' => '0.230.0.0',
|
3727 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3728 |
),
|
3729 |
-
'Google\\Service\\ShoppingContent\\
|
3730 |
'version' => '0.230.0.0',
|
3731 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3732 |
),
|
3733 |
-
'Google\\Service\\ShoppingContent\\
|
3734 |
'version' => '0.230.0.0',
|
3735 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3736 |
),
|
3737 |
-
'Google\\Service\\ShoppingContent\\
|
3738 |
'version' => '0.230.0.0',
|
3739 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
|
|
|
|
|
|
|
|
3740 |
),
|
3741 |
'Google\\Service\\ShoppingContent\\AccountsLinkRequest' => array(
|
3742 |
'version' => '0.230.0.0',
|
3743 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsLinkRequest.php'
|
3744 |
),
|
3745 |
-
'Google\\Service\\ShoppingContent\\
|
3746 |
'version' => '0.230.0.0',
|
3747 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3748 |
),
|
3749 |
-
'Google\\Service\\ShoppingContent\\
|
3750 |
'version' => '0.230.0.0',
|
3751 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3752 |
),
|
3753 |
-
'Google\\Service\\ShoppingContent\\
|
3754 |
'version' => '0.230.0.0',
|
3755 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3756 |
),
|
3757 |
-
'Google\\Service\\ShoppingContent\\
|
3758 |
'version' => '0.230.0.0',
|
3759 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3760 |
),
|
3761 |
-
'Google\\Service\\ShoppingContent\\
|
3762 |
'version' => '0.230.0.0',
|
3763 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3764 |
),
|
3765 |
-
'Google\\Service\\ShoppingContent\\
|
3766 |
'version' => '0.230.0.0',
|
3767 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3768 |
),
|
3769 |
-
'Google\\Service\\ShoppingContent\\
|
3770 |
'version' => '0.230.0.0',
|
3771 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3772 |
),
|
3773 |
-
'Google\\Service\\ShoppingContent\\
|
3774 |
'version' => '0.230.0.0',
|
3775 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3776 |
),
|
3777 |
-
'Google\\Service\\ShoppingContent\\
|
3778 |
'version' => '0.230.0.0',
|
3779 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3780 |
),
|
3781 |
-
'Google\\Service\\ShoppingContent\\
|
3782 |
'version' => '0.230.0.0',
|
3783 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3784 |
),
|
3785 |
-
'Google\\Service\\ShoppingContent\\
|
3786 |
'version' => '0.230.0.0',
|
3787 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3788 |
),
|
3789 |
-
'Google\\Service\\ShoppingContent\\
|
3790 |
'version' => '0.230.0.0',
|
3791 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3792 |
),
|
3793 |
-
'Google\\Service\\ShoppingContent\\
|
3794 |
'version' => '0.230.0.0',
|
3795 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3796 |
),
|
3797 |
-
'Google\\Service\\ShoppingContent\\
|
3798 |
'version' => '0.230.0.0',
|
3799 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3800 |
),
|
3801 |
-
'Google\\Service\\ShoppingContent\\
|
3802 |
'version' => '0.230.0.0',
|
3803 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3804 |
),
|
3805 |
-
'Google\\Service\\ShoppingContent\\
|
3806 |
'version' => '0.230.0.0',
|
3807 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3808 |
),
|
3809 |
-
'Google\\Service\\ShoppingContent\\
|
3810 |
'version' => '0.230.0.0',
|
3811 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3812 |
),
|
3813 |
-
'Google\\Service\\ShoppingContent\\
|
3814 |
'version' => '0.230.0.0',
|
3815 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3816 |
),
|
3817 |
-
'Google\\Service\\ShoppingContent\\
|
3818 |
'version' => '0.230.0.0',
|
3819 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3820 |
),
|
3821 |
-
'Google\\Service\\ShoppingContent\\
|
3822 |
'version' => '0.230.0.0',
|
3823 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3824 |
),
|
3825 |
-
'Google\\Service\\ShoppingContent\\
|
3826 |
'version' => '0.230.0.0',
|
3827 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3828 |
),
|
3829 |
-
'Google\\Service\\ShoppingContent\\
|
3830 |
'version' => '0.230.0.0',
|
3831 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3832 |
),
|
3833 |
-
'Google\\Service\\ShoppingContent\\
|
3834 |
'version' => '0.230.0.0',
|
3835 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3836 |
),
|
3837 |
-
'Google\\Service\\ShoppingContent\\
|
3838 |
'version' => '0.230.0.0',
|
3839 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3840 |
),
|
3841 |
-
'Google\\Service\\ShoppingContent\\
|
3842 |
'version' => '0.230.0.0',
|
3843 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3844 |
),
|
3845 |
-
'Google\\Service\\ShoppingContent\\
|
3846 |
'version' => '0.230.0.0',
|
3847 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3848 |
),
|
3849 |
-
'Google\\Service\\ShoppingContent\\
|
3850 |
'version' => '0.230.0.0',
|
3851 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3852 |
),
|
3853 |
-
'Google\\Service\\ShoppingContent\\
|
3854 |
'version' => '0.230.0.0',
|
3855 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3856 |
),
|
3857 |
-
'Google\\Service\\ShoppingContent\\
|
3858 |
'version' => '0.230.0.0',
|
3859 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3860 |
),
|
3861 |
-
'Google\\Service\\ShoppingContent\\
|
3862 |
'version' => '0.230.0.0',
|
3863 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3864 |
),
|
3865 |
-
'Google\\Service\\ShoppingContent\\
|
3866 |
'version' => '0.230.0.0',
|
3867 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3868 |
),
|
3869 |
-
'Google\\Service\\ShoppingContent\\
|
3870 |
'version' => '0.230.0.0',
|
3871 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3872 |
),
|
3873 |
-
'Google\\Service\\ShoppingContent\\
|
3874 |
'version' => '0.230.0.0',
|
3875 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3876 |
),
|
3877 |
-
'Google\\Service\\ShoppingContent\\
|
3878 |
'version' => '0.230.0.0',
|
3879 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3880 |
),
|
3881 |
-
'Google\\Service\\ShoppingContent\\
|
3882 |
'version' => '0.230.0.0',
|
3883 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3884 |
),
|
3885 |
-
'Google\\Service\\ShoppingContent\\
|
3886 |
'version' => '0.230.0.0',
|
3887 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3888 |
),
|
3889 |
-
'Google\\Service\\ShoppingContent\\
|
3890 |
'version' => '0.230.0.0',
|
3891 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3892 |
),
|
3893 |
-
'Google\\Service\\ShoppingContent\\
|
3894 |
'version' => '0.230.0.0',
|
3895 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3896 |
),
|
3897 |
-
'Google\\Service\\ShoppingContent\\
|
3898 |
'version' => '0.230.0.0',
|
3899 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3900 |
),
|
3901 |
-
'Google\\Service\\ShoppingContent\\
|
3902 |
'version' => '0.230.0.0',
|
3903 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3904 |
),
|
3905 |
-
'Google\\Service\\ShoppingContent\\
|
3906 |
'version' => '0.230.0.0',
|
3907 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3908 |
),
|
3909 |
-
'Google\\Service\\ShoppingContent\\
|
3910 |
'version' => '0.230.0.0',
|
3911 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3912 |
),
|
3913 |
-
'Google\\Service\\ShoppingContent\\
|
3914 |
'version' => '0.230.0.0',
|
3915 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3916 |
),
|
3917 |
-
'Google\\Service\\ShoppingContent\\
|
3918 |
'version' => '0.230.0.0',
|
3919 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3920 |
),
|
3921 |
-
'Google\\Service\\ShoppingContent\\
|
3922 |
'version' => '0.230.0.0',
|
3923 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3924 |
),
|
3925 |
-
'Google\\Service\\ShoppingContent\\
|
3926 |
'version' => '0.230.0.0',
|
3927 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3928 |
),
|
3929 |
-
'Google\\Service\\ShoppingContent\\
|
3930 |
'version' => '0.230.0.0',
|
3931 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3932 |
),
|
3933 |
-
'Google\\Service\\ShoppingContent\\
|
3934 |
'version' => '0.230.0.0',
|
3935 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3936 |
),
|
3937 |
-
'Google\\Service\\ShoppingContent\\
|
3938 |
'version' => '0.230.0.0',
|
3939 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3940 |
),
|
3941 |
-
'Google\\Service\\ShoppingContent\\
|
3942 |
'version' => '0.230.0.0',
|
3943 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3944 |
),
|
3945 |
-
'Google\\Service\\ShoppingContent\\
|
3946 |
'version' => '0.230.0.0',
|
3947 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3948 |
),
|
3949 |
-
'Google\\Service\\ShoppingContent\\
|
3950 |
'version' => '0.230.0.0',
|
3951 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3952 |
),
|
3953 |
-
'Google\\Service\\ShoppingContent\\
|
3954 |
'version' => '0.230.0.0',
|
3955 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3956 |
),
|
3957 |
-
'Google\\Service\\ShoppingContent\\
|
3958 |
'version' => '0.230.0.0',
|
3959 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3960 |
),
|
3961 |
-
'Google\\Service\\ShoppingContent\\
|
3962 |
'version' => '0.230.0.0',
|
3963 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3964 |
),
|
3965 |
-
'Google\\Service\\ShoppingContent\\
|
3966 |
'version' => '0.230.0.0',
|
3967 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3968 |
),
|
3969 |
-
'Google\\Service\\ShoppingContent\\
|
3970 |
'version' => '0.230.0.0',
|
3971 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3972 |
),
|
3973 |
-
'Google\\Service\\ShoppingContent\\
|
3974 |
'version' => '0.230.0.0',
|
3975 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3976 |
),
|
3977 |
-
'Google\\Service\\ShoppingContent\\
|
3978 |
'version' => '0.230.0.0',
|
3979 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3980 |
),
|
3981 |
-
'Google\\Service\\ShoppingContent\\
|
3982 |
'version' => '0.230.0.0',
|
3983 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3984 |
),
|
3985 |
-
'Google\\Service\\ShoppingContent\\
|
3986 |
'version' => '0.230.0.0',
|
3987 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3988 |
),
|
3989 |
-
'Google\\Service\\ShoppingContent\\
|
3990 |
'version' => '0.230.0.0',
|
3991 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3992 |
),
|
3993 |
-
'Google\\Service\\ShoppingContent\\
|
3994 |
'version' => '0.230.0.0',
|
3995 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
3996 |
),
|
3997 |
-
'Google\\Service\\ShoppingContent\\
|
3998 |
'version' => '0.230.0.0',
|
3999 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4000 |
),
|
4001 |
-
'Google\\Service\\ShoppingContent\\
|
4002 |
'version' => '0.230.0.0',
|
4003 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4004 |
),
|
4005 |
-
'Google\\Service\\ShoppingContent\\
|
4006 |
'version' => '0.230.0.0',
|
4007 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4008 |
),
|
4009 |
-
'Google\\Service\\ShoppingContent\\
|
4010 |
'version' => '0.230.0.0',
|
4011 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4012 |
),
|
4013 |
-
'Google\\Service\\ShoppingContent\\
|
4014 |
'version' => '0.230.0.0',
|
4015 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4016 |
),
|
4017 |
-
'Google\\Service\\ShoppingContent\\
|
4018 |
'version' => '0.230.0.0',
|
4019 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4020 |
),
|
4021 |
-
'Google\\Service\\ShoppingContent\\
|
4022 |
'version' => '0.230.0.0',
|
4023 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4024 |
),
|
4025 |
-
'Google\\Service\\ShoppingContent\\
|
4026 |
'version' => '0.230.0.0',
|
4027 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4028 |
),
|
4029 |
-
'Google\\Service\\ShoppingContent\\
|
4030 |
'version' => '0.230.0.0',
|
4031 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4032 |
),
|
4033 |
-
'Google\\Service\\ShoppingContent\\
|
4034 |
'version' => '0.230.0.0',
|
4035 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4036 |
),
|
4037 |
-
'Google\\Service\\ShoppingContent\\
|
4038 |
'version' => '0.230.0.0',
|
4039 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4040 |
),
|
4041 |
-
'Google\\Service\\ShoppingContent\\
|
4042 |
'version' => '0.230.0.0',
|
4043 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4044 |
),
|
4045 |
-
'Google\\Service\\ShoppingContent\\
|
4046 |
'version' => '0.230.0.0',
|
4047 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4048 |
),
|
4049 |
-
'Google\\Service\\ShoppingContent\\
|
4050 |
'version' => '0.230.0.0',
|
4051 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4052 |
),
|
4053 |
-
'Google\\Service\\ShoppingContent\\
|
4054 |
'version' => '0.230.0.0',
|
4055 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4056 |
),
|
4057 |
-
'Google\\Service\\ShoppingContent\\
|
4058 |
'version' => '0.230.0.0',
|
4059 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4060 |
),
|
4061 |
-
'Google\\Service\\ShoppingContent\\
|
4062 |
'version' => '0.230.0.0',
|
4063 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4064 |
),
|
4065 |
-
'Google\\Service\\ShoppingContent\\
|
4066 |
'version' => '0.230.0.0',
|
4067 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4068 |
),
|
4069 |
-
'Google\\Service\\ShoppingContent\\
|
4070 |
'version' => '0.230.0.0',
|
4071 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4072 |
),
|
4073 |
-
'Google\\Service\\ShoppingContent\\
|
4074 |
'version' => '0.230.0.0',
|
4075 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4076 |
),
|
4077 |
-
'Google\\Service\\ShoppingContent\\
|
4078 |
'version' => '0.230.0.0',
|
4079 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4080 |
),
|
4081 |
-
'Google\\Service\\ShoppingContent\\
|
4082 |
'version' => '0.230.0.0',
|
4083 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4084 |
),
|
4085 |
-
'Google\\Service\\ShoppingContent\\
|
4086 |
'version' => '0.230.0.0',
|
4087 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4088 |
),
|
4089 |
-
'Google\\Service\\ShoppingContent\\
|
4090 |
'version' => '0.230.0.0',
|
4091 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4092 |
),
|
4093 |
-
'Google\\Service\\ShoppingContent\\
|
4094 |
'version' => '0.230.0.0',
|
4095 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4096 |
),
|
4097 |
-
'Google\\Service\\ShoppingContent\\
|
4098 |
'version' => '0.230.0.0',
|
4099 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4100 |
),
|
4101 |
-
'Google\\Service\\ShoppingContent\\
|
4102 |
'version' => '0.230.0.0',
|
4103 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4104 |
),
|
4105 |
-
'Google\\Service\\ShoppingContent\\
|
4106 |
'version' => '0.230.0.0',
|
4107 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4108 |
),
|
4109 |
-
'Google\\Service\\ShoppingContent\\
|
4110 |
'version' => '0.230.0.0',
|
4111 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4112 |
),
|
4113 |
-
'Google\\Service\\ShoppingContent\\
|
4114 |
'version' => '0.230.0.0',
|
4115 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4116 |
),
|
4117 |
-
'Google\\Service\\ShoppingContent\\
|
4118 |
'version' => '0.230.0.0',
|
4119 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4120 |
),
|
4121 |
-
'Google\\Service\\ShoppingContent\\
|
4122 |
'version' => '0.230.0.0',
|
4123 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4124 |
),
|
4125 |
-
'Google\\Service\\ShoppingContent\\
|
4126 |
'version' => '0.230.0.0',
|
4127 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4128 |
),
|
4129 |
-
'Google\\Service\\ShoppingContent\\
|
4130 |
'version' => '0.230.0.0',
|
4131 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4132 |
),
|
4133 |
-
'Google\\Service\\ShoppingContent\\
|
4134 |
'version' => '0.230.0.0',
|
4135 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4136 |
),
|
4137 |
-
'Google\\Service\\ShoppingContent\\
|
4138 |
'version' => '0.230.0.0',
|
4139 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4140 |
),
|
4141 |
-
'Google\\Service\\ShoppingContent\\
|
4142 |
'version' => '0.230.0.0',
|
4143 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4144 |
),
|
4145 |
-
'Google\\Service\\ShoppingContent\\
|
4146 |
'version' => '0.230.0.0',
|
4147 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4148 |
),
|
4149 |
-
'Google\\Service\\ShoppingContent\\
|
4150 |
'version' => '0.230.0.0',
|
4151 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4152 |
),
|
4153 |
-
'Google\\Service\\ShoppingContent\\
|
4154 |
'version' => '0.230.0.0',
|
4155 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4156 |
),
|
4157 |
-
'Google\\Service\\ShoppingContent\\
|
4158 |
'version' => '0.230.0.0',
|
4159 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4160 |
),
|
4161 |
-
'Google\\Service\\ShoppingContent\\
|
4162 |
'version' => '0.230.0.0',
|
4163 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4164 |
),
|
4165 |
-
'Google\\Service\\ShoppingContent\\
|
4166 |
'version' => '0.230.0.0',
|
4167 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4168 |
),
|
4169 |
-
'Google\\Service\\ShoppingContent\\
|
4170 |
'version' => '0.230.0.0',
|
4171 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4172 |
),
|
4173 |
-
'Google\\Service\\ShoppingContent\\
|
4174 |
'version' => '0.230.0.0',
|
4175 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4176 |
),
|
4177 |
-
'Google\\Service\\ShoppingContent\\
|
4178 |
'version' => '0.230.0.0',
|
4179 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4180 |
),
|
4181 |
-
'Google\\Service\\ShoppingContent\\
|
4182 |
'version' => '0.230.0.0',
|
4183 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4184 |
),
|
4185 |
-
'Google\\Service\\ShoppingContent\\
|
4186 |
'version' => '0.230.0.0',
|
4187 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4188 |
),
|
4189 |
-
'Google\\Service\\ShoppingContent\\
|
4190 |
'version' => '0.230.0.0',
|
4191 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4192 |
),
|
4193 |
-
'Google\\Service\\ShoppingContent\\
|
4194 |
'version' => '0.230.0.0',
|
4195 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4196 |
),
|
4197 |
-
'Google\\Service\\ShoppingContent\\
|
4198 |
'version' => '0.230.0.0',
|
4199 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4200 |
),
|
4201 |
-
'Google\\Service\\ShoppingContent\\
|
4202 |
'version' => '0.230.0.0',
|
4203 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4204 |
),
|
4205 |
-
'Google\\Service\\ShoppingContent\\
|
4206 |
'version' => '0.230.0.0',
|
4207 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4208 |
),
|
4209 |
-
'Google\\Service\\ShoppingContent\\
|
4210 |
'version' => '0.230.0.0',
|
4211 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4212 |
),
|
4213 |
-
'Google\\Service\\ShoppingContent\\
|
4214 |
'version' => '0.230.0.0',
|
4215 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4216 |
),
|
4217 |
-
'Google\\Service\\ShoppingContent\\
|
4218 |
'version' => '0.230.0.0',
|
4219 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4220 |
),
|
4221 |
-
'Google\\Service\\ShoppingContent\\
|
4222 |
'version' => '0.230.0.0',
|
4223 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4224 |
),
|
4225 |
-
'Google\\Service\\ShoppingContent\\
|
4226 |
'version' => '0.230.0.0',
|
4227 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4228 |
),
|
4229 |
-
'Google\\Service\\ShoppingContent\\
|
4230 |
'version' => '0.230.0.0',
|
4231 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4232 |
),
|
4233 |
-
'Google\\Service\\ShoppingContent\\
|
4234 |
'version' => '0.230.0.0',
|
4235 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4236 |
),
|
4237 |
-
'Google\\Service\\ShoppingContent\\
|
4238 |
'version' => '0.230.0.0',
|
4239 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4240 |
),
|
4241 |
-
'Google\\Service\\ShoppingContent\\
|
4242 |
'version' => '0.230.0.0',
|
4243 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4244 |
),
|
4245 |
-
'Google\\Service\\ShoppingContent\\
|
4246 |
'version' => '0.230.0.0',
|
4247 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4248 |
),
|
4249 |
-
'Google\\Service\\ShoppingContent\\
|
4250 |
'version' => '0.230.0.0',
|
4251 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4252 |
),
|
4253 |
-
'Google\\Service\\ShoppingContent\\
|
4254 |
'version' => '0.230.0.0',
|
4255 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4256 |
),
|
4257 |
-
'Google\\Service\\ShoppingContent\\
|
4258 |
'version' => '0.230.0.0',
|
4259 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4260 |
),
|
4261 |
-
'Google\\Service\\ShoppingContent\\
|
4262 |
'version' => '0.230.0.0',
|
4263 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4264 |
),
|
4265 |
-
'Google\\Service\\ShoppingContent\\
|
4266 |
'version' => '0.230.0.0',
|
4267 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4268 |
),
|
4269 |
-
'Google\\Service\\ShoppingContent\\
|
4270 |
'version' => '0.230.0.0',
|
4271 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4272 |
),
|
4273 |
-
'Google\\Service\\ShoppingContent\\
|
4274 |
'version' => '0.230.0.0',
|
4275 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4276 |
),
|
4277 |
-
'Google\\Service\\ShoppingContent\\
|
4278 |
'version' => '0.230.0.0',
|
4279 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4280 |
),
|
4281 |
-
'Google\\Service\\ShoppingContent\\
|
4282 |
'version' => '0.230.0.0',
|
4283 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4284 |
),
|
4285 |
-
'Google\\Service\\ShoppingContent\\
|
4286 |
'version' => '0.230.0.0',
|
4287 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4288 |
),
|
4289 |
-
'Google\\Service\\ShoppingContent\\
|
4290 |
'version' => '0.230.0.0',
|
4291 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4292 |
),
|
4293 |
-
'Google\\Service\\ShoppingContent\\
|
4294 |
'version' => '0.230.0.0',
|
4295 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4296 |
),
|
4297 |
-
'Google\\Service\\ShoppingContent\\
|
4298 |
'version' => '0.230.0.0',
|
4299 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4300 |
),
|
4301 |
-
'Google\\Service\\ShoppingContent\\
|
4302 |
'version' => '0.230.0.0',
|
4303 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4304 |
),
|
4305 |
-
'Google\\Service\\ShoppingContent\\
|
4306 |
'version' => '0.230.0.0',
|
4307 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4308 |
),
|
4309 |
-
'Google\\Service\\ShoppingContent\\
|
4310 |
'version' => '0.230.0.0',
|
4311 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4312 |
),
|
4313 |
-
'Google\\Service\\ShoppingContent\\
|
4314 |
'version' => '0.230.0.0',
|
4315 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4316 |
),
|
4317 |
-
'Google\\Service\\ShoppingContent\\
|
4318 |
'version' => '0.230.0.0',
|
4319 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4320 |
),
|
4321 |
-
'Google\\Service\\ShoppingContent\\
|
4322 |
'version' => '0.230.0.0',
|
4323 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4324 |
),
|
4325 |
-
'Google\\Service\\ShoppingContent\\
|
4326 |
'version' => '0.230.0.0',
|
4327 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4328 |
),
|
4329 |
-
'Google\\Service\\ShoppingContent\\
|
4330 |
'version' => '0.230.0.0',
|
4331 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4332 |
),
|
4333 |
-
'Google\\Service\\ShoppingContent\\
|
4334 |
'version' => '0.230.0.0',
|
4335 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4336 |
),
|
4337 |
-
'Google\\Service\\ShoppingContent\\
|
4338 |
'version' => '0.230.0.0',
|
4339 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4340 |
),
|
4341 |
-
'Google\\Service\\ShoppingContent\\
|
4342 |
'version' => '0.230.0.0',
|
4343 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4344 |
),
|
4345 |
-
'Google\\Service\\ShoppingContent\\
|
4346 |
'version' => '0.230.0.0',
|
4347 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4348 |
),
|
4349 |
-
'Google\\Service\\ShoppingContent\\
|
4350 |
'version' => '0.230.0.0',
|
4351 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4352 |
),
|
4353 |
-
'Google\\Service\\ShoppingContent\\
|
4354 |
'version' => '0.230.0.0',
|
4355 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4356 |
),
|
4357 |
-
'Google\\Service\\ShoppingContent\\
|
4358 |
'version' => '0.230.0.0',
|
4359 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4360 |
),
|
4361 |
-
'Google\\Service\\ShoppingContent\\
|
4362 |
'version' => '0.230.0.0',
|
4363 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4364 |
),
|
4365 |
-
'Google\\Service\\ShoppingContent\\
|
4366 |
'version' => '0.230.0.0',
|
4367 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4368 |
),
|
4369 |
-
'Google\\Service\\ShoppingContent\\
|
4370 |
'version' => '0.230.0.0',
|
4371 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4372 |
),
|
4373 |
-
'Google\\Service\\ShoppingContent\\
|
4374 |
'version' => '0.230.0.0',
|
4375 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4376 |
),
|
4377 |
-
'Google\\Service\\ShoppingContent\\
|
4378 |
'version' => '0.230.0.0',
|
4379 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4380 |
),
|
4381 |
-
'Google\\Service\\ShoppingContent\\
|
4382 |
'version' => '0.230.0.0',
|
4383 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4384 |
),
|
4385 |
-
'Google\\Service\\ShoppingContent\\
|
4386 |
'version' => '0.230.0.0',
|
4387 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4388 |
),
|
4389 |
-
'Google\\Service\\ShoppingContent\\
|
4390 |
'version' => '0.230.0.0',
|
4391 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4392 |
),
|
4393 |
-
'Google\\Service\\ShoppingContent\\
|
4394 |
'version' => '0.230.0.0',
|
4395 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4396 |
),
|
4397 |
-
'Google\\Service\\ShoppingContent\\
|
4398 |
'version' => '0.230.0.0',
|
4399 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4400 |
),
|
4401 |
-
'Google\\Service\\ShoppingContent\\
|
4402 |
'version' => '0.230.0.0',
|
4403 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4404 |
),
|
4405 |
-
'Google\\Service\\ShoppingContent\\
|
4406 |
'version' => '0.230.0.0',
|
4407 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4408 |
),
|
4409 |
-
'Google\\Service\\ShoppingContent\\
|
4410 |
'version' => '0.230.0.0',
|
4411 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4412 |
),
|
4413 |
-
'Google\\Service\\ShoppingContent\\
|
4414 |
'version' => '0.230.0.0',
|
4415 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4416 |
),
|
4417 |
-
'Google\\Service\\ShoppingContent\\
|
4418 |
'version' => '0.230.0.0',
|
4419 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4420 |
),
|
4421 |
-
'Google\\Service\\ShoppingContent\\
|
4422 |
'version' => '0.230.0.0',
|
4423 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4424 |
),
|
4425 |
-
'Google\\Service\\ShoppingContent\\
|
4426 |
'version' => '0.230.0.0',
|
4427 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4428 |
),
|
4429 |
-
'Google\\Service\\ShoppingContent\\
|
4430 |
'version' => '0.230.0.0',
|
4431 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4432 |
),
|
4433 |
-
'Google\\Service\\ShoppingContent\\
|
4434 |
'version' => '0.230.0.0',
|
4435 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4436 |
),
|
4437 |
-
'Google\\Service\\ShoppingContent\\
|
4438 |
'version' => '0.230.0.0',
|
4439 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4440 |
),
|
4441 |
-
'Google\\Service\\ShoppingContent\\
|
4442 |
'version' => '0.230.0.0',
|
4443 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4444 |
),
|
4445 |
-
'Google\\Service\\ShoppingContent\\
|
4446 |
'version' => '0.230.0.0',
|
4447 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4448 |
),
|
4449 |
-
'Google\\Service\\ShoppingContent\\
|
4450 |
'version' => '0.230.0.0',
|
4451 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4452 |
),
|
4453 |
-
'Google\\Service\\ShoppingContent\\
|
4454 |
'version' => '0.230.0.0',
|
4455 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4456 |
),
|
4457 |
-
'Google\\Service\\ShoppingContent\\
|
4458 |
'version' => '0.230.0.0',
|
4459 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4460 |
-
),
|
4461 |
-
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry' => array(
|
4462 |
-
'version' => '0.230.0.0',
|
4463 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchRequestEntry.php'
|
4464 |
),
|
4465 |
-
'Google\\Service\\ShoppingContent\\
|
4466 |
'version' => '0.230.0.0',
|
4467 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4468 |
),
|
4469 |
-
'Google\\Service\\ShoppingContent\\
|
4470 |
'version' => '0.230.0.0',
|
4471 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4472 |
),
|
4473 |
-
'Google\\Service\\ShoppingContent\\
|
4474 |
'version' => '0.230.0.0',
|
4475 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4476 |
),
|
4477 |
-
'Google\\Service\\ShoppingContent\\
|
4478 |
'version' => '0.230.0.0',
|
4479 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4480 |
),
|
4481 |
-
'Google\\Service\\ShoppingContent\\
|
4482 |
'version' => '0.230.0.0',
|
4483 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4484 |
),
|
4485 |
-
'Google\\Service\\ShoppingContent\\
|
4486 |
'version' => '0.230.0.0',
|
4487 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4488 |
),
|
4489 |
-
'Google\\Service\\ShoppingContent\\
|
4490 |
'version' => '0.230.0.0',
|
4491 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4492 |
),
|
4493 |
-
'Google\\Service\\ShoppingContent\\
|
4494 |
'version' => '0.230.0.0',
|
4495 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4496 |
),
|
4497 |
-
'Google\\Service\\ShoppingContent\\
|
4498 |
'version' => '0.230.0.0',
|
4499 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4500 |
),
|
4501 |
'Google\\Service\\ShoppingContent\\ListAccountReturnCarrierResponse' => array(
|
4502 |
'version' => '0.230.0.0',
|
4503 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountReturnCarrierResponse.php'
|
4504 |
),
|
4505 |
-
'Google\\Service\\ShoppingContent\\
|
4506 |
-
'version' => '0.230.0.0',
|
4507 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/VerifyPhoneNumberRequest.php'
|
4508 |
-
),
|
4509 |
-
'Google\\Service\\ShoppingContent\\PosStore' => array(
|
4510 |
'version' => '0.230.0.0',
|
4511 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4512 |
),
|
4513 |
-
'Google\\Service\\ShoppingContent\\
|
4514 |
'version' => '0.230.0.0',
|
4515 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4516 |
),
|
4517 |
-
'Google\\Service\\ShoppingContent\\
|
4518 |
'version' => '0.230.0.0',
|
4519 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4520 |
),
|
4521 |
-
'Google\\Service\\ShoppingContent\\
|
4522 |
'version' => '0.230.0.0',
|
4523 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4524 |
),
|
4525 |
-
'Google\\Service\\ShoppingContent\\
|
4526 |
'version' => '0.230.0.0',
|
4527 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4528 |
),
|
4529 |
-
'Google\\Service\\ShoppingContent\\
|
4530 |
'version' => '0.230.0.0',
|
4531 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4532 |
),
|
4533 |
'Google\\Service\\ShoppingContent\\OrdersGetTestOrderTemplateResponse' => array(
|
4534 |
'version' => '0.230.0.0',
|
4535 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersGetTestOrderTemplateResponse.php'
|
4536 |
),
|
4537 |
-
'Google\\Service\\ShoppingContent\\
|
4538 |
'version' => '0.230.0.0',
|
4539 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4540 |
),
|
4541 |
-
'Google\\Service\\ShoppingContent\\
|
4542 |
'version' => '0.230.0.0',
|
4543 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4544 |
),
|
4545 |
-
'Google\\Service\\ShoppingContent\\
|
4546 |
'version' => '0.230.0.0',
|
4547 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4548 |
),
|
4549 |
-
'Google\\Service\\ShoppingContent\\
|
4550 |
'version' => '0.230.0.0',
|
4551 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4552 |
),
|
4553 |
-
'Google\\Service\\ShoppingContent\\
|
4554 |
'version' => '0.230.0.0',
|
4555 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4556 |
),
|
4557 |
-
'Google\\Service\\ShoppingContent\\
|
4558 |
'version' => '0.230.0.0',
|
4559 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4560 |
),
|
4561 |
-
'Google\\Service\\ShoppingContent\\
|
4562 |
'version' => '0.230.0.0',
|
4563 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4564 |
),
|
4565 |
-
'Google\\Service\\ShoppingContent\\
|
4566 |
'version' => '0.230.0.0',
|
4567 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4568 |
),
|
4569 |
-
'Google\\Service\\ShoppingContent\\
|
4570 |
'version' => '0.230.0.0',
|
4571 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4572 |
),
|
4573 |
-
'Google\\Service\\ShoppingContent\\
|
4574 |
'version' => '0.230.0.0',
|
4575 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4576 |
),
|
4577 |
-
'Google\\Service\\ShoppingContent\\
|
4578 |
'version' => '0.230.0.0',
|
4579 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4580 |
),
|
4581 |
-
'Google\\Service\\ShoppingContent\\
|
4582 |
'version' => '0.230.0.0',
|
4583 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4584 |
),
|
4585 |
-
'Google\\Service\\ShoppingContent\\
|
4586 |
'version' => '0.230.0.0',
|
4587 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4588 |
),
|
4589 |
-
'Google\\Service\\ShoppingContent\\
|
4590 |
'version' => '0.230.0.0',
|
4591 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4592 |
),
|
4593 |
-
'Google\\Service\\ShoppingContent\\
|
4594 |
'version' => '0.230.0.0',
|
4595 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4596 |
),
|
4597 |
-
'Google\\Service\\ShoppingContent\\
|
4598 |
'version' => '0.230.0.0',
|
4599 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4600 |
),
|
4601 |
-
'Google\\Service\\ShoppingContent\\
|
4602 |
'version' => '0.230.0.0',
|
4603 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4604 |
),
|
4605 |
-
'Google\\Service\\ShoppingContent\\
|
4606 |
'version' => '0.230.0.0',
|
4607 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4608 |
),
|
4609 |
-
'Google\\Service\\ShoppingContent\\
|
4610 |
'version' => '0.230.0.0',
|
4611 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4612 |
),
|
4613 |
-
'Google\\Service\\ShoppingContent\\
|
4614 |
'version' => '0.230.0.0',
|
4615 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4616 |
),
|
4617 |
-
'Google\\Service\\ShoppingContent\\
|
4618 |
'version' => '0.230.0.0',
|
4619 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4620 |
),
|
4621 |
-
'Google\\Service\\ShoppingContent\\
|
4622 |
'version' => '0.230.0.0',
|
4623 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4624 |
),
|
4625 |
-
'Google\\Service\\ShoppingContent\\
|
4626 |
'version' => '0.230.0.0',
|
4627 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4628 |
),
|
4629 |
-
'Google\\Service\\ShoppingContent\\
|
4630 |
'version' => '0.230.0.0',
|
4631 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4632 |
),
|
4633 |
-
'Google\\Service\\ShoppingContent\\
|
4634 |
'version' => '0.230.0.0',
|
4635 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4636 |
),
|
4637 |
-
'Google\\Service\\ShoppingContent\\
|
4638 |
'version' => '0.230.0.0',
|
4639 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4640 |
),
|
4641 |
-
'Google\\Service\\ShoppingContent\\
|
4642 |
'version' => '0.230.0.0',
|
4643 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4644 |
),
|
4645 |
-
'Google\\Service\\ShoppingContent' => array(
|
4646 |
'version' => '0.230.0.0',
|
4647 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent.php'
|
4648 |
),
|
4649 |
-
'Google\\Service\\
|
4650 |
'version' => '0.230.0.0',
|
4651 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
4652 |
),
|
4653 |
-
'Google\\Service\\
|
4654 |
'version' => '0.230.0.0',
|
4655 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
4656 |
),
|
4657 |
-
'Google\\Service\\
|
4658 |
'version' => '0.230.0.0',
|
4659 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
4660 |
),
|
4661 |
-
'Google\\Service\\
|
4662 |
'version' => '0.230.0.0',
|
4663 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4664 |
),
|
4665 |
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse' => array(
|
4666 |
'version' => '0.230.0.0',
|
@@ -4674,365 +4666,365 @@ return array(
|
|
4674 |
'version' => '0.230.0.0',
|
4675 |
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php'
|
4676 |
),
|
4677 |
-
'Google\\Service\\SiteVerification\\
|
4678 |
'version' => '0.230.0.0',
|
4679 |
-
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/
|
4680 |
),
|
4681 |
-
'Google\\
|
4682 |
-
'version' => '
|
4683 |
-
'path' => $vendorDir . '/google/
|
4684 |
),
|
4685 |
-
'Google\\
|
4686 |
-
'version' => '
|
4687 |
-
'path' => $vendorDir . '/google/
|
4688 |
),
|
4689 |
-
'Google\\Protobuf\\
|
4690 |
'version' => '3.19.3.0',
|
4691 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4692 |
),
|
4693 |
-
'Google\\Protobuf\\
|
4694 |
'version' => '3.19.3.0',
|
4695 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4696 |
),
|
4697 |
-
'Google\\Protobuf\\
|
4698 |
'version' => '3.19.3.0',
|
4699 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4700 |
),
|
4701 |
-
'Google\\Protobuf\\
|
4702 |
'version' => '3.19.3.0',
|
4703 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4704 |
),
|
4705 |
-
'Google\\Protobuf\\
|
4706 |
'version' => '3.19.3.0',
|
4707 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4708 |
),
|
4709 |
-
'Google\\Protobuf\\
|
4710 |
'version' => '3.19.3.0',
|
4711 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4712 |
),
|
4713 |
-
'Google\\Protobuf\\
|
4714 |
'version' => '3.19.3.0',
|
4715 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4716 |
-
),
|
4717 |
-
'Google\\Protobuf\\Enum' => array(
|
4718 |
-
'version' => '3.19.3.0',
|
4719 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Enum.php'
|
4720 |
-
),
|
4721 |
-
'Google\\Protobuf\\Mixin' => array(
|
4722 |
-
'version' => '3.19.3.0',
|
4723 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Mixin.php'
|
4724 |
),
|
4725 |
'Google\\Protobuf\\Option' => array(
|
4726 |
'version' => '3.19.3.0',
|
4727 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Option.php'
|
4728 |
),
|
4729 |
-
'Google\\Protobuf\\
|
4730 |
'version' => '3.19.3.0',
|
4731 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4732 |
),
|
4733 |
-
'Google\\Protobuf\\
|
4734 |
'version' => '3.19.3.0',
|
4735 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4736 |
),
|
4737 |
-
'Google\\Protobuf\\
|
4738 |
'version' => '3.19.3.0',
|
4739 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4740 |
),
|
4741 |
-
'Google\\Protobuf\\Internal\\
|
4742 |
'version' => '3.19.3.0',
|
4743 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4744 |
),
|
4745 |
-
'Google\\Protobuf\\Internal\\
|
4746 |
'version' => '3.19.3.0',
|
4747 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4748 |
),
|
4749 |
-
'Google\\Protobuf\\Internal\\
|
4750 |
'version' => '3.19.3.0',
|
4751 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4752 |
),
|
4753 |
-
'Google\\Protobuf\\Internal\\
|
4754 |
'version' => '3.19.3.0',
|
4755 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4756 |
),
|
4757 |
-
'Google\\Protobuf\\Internal\\
|
4758 |
'version' => '3.19.3.0',
|
4759 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4760 |
),
|
4761 |
-
'Google\\Protobuf\\Internal\\
|
4762 |
'version' => '3.19.3.0',
|
4763 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4764 |
),
|
4765 |
-
'Google\\Protobuf\\Internal\\
|
4766 |
'version' => '3.19.3.0',
|
4767 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4768 |
),
|
4769 |
-
'Google\\Protobuf\\Internal\\
|
4770 |
'version' => '3.19.3.0',
|
4771 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4772 |
),
|
4773 |
-
'Google\\Protobuf\\Internal\\
|
4774 |
'version' => '3.19.3.0',
|
4775 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4776 |
),
|
4777 |
-
'Google\\Protobuf\\Internal\\
|
4778 |
'version' => '3.19.3.0',
|
4779 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4780 |
),
|
4781 |
-
'Google\\Protobuf\\Internal\\
|
4782 |
'version' => '3.19.3.0',
|
4783 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4784 |
),
|
4785 |
-
'Google\\Protobuf\\Internal\\
|
4786 |
'version' => '3.19.3.0',
|
4787 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4788 |
),
|
4789 |
-
'Google\\Protobuf\\Internal\\
|
4790 |
'version' => '3.19.3.0',
|
4791 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4792 |
),
|
4793 |
-
'Google\\Protobuf\\Internal\\
|
4794 |
'version' => '3.19.3.0',
|
4795 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4796 |
),
|
4797 |
-
'Google\\Protobuf\\Internal\\
|
4798 |
'version' => '3.19.3.0',
|
4799 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4800 |
),
|
4801 |
-
'Google\\Protobuf\\Internal\\
|
4802 |
'version' => '3.19.3.0',
|
4803 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4804 |
),
|
4805 |
-
'Google\\Protobuf\\Internal\\
|
4806 |
'version' => '3.19.3.0',
|
4807 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4808 |
),
|
4809 |
-
'Google\\Protobuf\\Internal\\
|
4810 |
'version' => '3.19.3.0',
|
4811 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4812 |
),
|
4813 |
-
'Google\\Protobuf\\Internal\\
|
4814 |
'version' => '3.19.3.0',
|
4815 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4816 |
),
|
4817 |
-
'Google\\Protobuf\\Internal\\
|
4818 |
'version' => '3.19.3.0',
|
4819 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4820 |
),
|
4821 |
-
'Google\\Protobuf\\Internal\\
|
4822 |
'version' => '3.19.3.0',
|
4823 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4824 |
),
|
4825 |
-
'Google\\Protobuf\\Internal\\
|
4826 |
'version' => '3.19.3.0',
|
4827 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4828 |
),
|
4829 |
-
'Google\\Protobuf\\Internal\\
|
4830 |
'version' => '3.19.3.0',
|
4831 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4832 |
),
|
4833 |
-
'Google\\Protobuf\\Internal\\
|
4834 |
'version' => '3.19.3.0',
|
4835 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4836 |
),
|
4837 |
-
'Google\\Protobuf\\Internal\\
|
4838 |
'version' => '3.19.3.0',
|
4839 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4840 |
),
|
4841 |
-
'Google\\Protobuf\\Internal\\
|
4842 |
'version' => '3.19.3.0',
|
4843 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4844 |
),
|
4845 |
-
'Google\\Protobuf\\Internal\\
|
4846 |
'version' => '3.19.3.0',
|
4847 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4848 |
),
|
4849 |
-
'Google\\Protobuf\\Internal\\
|
4850 |
'version' => '3.19.3.0',
|
4851 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4852 |
),
|
4853 |
-
'Google\\Protobuf\\Internal\\
|
4854 |
'version' => '3.19.3.0',
|
4855 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4856 |
),
|
4857 |
-
'Google\\Protobuf\\Internal\\
|
4858 |
'version' => '3.19.3.0',
|
4859 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4860 |
),
|
4861 |
-
'Google\\Protobuf\\Internal\\
|
4862 |
'version' => '3.19.3.0',
|
4863 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4864 |
),
|
4865 |
-
'Google\\Protobuf\\Internal\\
|
4866 |
'version' => '3.19.3.0',
|
4867 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4868 |
),
|
4869 |
'Google\\Protobuf\\Internal\\EnumValueOptions' => array(
|
4870 |
'version' => '3.19.3.0',
|
4871 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php'
|
4872 |
),
|
4873 |
-
'Google\\Protobuf\\Internal\\
|
4874 |
'version' => '3.19.3.0',
|
4875 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4876 |
),
|
4877 |
-
'Google\\Protobuf\\Internal\\
|
4878 |
'version' => '3.19.3.0',
|
4879 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4880 |
),
|
4881 |
-
'Google\\Protobuf\\Internal\\
|
4882 |
'version' => '3.19.3.0',
|
4883 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4884 |
),
|
4885 |
-
'Google\\Protobuf\\Internal\\
|
4886 |
'version' => '3.19.3.0',
|
4887 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4888 |
),
|
4889 |
-
'Google\\Protobuf\\Internal\\
|
4890 |
'version' => '3.19.3.0',
|
4891 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4892 |
),
|
4893 |
-
'Google\\Protobuf\\Internal\\
|
4894 |
'version' => '3.19.3.0',
|
4895 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4896 |
),
|
4897 |
-
'Google\\Protobuf\\Internal\\
|
4898 |
'version' => '3.19.3.0',
|
4899 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4900 |
),
|
4901 |
-
'Google\\Protobuf\\Internal\\
|
4902 |
'version' => '3.19.3.0',
|
4903 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4904 |
),
|
4905 |
-
'Google\\Protobuf\\Internal\\
|
4906 |
'version' => '3.19.3.0',
|
4907 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4908 |
),
|
4909 |
-
'Google\\Protobuf\\Internal\\
|
4910 |
'version' => '3.19.3.0',
|
4911 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4912 |
),
|
4913 |
-
'Google\\Protobuf\\Internal\\
|
4914 |
'version' => '3.19.3.0',
|
4915 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4916 |
),
|
4917 |
-
'Google\\Protobuf\\Internal\\
|
4918 |
'version' => '3.19.3.0',
|
4919 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4920 |
),
|
4921 |
-
'Google\\Protobuf\\Internal\\
|
4922 |
'version' => '3.19.3.0',
|
4923 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4924 |
),
|
4925 |
-
'Google\\Protobuf\\Internal\\
|
4926 |
'version' => '3.19.3.0',
|
4927 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4928 |
),
|
4929 |
-
'Google\\Protobuf\\Internal\\
|
4930 |
'version' => '3.19.3.0',
|
4931 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4932 |
),
|
4933 |
-
'Google\\Protobuf\\Internal\\
|
4934 |
'version' => '3.19.3.0',
|
4935 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4936 |
),
|
4937 |
-
'Google\\Protobuf\\Internal\\
|
4938 |
'version' => '3.19.3.0',
|
4939 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4940 |
),
|
4941 |
'Google\\Protobuf\\Internal\\FieldOptions_CType' => array(
|
4942 |
'version' => '3.19.3.0',
|
4943 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php'
|
4944 |
),
|
4945 |
-
'Google\\Protobuf\\Internal\\
|
4946 |
'version' => '3.19.3.0',
|
4947 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4948 |
),
|
4949 |
-
'Google\\Protobuf\\Internal\\
|
4950 |
'version' => '3.19.3.0',
|
4951 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4952 |
),
|
4953 |
-
'Google\\Protobuf\\Internal\\
|
4954 |
'version' => '3.19.3.0',
|
4955 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4956 |
),
|
4957 |
-
'Google\\Protobuf\\Internal\\
|
4958 |
'version' => '3.19.3.0',
|
4959 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4960 |
),
|
4961 |
-
'Google\\Protobuf\\Internal\\
|
4962 |
'version' => '3.19.3.0',
|
4963 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4964 |
),
|
4965 |
-
'Google\\Protobuf\\Internal\\
|
4966 |
'version' => '3.19.3.0',
|
4967 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4968 |
),
|
4969 |
-
'Google\\Protobuf\\Internal\\
|
4970 |
'version' => '3.19.3.0',
|
4971 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4972 |
),
|
4973 |
-
'Google\\Protobuf\\Internal\\
|
4974 |
'version' => '3.19.3.0',
|
4975 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4976 |
),
|
4977 |
-
'Google\\Protobuf\\Internal\\
|
4978 |
'version' => '3.19.3.0',
|
4979 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4980 |
),
|
4981 |
-
'Google\\Protobuf\\Internal\\
|
4982 |
'version' => '3.19.3.0',
|
4983 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4984 |
),
|
4985 |
-
'Google\\Protobuf\\Internal\\
|
4986 |
'version' => '3.19.3.0',
|
4987 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4988 |
),
|
4989 |
-
'Google\\Protobuf\\Internal\\
|
4990 |
'version' => '3.19.3.0',
|
4991 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4992 |
),
|
4993 |
-
'Google\\Protobuf\\Internal\\
|
4994 |
'version' => '3.19.3.0',
|
4995 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
4996 |
),
|
4997 |
-
'Google\\Protobuf\\Internal\\
|
4998 |
'version' => '3.19.3.0',
|
4999 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5000 |
),
|
5001 |
-
'Google\\Protobuf\\Internal\\
|
5002 |
'version' => '3.19.3.0',
|
5003 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5004 |
),
|
5005 |
-
'Google\\Protobuf\\Internal\\
|
5006 |
'version' => '3.19.3.0',
|
5007 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5008 |
),
|
5009 |
-
'Google\\Protobuf\\Internal\\
|
5010 |
'version' => '3.19.3.0',
|
5011 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5012 |
),
|
5013 |
-
'Google\\Protobuf\\Internal\\
|
5014 |
'version' => '3.19.3.0',
|
5015 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5016 |
),
|
5017 |
-
'Google\\Protobuf\\Internal\\
|
5018 |
'version' => '3.19.3.0',
|
5019 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5020 |
),
|
5021 |
-
'Google\\Protobuf\\Internal\\
|
5022 |
'version' => '3.19.3.0',
|
5023 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5024 |
),
|
5025 |
-
'Google\\Protobuf\\Internal\\
|
5026 |
'version' => '3.19.3.0',
|
5027 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
5028 |
),
|
5029 |
-
'Google\\Protobuf\\
|
5030 |
'version' => '3.19.3.0',
|
5031 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5032 |
),
|
5033 |
-
'Google\\Protobuf\\
|
5034 |
'version' => '3.19.3.0',
|
5035 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5036 |
),
|
5037 |
'Google\\Protobuf\\Field' => array(
|
5038 |
'version' => '3.19.3.0',
|
@@ -5042,12201 +5034,12197 @@ return array(
|
|
5042 |
'version' => '3.19.3.0',
|
5043 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php'
|
5044 |
),
|
5045 |
-
'Google\\Protobuf\\
|
5046 |
'version' => '3.19.3.0',
|
5047 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5048 |
),
|
5049 |
-
'Google\\Protobuf\\
|
5050 |
'version' => '3.19.3.0',
|
5051 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5052 |
),
|
5053 |
-
'Google\\Protobuf\\
|
5054 |
'version' => '3.19.3.0',
|
5055 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5056 |
),
|
5057 |
-
'Google\\Protobuf\\
|
5058 |
'version' => '3.19.3.0',
|
5059 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
|
|
|
|
|
|
|
|
5060 |
),
|
5061 |
'Google\\Protobuf\\FloatValue' => array(
|
5062 |
'version' => '3.19.3.0',
|
5063 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php'
|
5064 |
),
|
5065 |
-
'Google\\Protobuf\\
|
5066 |
'version' => '3.19.3.0',
|
5067 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5068 |
),
|
5069 |
-
'Google\\Protobuf\\
|
5070 |
'version' => '3.19.3.0',
|
5071 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5072 |
),
|
5073 |
-
'Google\\Protobuf\\
|
5074 |
'version' => '3.19.3.0',
|
5075 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5076 |
),
|
5077 |
-
'Google\\Protobuf\\
|
5078 |
'version' => '3.19.3.0',
|
5079 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5080 |
),
|
5081 |
-
'Google\\Protobuf\\
|
5082 |
'version' => '3.19.3.0',
|
5083 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5084 |
),
|
5085 |
-
'Google\\Protobuf\\
|
5086 |
'version' => '3.19.3.0',
|
5087 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5088 |
),
|
5089 |
-
'Google\\Protobuf\\
|
5090 |
'version' => '3.19.3.0',
|
5091 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5092 |
),
|
5093 |
-
'Google\\Protobuf\\
|
5094 |
'version' => '3.19.3.0',
|
5095 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5096 |
),
|
5097 |
-
'Google\\Protobuf\\
|
5098 |
'version' => '3.19.3.0',
|
5099 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5100 |
),
|
5101 |
-
'Google\\Protobuf\\
|
5102 |
'version' => '3.19.3.0',
|
5103 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5104 |
),
|
5105 |
-
'Google\\Protobuf\\
|
5106 |
'version' => '3.19.3.0',
|
5107 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5108 |
),
|
5109 |
'Google\\Protobuf\\ListValue' => array(
|
5110 |
'version' => '3.19.3.0',
|
5111 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/ListValue.php'
|
5112 |
),
|
5113 |
-
'Google\\Protobuf\\
|
5114 |
'version' => '3.19.3.0',
|
5115 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5116 |
),
|
5117 |
-
'Google\\Protobuf\\
|
5118 |
'version' => '3.19.3.0',
|
5119 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
|
|
|
|
|
|
|
|
5120 |
),
|
5121 |
'Google\\Protobuf\\UInt32Value' => array(
|
5122 |
'version' => '3.19.3.0',
|
5123 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt32Value.php'
|
5124 |
),
|
5125 |
-
'Google\\Protobuf\\
|
5126 |
'version' => '3.19.3.0',
|
5127 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5128 |
),
|
5129 |
-
'Google\\ApiCore\\
|
5130 |
'version' => '1.10.0.0',
|
5131 |
-
'path' => $vendorDir . '/google/gax/src/
|
5132 |
),
|
5133 |
-
'Google\\ApiCore\\
|
5134 |
'version' => '1.10.0.0',
|
5135 |
-
'path' => $vendorDir . '/google/gax/src/
|
5136 |
),
|
5137 |
-
'Google\\ApiCore\\
|
5138 |
'version' => '1.10.0.0',
|
5139 |
-
'path' => $vendorDir . '/google/gax/src/
|
5140 |
),
|
5141 |
-
'Google\\ApiCore\\
|
5142 |
'version' => '1.10.0.0',
|
5143 |
-
'path' => $vendorDir . '/google/gax/src/
|
5144 |
),
|
5145 |
-
'Google\\ApiCore\\
|
5146 |
'version' => '1.10.0.0',
|
5147 |
-
'path' => $vendorDir . '/google/gax/src/
|
5148 |
),
|
5149 |
-
'Google\\ApiCore\\
|
5150 |
'version' => '1.10.0.0',
|
5151 |
-
'path' => $vendorDir . '/google/gax/src/
|
5152 |
),
|
5153 |
-
'Google\\ApiCore\\
|
5154 |
'version' => '1.10.0.0',
|
5155 |
-
'path' => $vendorDir . '/google/gax/src/
|
5156 |
),
|
5157 |
-
'Google\\ApiCore\\
|
5158 |
'version' => '1.10.0.0',
|
5159 |
-
'path' => $vendorDir . '/google/gax/src/
|
5160 |
),
|
5161 |
-
'Google\\ApiCore\\
|
5162 |
'version' => '1.10.0.0',
|
5163 |
-
'path' => $vendorDir . '/google/gax/src/
|
5164 |
),
|
5165 |
-
'Google\\ApiCore\\
|
5166 |
'version' => '1.10.0.0',
|
5167 |
-
'path' => $vendorDir . '/google/gax/src/
|
5168 |
),
|
5169 |
-
'Google\\ApiCore\\
|
5170 |
'version' => '1.10.0.0',
|
5171 |
-
'path' => $vendorDir . '/google/gax/src/
|
5172 |
),
|
5173 |
-
'Google\\ApiCore\\
|
5174 |
'version' => '1.10.0.0',
|
5175 |
-
'path' => $vendorDir . '/google/gax/src/
|
5176 |
),
|
5177 |
-
'Google\\ApiCore\\
|
5178 |
'version' => '1.10.0.0',
|
5179 |
-
'path' => $vendorDir . '/google/gax/src/
|
5180 |
),
|
5181 |
-
'Google\\ApiCore\\
|
5182 |
'version' => '1.10.0.0',
|
5183 |
-
'path' => $vendorDir . '/google/gax/src/
|
5184 |
),
|
5185 |
-
'Google\\ApiCore\\
|
5186 |
'version' => '1.10.0.0',
|
5187 |
-
'path' => $vendorDir . '/google/gax/src/
|
5188 |
),
|
5189 |
-
'Google\\ApiCore\\
|
5190 |
'version' => '1.10.0.0',
|
5191 |
-
'path' => $vendorDir . '/google/gax/src/
|
5192 |
),
|
5193 |
-
'Google\\ApiCore\\
|
5194 |
'version' => '1.10.0.0',
|
5195 |
-
'path' => $vendorDir . '/google/gax/src/
|
5196 |
),
|
5197 |
-
'Google\\ApiCore\\
|
5198 |
'version' => '1.10.0.0',
|
5199 |
-
'path' => $vendorDir . '/google/gax/src/
|
5200 |
),
|
5201 |
-
'Google\\ApiCore\\
|
5202 |
'version' => '1.10.0.0',
|
5203 |
-
'path' => $vendorDir . '/google/gax/src/
|
5204 |
),
|
5205 |
-
'Google\\ApiCore\\
|
5206 |
'version' => '1.10.0.0',
|
5207 |
-
'path' => $vendorDir . '/google/gax/src/
|
5208 |
),
|
5209 |
-
'Google\\ApiCore\\
|
5210 |
'version' => '1.10.0.0',
|
5211 |
-
'path' => $vendorDir . '/google/gax/src/
|
5212 |
),
|
5213 |
-
'Google\\ApiCore\\
|
5214 |
'version' => '1.10.0.0',
|
5215 |
-
'path' => $vendorDir . '/google/gax/src/
|
5216 |
),
|
5217 |
-
'Google\\ApiCore\\
|
5218 |
'version' => '1.10.0.0',
|
5219 |
-
'path' => $vendorDir . '/google/gax/src/
|
5220 |
),
|
5221 |
-
'Google\\ApiCore\\
|
5222 |
'version' => '1.10.0.0',
|
5223 |
-
'path' => $vendorDir . '/google/gax/src/
|
5224 |
),
|
5225 |
-
'Google\\ApiCore\\
|
5226 |
'version' => '1.10.0.0',
|
5227 |
-
'path' => $vendorDir . '/google/gax/src/
|
5228 |
),
|
5229 |
-
'Google\\ApiCore\\
|
5230 |
'version' => '1.10.0.0',
|
5231 |
-
'path' => $vendorDir . '/google/gax/src/
|
5232 |
),
|
5233 |
-
'Google\\ApiCore\\
|
5234 |
'version' => '1.10.0.0',
|
5235 |
-
'path' => $vendorDir . '/google/gax/src/
|
5236 |
),
|
5237 |
-
'Google\\ApiCore\\
|
5238 |
'version' => '1.10.0.0',
|
5239 |
-
'path' => $vendorDir . '/google/gax/src/
|
5240 |
),
|
5241 |
-
'Google\\ApiCore\\
|
5242 |
'version' => '1.10.0.0',
|
5243 |
-
'path' => $vendorDir . '/google/gax/src/
|
5244 |
-
),
|
5245 |
-
'Google\\ApiCore\\ResourceTemplate\\AbsoluteResourceTemplate' => array(
|
5246 |
-
'version' => '1.10.0.0',
|
5247 |
-
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php'
|
5248 |
-
),
|
5249 |
-
'Google\\ApiCore\\ResourceTemplate\\RelativeResourceTemplate' => array(
|
5250 |
-
'version' => '1.10.0.0',
|
5251 |
-
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php'
|
5252 |
-
),
|
5253 |
-
'Google\\ApiCore\\PagedListResponse' => array(
|
5254 |
-
'version' => '1.10.0.0',
|
5255 |
-
'path' => $vendorDir . '/google/gax/src/PagedListResponse.php'
|
5256 |
),
|
5257 |
-
'Google\\ApiCore\\
|
5258 |
'version' => '1.10.0.0',
|
5259 |
-
'path' => $vendorDir . '/google/gax/src/
|
5260 |
),
|
5261 |
-
'Google\\ApiCore\\
|
5262 |
'version' => '1.10.0.0',
|
5263 |
-
'path' => $vendorDir . '/google/gax/src/
|
5264 |
),
|
5265 |
-
'Google\\ApiCore\\
|
5266 |
'version' => '1.10.0.0',
|
5267 |
-
'path' => $vendorDir . '/google/gax/src/
|
5268 |
),
|
5269 |
-
'Google\\ApiCore\\
|
5270 |
'version' => '1.10.0.0',
|
5271 |
-
'path' => $vendorDir . '/google/gax/src/
|
5272 |
),
|
5273 |
-
'Google\\ApiCore\\
|
5274 |
'version' => '1.10.0.0',
|
5275 |
-
'path' => $vendorDir . '/google/gax/src/
|
5276 |
),
|
5277 |
-
'Google\\ApiCore\\
|
5278 |
'version' => '1.10.0.0',
|
5279 |
-
'path' => $vendorDir . '/google/gax/src/
|
5280 |
),
|
5281 |
-
'Google\\ApiCore\\
|
5282 |
'version' => '1.10.0.0',
|
5283 |
-
'path' => $vendorDir . '/google/gax/src/
|
5284 |
),
|
5285 |
-
'Google\\ApiCore\\
|
5286 |
'version' => '1.10.0.0',
|
5287 |
-
'path' => $vendorDir . '/google/gax/src/
|
5288 |
),
|
5289 |
-
'Google\\ApiCore\\
|
5290 |
'version' => '1.10.0.0',
|
5291 |
-
'path' => $vendorDir . '/google/gax/src/
|
5292 |
),
|
5293 |
-
'Google\\ApiCore\\
|
5294 |
'version' => '1.10.0.0',
|
5295 |
-
'path' => $vendorDir . '/google/gax/src/
|
5296 |
),
|
5297 |
-
'Google\\ApiCore\\
|
5298 |
'version' => '1.10.0.0',
|
5299 |
-
'path' => $vendorDir . '/google/gax/src/
|
5300 |
),
|
5301 |
-
'Google\\ApiCore\\
|
5302 |
'version' => '1.10.0.0',
|
5303 |
-
'path' => $vendorDir . '/google/gax/src/
|
5304 |
),
|
5305 |
-
'Google\\ApiCore\\
|
5306 |
'version' => '1.10.0.0',
|
5307 |
-
'path' => $vendorDir . '/google/gax/src/
|
5308 |
),
|
5309 |
-
'Google\\ApiCore\\
|
5310 |
'version' => '1.10.0.0',
|
5311 |
-
'path' => $vendorDir . '/google/gax/src/
|
5312 |
),
|
5313 |
-
'Google\\ApiCore\\
|
5314 |
'version' => '1.10.0.0',
|
5315 |
-
'path' => $vendorDir . '/google/gax/src/
|
5316 |
),
|
5317 |
-
'Google\\ApiCore\\
|
5318 |
'version' => '1.10.0.0',
|
5319 |
-
'path' => $vendorDir . '/google/gax/src/
|
5320 |
),
|
5321 |
-
'Google\\ApiCore\\
|
5322 |
'version' => '1.10.0.0',
|
5323 |
-
'path' => $vendorDir . '/google/gax/src/
|
5324 |
),
|
5325 |
-
'Google\\ApiCore\\
|
5326 |
'version' => '1.10.0.0',
|
5327 |
-
'path' => $vendorDir . '/google/gax/src/
|
5328 |
),
|
5329 |
-
'Google\\ApiCore\\
|
5330 |
'version' => '1.10.0.0',
|
5331 |
-
'path' => $vendorDir . '/google/gax/src/
|
5332 |
),
|
5333 |
-
'Google\\ApiCore\\
|
5334 |
'version' => '1.10.0.0',
|
5335 |
-
'path' => $vendorDir . '/google/gax/src/
|
5336 |
),
|
5337 |
-
'Google\\ApiCore\\
|
5338 |
'version' => '1.10.0.0',
|
5339 |
-
'path' => $vendorDir . '/google/gax/src/
|
5340 |
),
|
5341 |
-
'Google\\ApiCore\\
|
5342 |
'version' => '1.10.0.0',
|
5343 |
-
'path' => $vendorDir . '/google/gax/src/
|
5344 |
),
|
5345 |
'Google\\ApiCore\\ValidationException' => array(
|
5346 |
'version' => '1.10.0.0',
|
5347 |
'path' => $vendorDir . '/google/gax/src/ValidationException.php'
|
5348 |
),
|
5349 |
-
'Google\\ApiCore\\
|
5350 |
'version' => '1.10.0.0',
|
5351 |
-
'path' => $vendorDir . '/google/gax/src/
|
5352 |
),
|
5353 |
-
'Google\\ApiCore\\
|
5354 |
'version' => '1.10.0.0',
|
5355 |
-
'path' => $vendorDir . '/google/gax/src/
|
5356 |
),
|
5357 |
-
'Google\\ApiCore\\
|
5358 |
'version' => '1.10.0.0',
|
5359 |
-
'path' => $vendorDir . '/google/gax/src/
|
5360 |
),
|
5361 |
-
'Google\\ApiCore\\
|
5362 |
'version' => '1.10.0.0',
|
5363 |
-
'path' => $vendorDir . '/google/gax/src/
|
5364 |
),
|
5365 |
-
'Google\\ApiCore\\
|
5366 |
'version' => '1.10.0.0',
|
5367 |
-
'path' => $vendorDir . '/google/gax/src/
|
5368 |
),
|
5369 |
-
'Google\\ApiCore\\
|
5370 |
'version' => '1.10.0.0',
|
5371 |
-
'path' => $vendorDir . '/google/gax/src/
|
5372 |
),
|
5373 |
-
'Google\\ApiCore\\
|
5374 |
'version' => '1.10.0.0',
|
5375 |
-
'path' => $vendorDir . '/google/gax/src/
|
5376 |
),
|
5377 |
-
'Google\\ApiCore\\
|
5378 |
'version' => '1.10.0.0',
|
5379 |
-
'path' => $vendorDir . '/google/gax/src/
|
5380 |
),
|
5381 |
-
'Google\\ApiCore\\
|
5382 |
'version' => '1.10.0.0',
|
5383 |
-
'path' => $vendorDir . '/google/gax/src/
|
5384 |
),
|
5385 |
-
'Google\\ApiCore\\
|
5386 |
'version' => '1.10.0.0',
|
5387 |
-
'path' => $vendorDir . '/google/gax/src/
|
5388 |
),
|
5389 |
'Google\\ApiCore\\ServiceAddressTrait' => array(
|
5390 |
'version' => '1.10.0.0',
|
5391 |
'path' => $vendorDir . '/google/gax/src/ServiceAddressTrait.php'
|
5392 |
),
|
5393 |
-
'Google\\ApiCore\\
|
5394 |
'version' => '1.10.0.0',
|
5395 |
-
'path' => $vendorDir . '/google/gax/src/
|
5396 |
),
|
5397 |
-
'Google\\ApiCore\\
|
5398 |
'version' => '1.10.0.0',
|
5399 |
-
'path' => $vendorDir . '/google/gax/src/
|
5400 |
),
|
5401 |
-
'Google\\ApiCore\\
|
5402 |
'version' => '1.10.0.0',
|
5403 |
-
'path' => $vendorDir . '/google/gax/src/
|
|
|
|
|
|
|
|
|
5404 |
),
|
5405 |
'Google\\ApiCore\\BidiStream' => array(
|
5406 |
'version' => '1.10.0.0',
|
5407 |
'path' => $vendorDir . '/google/gax/src/BidiStream.php'
|
5408 |
),
|
5409 |
-
'Google\\
|
5410 |
-
'version' => '
|
5411 |
-
'path' => $vendorDir . '/
|
5412 |
),
|
5413 |
-
'Google\\
|
5414 |
-
'version' => '
|
5415 |
-
'path' => $vendorDir . '/
|
5416 |
),
|
5417 |
-
'Google\\Ads\\GoogleAds\\
|
5418 |
'version' => '12.1.0.0',
|
5419 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5420 |
),
|
5421 |
-
'Google\\Ads\\GoogleAds\\
|
5422 |
'version' => '12.1.0.0',
|
5423 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5424 |
),
|
5425 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5426 |
'version' => '12.1.0.0',
|
5427 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5428 |
),
|
5429 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5430 |
'version' => '12.1.0.0',
|
5431 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5432 |
),
|
5433 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5434 |
'version' => '12.1.0.0',
|
5435 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5436 |
),
|
5437 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5438 |
'version' => '12.1.0.0',
|
5439 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5440 |
),
|
5441 |
-
'Google\\Ads\\GoogleAds\\
|
5442 |
'version' => '12.1.0.0',
|
5443 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5444 |
),
|
5445 |
-
'Google\\Ads\\GoogleAds\\
|
5446 |
'version' => '12.1.0.0',
|
5447 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5448 |
),
|
5449 |
-
'Google\\Ads\\GoogleAds\\
|
5450 |
'version' => '12.1.0.0',
|
5451 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5452 |
),
|
5453 |
-
'Google\\Ads\\GoogleAds\\
|
5454 |
'version' => '12.1.0.0',
|
5455 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5456 |
),
|
5457 |
-
'Google\\Ads\\GoogleAds\\
|
5458 |
'version' => '12.1.0.0',
|
5459 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5460 |
),
|
5461 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5462 |
'version' => '12.1.0.0',
|
5463 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5464 |
),
|
5465 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5466 |
'version' => '12.1.0.0',
|
5467 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5468 |
),
|
5469 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5470 |
'version' => '12.1.0.0',
|
5471 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5472 |
),
|
5473 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5474 |
'version' => '12.1.0.0',
|
5475 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5476 |
),
|
5477 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5478 |
'version' => '12.1.0.0',
|
5479 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5480 |
),
|
5481 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5482 |
'version' => '12.1.0.0',
|
5483 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5484 |
),
|
5485 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5486 |
'version' => '12.1.0.0',
|
5487 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5488 |
),
|
5489 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5490 |
'version' => '12.1.0.0',
|
5491 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5492 |
),
|
5493 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5494 |
'version' => '12.1.0.0',
|
5495 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5496 |
),
|
5497 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5498 |
'version' => '12.1.0.0',
|
5499 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5500 |
),
|
5501 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5502 |
'version' => '12.1.0.0',
|
5503 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5504 |
),
|
5505 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5506 |
'version' => '12.1.0.0',
|
5507 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5508 |
),
|
5509 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5510 |
'version' => '12.1.0.0',
|
5511 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5512 |
),
|
5513 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5514 |
'version' => '12.1.0.0',
|
5515 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5516 |
),
|
5517 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5518 |
'version' => '12.1.0.0',
|
5519 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5520 |
),
|
5521 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5522 |
'version' => '12.1.0.0',
|
5523 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5524 |
),
|
5525 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5526 |
'version' => '12.1.0.0',
|
5527 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5528 |
),
|
5529 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5530 |
'version' => '12.1.0.0',
|
5531 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5532 |
),
|
5533 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5534 |
'version' => '12.1.0.0',
|
5535 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5536 |
),
|
5537 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5538 |
'version' => '12.1.0.0',
|
5539 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5540 |
),
|
5541 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5542 |
'version' => '12.1.0.0',
|
5543 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5544 |
),
|
5545 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5546 |
'version' => '12.1.0.0',
|
5547 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5548 |
),
|
5549 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5550 |
'version' => '12.1.0.0',
|
5551 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5552 |
),
|
5553 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5554 |
'version' => '12.1.0.0',
|
5555 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5556 |
),
|
5557 |
-
'Google\\Ads\\GoogleAds\\
|
5558 |
'version' => '12.1.0.0',
|
5559 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5560 |
),
|
5561 |
-
'Google\\Ads\\GoogleAds\\
|
5562 |
'version' => '12.1.0.0',
|
5563 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5564 |
),
|
5565 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5566 |
'version' => '12.1.0.0',
|
5567 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5568 |
),
|
5569 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5570 |
'version' => '12.1.0.0',
|
5571 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5572 |
),
|
5573 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5574 |
'version' => '12.1.0.0',
|
5575 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5576 |
),
|
5577 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5578 |
'version' => '12.1.0.0',
|
5579 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5580 |
),
|
5581 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5582 |
'version' => '12.1.0.0',
|
5583 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5584 |
),
|
5585 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5586 |
'version' => '12.1.0.0',
|
5587 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5588 |
),
|
5589 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5590 |
'version' => '12.1.0.0',
|
5591 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5592 |
),
|
5593 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5594 |
'version' => '12.1.0.0',
|
5595 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5596 |
),
|
5597 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5598 |
'version' => '12.1.0.0',
|
5599 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5600 |
),
|
5601 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5602 |
'version' => '12.1.0.0',
|
5603 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5604 |
),
|
5605 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5606 |
'version' => '12.1.0.0',
|
5607 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5608 |
),
|
5609 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5610 |
'version' => '12.1.0.0',
|
5611 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5612 |
),
|
5613 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5614 |
'version' => '12.1.0.0',
|
5615 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5616 |
),
|
5617 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5618 |
'version' => '12.1.0.0',
|
5619 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5620 |
),
|
5621 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5622 |
'version' => '12.1.0.0',
|
5623 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5624 |
),
|
5625 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5626 |
'version' => '12.1.0.0',
|
5627 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5628 |
),
|
5629 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5630 |
'version' => '12.1.0.0',
|
5631 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5632 |
),
|
5633 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5634 |
'version' => '12.1.0.0',
|
5635 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5636 |
),
|
5637 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5638 |
'version' => '12.1.0.0',
|
5639 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5640 |
),
|
5641 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5642 |
'version' => '12.1.0.0',
|
5643 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5644 |
),
|
5645 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5646 |
'version' => '12.1.0.0',
|
5647 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5648 |
),
|
5649 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5650 |
'version' => '12.1.0.0',
|
5651 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5652 |
),
|
5653 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5654 |
'version' => '12.1.0.0',
|
5655 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5656 |
),
|
5657 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5658 |
'version' => '12.1.0.0',
|
5659 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5660 |
),
|
5661 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5662 |
'version' => '12.1.0.0',
|
5663 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5664 |
),
|
5665 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5666 |
'version' => '12.1.0.0',
|
5667 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5668 |
),
|
5669 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5670 |
'version' => '12.1.0.0',
|
5671 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5672 |
),
|
5673 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5674 |
'version' => '12.1.0.0',
|
5675 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5676 |
),
|
5677 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5678 |
'version' => '12.1.0.0',
|
5679 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5680 |
),
|
5681 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5682 |
'version' => '12.1.0.0',
|
5683 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5684 |
),
|
5685 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5686 |
'version' => '12.1.0.0',
|
5687 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5688 |
),
|
5689 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5690 |
'version' => '12.1.0.0',
|
5691 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5692 |
),
|
5693 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5694 |
'version' => '12.1.0.0',
|
5695 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5696 |
),
|
5697 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5698 |
'version' => '12.1.0.0',
|
5699 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5700 |
),
|
5701 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5702 |
'version' => '12.1.0.0',
|
5703 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5704 |
),
|
5705 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5706 |
'version' => '12.1.0.0',
|
5707 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5708 |
),
|
5709 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5710 |
'version' => '12.1.0.0',
|
5711 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5712 |
),
|
5713 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5714 |
'version' => '12.1.0.0',
|
5715 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5716 |
),
|
5717 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5718 |
'version' => '12.1.0.0',
|
5719 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5720 |
),
|
5721 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5722 |
'version' => '12.1.0.0',
|
5723 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5724 |
),
|
5725 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5726 |
'version' => '12.1.0.0',
|
5727 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5728 |
),
|
5729 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5730 |
'version' => '12.1.0.0',
|
5731 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5732 |
),
|
5733 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5734 |
'version' => '12.1.0.0',
|
5735 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5736 |
),
|
5737 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5738 |
'version' => '12.1.0.0',
|
5739 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5740 |
),
|
5741 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5742 |
'version' => '12.1.0.0',
|
5743 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5744 |
),
|
5745 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5746 |
'version' => '12.1.0.0',
|
5747 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5748 |
),
|
5749 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5750 |
'version' => '12.1.0.0',
|
5751 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5752 |
),
|
5753 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5754 |
'version' => '12.1.0.0',
|
5755 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5756 |
),
|
5757 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5758 |
'version' => '12.1.0.0',
|
5759 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5760 |
),
|
5761 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5762 |
'version' => '12.1.0.0',
|
5763 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5764 |
),
|
5765 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5766 |
'version' => '12.1.0.0',
|
5767 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5768 |
),
|
5769 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5770 |
'version' => '12.1.0.0',
|
5771 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5772 |
),
|
5773 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5774 |
'version' => '12.1.0.0',
|
5775 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5776 |
),
|
5777 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5778 |
'version' => '12.1.0.0',
|
5779 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5780 |
),
|
5781 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5782 |
'version' => '12.1.0.0',
|
5783 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5784 |
),
|
5785 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5786 |
'version' => '12.1.0.0',
|
5787 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5788 |
),
|
5789 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5790 |
'version' => '12.1.0.0',
|
5791 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5792 |
),
|
5793 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5794 |
'version' => '12.1.0.0',
|
5795 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5796 |
),
|
5797 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5798 |
'version' => '12.1.0.0',
|
5799 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5800 |
),
|
5801 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5802 |
'version' => '12.1.0.0',
|
5803 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5804 |
),
|
5805 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5806 |
'version' => '12.1.0.0',
|
5807 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5808 |
),
|
5809 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5810 |
'version' => '12.1.0.0',
|
5811 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5812 |
),
|
5813 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5814 |
'version' => '12.1.0.0',
|
5815 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5816 |
),
|
5817 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5818 |
'version' => '12.1.0.0',
|
5819 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5820 |
),
|
5821 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5822 |
'version' => '12.1.0.0',
|
5823 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5824 |
),
|
5825 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5826 |
'version' => '12.1.0.0',
|
5827 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5828 |
),
|
5829 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5830 |
'version' => '12.1.0.0',
|
5831 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5832 |
),
|
5833 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5834 |
'version' => '12.1.0.0',
|
5835 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5836 |
),
|
5837 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5838 |
'version' => '12.1.0.0',
|
5839 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5840 |
),
|
5841 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5842 |
'version' => '12.1.0.0',
|
5843 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5844 |
),
|
5845 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5846 |
'version' => '12.1.0.0',
|
5847 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5848 |
),
|
5849 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5850 |
'version' => '12.1.0.0',
|
5851 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5852 |
),
|
5853 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5854 |
'version' => '12.1.0.0',
|
5855 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5856 |
),
|
5857 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5858 |
'version' => '12.1.0.0',
|
5859 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5860 |
),
|
5861 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5862 |
'version' => '12.1.0.0',
|
5863 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5864 |
),
|
5865 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5866 |
'version' => '12.1.0.0',
|
5867 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5868 |
),
|
5869 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5870 |
'version' => '12.1.0.0',
|
5871 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5872 |
),
|
5873 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5874 |
'version' => '12.1.0.0',
|
5875 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5876 |
),
|
5877 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5878 |
'version' => '12.1.0.0',
|
5879 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5880 |
),
|
5881 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5882 |
'version' => '12.1.0.0',
|
5883 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5884 |
),
|
5885 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5886 |
'version' => '12.1.0.0',
|
5887 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5888 |
),
|
5889 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5890 |
'version' => '12.1.0.0',
|
5891 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5892 |
),
|
5893 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5894 |
'version' => '12.1.0.0',
|
5895 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5896 |
),
|
5897 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5898 |
'version' => '12.1.0.0',
|
5899 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5900 |
),
|
5901 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5902 |
'version' => '12.1.0.0',
|
5903 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5904 |
),
|
5905 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5906 |
'version' => '12.1.0.0',
|
5907 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5908 |
),
|
5909 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5910 |
'version' => '12.1.0.0',
|
5911 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5912 |
),
|
5913 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5914 |
'version' => '12.1.0.0',
|
5915 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5916 |
),
|
5917 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5918 |
'version' => '12.1.0.0',
|
5919 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5920 |
),
|
5921 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5922 |
'version' => '12.1.0.0',
|
5923 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5924 |
),
|
5925 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5926 |
'version' => '12.1.0.0',
|
5927 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5928 |
),
|
5929 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5930 |
'version' => '12.1.0.0',
|
5931 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5932 |
),
|
5933 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5934 |
'version' => '12.1.0.0',
|
5935 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5936 |
),
|
5937 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5938 |
'version' => '12.1.0.0',
|
5939 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5940 |
),
|
5941 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5942 |
'version' => '12.1.0.0',
|
5943 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5944 |
),
|
5945 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5946 |
'version' => '12.1.0.0',
|
5947 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5948 |
),
|
5949 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5950 |
'version' => '12.1.0.0',
|
5951 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5952 |
),
|
5953 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5954 |
'version' => '12.1.0.0',
|
5955 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5956 |
),
|
5957 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5958 |
'version' => '12.1.0.0',
|
5959 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5960 |
),
|
5961 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5962 |
'version' => '12.1.0.0',
|
5963 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5964 |
),
|
5965 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5966 |
'version' => '12.1.0.0',
|
5967 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5968 |
),
|
5969 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5970 |
'version' => '12.1.0.0',
|
5971 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5972 |
),
|
5973 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5974 |
'version' => '12.1.0.0',
|
5975 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5976 |
),
|
5977 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5978 |
'version' => '12.1.0.0',
|
5979 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5980 |
),
|
5981 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5982 |
'version' => '12.1.0.0',
|
5983 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5984 |
),
|
5985 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5986 |
'version' => '12.1.0.0',
|
5987 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5988 |
),
|
5989 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5990 |
'version' => '12.1.0.0',
|
5991 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5992 |
),
|
5993 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5994 |
'version' => '12.1.0.0',
|
5995 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5996 |
),
|
5997 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5998 |
'version' => '12.1.0.0',
|
5999 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6000 |
),
|
6001 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6002 |
'version' => '12.1.0.0',
|
6003 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6004 |
),
|
6005 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6006 |
'version' => '12.1.0.0',
|
6007 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6008 |
),
|
6009 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6010 |
'version' => '12.1.0.0',
|
6011 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6012 |
),
|
6013 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6014 |
'version' => '12.1.0.0',
|
6015 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6016 |
),
|
6017 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6018 |
'version' => '12.1.0.0',
|
6019 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6020 |
),
|
6021 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6022 |
'version' => '12.1.0.0',
|
6023 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6024 |
),
|
6025 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6026 |
'version' => '12.1.0.0',
|
6027 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6028 |
),
|
6029 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6030 |
'version' => '12.1.0.0',
|
6031 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6032 |
),
|
6033 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6034 |
'version' => '12.1.0.0',
|
6035 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6036 |
),
|
6037 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6038 |
'version' => '12.1.0.0',
|
6039 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6040 |
),
|
6041 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6042 |
'version' => '12.1.0.0',
|
6043 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6044 |
),
|
6045 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6046 |
'version' => '12.1.0.0',
|
6047 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6048 |
),
|
6049 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6050 |
'version' => '12.1.0.0',
|
6051 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6052 |
),
|
6053 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6054 |
'version' => '12.1.0.0',
|
6055 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6056 |
),
|
6057 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6058 |
'version' => '12.1.0.0',
|
6059 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6060 |
),
|
6061 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6062 |
'version' => '12.1.0.0',
|
6063 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6064 |
),
|
6065 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6066 |
'version' => '12.1.0.0',
|
6067 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6068 |
),
|
6069 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6070 |
'version' => '12.1.0.0',
|
6071 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6072 |
),
|
6073 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6074 |
'version' => '12.1.0.0',
|
6075 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6076 |
),
|
6077 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6078 |
'version' => '12.1.0.0',
|
6079 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6080 |
),
|
6081 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6082 |
'version' => '12.1.0.0',
|
6083 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6084 |
),
|
6085 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6086 |
'version' => '12.1.0.0',
|
6087 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6088 |
),
|
6089 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6090 |
'version' => '12.1.0.0',
|
6091 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6092 |
),
|
6093 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6094 |
'version' => '12.1.0.0',
|
6095 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6096 |
),
|
6097 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6098 |
'version' => '12.1.0.0',
|
6099 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6100 |
),
|
6101 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6102 |
'version' => '12.1.0.0',
|
6103 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6104 |
),
|
6105 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6106 |
'version' => '12.1.0.0',
|
6107 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6108 |
),
|
6109 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6110 |
'version' => '12.1.0.0',
|
6111 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6112 |
),
|
6113 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6114 |
'version' => '12.1.0.0',
|
6115 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6116 |
),
|
6117 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6118 |
'version' => '12.1.0.0',
|
6119 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6120 |
),
|
6121 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6122 |
'version' => '12.1.0.0',
|
6123 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6124 |
),
|
6125 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6126 |
'version' => '12.1.0.0',
|
6127 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6128 |
),
|
6129 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6130 |
'version' => '12.1.0.0',
|
6131 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6132 |
),
|
6133 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6134 |
'version' => '12.1.0.0',
|
6135 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6136 |
),
|
6137 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6138 |
'version' => '12.1.0.0',
|
6139 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6140 |
),
|
6141 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6142 |
'version' => '12.1.0.0',
|
6143 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6144 |
),
|
6145 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6146 |
'version' => '12.1.0.0',
|
6147 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6148 |
),
|
6149 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6150 |
'version' => '12.1.0.0',
|
6151 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6152 |
),
|
6153 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6154 |
'version' => '12.1.0.0',
|
6155 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6156 |
),
|
6157 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6158 |
'version' => '12.1.0.0',
|
6159 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6160 |
),
|
6161 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6162 |
'version' => '12.1.0.0',
|
6163 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6164 |
),
|
6165 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6166 |
'version' => '12.1.0.0',
|
6167 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6168 |
),
|
6169 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6170 |
'version' => '12.1.0.0',
|
6171 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6172 |
),
|
6173 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6174 |
'version' => '12.1.0.0',
|
6175 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6176 |
),
|
6177 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6178 |
'version' => '12.1.0.0',
|
6179 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6180 |
),
|
6181 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6182 |
'version' => '12.1.0.0',
|
6183 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6184 |
),
|
6185 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6186 |
'version' => '12.1.0.0',
|
6187 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6188 |
),
|
6189 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6190 |
'version' => '12.1.0.0',
|
6191 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6192 |
),
|
6193 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6194 |
'version' => '12.1.0.0',
|
6195 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6196 |
),
|
6197 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6198 |
'version' => '12.1.0.0',
|
6199 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6200 |
),
|
6201 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6202 |
'version' => '12.1.0.0',
|
6203 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6204 |
),
|
6205 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6206 |
'version' => '12.1.0.0',
|
6207 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6208 |
),
|
6209 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6210 |
'version' => '12.1.0.0',
|
6211 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6212 |
),
|
6213 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6214 |
'version' => '12.1.0.0',
|
6215 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6216 |
),
|
6217 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6218 |
'version' => '12.1.0.0',
|
6219 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6220 |
),
|
6221 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6222 |
'version' => '12.1.0.0',
|
6223 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6224 |
),
|
6225 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6226 |
'version' => '12.1.0.0',
|
6227 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6228 |
),
|
6229 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6230 |
'version' => '12.1.0.0',
|
6231 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6232 |
),
|
6233 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6234 |
'version' => '12.1.0.0',
|
6235 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6236 |
),
|
6237 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6238 |
'version' => '12.1.0.0',
|
6239 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6240 |
),
|
6241 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6242 |
'version' => '12.1.0.0',
|
6243 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6244 |
),
|
6245 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6246 |
'version' => '12.1.0.0',
|
6247 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6248 |
),
|
6249 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6250 |
'version' => '12.1.0.0',
|
6251 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6252 |
),
|
6253 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6254 |
'version' => '12.1.0.0',
|
6255 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6256 |
),
|
6257 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6258 |
'version' => '12.1.0.0',
|
6259 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6260 |
),
|
6261 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6262 |
'version' => '12.1.0.0',
|
6263 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6264 |
),
|
6265 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6266 |
'version' => '12.1.0.0',
|
6267 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6268 |
),
|
6269 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6270 |
'version' => '12.1.0.0',
|
6271 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6272 |
),
|
6273 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6274 |
'version' => '12.1.0.0',
|
6275 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6276 |
),
|
6277 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6278 |
'version' => '12.1.0.0',
|
6279 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6280 |
),
|
6281 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6282 |
'version' => '12.1.0.0',
|
6283 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6284 |
),
|
6285 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6286 |
'version' => '12.1.0.0',
|
6287 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6288 |
),
|
6289 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6290 |
'version' => '12.1.0.0',
|
6291 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6292 |
),
|
6293 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6294 |
'version' => '12.1.0.0',
|
6295 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6296 |
),
|
6297 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6298 |
'version' => '12.1.0.0',
|
6299 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6300 |
),
|
6301 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6302 |
'version' => '12.1.0.0',
|
6303 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6304 |
),
|
6305 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6306 |
'version' => '12.1.0.0',
|
6307 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6308 |
),
|
6309 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6310 |
'version' => '12.1.0.0',
|
6311 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6312 |
),
|
6313 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6314 |
'version' => '12.1.0.0',
|
6315 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6316 |
),
|
6317 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6318 |
'version' => '12.1.0.0',
|
6319 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6320 |
),
|
6321 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6322 |
'version' => '12.1.0.0',
|
6323 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6324 |
),
|
6325 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6326 |
'version' => '12.1.0.0',
|
6327 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6328 |
),
|
6329 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6330 |
'version' => '12.1.0.0',
|
6331 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6332 |
),
|
6333 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6334 |
'version' => '12.1.0.0',
|
6335 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6336 |
),
|
6337 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6338 |
'version' => '12.1.0.0',
|
6339 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6340 |
),
|
6341 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6342 |
'version' => '12.1.0.0',
|
6343 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6344 |
),
|
6345 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6346 |
'version' => '12.1.0.0',
|
6347 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6348 |
),
|
6349 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6350 |
'version' => '12.1.0.0',
|
6351 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6352 |
),
|
6353 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6354 |
'version' => '12.1.0.0',
|
6355 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6356 |
),
|
6357 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6358 |
'version' => '12.1.0.0',
|
6359 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6360 |
),
|
6361 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6362 |
'version' => '12.1.0.0',
|
6363 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6364 |
),
|
6365 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6366 |
'version' => '12.1.0.0',
|
6367 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6368 |
),
|
6369 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6370 |
'version' => '12.1.0.0',
|
6371 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6372 |
),
|
6373 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6374 |
'version' => '12.1.0.0',
|
6375 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6376 |
),
|
6377 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6378 |
'version' => '12.1.0.0',
|
6379 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6380 |
),
|
6381 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6382 |
'version' => '12.1.0.0',
|
6383 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6384 |
),
|
6385 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6386 |
'version' => '12.1.0.0',
|
6387 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6388 |
),
|
6389 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6390 |
'version' => '12.1.0.0',
|
6391 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6392 |
),
|
6393 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6394 |
'version' => '12.1.0.0',
|
6395 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6396 |
),
|
6397 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6398 |
'version' => '12.1.0.0',
|
6399 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6400 |
),
|
6401 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6402 |
'version' => '12.1.0.0',
|
6403 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6404 |
),
|
6405 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6406 |
'version' => '12.1.0.0',
|
6407 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6408 |
),
|
6409 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6410 |
'version' => '12.1.0.0',
|
6411 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6412 |
),
|
6413 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6414 |
'version' => '12.1.0.0',
|
6415 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6416 |
),
|
6417 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6418 |
'version' => '12.1.0.0',
|
6419 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6420 |
),
|
6421 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6422 |
'version' => '12.1.0.0',
|
6423 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6424 |
),
|
6425 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6426 |
'version' => '12.1.0.0',
|
6427 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6428 |
),
|
6429 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6430 |
'version' => '12.1.0.0',
|
6431 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6432 |
),
|
6433 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6434 |
'version' => '12.1.0.0',
|
6435 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6436 |
),
|
6437 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6438 |
'version' => '12.1.0.0',
|
6439 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6440 |
),
|
6441 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6442 |
'version' => '12.1.0.0',
|
6443 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6444 |
),
|
6445 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6446 |
'version' => '12.1.0.0',
|
6447 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6448 |
),
|
6449 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6450 |
'version' => '12.1.0.0',
|
6451 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6452 |
),
|
6453 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6454 |
'version' => '12.1.0.0',
|
6455 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6456 |
),
|
6457 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6458 |
'version' => '12.1.0.0',
|
6459 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6460 |
),
|
6461 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6462 |
'version' => '12.1.0.0',
|
6463 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6464 |
),
|
6465 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6466 |
'version' => '12.1.0.0',
|
6467 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6468 |
),
|
6469 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6470 |
'version' => '12.1.0.0',
|
6471 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6472 |
),
|
6473 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6474 |
'version' => '12.1.0.0',
|
6475 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6476 |
),
|
6477 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6478 |
'version' => '12.1.0.0',
|
6479 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6480 |
),
|
6481 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6482 |
'version' => '12.1.0.0',
|
6483 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6484 |
),
|
6485 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6486 |
'version' => '12.1.0.0',
|
6487 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6488 |
),
|
6489 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6490 |
'version' => '12.1.0.0',
|
6491 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6492 |
),
|
6493 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6494 |
'version' => '12.1.0.0',
|
6495 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6496 |
),
|
6497 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6498 |
'version' => '12.1.0.0',
|
6499 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6500 |
),
|
6501 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6502 |
'version' => '12.1.0.0',
|
6503 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6504 |
),
|
6505 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6506 |
'version' => '12.1.0.0',
|
6507 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6508 |
),
|
6509 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6510 |
'version' => '12.1.0.0',
|
6511 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6512 |
),
|
6513 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6514 |
'version' => '12.1.0.0',
|
6515 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6516 |
),
|
6517 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6518 |
'version' => '12.1.0.0',
|
6519 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6520 |
),
|
6521 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6522 |
'version' => '12.1.0.0',
|
6523 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6524 |
),
|
6525 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6526 |
'version' => '12.1.0.0',
|
6527 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6528 |
),
|
6529 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6530 |
'version' => '12.1.0.0',
|
6531 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6532 |
),
|
6533 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6534 |
'version' => '12.1.0.0',
|
6535 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6536 |
),
|
6537 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6538 |
'version' => '12.1.0.0',
|
6539 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6540 |
),
|
6541 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6542 |
'version' => '12.1.0.0',
|
6543 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6544 |
),
|
6545 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6546 |
'version' => '12.1.0.0',
|
6547 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6548 |
),
|
6549 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6550 |
'version' => '12.1.0.0',
|
6551 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6552 |
),
|
6553 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6554 |
'version' => '12.1.0.0',
|
6555 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6556 |
),
|
6557 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6558 |
'version' => '12.1.0.0',
|
6559 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6560 |
),
|
6561 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6562 |
'version' => '12.1.0.0',
|
6563 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6564 |
),
|
6565 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6566 |
'version' => '12.1.0.0',
|
6567 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6568 |
),
|
6569 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6570 |
'version' => '12.1.0.0',
|
6571 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6572 |
),
|
6573 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6574 |
'version' => '12.1.0.0',
|
6575 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6576 |
),
|
6577 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6578 |
'version' => '12.1.0.0',
|
6579 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6580 |
),
|
6581 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6582 |
'version' => '12.1.0.0',
|
6583 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6584 |
),
|
6585 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6586 |
'version' => '12.1.0.0',
|
6587 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6588 |
),
|
6589 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6590 |
'version' => '12.1.0.0',
|
6591 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6592 |
),
|
6593 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6594 |
'version' => '12.1.0.0',
|
6595 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6596 |
),
|
6597 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6598 |
'version' => '12.1.0.0',
|
6599 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6600 |
),
|
6601 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6602 |
'version' => '12.1.0.0',
|
6603 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6604 |
),
|
6605 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6606 |
'version' => '12.1.0.0',
|
6607 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6608 |
),
|
6609 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6610 |
'version' => '12.1.0.0',
|
6611 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6612 |
),
|
6613 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6614 |
'version' => '12.1.0.0',
|
6615 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6616 |
),
|
6617 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6618 |
'version' => '12.1.0.0',
|
6619 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6620 |
),
|
6621 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6622 |
'version' => '12.1.0.0',
|
6623 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6624 |
),
|
6625 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6626 |
'version' => '12.1.0.0',
|
6627 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6628 |
),
|
6629 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6630 |
'version' => '12.1.0.0',
|
6631 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6632 |
),
|
6633 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6634 |
'version' => '12.1.0.0',
|
6635 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6636 |
),
|
6637 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6638 |
'version' => '12.1.0.0',
|
6639 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6640 |
),
|
6641 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6642 |
'version' => '12.1.0.0',
|
6643 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6644 |
),
|
6645 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6646 |
'version' => '12.1.0.0',
|
6647 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6648 |
),
|
6649 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6650 |
'version' => '12.1.0.0',
|
6651 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6652 |
),
|
6653 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6654 |
'version' => '12.1.0.0',
|
6655 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6656 |
),
|
6657 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6658 |
'version' => '12.1.0.0',
|
6659 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6660 |
),
|
6661 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6662 |
'version' => '12.1.0.0',
|
6663 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6664 |
),
|
6665 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6666 |
'version' => '12.1.0.0',
|
6667 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6668 |
),
|
6669 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6670 |
'version' => '12.1.0.0',
|
6671 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6672 |
),
|
6673 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6674 |
'version' => '12.1.0.0',
|
6675 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6676 |
),
|
6677 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6678 |
'version' => '12.1.0.0',
|
6679 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6680 |
),
|
6681 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6682 |
'version' => '12.1.0.0',
|
6683 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6684 |
),
|
6685 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6686 |
'version' => '12.1.0.0',
|
6687 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6688 |
),
|
6689 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6690 |
'version' => '12.1.0.0',
|
6691 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6692 |
),
|
6693 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6694 |
'version' => '12.1.0.0',
|
6695 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6696 |
),
|
6697 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6698 |
'version' => '12.1.0.0',
|
6699 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6700 |
),
|
6701 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6702 |
'version' => '12.1.0.0',
|
6703 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6704 |
),
|
6705 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6706 |
'version' => '12.1.0.0',
|
6707 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6708 |
),
|
6709 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6710 |
'version' => '12.1.0.0',
|
6711 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6712 |
),
|
6713 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6714 |
'version' => '12.1.0.0',
|
6715 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6716 |
),
|
6717 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6718 |
'version' => '12.1.0.0',
|
6719 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6720 |
),
|
6721 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6722 |
'version' => '12.1.0.0',
|
6723 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6724 |
),
|
6725 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6726 |
'version' => '12.1.0.0',
|
6727 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6728 |
),
|
6729 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6730 |
'version' => '12.1.0.0',
|
6731 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6732 |
),
|
6733 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6734 |
'version' => '12.1.0.0',
|
6735 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6736 |
),
|
6737 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6738 |
'version' => '12.1.0.0',
|
6739 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6740 |
),
|
6741 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6742 |
'version' => '12.1.0.0',
|
6743 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6744 |
),
|
6745 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6746 |
'version' => '12.1.0.0',
|
6747 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6748 |
),
|
6749 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6750 |
'version' => '12.1.0.0',
|
6751 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6752 |
),
|
6753 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6754 |
'version' => '12.1.0.0',
|
6755 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6756 |
),
|
6757 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6758 |
'version' => '12.1.0.0',
|
6759 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6760 |
),
|
6761 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6762 |
'version' => '12.1.0.0',
|
6763 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6764 |
),
|
6765 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6766 |
'version' => '12.1.0.0',
|
6767 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6768 |
),
|
6769 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6770 |
'version' => '12.1.0.0',
|
6771 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6772 |
),
|
6773 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6774 |
'version' => '12.1.0.0',
|
6775 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6776 |
),
|
6777 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6778 |
'version' => '12.1.0.0',
|
6779 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6780 |
),
|
6781 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6782 |
'version' => '12.1.0.0',
|
6783 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6784 |
),
|
6785 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6786 |
'version' => '12.1.0.0',
|
6787 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6788 |
),
|
6789 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6790 |
'version' => '12.1.0.0',
|
6791 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6792 |
),
|
6793 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6794 |
'version' => '12.1.0.0',
|
6795 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6796 |
),
|
6797 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6798 |
'version' => '12.1.0.0',
|
6799 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6800 |
),
|
6801 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6802 |
'version' => '12.1.0.0',
|
6803 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6804 |
),
|
6805 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6806 |
'version' => '12.1.0.0',
|
6807 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6808 |
),
|
6809 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6810 |
'version' => '12.1.0.0',
|
6811 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6812 |
),
|
6813 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6814 |
'version' => '12.1.0.0',
|
6815 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6816 |
),
|
6817 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6818 |
'version' => '12.1.0.0',
|
6819 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6820 |
),
|
6821 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6822 |
'version' => '12.1.0.0',
|
6823 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6824 |
),
|
6825 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6826 |
'version' => '12.1.0.0',
|
6827 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6828 |
),
|
6829 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6830 |
'version' => '12.1.0.0',
|
6831 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6832 |
),
|
6833 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6834 |
'version' => '12.1.0.0',
|
6835 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6836 |
),
|
6837 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6838 |
'version' => '12.1.0.0',
|
6839 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6840 |
),
|
6841 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6842 |
'version' => '12.1.0.0',
|
6843 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6844 |
),
|
6845 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6846 |
'version' => '12.1.0.0',
|
6847 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6848 |
),
|
6849 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6850 |
'version' => '12.1.0.0',
|
6851 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6852 |
),
|
6853 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6854 |
'version' => '12.1.0.0',
|
6855 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6856 |
),
|
6857 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6858 |
'version' => '12.1.0.0',
|
6859 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6860 |
),
|
6861 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6862 |
'version' => '12.1.0.0',
|
6863 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6864 |
),
|
6865 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6866 |
'version' => '12.1.0.0',
|
6867 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6868 |
),
|
6869 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6870 |
'version' => '12.1.0.0',
|
6871 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6872 |
),
|
6873 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6874 |
'version' => '12.1.0.0',
|
6875 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6876 |
),
|
6877 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6878 |
'version' => '12.1.0.0',
|
6879 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6880 |
),
|
6881 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6882 |
'version' => '12.1.0.0',
|
6883 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6884 |
),
|
6885 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6886 |
'version' => '12.1.0.0',
|
6887 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6888 |
),
|
6889 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6890 |
'version' => '12.1.0.0',
|
6891 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6892 |
),
|
6893 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6894 |
'version' => '12.1.0.0',
|
6895 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6896 |
),
|
6897 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6898 |
'version' => '12.1.0.0',
|
6899 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6900 |
),
|
6901 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6902 |
'version' => '12.1.0.0',
|
6903 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6904 |
),
|
6905 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6906 |
'version' => '12.1.0.0',
|
6907 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6908 |
),
|
6909 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6910 |
'version' => '12.1.0.0',
|
6911 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6912 |
),
|
6913 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6914 |
'version' => '12.1.0.0',
|
6915 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6916 |
),
|
6917 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6918 |
'version' => '12.1.0.0',
|
6919 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6920 |
),
|
6921 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6922 |
'version' => '12.1.0.0',
|
6923 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6924 |
),
|
6925 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6926 |
'version' => '12.1.0.0',
|
6927 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6928 |
),
|
6929 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6930 |
'version' => '12.1.0.0',
|
6931 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6932 |
),
|
6933 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6934 |
'version' => '12.1.0.0',
|
6935 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6936 |
),
|
6937 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6938 |
'version' => '12.1.0.0',
|
6939 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6940 |
),
|
6941 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6942 |
'version' => '12.1.0.0',
|
6943 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6944 |
),
|
6945 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6946 |
'version' => '12.1.0.0',
|
6947 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6948 |
),
|
6949 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6950 |
'version' => '12.1.0.0',
|
6951 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6952 |
),
|
6953 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6954 |
'version' => '12.1.0.0',
|
6955 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6956 |
),
|
6957 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6958 |
'version' => '12.1.0.0',
|
6959 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6960 |
),
|
6961 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6962 |
'version' => '12.1.0.0',
|
6963 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6964 |
),
|
6965 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6966 |
'version' => '12.1.0.0',
|
6967 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6968 |
),
|
6969 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6970 |
'version' => '12.1.0.0',
|
6971 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6972 |
),
|
6973 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6974 |
'version' => '12.1.0.0',
|
6975 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6976 |
),
|
6977 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6978 |
'version' => '12.1.0.0',
|
6979 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6980 |
),
|
6981 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6982 |
'version' => '12.1.0.0',
|
6983 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6984 |
),
|
6985 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6986 |
'version' => '12.1.0.0',
|
6987 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6988 |
),
|
6989 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6990 |
'version' => '12.1.0.0',
|
6991 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6992 |
),
|
6993 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6994 |
'version' => '12.1.0.0',
|
6995 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
6996 |
),
|
6997 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
6998 |
'version' => '12.1.0.0',
|
6999 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7000 |
),
|
7001 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7002 |
'version' => '12.1.0.0',
|
7003 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7004 |
),
|
7005 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7006 |
'version' => '12.1.0.0',
|
7007 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7008 |
),
|
7009 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7010 |
'version' => '12.1.0.0',
|
7011 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7012 |
),
|
7013 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7014 |
'version' => '12.1.0.0',
|
7015 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7016 |
),
|
7017 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7018 |
'version' => '12.1.0.0',
|
7019 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7020 |
),
|
7021 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7022 |
'version' => '12.1.0.0',
|
7023 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7024 |
),
|
7025 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7026 |
'version' => '12.1.0.0',
|
7027 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7028 |
),
|
7029 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7030 |
'version' => '12.1.0.0',
|
7031 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7032 |
),
|
7033 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7034 |
'version' => '12.1.0.0',
|
7035 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7036 |
),
|
7037 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7038 |
'version' => '12.1.0.0',
|
7039 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7040 |
),
|
7041 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7042 |
'version' => '12.1.0.0',
|
7043 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7044 |
),
|
7045 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7046 |
'version' => '12.1.0.0',
|
7047 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7048 |
),
|
7049 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7050 |
'version' => '12.1.0.0',
|
7051 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7052 |
),
|
7053 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7054 |
'version' => '12.1.0.0',
|
7055 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7056 |
),
|
7057 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7058 |
'version' => '12.1.0.0',
|
7059 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7060 |
),
|
7061 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7062 |
'version' => '12.1.0.0',
|
7063 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7064 |
),
|
7065 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7066 |
'version' => '12.1.0.0',
|
7067 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7068 |
),
|
7069 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7070 |
'version' => '12.1.0.0',
|
7071 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7072 |
),
|
7073 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7074 |
'version' => '12.1.0.0',
|
7075 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7076 |
),
|
7077 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7078 |
'version' => '12.1.0.0',
|
7079 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7080 |
),
|
7081 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7082 |
'version' => '12.1.0.0',
|
7083 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7084 |
),
|
7085 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7086 |
'version' => '12.1.0.0',
|
7087 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7088 |
),
|
7089 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7090 |
'version' => '12.1.0.0',
|
7091 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7092 |
),
|
7093 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7094 |
'version' => '12.1.0.0',
|
7095 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7096 |
),
|
7097 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7098 |
'version' => '12.1.0.0',
|
7099 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7100 |
),
|
7101 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7102 |
'version' => '12.1.0.0',
|
7103 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7104 |
),
|
7105 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7106 |
'version' => '12.1.0.0',
|
7107 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7108 |
),
|
7109 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7110 |
'version' => '12.1.0.0',
|
7111 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7112 |
),
|
7113 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7114 |
'version' => '12.1.0.0',
|
7115 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7116 |
),
|
7117 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7118 |
'version' => '12.1.0.0',
|
7119 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7120 |
),
|
7121 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7122 |
'version' => '12.1.0.0',
|
7123 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7124 |
),
|
7125 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7126 |
'version' => '12.1.0.0',
|
7127 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7128 |
),
|
7129 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7130 |
'version' => '12.1.0.0',
|
7131 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7132 |
),
|
7133 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7134 |
'version' => '12.1.0.0',
|
7135 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7136 |
),
|
7137 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7138 |
'version' => '12.1.0.0',
|
7139 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7140 |
),
|
7141 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7142 |
'version' => '12.1.0.0',
|
7143 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7144 |
),
|
7145 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7146 |
'version' => '12.1.0.0',
|
7147 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7148 |
),
|
7149 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7150 |
'version' => '12.1.0.0',
|
7151 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7152 |
),
|
7153 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7154 |
'version' => '12.1.0.0',
|
7155 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7156 |
),
|
7157 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7158 |
'version' => '12.1.0.0',
|
7159 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7160 |
),
|
7161 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7162 |
'version' => '12.1.0.0',
|
7163 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7164 |
),
|
7165 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7166 |
'version' => '12.1.0.0',
|
7167 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7168 |
),
|
7169 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7170 |
'version' => '12.1.0.0',
|
7171 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7172 |
),
|
7173 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7174 |
'version' => '12.1.0.0',
|
7175 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7176 |
),
|
7177 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7178 |
'version' => '12.1.0.0',
|
7179 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7180 |
),
|
7181 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7182 |
'version' => '12.1.0.0',
|
7183 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7184 |
),
|
7185 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7186 |
'version' => '12.1.0.0',
|
7187 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7188 |
),
|
7189 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7190 |
'version' => '12.1.0.0',
|
7191 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7192 |
),
|
7193 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7194 |
'version' => '12.1.0.0',
|
7195 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7196 |
),
|
7197 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7198 |
'version' => '12.1.0.0',
|
7199 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7200 |
),
|
7201 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7202 |
'version' => '12.1.0.0',
|
7203 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7204 |
),
|
7205 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7206 |
'version' => '12.1.0.0',
|
7207 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7208 |
),
|
7209 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7210 |
'version' => '12.1.0.0',
|
7211 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7212 |
),
|
7213 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7214 |
'version' => '12.1.0.0',
|
7215 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7216 |
),
|
7217 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7218 |
'version' => '12.1.0.0',
|
7219 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7220 |
),
|
7221 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7222 |
'version' => '12.1.0.0',
|
7223 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7224 |
),
|
7225 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7226 |
'version' => '12.1.0.0',
|
7227 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7228 |
),
|
7229 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7230 |
'version' => '12.1.0.0',
|
7231 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7232 |
),
|
7233 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7234 |
'version' => '12.1.0.0',
|
7235 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7236 |
),
|
7237 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7238 |
'version' => '12.1.0.0',
|
7239 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7240 |
),
|
7241 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7242 |
'version' => '12.1.0.0',
|
7243 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7244 |
),
|
7245 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7246 |
'version' => '12.1.0.0',
|
7247 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7248 |
),
|
7249 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7250 |
'version' => '12.1.0.0',
|
7251 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7252 |
),
|
7253 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7254 |
'version' => '12.1.0.0',
|
7255 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7256 |
),
|
7257 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7258 |
'version' => '12.1.0.0',
|
7259 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7260 |
),
|
7261 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7262 |
'version' => '12.1.0.0',
|
7263 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7264 |
),
|
7265 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7266 |
'version' => '12.1.0.0',
|
7267 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7268 |
),
|
7269 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7270 |
'version' => '12.1.0.0',
|
7271 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7272 |
),
|
7273 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7274 |
'version' => '12.1.0.0',
|
7275 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7276 |
),
|
7277 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7278 |
'version' => '12.1.0.0',
|
7279 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7280 |
),
|
7281 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7282 |
'version' => '12.1.0.0',
|
7283 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7284 |
),
|
7285 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7286 |
'version' => '12.1.0.0',
|
7287 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7288 |
),
|
7289 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7290 |
'version' => '12.1.0.0',
|
7291 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7292 |
),
|
7293 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7294 |
'version' => '12.1.0.0',
|
7295 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7296 |
),
|
7297 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7298 |
'version' => '12.1.0.0',
|
7299 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7300 |
),
|
7301 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7302 |
'version' => '12.1.0.0',
|
7303 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7304 |
),
|
7305 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7306 |
'version' => '12.1.0.0',
|
7307 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7308 |
),
|
7309 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7310 |
'version' => '12.1.0.0',
|
7311 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7312 |
),
|
7313 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7314 |
'version' => '12.1.0.0',
|
7315 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7316 |
),
|
7317 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7318 |
'version' => '12.1.0.0',
|
7319 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7320 |
),
|
7321 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7322 |
'version' => '12.1.0.0',
|
7323 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7324 |
),
|
7325 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7326 |
'version' => '12.1.0.0',
|
7327 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7328 |
),
|
7329 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7330 |
'version' => '12.1.0.0',
|
7331 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7332 |
),
|
7333 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7334 |
'version' => '12.1.0.0',
|
7335 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7336 |
),
|
7337 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7338 |
'version' => '12.1.0.0',
|
7339 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7340 |
),
|
7341 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7342 |
'version' => '12.1.0.0',
|
7343 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7344 |
),
|
7345 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7346 |
'version' => '12.1.0.0',
|
7347 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7348 |
),
|
7349 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7350 |
'version' => '12.1.0.0',
|
7351 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7352 |
),
|
7353 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7354 |
'version' => '12.1.0.0',
|
7355 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7356 |
),
|
7357 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7358 |
'version' => '12.1.0.0',
|
7359 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7360 |
),
|
7361 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7362 |
'version' => '12.1.0.0',
|
7363 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7364 |
),
|
7365 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7366 |
'version' => '12.1.0.0',
|
7367 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7368 |
),
|
7369 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7370 |
'version' => '12.1.0.0',
|
7371 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7372 |
),
|
7373 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7374 |
'version' => '12.1.0.0',
|
7375 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7376 |
),
|
7377 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7378 |
'version' => '12.1.0.0',
|
7379 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7380 |
),
|
7381 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7382 |
'version' => '12.1.0.0',
|
7383 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7384 |
),
|
7385 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7386 |
'version' => '12.1.0.0',
|
7387 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7388 |
),
|
7389 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7390 |
'version' => '12.1.0.0',
|
7391 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7392 |
),
|
7393 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7394 |
'version' => '12.1.0.0',
|
7395 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7396 |
),
|
7397 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7398 |
'version' => '12.1.0.0',
|
7399 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7400 |
),
|
7401 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7402 |
'version' => '12.1.0.0',
|
7403 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7404 |
),
|
7405 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7406 |
'version' => '12.1.0.0',
|
7407 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7408 |
),
|
7409 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7410 |
'version' => '12.1.0.0',
|
7411 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7412 |
),
|
7413 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7414 |
'version' => '12.1.0.0',
|
7415 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7416 |
),
|
7417 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7418 |
'version' => '12.1.0.0',
|
7419 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7420 |
),
|
7421 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7422 |
'version' => '12.1.0.0',
|
7423 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7424 |
),
|
7425 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7426 |
'version' => '12.1.0.0',
|
7427 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7428 |
),
|
7429 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7430 |
'version' => '12.1.0.0',
|
7431 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7432 |
),
|
7433 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7434 |
'version' => '12.1.0.0',
|
7435 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7436 |
),
|
7437 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7438 |
'version' => '12.1.0.0',
|
7439 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7440 |
),
|
7441 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7442 |
'version' => '12.1.0.0',
|
7443 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7444 |
),
|
7445 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7446 |
'version' => '12.1.0.0',
|
7447 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7448 |
),
|
7449 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7450 |
'version' => '12.1.0.0',
|
7451 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7452 |
),
|
7453 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7454 |
'version' => '12.1.0.0',
|
7455 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7456 |
),
|
7457 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7458 |
'version' => '12.1.0.0',
|
7459 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7460 |
),
|
7461 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7462 |
'version' => '12.1.0.0',
|
7463 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7464 |
),
|
7465 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7466 |
'version' => '12.1.0.0',
|
7467 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7468 |
),
|
7469 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7470 |
'version' => '12.1.0.0',
|
7471 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7472 |
),
|
7473 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7474 |
'version' => '12.1.0.0',
|
7475 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7476 |
),
|
7477 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7478 |
'version' => '12.1.0.0',
|
7479 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7480 |
),
|
7481 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7482 |
'version' => '12.1.0.0',
|
7483 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7484 |
),
|
7485 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7486 |
'version' => '12.1.0.0',
|
7487 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7488 |
),
|
7489 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7490 |
'version' => '12.1.0.0',
|
7491 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7492 |
),
|
7493 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7494 |
'version' => '12.1.0.0',
|
7495 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7496 |
),
|
7497 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7498 |
'version' => '12.1.0.0',
|
7499 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7500 |
),
|
7501 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7502 |
'version' => '12.1.0.0',
|
7503 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7504 |
),
|
7505 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7506 |
'version' => '12.1.0.0',
|
7507 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7508 |
),
|
7509 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7510 |
'version' => '12.1.0.0',
|
7511 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7512 |
),
|
7513 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7514 |
'version' => '12.1.0.0',
|
7515 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7516 |
),
|
7517 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7518 |
'version' => '12.1.0.0',
|
7519 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7520 |
),
|
7521 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7522 |
'version' => '12.1.0.0',
|
7523 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7524 |
),
|
7525 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7526 |
'version' => '12.1.0.0',
|
7527 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7528 |
),
|
7529 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7530 |
'version' => '12.1.0.0',
|
7531 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7532 |
),
|
7533 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7534 |
'version' => '12.1.0.0',
|
7535 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7536 |
),
|
7537 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7538 |
'version' => '12.1.0.0',
|
7539 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7540 |
),
|
7541 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7542 |
'version' => '12.1.0.0',
|
7543 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7544 |
),
|
7545 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7546 |
'version' => '12.1.0.0',
|
7547 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7548 |
),
|
7549 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7550 |
'version' => '12.1.0.0',
|
7551 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7552 |
),
|
7553 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7554 |
'version' => '12.1.0.0',
|
7555 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7556 |
),
|
7557 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7558 |
'version' => '12.1.0.0',
|
7559 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7560 |
),
|
7561 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7562 |
'version' => '12.1.0.0',
|
7563 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7564 |
),
|
7565 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7566 |
'version' => '12.1.0.0',
|
7567 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7568 |
),
|
7569 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7570 |
'version' => '12.1.0.0',
|
7571 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7572 |
),
|
7573 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7574 |
'version' => '12.1.0.0',
|
7575 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7576 |
),
|
7577 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7578 |
'version' => '12.1.0.0',
|
7579 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7580 |
),
|
7581 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7582 |
'version' => '12.1.0.0',
|
7583 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7584 |
),
|
7585 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7586 |
'version' => '12.1.0.0',
|
7587 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7588 |
),
|
7589 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7590 |
'version' => '12.1.0.0',
|
7591 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7592 |
),
|
7593 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7594 |
'version' => '12.1.0.0',
|
7595 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7596 |
),
|
7597 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7598 |
'version' => '12.1.0.0',
|
7599 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7600 |
),
|
7601 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7602 |
'version' => '12.1.0.0',
|
7603 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7604 |
),
|
7605 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7606 |
'version' => '12.1.0.0',
|
7607 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7608 |
),
|
7609 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7610 |
'version' => '12.1.0.0',
|
7611 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7612 |
),
|
7613 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7614 |
'version' => '12.1.0.0',
|
7615 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7616 |
),
|
7617 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7618 |
'version' => '12.1.0.0',
|
7619 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7620 |
),
|
7621 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7622 |
'version' => '12.1.0.0',
|
7623 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7624 |
),
|
7625 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7626 |
'version' => '12.1.0.0',
|
7627 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7628 |
),
|
7629 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7630 |
'version' => '12.1.0.0',
|
7631 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7632 |
),
|
7633 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7634 |
'version' => '12.1.0.0',
|
7635 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7636 |
),
|
7637 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7638 |
'version' => '12.1.0.0',
|
7639 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7640 |
),
|
7641 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7642 |
'version' => '12.1.0.0',
|
7643 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7644 |
),
|
7645 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7646 |
'version' => '12.1.0.0',
|
7647 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7648 |
),
|
7649 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7650 |
'version' => '12.1.0.0',
|
7651 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7652 |
),
|
7653 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7654 |
'version' => '12.1.0.0',
|
7655 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7656 |
),
|
7657 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7658 |
'version' => '12.1.0.0',
|
7659 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7660 |
),
|
7661 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7662 |
'version' => '12.1.0.0',
|
7663 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7664 |
),
|
7665 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7666 |
'version' => '12.1.0.0',
|
7667 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7668 |
),
|
7669 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7670 |
'version' => '12.1.0.0',
|
7671 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7672 |
),
|
7673 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7674 |
'version' => '12.1.0.0',
|
7675 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7676 |
),
|
7677 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7678 |
'version' => '12.1.0.0',
|
7679 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7680 |
),
|
7681 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7682 |
'version' => '12.1.0.0',
|
7683 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7684 |
),
|
7685 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7686 |
'version' => '12.1.0.0',
|
7687 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7688 |
),
|
7689 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7690 |
'version' => '12.1.0.0',
|
7691 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7692 |
),
|
7693 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7694 |
'version' => '12.1.0.0',
|
7695 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7696 |
),
|
7697 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7698 |
'version' => '12.1.0.0',
|
7699 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7700 |
),
|
7701 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7702 |
'version' => '12.1.0.0',
|
7703 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7704 |
),
|
7705 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7706 |
'version' => '12.1.0.0',
|
7707 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7708 |
),
|
7709 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7710 |
'version' => '12.1.0.0',
|
7711 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7712 |
),
|
7713 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7714 |
'version' => '12.1.0.0',
|
7715 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7716 |
),
|
7717 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7718 |
'version' => '12.1.0.0',
|
7719 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7720 |
),
|
7721 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7722 |
'version' => '12.1.0.0',
|
7723 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7724 |
),
|
7725 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7726 |
'version' => '12.1.0.0',
|
7727 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7728 |
),
|
7729 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7730 |
'version' => '12.1.0.0',
|
7731 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7732 |
),
|
7733 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7734 |
'version' => '12.1.0.0',
|
7735 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7736 |
),
|
7737 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7738 |
'version' => '12.1.0.0',
|
7739 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7740 |
),
|
7741 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7742 |
'version' => '12.1.0.0',
|
7743 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7744 |
),
|
7745 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7746 |
'version' => '12.1.0.0',
|
7747 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7748 |
),
|
7749 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7750 |
'version' => '12.1.0.0',
|
7751 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7752 |
),
|
7753 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7754 |
'version' => '12.1.0.0',
|
7755 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7756 |
),
|
7757 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7758 |
'version' => '12.1.0.0',
|
7759 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7760 |
),
|
7761 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7762 |
'version' => '12.1.0.0',
|
7763 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7764 |
),
|
7765 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7766 |
'version' => '12.1.0.0',
|
7767 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7768 |
),
|
7769 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7770 |
'version' => '12.1.0.0',
|
7771 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7772 |
),
|
7773 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7774 |
'version' => '12.1.0.0',
|
7775 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7776 |
),
|
7777 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7778 |
'version' => '12.1.0.0',
|
7779 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7780 |
),
|
7781 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7782 |
'version' => '12.1.0.0',
|
7783 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7784 |
),
|
7785 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7786 |
'version' => '12.1.0.0',
|
7787 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7788 |
),
|
7789 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7790 |
'version' => '12.1.0.0',
|
7791 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7792 |
),
|
7793 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7794 |
'version' => '12.1.0.0',
|
7795 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7796 |
),
|
7797 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7798 |
'version' => '12.1.0.0',
|
7799 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7800 |
),
|
7801 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7802 |
'version' => '12.1.0.0',
|
7803 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7804 |
),
|
7805 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7806 |
'version' => '12.1.0.0',
|
7807 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7808 |
),
|
7809 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7810 |
'version' => '12.1.0.0',
|
7811 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7812 |
),
|
7813 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7814 |
'version' => '12.1.0.0',
|
7815 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7816 |
),
|
7817 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7818 |
'version' => '12.1.0.0',
|
7819 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7820 |
),
|
7821 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7822 |
'version' => '12.1.0.0',
|
7823 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7824 |
),
|
7825 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7826 |
'version' => '12.1.0.0',
|
7827 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7828 |
),
|
7829 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7830 |
'version' => '12.1.0.0',
|
7831 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7832 |
),
|
7833 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7834 |
'version' => '12.1.0.0',
|
7835 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7836 |
),
|
7837 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7838 |
'version' => '12.1.0.0',
|
7839 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7840 |
),
|
7841 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7842 |
'version' => '12.1.0.0',
|
7843 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7844 |
),
|
7845 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7846 |
'version' => '12.1.0.0',
|
7847 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7848 |
),
|
7849 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7850 |
'version' => '12.1.0.0',
|
7851 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7852 |
),
|
7853 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7854 |
'version' => '12.1.0.0',
|
7855 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7856 |
),
|
7857 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7858 |
'version' => '12.1.0.0',
|
7859 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7860 |
),
|
7861 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7862 |
'version' => '12.1.0.0',
|
7863 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7864 |
),
|
7865 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7866 |
'version' => '12.1.0.0',
|
7867 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7868 |
),
|
7869 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7870 |
'version' => '12.1.0.0',
|
7871 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7872 |
),
|
7873 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7874 |
'version' => '12.1.0.0',
|
7875 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7876 |
),
|
7877 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7878 |
'version' => '12.1.0.0',
|
7879 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7880 |
),
|
7881 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7882 |
'version' => '12.1.0.0',
|
7883 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7884 |
),
|
7885 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7886 |
'version' => '12.1.0.0',
|
7887 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7888 |
),
|
7889 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7890 |
'version' => '12.1.0.0',
|
7891 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7892 |
),
|
7893 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7894 |
'version' => '12.1.0.0',
|
7895 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7896 |
),
|
7897 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7898 |
'version' => '12.1.0.0',
|
7899 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7900 |
),
|
7901 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7902 |
'version' => '12.1.0.0',
|
7903 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7904 |
),
|
7905 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7906 |
'version' => '12.1.0.0',
|
7907 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7908 |
),
|
7909 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7910 |
'version' => '12.1.0.0',
|
7911 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7912 |
),
|
7913 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7914 |
'version' => '12.1.0.0',
|
7915 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7916 |
),
|
7917 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7918 |
'version' => '12.1.0.0',
|
7919 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7920 |
),
|
7921 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7922 |
'version' => '12.1.0.0',
|
7923 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7924 |
),
|
7925 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7926 |
'version' => '12.1.0.0',
|
7927 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7928 |
),
|
7929 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7930 |
'version' => '12.1.0.0',
|
7931 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7932 |
),
|
7933 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7934 |
'version' => '12.1.0.0',
|
7935 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7936 |
),
|
7937 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7938 |
'version' => '12.1.0.0',
|
7939 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7940 |
),
|
7941 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7942 |
'version' => '12.1.0.0',
|
7943 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7944 |
),
|
7945 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7946 |
'version' => '12.1.0.0',
|
7947 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7948 |
),
|
7949 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7950 |
'version' => '12.1.0.0',
|
7951 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7952 |
),
|
7953 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7954 |
'version' => '12.1.0.0',
|
7955 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7956 |
),
|
7957 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7958 |
'version' => '12.1.0.0',
|
7959 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7960 |
),
|
7961 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7962 |
'version' => '12.1.0.0',
|
7963 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7964 |
),
|
7965 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7966 |
'version' => '12.1.0.0',
|
7967 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7968 |
),
|
7969 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7970 |
'version' => '12.1.0.0',
|
7971 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7972 |
),
|
7973 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7974 |
'version' => '12.1.0.0',
|
7975 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7976 |
),
|
7977 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7978 |
'version' => '12.1.0.0',
|
7979 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7980 |
),
|
7981 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7982 |
'version' => '12.1.0.0',
|
7983 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7984 |
),
|
7985 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7986 |
'version' => '12.1.0.0',
|
7987 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
7988 |
),
|
7989 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
7990 |
'version' => '12.1.0.0',
|
7991 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Enum
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
+
'phpseclib3\\Math\\PrimeField\\Integer' => array(
|
10 |
'version' => '3.0.12.0',
|
11 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php'
|
12 |
),
|
13 |
+
'phpseclib3\\Math\\PrimeField' => array(
|
14 |
'version' => '3.0.12.0',
|
15 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php'
|
16 |
),
|
17 |
+
'phpseclib3\\Math\\BinaryField\\Integer' => array(
|
18 |
'version' => '3.0.12.0',
|
19 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php'
|
20 |
),
|
21 |
+
'phpseclib3\\Math\\Common\\FiniteField\\Integer' => array(
|
22 |
'version' => '3.0.12.0',
|
23 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php'
|
24 |
),
|
25 |
+
'phpseclib3\\Math\\Common\\FiniteField' => array(
|
26 |
'version' => '3.0.12.0',
|
27 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php'
|
28 |
),
|
29 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP' => array(
|
30 |
'version' => '3.0.12.0',
|
31 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php'
|
32 |
),
|
33 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => array(
|
34 |
'version' => '3.0.12.0',
|
35 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php'
|
36 |
),
|
37 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => array(
|
38 |
'version' => '3.0.12.0',
|
39 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php'
|
40 |
),
|
41 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => array(
|
42 |
'version' => '3.0.12.0',
|
43 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php'
|
44 |
),
|
45 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => array(
|
46 |
'version' => '3.0.12.0',
|
47 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php'
|
48 |
),
|
49 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => array(
|
50 |
'version' => '3.0.12.0',
|
51 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php'
|
52 |
),
|
53 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => array(
|
54 |
'version' => '3.0.12.0',
|
55 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php'
|
56 |
),
|
57 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => array(
|
58 |
'version' => '3.0.12.0',
|
59 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php'
|
60 |
),
|
61 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => array(
|
62 |
'version' => '3.0.12.0',
|
63 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php'
|
64 |
),
|
65 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => array(
|
66 |
'version' => '3.0.12.0',
|
67 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php'
|
68 |
),
|
69 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => array(
|
70 |
'version' => '3.0.12.0',
|
71 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php'
|
72 |
),
|
73 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => array(
|
74 |
'version' => '3.0.12.0',
|
75 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php'
|
76 |
),
|
77 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\GMP' => array(
|
78 |
'version' => '3.0.12.0',
|
79 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php'
|
80 |
),
|
81 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => array(
|
82 |
'version' => '3.0.12.0',
|
83 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php'
|
84 |
),
|
85 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => array(
|
86 |
'version' => '3.0.12.0',
|
87 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php'
|
88 |
),
|
89 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => array(
|
90 |
'version' => '3.0.12.0',
|
91 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php'
|
92 |
),
|
93 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => array(
|
94 |
'version' => '3.0.12.0',
|
95 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php'
|
96 |
),
|
97 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => array(
|
98 |
'version' => '3.0.12.0',
|
99 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php'
|
100 |
),
|
101 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => array(
|
102 |
'version' => '3.0.12.0',
|
103 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php'
|
104 |
),
|
105 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => array(
|
106 |
'version' => '3.0.12.0',
|
107 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php'
|
108 |
),
|
109 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => array(
|
110 |
'version' => '3.0.12.0',
|
111 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php'
|
112 |
),
|
113 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => array(
|
114 |
'version' => '3.0.12.0',
|
115 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php'
|
116 |
),
|
117 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => array(
|
118 |
'version' => '3.0.12.0',
|
119 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php'
|
120 |
),
|
121 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\Engine' => array(
|
122 |
'version' => '3.0.12.0',
|
123 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php'
|
124 |
),
|
125 |
+
'phpseclib3\\Math\\BinaryField' => array(
|
126 |
'version' => '3.0.12.0',
|
127 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php'
|
128 |
),
|
129 |
+
'phpseclib3\\Math\\BigInteger' => array(
|
130 |
'version' => '3.0.12.0',
|
131 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'
|
132 |
),
|
133 |
+
'phpseclib3\\Exception\\BadModeException' => array(
|
134 |
'version' => '3.0.12.0',
|
135 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php'
|
136 |
),
|
137 |
+
'phpseclib3\\Exception\\UnableToConnectException' => array(
|
138 |
'version' => '3.0.12.0',
|
139 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php'
|
140 |
),
|
141 |
+
'phpseclib3\\Exception\\UnsupportedOperationException' => array(
|
142 |
'version' => '3.0.12.0',
|
143 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php'
|
144 |
),
|
145 |
+
'phpseclib3\\Exception\\NoKeyLoadedException' => array(
|
146 |
'version' => '3.0.12.0',
|
147 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php'
|
148 |
),
|
149 |
+
'phpseclib3\\Exception\\BadConfigurationException' => array(
|
150 |
'version' => '3.0.12.0',
|
151 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php'
|
152 |
),
|
153 |
+
'phpseclib3\\Exception\\UnsupportedFormatException' => array(
|
154 |
'version' => '3.0.12.0',
|
155 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php'
|
156 |
),
|
157 |
+
'phpseclib3\\Exception\\FileNotFoundException' => array(
|
158 |
'version' => '3.0.12.0',
|
159 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php'
|
160 |
),
|
161 |
+
'phpseclib3\\Exception\\ConnectionClosedException' => array(
|
162 |
'version' => '3.0.12.0',
|
163 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php'
|
164 |
),
|
165 |
+
'phpseclib3\\Exception\\NoSupportedAlgorithmsException' => array(
|
166 |
'version' => '3.0.12.0',
|
167 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php'
|
168 |
),
|
169 |
+
'phpseclib3\\Exception\\UnsupportedCurveException' => array(
|
170 |
'version' => '3.0.12.0',
|
171 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php'
|
172 |
),
|
173 |
+
'phpseclib3\\Exception\\BadDecryptionException' => array(
|
174 |
'version' => '3.0.12.0',
|
175 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php'
|
176 |
),
|
177 |
+
'phpseclib3\\Exception\\InsufficientSetupException' => array(
|
178 |
'version' => '3.0.12.0',
|
179 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php'
|
180 |
),
|
181 |
+
'phpseclib3\\Exception\\InconsistentSetupException' => array(
|
182 |
'version' => '3.0.12.0',
|
183 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php'
|
184 |
),
|
185 |
+
'phpseclib3\\Exception\\UnsupportedAlgorithmException' => array(
|
186 |
'version' => '3.0.12.0',
|
187 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php'
|
188 |
),
|
189 |
+
'phpseclib3\\Common\\Functions\\Strings' => array(
|
190 |
'version' => '3.0.12.0',
|
191 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php'
|
192 |
),
|
193 |
+
'phpseclib3\\System\\SSH\\Agent\\Identity' => array(
|
194 |
'version' => '3.0.12.0',
|
195 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'
|
196 |
),
|
197 |
+
'phpseclib3\\System\\SSH\\Agent' => array(
|
198 |
'version' => '3.0.12.0',
|
199 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'
|
200 |
),
|
201 |
+
'phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => array(
|
202 |
'version' => '3.0.12.0',
|
203 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php'
|
204 |
),
|
205 |
+
'phpseclib3\\Net\\SSH2' => array(
|
206 |
'version' => '3.0.12.0',
|
207 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php'
|
208 |
),
|
209 |
+
'phpseclib3\\Net\\SFTP' => array(
|
210 |
'version' => '3.0.12.0',
|
211 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php'
|
212 |
),
|
213 |
+
'phpseclib3\\Net\\SFTP\\Stream' => array(
|
214 |
'version' => '3.0.12.0',
|
215 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'
|
216 |
),
|
217 |
+
'phpseclib3\\File\\ANSI' => array(
|
218 |
'version' => '3.0.12.0',
|
219 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php'
|
220 |
),
|
221 |
+
'phpseclib3\\File\\ASN1' => array(
|
222 |
'version' => '3.0.12.0',
|
223 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php'
|
224 |
),
|
225 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => array(
|
226 |
'version' => '3.0.12.0',
|
227 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php'
|
228 |
),
|
229 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECParameters' => array(
|
230 |
'version' => '3.0.12.0',
|
231 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php'
|
232 |
),
|
233 |
+
'phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => array(
|
234 |
'version' => '3.0.12.0',
|
235 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php'
|
236 |
),
|
237 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => array(
|
238 |
'version' => '3.0.12.0',
|
239 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php'
|
240 |
),
|
241 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => array(
|
242 |
'version' => '3.0.12.0',
|
243 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php'
|
244 |
),
|
245 |
+
'phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => array(
|
246 |
'version' => '3.0.12.0',
|
247 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php'
|
248 |
),
|
249 |
+
'phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => array(
|
250 |
'version' => '3.0.12.0',
|
251 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php'
|
252 |
),
|
253 |
+
'phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => array(
|
254 |
'version' => '3.0.12.0',
|
255 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php'
|
256 |
),
|
257 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => array(
|
258 |
'version' => '3.0.12.0',
|
259 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php'
|
260 |
),
|
261 |
+
'phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => array(
|
262 |
'version' => '3.0.12.0',
|
263 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php'
|
264 |
),
|
265 |
+
'phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => array(
|
266 |
'version' => '3.0.12.0',
|
267 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php'
|
268 |
),
|
269 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => array(
|
270 |
'version' => '3.0.12.0',
|
271 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php'
|
272 |
),
|
273 |
+
'phpseclib3\\File\\ASN1\\Maps\\CPSuri' => array(
|
274 |
'version' => '3.0.12.0',
|
275 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php'
|
276 |
),
|
277 |
+
'phpseclib3\\File\\ASN1\\Maps\\PersonalName' => array(
|
278 |
'version' => '3.0.12.0',
|
279 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php'
|
280 |
),
|
281 |
+
'phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => array(
|
282 |
'version' => '3.0.12.0',
|
283 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php'
|
284 |
),
|
285 |
+
'phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => array(
|
286 |
'version' => '3.0.12.0',
|
287 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php'
|
288 |
),
|
289 |
+
'phpseclib3\\File\\ASN1\\Maps\\Attribute' => array(
|
290 |
'version' => '3.0.12.0',
|
291 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php'
|
292 |
),
|
293 |
+
'phpseclib3\\File\\ASN1\\Maps\\DisplayText' => array(
|
294 |
'version' => '3.0.12.0',
|
295 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php'
|
296 |
),
|
297 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => array(
|
298 |
'version' => '3.0.12.0',
|
299 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php'
|
300 |
),
|
301 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => array(
|
302 |
'version' => '3.0.12.0',
|
303 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php'
|
304 |
),
|
305 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => array(
|
306 |
'version' => '3.0.12.0',
|
307 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php'
|
308 |
),
|
309 |
+
'phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => array(
|
310 |
'version' => '3.0.12.0',
|
311 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php'
|
312 |
),
|
313 |
+
'phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => array(
|
314 |
'version' => '3.0.12.0',
|
315 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php'
|
316 |
),
|
317 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => array(
|
318 |
'version' => '3.0.12.0',
|
319 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php'
|
320 |
),
|
321 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => array(
|
322 |
'version' => '3.0.12.0',
|
323 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php'
|
324 |
),
|
325 |
+
'phpseclib3\\File\\ASN1\\Maps\\Trinomial' => array(
|
326 |
'version' => '3.0.12.0',
|
327 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php'
|
328 |
),
|
329 |
+
'phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => array(
|
330 |
'version' => '3.0.12.0',
|
331 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php'
|
332 |
),
|
333 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeType' => array(
|
334 |
'version' => '3.0.12.0',
|
335 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php'
|
336 |
),
|
337 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => array(
|
338 |
'version' => '3.0.12.0',
|
339 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php'
|
340 |
),
|
341 |
+
'phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => array(
|
342 |
'version' => '3.0.12.0',
|
343 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php'
|
344 |
),
|
345 |
+
'phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => array(
|
346 |
'version' => '3.0.12.0',
|
347 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php'
|
348 |
),
|
349 |
+
'phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => array(
|
350 |
'version' => '3.0.12.0',
|
351 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php'
|
352 |
),
|
353 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECPoint' => array(
|
354 |
'version' => '3.0.12.0',
|
355 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php'
|
356 |
),
|
357 |
+
'phpseclib3\\File\\ASN1\\Maps\\ORAddress' => array(
|
358 |
'version' => '3.0.12.0',
|
359 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php'
|
360 |
),
|
361 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => array(
|
362 |
'version' => '3.0.12.0',
|
363 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php'
|
364 |
),
|
365 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => array(
|
366 |
'version' => '3.0.12.0',
|
367 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php'
|
368 |
),
|
369 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => array(
|
370 |
'version' => '3.0.12.0',
|
371 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php'
|
372 |
),
|
373 |
+
'phpseclib3\\File\\ASN1\\Maps\\Attributes' => array(
|
374 |
'version' => '3.0.12.0',
|
375 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php'
|
376 |
),
|
377 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => array(
|
378 |
'version' => '3.0.12.0',
|
379 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php'
|
380 |
),
|
381 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => array(
|
382 |
'version' => '3.0.12.0',
|
383 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php'
|
384 |
),
|
385 |
+
'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => array(
|
386 |
'version' => '3.0.12.0',
|
387 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php'
|
388 |
),
|
389 |
+
'phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => array(
|
390 |
'version' => '3.0.12.0',
|
391 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php'
|
392 |
),
|
393 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => array(
|
394 |
'version' => '3.0.12.0',
|
395 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php'
|
396 |
),
|
397 |
+
'phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => array(
|
398 |
'version' => '3.0.12.0',
|
399 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php'
|
400 |
),
|
401 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => array(
|
402 |
'version' => '3.0.12.0',
|
403 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php'
|
404 |
),
|
405 |
+
'phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => array(
|
406 |
'version' => '3.0.12.0',
|
407 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php'
|
408 |
),
|
409 |
+
'phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => array(
|
410 |
'version' => '3.0.12.0',
|
411 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php'
|
412 |
),
|
413 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralName' => array(
|
414 |
'version' => '3.0.12.0',
|
415 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php'
|
416 |
),
|
417 |
+
'phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => array(
|
418 |
'version' => '3.0.12.0',
|
419 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php'
|
420 |
),
|
421 |
+
'phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => array(
|
422 |
'version' => '3.0.12.0',
|
423 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php'
|
424 |
+
),
|
425 |
+
'phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => array(
|
426 |
+
'version' => '3.0.12.0',
|
427 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php'
|
428 |
),
|
429 |
'phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => array(
|
430 |
'version' => '3.0.12.0',
|
431 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php'
|
432 |
),
|
433 |
+
'phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => array(
|
434 |
'version' => '3.0.12.0',
|
435 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php'
|
436 |
),
|
437 |
'phpseclib3\\File\\ASN1\\Maps\\Extension' => array(
|
438 |
'version' => '3.0.12.0',
|
439 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php'
|
440 |
),
|
441 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => array(
|
442 |
'version' => '3.0.12.0',
|
443 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php'
|
444 |
),
|
445 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => array(
|
446 |
'version' => '3.0.12.0',
|
447 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php'
|
448 |
),
|
449 |
+
'phpseclib3\\File\\ASN1\\Maps\\DHParameter' => array(
|
450 |
'version' => '3.0.12.0',
|
451 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php'
|
452 |
),
|
453 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateList' => array(
|
454 |
'version' => '3.0.12.0',
|
455 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php'
|
456 |
),
|
457 |
+
'phpseclib3\\File\\ASN1\\Maps\\FieldElement' => array(
|
458 |
'version' => '3.0.12.0',
|
459 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php'
|
460 |
),
|
461 |
+
'phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => array(
|
462 |
'version' => '3.0.12.0',
|
463 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php'
|
464 |
),
|
465 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => array(
|
466 |
'version' => '3.0.12.0',
|
467 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php'
|
468 |
),
|
469 |
+
'phpseclib3\\File\\ASN1\\Maps\\Prime_p' => array(
|
470 |
'version' => '3.0.12.0',
|
471 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php'
|
472 |
),
|
473 |
+
'phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => array(
|
474 |
'version' => '3.0.12.0',
|
475 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php'
|
476 |
),
|
477 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBES2params' => array(
|
478 |
'version' => '3.0.12.0',
|
479 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php'
|
480 |
),
|
481 |
+
'phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => array(
|
482 |
'version' => '3.0.12.0',
|
483 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php'
|
484 |
),
|
485 |
+
'phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => array(
|
486 |
'version' => '3.0.12.0',
|
487 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php'
|
488 |
),
|
489 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => array(
|
490 |
'version' => '3.0.12.0',
|
491 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php'
|
492 |
),
|
493 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => array(
|
494 |
'version' => '3.0.12.0',
|
495 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php'
|
496 |
),
|
497 |
+
'phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => array(
|
498 |
'version' => '3.0.12.0',
|
499 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php'
|
500 |
),
|
501 |
+
'phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => array(
|
502 |
'version' => '3.0.12.0',
|
503 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php'
|
504 |
),
|
505 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => array(
|
506 |
'version' => '3.0.12.0',
|
507 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php'
|
508 |
),
|
509 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => array(
|
510 |
'version' => '3.0.12.0',
|
511 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php'
|
512 |
),
|
513 |
+
'phpseclib3\\File\\ASN1\\Maps\\AnotherName' => array(
|
514 |
'version' => '3.0.12.0',
|
515 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php'
|
516 |
),
|
517 |
+
'phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => array(
|
518 |
'version' => '3.0.12.0',
|
519 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php'
|
520 |
),
|
521 |
+
'phpseclib3\\File\\ASN1\\Maps\\Name' => array(
|
522 |
'version' => '3.0.12.0',
|
523 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php'
|
524 |
),
|
525 |
+
'phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => array(
|
526 |
'version' => '3.0.12.0',
|
527 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php'
|
528 |
),
|
529 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => array(
|
530 |
'version' => '3.0.12.0',
|
531 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php'
|
532 |
),
|
533 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => array(
|
534 |
'version' => '3.0.12.0',
|
535 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php'
|
536 |
),
|
537 |
+
'phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => array(
|
538 |
'version' => '3.0.12.0',
|
539 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php'
|
540 |
),
|
541 |
+
'phpseclib3\\File\\ASN1\\Maps\\CountryName' => array(
|
542 |
'version' => '3.0.12.0',
|
543 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php'
|
544 |
),
|
545 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => array(
|
546 |
'version' => '3.0.12.0',
|
547 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php'
|
548 |
),
|
549 |
+
'phpseclib3\\File\\ASN1\\Maps\\Validity' => array(
|
550 |
'version' => '3.0.12.0',
|
551 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php'
|
552 |
),
|
553 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => array(
|
554 |
'version' => '3.0.12.0',
|
555 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php'
|
556 |
),
|
557 |
+
'phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => array(
|
558 |
'version' => '3.0.12.0',
|
559 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php'
|
560 |
),
|
561 |
+
'phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => array(
|
562 |
'version' => '3.0.12.0',
|
563 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php'
|
564 |
),
|
565 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => array(
|
566 |
'version' => '3.0.12.0',
|
567 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php'
|
568 |
),
|
569 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => array(
|
570 |
'version' => '3.0.12.0',
|
571 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php'
|
572 |
),
|
573 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLReason' => array(
|
574 |
'version' => '3.0.12.0',
|
575 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php'
|
576 |
),
|
577 |
+
'phpseclib3\\File\\ASN1\\Maps\\Curve' => array(
|
578 |
'version' => '3.0.12.0',
|
579 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php'
|
580 |
),
|
581 |
+
'phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => array(
|
582 |
'version' => '3.0.12.0',
|
583 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php'
|
584 |
),
|
585 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => array(
|
586 |
'version' => '3.0.12.0',
|
587 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php'
|
588 |
),
|
589 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => array(
|
590 |
'version' => '3.0.12.0',
|
591 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php'
|
592 |
),
|
593 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => array(
|
594 |
'version' => '3.0.12.0',
|
595 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php'
|
596 |
),
|
597 |
+
'phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => array(
|
598 |
'version' => '3.0.12.0',
|
599 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php'
|
600 |
),
|
601 |
+
'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => array(
|
602 |
'version' => '3.0.12.0',
|
603 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php'
|
604 |
),
|
605 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => array(
|
606 |
'version' => '3.0.12.0',
|
607 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php'
|
608 |
),
|
609 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => array(
|
610 |
'version' => '3.0.12.0',
|
611 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php'
|
612 |
),
|
613 |
+
'phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => array(
|
614 |
'version' => '3.0.12.0',
|
615 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php'
|
616 |
),
|
617 |
+
'phpseclib3\\File\\ASN1\\Maps\\Extensions' => array(
|
618 |
'version' => '3.0.12.0',
|
619 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php'
|
620 |
),
|
621 |
+
'phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => array(
|
622 |
'version' => '3.0.12.0',
|
623 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php'
|
624 |
),
|
625 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => array(
|
626 |
'version' => '3.0.12.0',
|
627 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php'
|
628 |
),
|
629 |
+
'phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => array(
|
630 |
'version' => '3.0.12.0',
|
631 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php'
|
632 |
),
|
633 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => array(
|
634 |
'version' => '3.0.12.0',
|
635 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php'
|
636 |
),
|
637 |
+
'phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => array(
|
638 |
'version' => '3.0.12.0',
|
639 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php'
|
640 |
),
|
641 |
+
'phpseclib3\\File\\ASN1\\Maps\\Certificate' => array(
|
642 |
'version' => '3.0.12.0',
|
643 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php'
|
644 |
),
|
645 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => array(
|
646 |
'version' => '3.0.12.0',
|
647 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php'
|
648 |
),
|
649 |
+
'phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => array(
|
650 |
'version' => '3.0.12.0',
|
651 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php'
|
652 |
),
|
653 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAParams' => array(
|
654 |
'version' => '3.0.12.0',
|
655 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php'
|
656 |
),
|
657 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => array(
|
658 |
'version' => '3.0.12.0',
|
659 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php'
|
660 |
),
|
661 |
+
'phpseclib3\\File\\ASN1\\Maps\\Time' => array(
|
662 |
'version' => '3.0.12.0',
|
663 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php'
|
664 |
),
|
665 |
+
'phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => array(
|
666 |
'version' => '3.0.12.0',
|
667 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php'
|
668 |
),
|
669 |
+
'phpseclib3\\File\\ASN1\\Maps\\FieldID' => array(
|
670 |
'version' => '3.0.12.0',
|
671 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php'
|
672 |
),
|
673 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => array(
|
674 |
'version' => '3.0.12.0',
|
675 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php'
|
676 |
),
|
677 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => array(
|
678 |
'version' => '3.0.12.0',
|
679 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php'
|
680 |
),
|
681 |
+
'phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => array(
|
682 |
'version' => '3.0.12.0',
|
683 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php'
|
684 |
),
|
685 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => array(
|
686 |
'version' => '3.0.12.0',
|
687 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php'
|
688 |
),
|
689 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => array(
|
690 |
'version' => '3.0.12.0',
|
691 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php'
|
692 |
),
|
693 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => array(
|
694 |
'version' => '3.0.12.0',
|
695 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php'
|
696 |
),
|
697 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => array(
|
698 |
'version' => '3.0.12.0',
|
699 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php'
|
700 |
),
|
701 |
+
'phpseclib3\\File\\ASN1\\Maps\\UserNotice' => array(
|
702 |
'version' => '3.0.12.0',
|
703 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php'
|
704 |
),
|
705 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => array(
|
706 |
'version' => '3.0.12.0',
|
707 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php'
|
708 |
),
|
709 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => array(
|
710 |
'version' => '3.0.12.0',
|
711 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php'
|
712 |
),
|
713 |
+
'phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => array(
|
714 |
'version' => '3.0.12.0',
|
715 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php'
|
716 |
),
|
717 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKey' => array(
|
718 |
'version' => '3.0.12.0',
|
719 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php'
|
720 |
),
|
721 |
+
'phpseclib3\\File\\ASN1\\Element' => array(
|
722 |
'version' => '3.0.12.0',
|
723 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'
|
724 |
),
|
725 |
+
'phpseclib3\\File\\X509' => array(
|
726 |
'version' => '3.0.12.0',
|
727 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/X509.php'
|
728 |
),
|
729 |
+
'phpseclib3\\Crypt\\RC2' => array(
|
730 |
'version' => '3.0.12.0',
|
731 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'
|
732 |
),
|
733 |
+
'phpseclib3\\Crypt\\Rijndael' => array(
|
734 |
'version' => '3.0.12.0',
|
735 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'
|
736 |
),
|
737 |
+
'phpseclib3\\Crypt\\EC' => array(
|
738 |
'version' => '3.0.12.0',
|
739 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php'
|
740 |
),
|
741 |
+
'phpseclib3\\Crypt\\RSA' => array(
|
742 |
'version' => '3.0.12.0',
|
743 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'
|
744 |
),
|
745 |
+
'phpseclib3\\Crypt\\DES' => array(
|
746 |
'version' => '3.0.12.0',
|
747 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php'
|
748 |
),
|
749 |
+
'phpseclib3\\Crypt\\TripleDES' => array(
|
750 |
'version' => '3.0.12.0',
|
751 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'
|
752 |
),
|
753 |
+
'phpseclib3\\Crypt\\Salsa20' => array(
|
754 |
'version' => '3.0.12.0',
|
755 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php'
|
756 |
),
|
757 |
+
'phpseclib3\\Crypt\\RSA\\PrivateKey' => array(
|
758 |
'version' => '3.0.12.0',
|
759 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php'
|
760 |
),
|
761 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => array(
|
762 |
'version' => '3.0.12.0',
|
763 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php'
|
764 |
),
|
765 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => array(
|
766 |
'version' => '3.0.12.0',
|
767 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php'
|
768 |
),
|
769 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => array(
|
770 |
'version' => '3.0.12.0',
|
771 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php'
|
772 |
),
|
773 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => array(
|
774 |
'version' => '3.0.12.0',
|
775 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php'
|
776 |
),
|
777 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => array(
|
778 |
'version' => '3.0.12.0',
|
779 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php'
|
780 |
),
|
781 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => array(
|
782 |
'version' => '3.0.12.0',
|
783 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php'
|
784 |
),
|
785 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => array(
|
786 |
'version' => '3.0.12.0',
|
787 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php'
|
788 |
),
|
789 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => array(
|
790 |
'version' => '3.0.12.0',
|
791 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php'
|
792 |
),
|
793 |
+
'phpseclib3\\Crypt\\RSA\\PublicKey' => array(
|
794 |
'version' => '3.0.12.0',
|
795 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php'
|
796 |
),
|
797 |
+
'phpseclib3\\Crypt\\DH\\Parameters' => array(
|
798 |
'version' => '3.0.12.0',
|
799 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php'
|
800 |
),
|
801 |
+
'phpseclib3\\Crypt\\DH\\PrivateKey' => array(
|
802 |
'version' => '3.0.12.0',
|
803 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php'
|
804 |
),
|
805 |
+
'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => array(
|
806 |
'version' => '3.0.12.0',
|
807 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php'
|
808 |
),
|
809 |
+
'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => array(
|
810 |
'version' => '3.0.12.0',
|
811 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php'
|
812 |
),
|
813 |
+
'phpseclib3\\Crypt\\DH\\PublicKey' => array(
|
814 |
'version' => '3.0.12.0',
|
815 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php'
|
816 |
),
|
817 |
+
'phpseclib3\\Crypt\\Random' => array(
|
818 |
'version' => '3.0.12.0',
|
819 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php'
|
820 |
),
|
821 |
+
'phpseclib3\\Crypt\\Common\\SymmetricKey' => array(
|
822 |
'version' => '3.0.12.0',
|
823 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php'
|
824 |
),
|
825 |
+
'phpseclib3\\Crypt\\Common\\AsymmetricKey' => array(
|
826 |
'version' => '3.0.12.0',
|
827 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php'
|
828 |
),
|
829 |
+
'phpseclib3\\Crypt\\Common\\StreamCipher' => array(
|
830 |
'version' => '3.0.12.0',
|
831 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php'
|
832 |
),
|
833 |
+
'phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => array(
|
834 |
'version' => '3.0.12.0',
|
835 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php'
|
836 |
),
|
837 |
+
'phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => array(
|
838 |
'version' => '3.0.12.0',
|
839 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php'
|
840 |
),
|
841 |
+
'phpseclib3\\Crypt\\Common\\PrivateKey' => array(
|
842 |
'version' => '3.0.12.0',
|
843 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php'
|
844 |
),
|
845 |
+
'phpseclib3\\Crypt\\Common\\BlockCipher' => array(
|
846 |
'version' => '3.0.12.0',
|
847 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php'
|
848 |
),
|
849 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => array(
|
850 |
'version' => '3.0.12.0',
|
851 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php'
|
852 |
),
|
853 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => array(
|
854 |
'version' => '3.0.12.0',
|
855 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php'
|
856 |
),
|
857 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => array(
|
858 |
'version' => '3.0.12.0',
|
859 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php'
|
860 |
),
|
861 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => array(
|
862 |
'version' => '3.0.12.0',
|
863 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php'
|
864 |
),
|
865 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => array(
|
866 |
'version' => '3.0.12.0',
|
867 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php'
|
868 |
),
|
869 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => array(
|
870 |
'version' => '3.0.12.0',
|
871 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php'
|
872 |
),
|
873 |
+
'phpseclib3\\Crypt\\Common\\PublicKey' => array(
|
874 |
'version' => '3.0.12.0',
|
875 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php'
|
876 |
),
|
877 |
+
'phpseclib3\\Crypt\\PublicKeyLoader' => array(
|
878 |
'version' => '3.0.12.0',
|
879 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php'
|
880 |
),
|
881 |
+
'phpseclib3\\Crypt\\RC4' => array(
|
882 |
'version' => '3.0.12.0',
|
883 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'
|
884 |
+
),
|
885 |
+
'phpseclib3\\Crypt\\Blowfish' => array(
|
886 |
+
'version' => '3.0.12.0',
|
887 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'
|
888 |
),
|
889 |
'phpseclib3\\Crypt\\EC\\Curves\\nistb409' => array(
|
890 |
'version' => '3.0.12.0',
|
891 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php'
|
892 |
),
|
893 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => array(
|
894 |
'version' => '3.0.12.0',
|
895 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php'
|
896 |
),
|
897 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => array(
|
898 |
'version' => '3.0.12.0',
|
899 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php'
|
900 |
),
|
901 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistb233' => array(
|
902 |
'version' => '3.0.12.0',
|
903 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php'
|
904 |
),
|
905 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => array(
|
906 |
'version' => '3.0.12.0',
|
907 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php'
|
908 |
),
|
909 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => array(
|
910 |
'version' => '3.0.12.0',
|
911 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php'
|
912 |
),
|
913 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => array(
|
914 |
'version' => '3.0.12.0',
|
915 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php'
|
916 |
),
|
917 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => array(
|
918 |
'version' => '3.0.12.0',
|
919 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php'
|
920 |
),
|
921 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk163' => array(
|
922 |
'version' => '3.0.12.0',
|
923 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php'
|
924 |
),
|
925 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => array(
|
926 |
'version' => '3.0.12.0',
|
927 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php'
|
928 |
),
|
929 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => array(
|
930 |
'version' => '3.0.12.0',
|
931 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php'
|
932 |
),
|
933 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => array(
|
934 |
'version' => '3.0.12.0',
|
935 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php'
|
936 |
),
|
937 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => array(
|
938 |
'version' => '3.0.12.0',
|
939 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php'
|
940 |
),
|
941 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => array(
|
942 |
'version' => '3.0.12.0',
|
943 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php'
|
944 |
),
|
945 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => array(
|
946 |
'version' => '3.0.12.0',
|
947 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php'
|
948 |
),
|
949 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => array(
|
950 |
'version' => '3.0.12.0',
|
951 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php'
|
952 |
),
|
953 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => array(
|
954 |
'version' => '3.0.12.0',
|
955 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php'
|
956 |
),
|
957 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp256' => array(
|
958 |
'version' => '3.0.12.0',
|
959 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php'
|
960 |
),
|
961 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => array(
|
962 |
'version' => '3.0.12.0',
|
963 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php'
|
964 |
),
|
965 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => array(
|
966 |
'version' => '3.0.12.0',
|
967 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php'
|
968 |
),
|
969 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk283' => array(
|
970 |
'version' => '3.0.12.0',
|
971 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php'
|
972 |
),
|
973 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => array(
|
974 |
'version' => '3.0.12.0',
|
975 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php'
|
976 |
),
|
977 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => array(
|
978 |
'version' => '3.0.12.0',
|
979 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php'
|
980 |
),
|
981 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => array(
|
982 |
'version' => '3.0.12.0',
|
983 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php'
|
984 |
),
|
985 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => array(
|
986 |
'version' => '3.0.12.0',
|
987 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php'
|
988 |
),
|
989 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => array(
|
990 |
'version' => '3.0.12.0',
|
991 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php'
|
992 |
),
|
993 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => array(
|
994 |
'version' => '3.0.12.0',
|
995 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php'
|
996 |
),
|
997 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => array(
|
998 |
'version' => '3.0.12.0',
|
999 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php'
|
1000 |
),
|
1001 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistt571' => array(
|
1002 |
'version' => '3.0.12.0',
|
1003 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php'
|
1004 |
),
|
1005 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk233' => array(
|
1006 |
'version' => '3.0.12.0',
|
1007 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php'
|
1008 |
),
|
1009 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => array(
|
1010 |
'version' => '3.0.12.0',
|
1011 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php'
|
1012 |
),
|
1013 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => array(
|
1014 |
'version' => '3.0.12.0',
|
1015 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php'
|
1016 |
),
|
1017 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => array(
|
1018 |
'version' => '3.0.12.0',
|
1019 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php'
|
1020 |
),
|
1021 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp192' => array(
|
1022 |
'version' => '3.0.12.0',
|
1023 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php'
|
1024 |
),
|
1025 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => array(
|
1026 |
'version' => '3.0.12.0',
|
1027 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php'
|
1028 |
),
|
1029 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => array(
|
1030 |
'version' => '3.0.12.0',
|
1031 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php'
|
1032 |
),
|
1033 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => array(
|
1034 |
'version' => '3.0.12.0',
|
1035 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php'
|
1036 |
),
|
1037 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => array(
|
1038 |
'version' => '3.0.12.0',
|
1039 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php'
|
1040 |
),
|
1041 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => array(
|
1042 |
'version' => '3.0.12.0',
|
1043 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php'
|
1044 |
),
|
1045 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => array(
|
1046 |
'version' => '3.0.12.0',
|
1047 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php'
|
1048 |
),
|
1049 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => array(
|
1050 |
'version' => '3.0.12.0',
|
1051 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php'
|
1052 |
),
|
1053 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp521' => array(
|
1054 |
'version' => '3.0.12.0',
|
1055 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php'
|
1056 |
),
|
1057 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => array(
|
1058 |
'version' => '3.0.12.0',
|
1059 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php'
|
1060 |
),
|
1061 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => array(
|
1062 |
'version' => '3.0.12.0',
|
1063 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php'
|
1064 |
),
|
1065 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Ed448' => array(
|
1066 |
'version' => '3.0.12.0',
|
1067 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php'
|
1068 |
),
|
1069 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => array(
|
1070 |
'version' => '3.0.12.0',
|
1071 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php'
|
1072 |
),
|
1073 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp224' => array(
|
1074 |
'version' => '3.0.12.0',
|
1075 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php'
|
1076 |
),
|
1077 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => array(
|
1078 |
'version' => '3.0.12.0',
|
1079 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php'
|
1080 |
),
|
1081 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => array(
|
1082 |
'version' => '3.0.12.0',
|
1083 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php'
|
1084 |
),
|
1085 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => array(
|
1086 |
'version' => '3.0.12.0',
|
1087 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php'
|
1088 |
),
|
1089 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk409' => array(
|
1090 |
'version' => '3.0.12.0',
|
1091 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php'
|
1092 |
),
|
1093 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => array(
|
1094 |
'version' => '3.0.12.0',
|
1095 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php'
|
1096 |
),
|
1097 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => array(
|
1098 |
'version' => '3.0.12.0',
|
1099 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php'
|
1100 |
),
|
1101 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => array(
|
1102 |
'version' => '3.0.12.0',
|
1103 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php'
|
1104 |
),
|
1105 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => array(
|
1106 |
'version' => '3.0.12.0',
|
1107 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php'
|
1108 |
),
|
1109 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => array(
|
1110 |
'version' => '3.0.12.0',
|
1111 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php'
|
1112 |
),
|
1113 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => array(
|
1114 |
'version' => '3.0.12.0',
|
1115 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php'
|
1116 |
),
|
1117 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => array(
|
1118 |
'version' => '3.0.12.0',
|
1119 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php'
|
1120 |
),
|
1121 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Curve448' => array(
|
1122 |
'version' => '3.0.12.0',
|
1123 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php'
|
1124 |
),
|
1125 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => array(
|
1126 |
'version' => '3.0.12.0',
|
1127 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php'
|
1128 |
),
|
1129 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => array(
|
1130 |
'version' => '3.0.12.0',
|
1131 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php'
|
1132 |
),
|
1133 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => array(
|
1134 |
'version' => '3.0.12.0',
|
1135 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php'
|
1136 |
),
|
1137 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => array(
|
1138 |
'version' => '3.0.12.0',
|
1139 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php'
|
1140 |
),
|
1141 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => array(
|
1142 |
'version' => '3.0.12.0',
|
1143 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php'
|
1144 |
),
|
1145 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => array(
|
1146 |
'version' => '3.0.12.0',
|
1147 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php'
|
1148 |
),
|
1149 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => array(
|
1150 |
'version' => '3.0.12.0',
|
1151 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php'
|
1152 |
),
|
1153 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => array(
|
1154 |
'version' => '3.0.12.0',
|
1155 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php'
|
1156 |
),
|
1157 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp384' => array(
|
1158 |
'version' => '3.0.12.0',
|
1159 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php'
|
1160 |
),
|
1161 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => array(
|
1162 |
'version' => '3.0.12.0',
|
1163 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php'
|
1164 |
),
|
1165 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => array(
|
1166 |
'version' => '3.0.12.0',
|
1167 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php'
|
1168 |
),
|
1169 |
+
'phpseclib3\\Crypt\\EC\\Parameters' => array(
|
1170 |
'version' => '3.0.12.0',
|
1171 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php'
|
1172 |
),
|
1173 |
+
'phpseclib3\\Crypt\\EC\\PrivateKey' => array(
|
1174 |
'version' => '3.0.12.0',
|
1175 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php'
|
1176 |
),
|
1177 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => array(
|
1178 |
'version' => '3.0.12.0',
|
1179 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php'
|
1180 |
),
|
1181 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => array(
|
1182 |
'version' => '3.0.12.0',
|
1183 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php'
|
1184 |
),
|
1185 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => array(
|
1186 |
'version' => '3.0.12.0',
|
1187 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php'
|
1188 |
),
|
1189 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => array(
|
1190 |
'version' => '3.0.12.0',
|
1191 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php'
|
1192 |
),
|
1193 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => array(
|
1194 |
'version' => '3.0.12.0',
|
1195 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php'
|
1196 |
),
|
1197 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => array(
|
1198 |
'version' => '3.0.12.0',
|
1199 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php'
|
1200 |
),
|
1201 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => array(
|
1202 |
'version' => '3.0.12.0',
|
1203 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php'
|
1204 |
),
|
1205 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => array(
|
1206 |
'version' => '3.0.12.0',
|
1207 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php'
|
1208 |
),
|
1209 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => array(
|
1210 |
'version' => '3.0.12.0',
|
1211 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php'
|
1212 |
),
|
1213 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => array(
|
1214 |
'version' => '3.0.12.0',
|
1215 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php'
|
1216 |
),
|
1217 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => array(
|
1218 |
'version' => '3.0.12.0',
|
1219 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php'
|
1220 |
),
|
1221 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => array(
|
1222 |
'version' => '3.0.12.0',
|
1223 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php'
|
1224 |
),
|
1225 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => array(
|
1226 |
'version' => '3.0.12.0',
|
1227 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php'
|
1228 |
),
|
1229 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => array(
|
1230 |
'version' => '3.0.12.0',
|
1231 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php'
|
1232 |
),
|
1233 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => array(
|
1234 |
'version' => '3.0.12.0',
|
1235 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php'
|
1236 |
),
|
1237 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => array(
|
1238 |
'version' => '3.0.12.0',
|
1239 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php'
|
1240 |
),
|
1241 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => array(
|
1242 |
'version' => '3.0.12.0',
|
1243 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php'
|
1244 |
),
|
1245 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => array(
|
1246 |
'version' => '3.0.12.0',
|
1247 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php'
|
1248 |
),
|
1249 |
+
'phpseclib3\\Crypt\\EC\\PublicKey' => array(
|
1250 |
'version' => '3.0.12.0',
|
1251 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php'
|
1252 |
),
|
1253 |
+
'phpseclib3\\Crypt\\DH' => array(
|
1254 |
'version' => '3.0.12.0',
|
1255 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php'
|
1256 |
),
|
1257 |
+
'phpseclib3\\Crypt\\ChaCha20' => array(
|
1258 |
'version' => '3.0.12.0',
|
1259 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php'
|
1260 |
),
|
1261 |
+
'phpseclib3\\Crypt\\AES' => array(
|
1262 |
'version' => '3.0.12.0',
|
1263 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php'
|
1264 |
),
|
1265 |
+
'phpseclib3\\Crypt\\Hash' => array(
|
1266 |
'version' => '3.0.12.0',
|
1267 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'
|
1268 |
),
|
1269 |
+
'phpseclib3\\Crypt\\Twofish' => array(
|
1270 |
'version' => '3.0.12.0',
|
1271 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'
|
1272 |
),
|
1273 |
+
'phpseclib3\\Crypt\\DSA' => array(
|
1274 |
'version' => '3.0.12.0',
|
1275 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php'
|
1276 |
),
|
1277 |
+
'phpseclib3\\Crypt\\DSA\\Parameters' => array(
|
1278 |
'version' => '3.0.12.0',
|
1279 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php'
|
1280 |
),
|
1281 |
+
'phpseclib3\\Crypt\\DSA\\PrivateKey' => array(
|
1282 |
'version' => '3.0.12.0',
|
1283 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php'
|
1284 |
),
|
1285 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => array(
|
1286 |
'version' => '3.0.12.0',
|
1287 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php'
|
1288 |
),
|
1289 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => array(
|
1290 |
'version' => '3.0.12.0',
|
1291 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php'
|
1292 |
),
|
1293 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => array(
|
1294 |
'version' => '3.0.12.0',
|
1295 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php'
|
1296 |
),
|
1297 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => array(
|
1298 |
'version' => '3.0.12.0',
|
1299 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php'
|
1300 |
),
|
1301 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1302 |
'version' => '3.0.12.0',
|
1303 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php'
|
1304 |
),
|
1305 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => array(
|
1306 |
'version' => '3.0.12.0',
|
1307 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php'
|
1308 |
),
|
1309 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => array(
|
1310 |
'version' => '3.0.12.0',
|
1311 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php'
|
1312 |
),
|
1313 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => array(
|
1314 |
'version' => '3.0.12.0',
|
1315 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php'
|
1316 |
),
|
1317 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => array(
|
1318 |
'version' => '3.0.12.0',
|
1319 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php'
|
1320 |
),
|
1321 |
+
'phpseclib3\\Crypt\\DSA\\PublicKey' => array(
|
1322 |
'version' => '3.0.12.0',
|
1323 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php'
|
1324 |
),
|
1325 |
'bcmath_compat\\BCMath' => array(
|
1326 |
'version' => '2.0.0.0',
|
1338 |
'version' => '1.22.1.0',
|
1339 |
'path' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php'
|
1340 |
),
|
1341 |
+
'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => array(
|
|
|
|
|
|
|
|
|
1342 |
'version' => '2.3.0.0',
|
1343 |
+
'path' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php'
|
1344 |
),
|
1345 |
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => array(
|
1346 |
'version' => '2.3.0.0',
|
1347 |
'path' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php'
|
1348 |
),
|
1349 |
+
'Symfony\\Contracts\\Translation\\TranslatorInterface' => array(
|
1350 |
'version' => '2.3.0.0',
|
1351 |
+
'path' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php'
|
1352 |
+
),
|
1353 |
+
'Symfony\\Contracts\\Translation\\TranslatableInterface' => array(
|
1354 |
+
'version' => '2.3.0.0',
|
1355 |
+
'path' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php'
|
1356 |
),
|
1357 |
'Symfony\\Contracts\\Translation\\TranslatorTrait' => array(
|
1358 |
'version' => '2.3.0.0',
|
1359 |
'path' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php'
|
1360 |
),
|
1361 |
+
'Symfony\\Component\\Validator\\ContainerConstraintValidatorFactory' => array(
|
1362 |
'version' => '5.2.7.0',
|
1363 |
+
'path' => $vendorDir . '/symfony/validator/ContainerConstraintValidatorFactory.php'
|
1364 |
),
|
1365 |
+
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => array(
|
1366 |
'version' => '5.2.7.0',
|
1367 |
+
'path' => $vendorDir . '/symfony/validator/Validator/ValidatorInterface.php'
|
1368 |
),
|
1369 |
+
'Symfony\\Component\\Validator\\Validator\\RecursiveContextualValidator' => array(
|
1370 |
'version' => '5.2.7.0',
|
1371 |
+
'path' => $vendorDir . '/symfony/validator/Validator/RecursiveContextualValidator.php'
|
1372 |
),
|
1373 |
+
'Symfony\\Component\\Validator\\Validator\\ContextualValidatorInterface' => array(
|
1374 |
'version' => '5.2.7.0',
|
1375 |
+
'path' => $vendorDir . '/symfony/validator/Validator/ContextualValidatorInterface.php'
|
1376 |
),
|
1377 |
+
'Symfony\\Component\\Validator\\Validator\\TraceableValidator' => array(
|
1378 |
'version' => '5.2.7.0',
|
1379 |
+
'path' => $vendorDir . '/symfony/validator/Validator/TraceableValidator.php'
|
1380 |
),
|
1381 |
+
'Symfony\\Component\\Validator\\Validator\\LazyProperty' => array(
|
1382 |
'version' => '5.2.7.0',
|
1383 |
+
'path' => $vendorDir . '/symfony/validator/Validator/LazyProperty.php'
|
1384 |
),
|
1385 |
+
'Symfony\\Component\\Validator\\Validator\\RecursiveValidator' => array(
|
1386 |
'version' => '5.2.7.0',
|
1387 |
+
'path' => $vendorDir . '/symfony/validator/Validator/RecursiveValidator.php'
|
1388 |
),
|
1389 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextFactoryInterface' => array(
|
1390 |
'version' => '5.2.7.0',
|
1391 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactoryInterface.php'
|
1392 |
),
|
1393 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContext' => array(
|
1394 |
'version' => '5.2.7.0',
|
1395 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContext.php'
|
1396 |
),
|
1397 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextInterface' => array(
|
1398 |
'version' => '5.2.7.0',
|
1399 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextInterface.php'
|
1400 |
),
|
1401 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextFactory' => array(
|
1402 |
'version' => '5.2.7.0',
|
1403 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactory.php'
|
1404 |
),
|
1405 |
+
'Symfony\\Component\\Validator\\Exception\\UnsupportedMetadataException' => array(
|
1406 |
'version' => '5.2.7.0',
|
1407 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnsupportedMetadataException.php'
|
1408 |
),
|
1409 |
+
'Symfony\\Component\\Validator\\Exception\\UnexpectedValueException' => array(
|
1410 |
'version' => '5.2.7.0',
|
1411 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnexpectedValueException.php'
|
1412 |
),
|
1413 |
+
'Symfony\\Component\\Validator\\Exception\\OutOfBoundsException' => array(
|
1414 |
'version' => '5.2.7.0',
|
1415 |
+
'path' => $vendorDir . '/symfony/validator/Exception/OutOfBoundsException.php'
|
1416 |
),
|
1417 |
+
'Symfony\\Component\\Validator\\Exception\\BadMethodCallException' => array(
|
1418 |
'version' => '5.2.7.0',
|
1419 |
+
'path' => $vendorDir . '/symfony/validator/Exception/BadMethodCallException.php'
|
1420 |
),
|
1421 |
+
'Symfony\\Component\\Validator\\Exception\\ExceptionInterface' => array(
|
1422 |
'version' => '5.2.7.0',
|
1423 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ExceptionInterface.php'
|
1424 |
),
|
1425 |
+
'Symfony\\Component\\Validator\\Exception\\LogicException' => array(
|
1426 |
'version' => '5.2.7.0',
|
1427 |
+
'path' => $vendorDir . '/symfony/validator/Exception/LogicException.php'
|
1428 |
),
|
1429 |
+
'Symfony\\Component\\Validator\\Exception\\ValidatorException' => array(
|
1430 |
'version' => '5.2.7.0',
|
1431 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ValidatorException.php'
|
1432 |
),
|
1433 |
+
'Symfony\\Component\\Validator\\Exception\\InvalidArgumentException' => array(
|
1434 |
'version' => '5.2.7.0',
|
1435 |
+
'path' => $vendorDir . '/symfony/validator/Exception/InvalidArgumentException.php'
|
1436 |
),
|
1437 |
+
'Symfony\\Component\\Validator\\Exception\\GroupDefinitionException' => array(
|
1438 |
'version' => '5.2.7.0',
|
1439 |
+
'path' => $vendorDir . '/symfony/validator/Exception/GroupDefinitionException.php'
|
1440 |
),
|
1441 |
+
'Symfony\\Component\\Validator\\Exception\\RuntimeException' => array(
|
1442 |
'version' => '5.2.7.0',
|
1443 |
+
'path' => $vendorDir . '/symfony/validator/Exception/RuntimeException.php'
|
1444 |
),
|
1445 |
+
'Symfony\\Component\\Validator\\Exception\\ConstraintDefinitionException' => array(
|
1446 |
'version' => '5.2.7.0',
|
1447 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ConstraintDefinitionException.php'
|
1448 |
),
|
1449 |
+
'Symfony\\Component\\Validator\\Exception\\ValidationFailedException' => array(
|
1450 |
'version' => '5.2.7.0',
|
1451 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ValidationFailedException.php'
|
1452 |
),
|
1453 |
+
'Symfony\\Component\\Validator\\Exception\\MappingException' => array(
|
1454 |
'version' => '5.2.7.0',
|
1455 |
+
'path' => $vendorDir . '/symfony/validator/Exception/MappingException.php'
|
1456 |
),
|
1457 |
+
'Symfony\\Component\\Validator\\Exception\\MissingOptionsException' => array(
|
1458 |
'version' => '5.2.7.0',
|
1459 |
+
'path' => $vendorDir . '/symfony/validator/Exception/MissingOptionsException.php'
|
1460 |
),
|
1461 |
+
'Symfony\\Component\\Validator\\Exception\\UnexpectedTypeException' => array(
|
1462 |
'version' => '5.2.7.0',
|
1463 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnexpectedTypeException.php'
|
1464 |
),
|
1465 |
+
'Symfony\\Component\\Validator\\Exception\\InvalidOptionsException' => array(
|
1466 |
'version' => '5.2.7.0',
|
1467 |
+
'path' => $vendorDir . '/symfony/validator/Exception/InvalidOptionsException.php'
|
1468 |
),
|
1469 |
+
'Symfony\\Component\\Validator\\Exception\\NoSuchMetadataException' => array(
|
1470 |
'version' => '5.2.7.0',
|
1471 |
+
'path' => $vendorDir . '/symfony/validator/Exception/NoSuchMetadataException.php'
|
1472 |
),
|
1473 |
+
'Symfony\\Component\\Validator\\Command\\DebugCommand' => array(
|
1474 |
'version' => '5.2.7.0',
|
1475 |
+
'path' => $vendorDir . '/symfony/validator/Command/DebugCommand.php'
|
1476 |
),
|
1477 |
+
'Symfony\\Component\\Validator\\Util\\PropertyPath' => array(
|
1478 |
'version' => '5.2.7.0',
|
1479 |
+
'path' => $vendorDir . '/symfony/validator/Util/PropertyPath.php'
|
1480 |
),
|
1481 |
+
'Symfony\\Component\\Validator\\ConstraintViolationList' => array(
|
1482 |
'version' => '5.2.7.0',
|
1483 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationList.php'
|
1484 |
),
|
1485 |
+
'Symfony\\Component\\Validator\\Constraints\\Callback' => array(
|
1486 |
'version' => '5.2.7.0',
|
1487 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Callback.php'
|
1488 |
),
|
1489 |
+
'Symfony\\Component\\Validator\\Constraints\\FileValidator' => array(
|
1490 |
'version' => '5.2.7.0',
|
1491 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/FileValidator.php'
|
1492 |
),
|
1493 |
+
'Symfony\\Component\\Validator\\Constraints\\Json' => array(
|
1494 |
'version' => '5.2.7.0',
|
1495 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Json.php'
|
1496 |
),
|
1497 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanValidator' => array(
|
1498 |
'version' => '5.2.7.0',
|
1499 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanValidator.php'
|
1500 |
),
|
1501 |
+
'Symfony\\Component\\Validator\\Constraints\\CurrencyValidator' => array(
|
1502 |
'version' => '5.2.7.0',
|
1503 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CurrencyValidator.php'
|
1504 |
),
|
1505 |
+
'Symfony\\Component\\Validator\\Constraints\\Hostname' => array(
|
1506 |
'version' => '5.2.7.0',
|
1507 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Hostname.php'
|
1508 |
),
|
1509 |
+
'Symfony\\Component\\Validator\\Constraints\\Optional' => array(
|
1510 |
'version' => '5.2.7.0',
|
1511 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Optional.php'
|
1512 |
),
|
1513 |
+
'Symfony\\Component\\Validator\\Constraints\\TimezoneValidator' => array(
|
1514 |
'version' => '5.2.7.0',
|
1515 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TimezoneValidator.php'
|
1516 |
),
|
1517 |
+
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalTo' => array(
|
1518 |
'version' => '5.2.7.0',
|
1519 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalTo.php'
|
1520 |
),
|
1521 |
+
'Symfony\\Component\\Validator\\Constraints\\Range' => array(
|
1522 |
'version' => '5.2.7.0',
|
1523 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Range.php'
|
1524 |
),
|
1525 |
+
'Symfony\\Component\\Validator\\Constraints\\UniqueValidator' => array(
|
1526 |
'version' => '5.2.7.0',
|
1527 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UniqueValidator.php'
|
1528 |
),
|
1529 |
+
'Symfony\\Component\\Validator\\Constraints\\DateTimeValidator' => array(
|
1530 |
'version' => '5.2.7.0',
|
1531 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateTimeValidator.php'
|
1532 |
),
|
1533 |
+
'Symfony\\Component\\Validator\\Constraints\\NotBlankValidator' => array(
|
1534 |
'version' => '5.2.7.0',
|
1535 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotBlankValidator.php'
|
1536 |
),
|
1537 |
+
'Symfony\\Component\\Validator\\Constraints\\DateValidator' => array(
|
1538 |
'version' => '5.2.7.0',
|
1539 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateValidator.php'
|
1540 |
),
|
1541 |
+
'Symfony\\Component\\Validator\\Constraints\\NotNull' => array(
|
1542 |
'version' => '5.2.7.0',
|
1543 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotNull.php'
|
1544 |
),
|
1545 |
+
'Symfony\\Component\\Validator\\Constraints\\GroupSequenceProvider' => array(
|
1546 |
'version' => '5.2.7.0',
|
1547 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GroupSequenceProvider.php'
|
1548 |
),
|
1549 |
+
'Symfony\\Component\\Validator\\Constraints\\File' => array(
|
1550 |
'version' => '5.2.7.0',
|
1551 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/File.php'
|
1552 |
),
|
1553 |
+
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => array(
|
1554 |
'version' => '5.2.7.0',
|
1555 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EmailValidator.php'
|
1556 |
),
|
1557 |
+
'Symfony\\Component\\Validator\\Constraints\\IsFalseValidator' => array(
|
1558 |
'version' => '5.2.7.0',
|
1559 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsFalseValidator.php'
|
1560 |
),
|
1561 |
+
'Symfony\\Component\\Validator\\Constraints\\NumberConstraintTrait' => array(
|
1562 |
'version' => '5.2.7.0',
|
1563 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NumberConstraintTrait.php'
|
1564 |
),
|
1565 |
+
'Symfony\\Component\\Validator\\Constraints\\AbstractComparisonValidator' => array(
|
1566 |
'version' => '5.2.7.0',
|
1567 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AbstractComparisonValidator.php'
|
1568 |
),
|
1569 |
+
'Symfony\\Component\\Validator\\Constraints\\IpValidator' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1570 |
'version' => '5.2.7.0',
|
1571 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IpValidator.php'
|
1572 |
),
|
1573 |
+
'Symfony\\Component\\Validator\\Constraints\\Country' => array(
|
1574 |
'version' => '5.2.7.0',
|
1575 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Country.php'
|
1576 |
),
|
1577 |
+
'Symfony\\Component\\Validator\\Constraints\\Regex' => array(
|
1578 |
'version' => '5.2.7.0',
|
1579 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Regex.php'
|
1580 |
),
|
1581 |
+
'Symfony\\Component\\Validator\\Constraints\\Ulid' => array(
|
1582 |
'version' => '5.2.7.0',
|
1583 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Ulid.php'
|
1584 |
),
|
1585 |
+
'Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator' => array(
|
1586 |
'version' => '5.2.7.0',
|
1587 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IdenticalToValidator.php'
|
1588 |
),
|
1589 |
+
'Symfony\\Component\\Validator\\Constraints\\IssnValidator' => array(
|
1590 |
'version' => '5.2.7.0',
|
1591 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IssnValidator.php'
|
1592 |
),
|
1593 |
+
'Symfony\\Component\\Validator\\Constraints\\NotEqualTo' => array(
|
1594 |
'version' => '5.2.7.0',
|
1595 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotEqualTo.php'
|
1596 |
),
|
1597 |
+
'Symfony\\Component\\Validator\\Constraints\\IsTrue' => array(
|
1598 |
'version' => '5.2.7.0',
|
1599 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsTrue.php'
|
1600 |
),
|
1601 |
+
'Symfony\\Component\\Validator\\Constraints\\AllValidator' => array(
|
1602 |
'version' => '5.2.7.0',
|
1603 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AllValidator.php'
|
1604 |
),
|
1605 |
+
'Symfony\\Component\\Validator\\Constraints\\ZeroComparisonConstraintTrait' => array(
|
1606 |
'version' => '5.2.7.0',
|
1607 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ZeroComparisonConstraintTrait.php'
|
1608 |
),
|
1609 |
+
'Symfony\\Component\\Validator\\Constraints\\IbanValidator' => array(
|
1610 |
'version' => '5.2.7.0',
|
1611 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IbanValidator.php'
|
1612 |
),
|
1613 |
+
'Symfony\\Component\\Validator\\Constraints\\GroupSequence' => array(
|
1614 |
'version' => '5.2.7.0',
|
1615 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GroupSequence.php'
|
1616 |
),
|
1617 |
+
'Symfony\\Component\\Validator\\Constraints\\Negative' => array(
|
1618 |
'version' => '5.2.7.0',
|
1619 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Negative.php'
|
1620 |
),
|
1621 |
+
'Symfony\\Component\\Validator\\Constraints\\Language' => array(
|
1622 |
'version' => '5.2.7.0',
|
1623 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Language.php'
|
1624 |
),
|
1625 |
+
'Symfony\\Component\\Validator\\Constraints\\CallbackValidator' => array(
|
1626 |
'version' => '5.2.7.0',
|
1627 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CallbackValidator.php'
|
1628 |
),
|
1629 |
+
'Symfony\\Component\\Validator\\Constraints\\ChoiceValidator' => array(
|
1630 |
'version' => '5.2.7.0',
|
1631 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ChoiceValidator.php'
|
1632 |
),
|
1633 |
+
'Symfony\\Component\\Validator\\Constraints\\Traverse' => array(
|
1634 |
'version' => '5.2.7.0',
|
1635 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Traverse.php'
|
1636 |
),
|
1637 |
+
'Symfony\\Component\\Validator\\Constraints\\JsonValidator' => array(
|
1638 |
'version' => '5.2.7.0',
|
1639 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/JsonValidator.php'
|
1640 |
),
|
1641 |
+
'Symfony\\Component\\Validator\\Constraints\\Timezone' => array(
|
1642 |
'version' => '5.2.7.0',
|
1643 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Timezone.php'
|
1644 |
),
|
1645 |
+
'Symfony\\Component\\Validator\\Constraints\\Locale' => array(
|
1646 |
'version' => '5.2.7.0',
|
1647 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Locale.php'
|
1648 |
),
|
1649 |
+
'Symfony\\Component\\Validator\\Constraints\\UlidValidator' => array(
|
1650 |
'version' => '5.2.7.0',
|
1651 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UlidValidator.php'
|
1652 |
),
|
1653 |
+
'Symfony\\Component\\Validator\\Constraints\\EnableAutoMapping' => array(
|
1654 |
'version' => '5.2.7.0',
|
1655 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EnableAutoMapping.php'
|
1656 |
),
|
1657 |
+
'Symfony\\Component\\Validator\\Constraints\\Expression' => array(
|
1658 |
'version' => '5.2.7.0',
|
1659 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Expression.php'
|
1660 |
),
|
1661 |
+
'Symfony\\Component\\Validator\\Constraints\\LanguageValidator' => array(
|
1662 |
'version' => '5.2.7.0',
|
1663 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LanguageValidator.php'
|
1664 |
),
|
1665 |
+
'Symfony\\Component\\Validator\\Constraints\\Cascade' => array(
|
1666 |
'version' => '5.2.7.0',
|
1667 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Cascade.php'
|
1668 |
),
|
1669 |
+
'Symfony\\Component\\Validator\\Constraints\\Uuid' => array(
|
1670 |
'version' => '5.2.7.0',
|
1671 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Uuid.php'
|
1672 |
),
|
1673 |
+
'Symfony\\Component\\Validator\\Constraints\\Composite' => array(
|
1674 |
'version' => '5.2.7.0',
|
1675 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Composite.php'
|
1676 |
),
|
1677 |
+
'Symfony\\Component\\Validator\\Constraints\\DateTime' => array(
|
1678 |
'version' => '5.2.7.0',
|
1679 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateTime.php'
|
1680 |
),
|
1681 |
+
'Symfony\\Component\\Validator\\Constraints\\ImageValidator' => array(
|
1682 |
'version' => '5.2.7.0',
|
1683 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ImageValidator.php'
|
1684 |
),
|
1685 |
+
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => array(
|
1686 |
'version' => '5.2.7.0',
|
1687 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPasswordValidator.php'
|
1688 |
),
|
1689 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntax' => array(
|
1690 |
'version' => '5.2.7.0',
|
1691 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntax.php'
|
1692 |
),
|
1693 |
+
'Symfony\\Component\\Validator\\Constraints\\BicValidator' => array(
|
1694 |
'version' => '5.2.7.0',
|
1695 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/BicValidator.php'
|
1696 |
),
|
1697 |
+
'Symfony\\Component\\Validator\\Constraints\\LengthValidator' => array(
|
1698 |
'version' => '5.2.7.0',
|
1699 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LengthValidator.php'
|
1700 |
),
|
1701 |
+
'Symfony\\Component\\Validator\\Constraints\\LocaleValidator' => array(
|
1702 |
'version' => '5.2.7.0',
|
1703 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LocaleValidator.php'
|
1704 |
),
|
1705 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator' => array(
|
1706 |
'version' => '5.2.7.0',
|
1707 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqualValidator.php'
|
1708 |
),
|
1709 |
+
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPassword' => array(
|
1710 |
'version' => '5.2.7.0',
|
1711 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPassword.php'
|
1712 |
),
|
1713 |
+
'Symfony\\Component\\Validator\\Constraints\\CollectionValidator' => array(
|
1714 |
'version' => '5.2.7.0',
|
1715 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CollectionValidator.php'
|
1716 |
),
|
1717 |
+
'Symfony\\Component\\Validator\\Constraints\\DisableAutoMapping' => array(
|
1718 |
'version' => '5.2.7.0',
|
1719 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DisableAutoMapping.php'
|
1720 |
),
|
1721 |
+
'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator' => array(
|
1722 |
'version' => '5.2.7.0',
|
1723 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOfValidator.php'
|
1724 |
),
|
1725 |
+
'Symfony\\Component\\Validator\\Constraints\\NotNullValidator' => array(
|
1726 |
'version' => '5.2.7.0',
|
1727 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotNullValidator.php'
|
1728 |
),
|
1729 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntaxValidator' => array(
|
1730 |
'version' => '5.2.7.0',
|
1731 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntaxValidator.php'
|
1732 |
),
|
1733 |
+
'Symfony\\Component\\Validator\\Constraints\\ValidValidator' => array(
|
1734 |
'version' => '5.2.7.0',
|
1735 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ValidValidator.php'
|
1736 |
),
|
1737 |
+
'Symfony\\Component\\Validator\\Constraints\\EqualTo' => array(
|
1738 |
'version' => '5.2.7.0',
|
1739 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EqualTo.php'
|
1740 |
),
|
1741 |
+
'Symfony\\Component\\Validator\\Constraints\\Count' => array(
|
1742 |
'version' => '5.2.7.0',
|
1743 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Count.php'
|
1744 |
),
|
1745 |
+
'Symfony\\Component\\Validator\\Constraints\\Bic' => array(
|
1746 |
'version' => '5.2.7.0',
|
1747 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Bic.php'
|
1748 |
),
|
1749 |
+
'Symfony\\Component\\Validator\\Constraints\\Valid' => array(
|
1750 |
'version' => '5.2.7.0',
|
1751 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Valid.php'
|
1752 |
),
|
1753 |
'Symfony\\Component\\Validator\\Constraints\\CompoundValidator' => array(
|
1754 |
'version' => '5.2.7.0',
|
1755 |
'path' => $vendorDir . '/symfony/validator/Constraints/CompoundValidator.php'
|
1756 |
),
|
1757 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator' => array(
|
1758 |
'version' => '5.2.7.0',
|
1759 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanValidator.php'
|
1760 |
),
|
1761 |
+
'Symfony\\Component\\Validator\\Constraints\\All' => array(
|
1762 |
'version' => '5.2.7.0',
|
1763 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/All.php'
|
1764 |
),
|
1765 |
+
'Symfony\\Component\\Validator\\Constraints\\Url' => array(
|
1766 |
'version' => '5.2.7.0',
|
1767 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Url.php'
|
1768 |
),
|
1769 |
+
'Symfony\\Component\\Validator\\Constraints\\Length' => array(
|
1770 |
'version' => '5.2.7.0',
|
1771 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Length.php'
|
1772 |
),
|
1773 |
+
'Symfony\\Component\\Validator\\Constraints\\PositiveOrZero' => array(
|
1774 |
'version' => '5.2.7.0',
|
1775 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/PositiveOrZero.php'
|
1776 |
),
|
1777 |
+
'Symfony\\Component\\Validator\\Constraints\\EqualToValidator' => array(
|
1778 |
'version' => '5.2.7.0',
|
1779 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EqualToValidator.php'
|
1780 |
),
|
1781 |
+
'Symfony\\Component\\Validator\\Constraints\\Required' => array(
|
1782 |
'version' => '5.2.7.0',
|
1783 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Required.php'
|
1784 |
),
|
1785 |
+
'Symfony\\Component\\Validator\\Constraints\\NotBlank' => array(
|
1786 |
'version' => '5.2.7.0',
|
1787 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotBlank.php'
|
1788 |
),
|
1789 |
+
'Symfony\\Component\\Validator\\Constraints\\Image' => array(
|
1790 |
'version' => '5.2.7.0',
|
1791 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Image.php'
|
1792 |
),
|
1793 |
+
'Symfony\\Component\\Validator\\Constraints\\Currency' => array(
|
1794 |
'version' => '5.2.7.0',
|
1795 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Currency.php'
|
1796 |
),
|
1797 |
+
'Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator' => array(
|
1798 |
'version' => '5.2.7.0',
|
1799 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CardSchemeValidator.php'
|
1800 |
),
|
1801 |
+
'Symfony\\Component\\Validator\\Constraints\\UrlValidator' => array(
|
1802 |
'version' => '5.2.7.0',
|
1803 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UrlValidator.php'
|
1804 |
),
|
1805 |
+
'Symfony\\Component\\Validator\\Constraints\\NegativeOrZero' => array(
|
1806 |
'version' => '5.2.7.0',
|
1807 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NegativeOrZero.php'
|
1808 |
),
|
1809 |
+
'Symfony\\Component\\Validator\\Constraints\\IsbnValidator' => array(
|
1810 |
'version' => '5.2.7.0',
|
1811 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsbnValidator.php'
|
1812 |
),
|
1813 |
+
'Symfony\\Component\\Validator\\Constraints\\AbstractComparison' => array(
|
1814 |
'version' => '5.2.7.0',
|
1815 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AbstractComparison.php'
|
1816 |
),
|
1817 |
+
'Symfony\\Component\\Validator\\Constraints\\CountValidator' => array(
|
1818 |
'version' => '5.2.7.0',
|
1819 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CountValidator.php'
|
1820 |
),
|
1821 |
+
'Symfony\\Component\\Validator\\Constraints\\LuhnValidator' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1822 |
'version' => '5.2.7.0',
|
1823 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LuhnValidator.php'
|
1824 |
),
|
1825 |
+
'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOf' => array(
|
1826 |
'version' => '5.2.7.0',
|
1827 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOf.php'
|
1828 |
),
|
1829 |
+
'Symfony\\Component\\Validator\\Constraints\\Unique' => array(
|
1830 |
'version' => '5.2.7.0',
|
1831 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Unique.php'
|
1832 |
),
|
1833 |
+
'Symfony\\Component\\Validator\\Constraints\\IdenticalTo' => array(
|
1834 |
'version' => '5.2.7.0',
|
1835 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IdenticalTo.php'
|
1836 |
),
|
1837 |
+
'Symfony\\Component\\Validator\\Constraints\\UuidValidator' => array(
|
1838 |
'version' => '5.2.7.0',
|
1839 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UuidValidator.php'
|
1840 |
),
|
1841 |
+
'Symfony\\Component\\Validator\\Constraints\\IsinValidator' => array(
|
1842 |
'version' => '5.2.7.0',
|
1843 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsinValidator.php'
|
1844 |
),
|
1845 |
+
'Symfony\\Component\\Validator\\Constraints\\Issn' => array(
|
1846 |
'version' => '5.2.7.0',
|
1847 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Issn.php'
|
1848 |
),
|
1849 |
+
'Symfony\\Component\\Validator\\Constraints\\TypeValidator' => array(
|
1850 |
'version' => '5.2.7.0',
|
1851 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TypeValidator.php'
|
1852 |
),
|
1853 |
+
'Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator' => array(
|
1854 |
'version' => '5.2.7.0',
|
1855 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotEqualToValidator.php'
|
1856 |
),
|
1857 |
+
'Symfony\\Component\\Validator\\Constraints\\Blank' => array(
|
1858 |
'version' => '5.2.7.0',
|
1859 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Blank.php'
|
1860 |
),
|
1861 |
+
'Symfony\\Component\\Validator\\Constraints\\Collection' => array(
|
1862 |
'version' => '5.2.7.0',
|
1863 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Collection.php'
|
1864 |
),
|
1865 |
+
'Symfony\\Component\\Validator\\Constraints\\Existence' => array(
|
1866 |
'version' => '5.2.7.0',
|
1867 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Existence.php'
|
1868 |
),
|
1869 |
'Symfony\\Component\\Validator\\Constraints\\Isbn' => array(
|
1870 |
'version' => '5.2.7.0',
|
1871 |
'path' => $vendorDir . '/symfony/validator/Constraints/Isbn.php'
|
1872 |
),
|
1873 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqual' => array(
|
1874 |
'version' => '5.2.7.0',
|
1875 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqual.php'
|
1876 |
),
|
1877 |
+
'Symfony\\Component\\Validator\\Constraints\\Type' => array(
|
1878 |
'version' => '5.2.7.0',
|
1879 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Type.php'
|
1880 |
),
|
1881 |
+
'Symfony\\Component\\Validator\\Constraints\\Email' => array(
|
1882 |
'version' => '5.2.7.0',
|
1883 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Email.php'
|
1884 |
),
|
1885 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator' => array(
|
1886 |
'version' => '5.2.7.0',
|
1887 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqualValidator.php'
|
1888 |
),
|
1889 |
+
'Symfony\\Component\\Validator\\Constraints\\TimeValidator' => array(
|
1890 |
'version' => '5.2.7.0',
|
1891 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TimeValidator.php'
|
1892 |
),
|
1893 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => array(
|
1894 |
'version' => '5.2.7.0',
|
1895 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionValidator.php'
|
1896 |
),
|
1897 |
+
'Symfony\\Component\\Validator\\Constraints\\IsTrueValidator' => array(
|
1898 |
'version' => '5.2.7.0',
|
1899 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsTrueValidator.php'
|
1900 |
),
|
1901 |
+
'Symfony\\Component\\Validator\\Constraints\\SequentiallyValidator' => array(
|
1902 |
'version' => '5.2.7.0',
|
1903 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/SequentiallyValidator.php'
|
1904 |
),
|
1905 |
+
'Symfony\\Component\\Validator\\Constraints\\Date' => array(
|
1906 |
'version' => '5.2.7.0',
|
1907 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Date.php'
|
1908 |
),
|
1909 |
+
'Symfony\\Component\\Validator\\Constraints\\Sequentially' => array(
|
1910 |
'version' => '5.2.7.0',
|
1911 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Sequentially.php'
|
1912 |
),
|
1913 |
+
'Symfony\\Component\\Validator\\Constraints\\Positive' => array(
|
1914 |
'version' => '5.2.7.0',
|
1915 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Positive.php'
|
1916 |
),
|
1917 |
+
'Symfony\\Component\\Validator\\Constraints\\Ip' => array(
|
1918 |
'version' => '5.2.7.0',
|
1919 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Ip.php'
|
1920 |
),
|
1921 |
+
'Symfony\\Component\\Validator\\Constraints\\RegexValidator' => array(
|
1922 |
'version' => '5.2.7.0',
|
1923 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/RegexValidator.php'
|
1924 |
),
|
1925 |
+
'Symfony\\Component\\Validator\\Constraints\\BlankValidator' => array(
|
1926 |
'version' => '5.2.7.0',
|
1927 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/BlankValidator.php'
|
1928 |
),
|
1929 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual' => array(
|
1930 |
'version' => '5.2.7.0',
|
1931 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqual.php'
|
1932 |
),
|
1933 |
+
'Symfony\\Component\\Validator\\Constraints\\Time' => array(
|
1934 |
'version' => '5.2.7.0',
|
1935 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Time.php'
|
1936 |
),
|
1937 |
+
'Symfony\\Component\\Validator\\Constraints\\Luhn' => array(
|
1938 |
'version' => '5.2.7.0',
|
1939 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Luhn.php'
|
1940 |
),
|
1941 |
+
'Symfony\\Component\\Validator\\Constraints\\Compound' => array(
|
1942 |
'version' => '5.2.7.0',
|
1943 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Compound.php'
|
1944 |
),
|
1945 |
+
'Symfony\\Component\\Validator\\Constraints\\Iban' => array(
|
1946 |
'version' => '5.2.7.0',
|
1947 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Iban.php'
|
1948 |
),
|
1949 |
+
'Symfony\\Component\\Validator\\Constraints\\IsNullValidator' => array(
|
1950 |
'version' => '5.2.7.0',
|
1951 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsNullValidator.php'
|
1952 |
),
|
1953 |
+
'Symfony\\Component\\Validator\\Constraints\\CardScheme' => array(
|
1954 |
'version' => '5.2.7.0',
|
1955 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CardScheme.php'
|
1956 |
),
|
1957 |
+
'Symfony\\Component\\Validator\\Constraints\\RangeValidator' => array(
|
1958 |
'version' => '5.2.7.0',
|
1959 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/RangeValidator.php'
|
1960 |
),
|
1961 |
+
'Symfony\\Component\\Validator\\Constraints\\IsNull' => array(
|
1962 |
'version' => '5.2.7.0',
|
1963 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsNull.php'
|
1964 |
),
|
1965 |
+
'Symfony\\Component\\Validator\\Constraints\\DivisibleBy' => array(
|
1966 |
'version' => '5.2.7.0',
|
1967 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DivisibleBy.php'
|
1968 |
),
|
1969 |
+
'Symfony\\Component\\Validator\\Constraints\\Isin' => array(
|
1970 |
'version' => '5.2.7.0',
|
1971 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Isin.php'
|
1972 |
),
|
1973 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThan' => array(
|
1974 |
'version' => '5.2.7.0',
|
1975 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThan.php'
|
1976 |
),
|
1977 |
+
'Symfony\\Component\\Validator\\Constraints\\IsFalse' => array(
|
1978 |
'version' => '5.2.7.0',
|
1979 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsFalse.php'
|
1980 |
),
|
1981 |
+
'Symfony\\Component\\Validator\\Constraints\\CountryValidator' => array(
|
1982 |
'version' => '5.2.7.0',
|
1983 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CountryValidator.php'
|
1984 |
),
|
1985 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThan' => array(
|
1986 |
'version' => '5.2.7.0',
|
1987 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThan.php'
|
1988 |
),
|
1989 |
+
'Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator' => array(
|
1990 |
'version' => '5.2.7.0',
|
1991 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DivisibleByValidator.php'
|
1992 |
),
|
1993 |
+
'Symfony\\Component\\Validator\\Constraints\\HostnameValidator' => array(
|
1994 |
'version' => '5.2.7.0',
|
1995 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/HostnameValidator.php'
|
1996 |
),
|
1997 |
+
'Symfony\\Component\\Validator\\Constraints\\Choice' => array(
|
1998 |
'version' => '5.2.7.0',
|
1999 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Choice.php'
|
2000 |
),
|
2001 |
+
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator' => array(
|
2002 |
'version' => '5.2.7.0',
|
2003 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalToValidator.php'
|
2004 |
),
|
2005 |
+
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => array(
|
2006 |
'version' => '5.2.7.0',
|
2007 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
2008 |
),
|
2009 |
+
'Symfony\\Component\\Validator\\Test\\ConstraintViolationAssertion' => array(
|
2010 |
'version' => '5.2.7.0',
|
2011 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
2012 |
),
|
2013 |
+
'Symfony\\Component\\Validator\\Test\\AssertingContextualValidator' => array(
|
2014 |
'version' => '5.2.7.0',
|
2015 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
2016 |
),
|
2017 |
+
'Symfony\\Component\\Validator\\GroupSequenceProviderInterface' => array(
|
2018 |
'version' => '5.2.7.0',
|
2019 |
+
'path' => $vendorDir . '/symfony/validator/GroupSequenceProviderInterface.php'
|
2020 |
),
|
2021 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorInterface' => array(
|
2022 |
'version' => '5.2.7.0',
|
2023 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorInterface.php'
|
2024 |
),
|
2025 |
+
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => array(
|
2026 |
'version' => '5.2.7.0',
|
2027 |
+
'path' => $vendorDir . '/symfony/validator/ObjectInitializerInterface.php'
|
2028 |
),
|
2029 |
+
'Symfony\\Component\\Validator\\ConstraintViolationInterface' => array(
|
2030 |
'version' => '5.2.7.0',
|
2031 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationInterface.php'
|
2032 |
),
|
2033 |
+
'Symfony\\Component\\Validator\\Validation' => array(
|
2034 |
'version' => '5.2.7.0',
|
2035 |
+
'path' => $vendorDir . '/symfony/validator/Validation.php'
|
2036 |
),
|
2037 |
+
'Symfony\\Component\\Validator\\ConstraintViolationListInterface' => array(
|
2038 |
'version' => '5.2.7.0',
|
2039 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationListInterface.php'
|
2040 |
),
|
2041 |
+
'Symfony\\Component\\Validator\\Constraint' => array(
|
2042 |
'version' => '5.2.7.0',
|
2043 |
+
'path' => $vendorDir . '/symfony/validator/Constraint.php'
|
2044 |
),
|
2045 |
'Symfony\\Component\\Validator\\ConstraintValidatorFactoryInterface' => array(
|
2046 |
'version' => '5.2.7.0',
|
2047 |
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorFactoryInterface.php'
|
2048 |
),
|
2049 |
+
'Symfony\\Component\\Validator\\ValidatorBuilder' => array(
|
2050 |
'version' => '5.2.7.0',
|
2051 |
+
'path' => $vendorDir . '/symfony/validator/ValidatorBuilder.php'
|
2052 |
),
|
2053 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => array(
|
2054 |
'version' => '5.2.7.0',
|
2055 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddAutoMappingConfigurationPass.php'
|
2056 |
),
|
2057 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => array(
|
2058 |
'version' => '5.2.7.0',
|
2059 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php'
|
2060 |
),
|
2061 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => array(
|
2062 |
'version' => '5.2.7.0',
|
2063 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php'
|
2064 |
),
|
2065 |
+
'Symfony\\Component\\Validator\\Mapping\\MetadataInterface' => array(
|
2066 |
'version' => '5.2.7.0',
|
2067 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/MetadataInterface.php'
|
2068 |
),
|
2069 |
+
'Symfony\\Component\\Validator\\Mapping\\ClassMetadataInterface' => array(
|
2070 |
'version' => '5.2.7.0',
|
2071 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/ClassMetadataInterface.php'
|
2072 |
),
|
2073 |
+
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => array(
|
2074 |
'version' => '5.2.7.0',
|
2075 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/TraversalStrategy.php'
|
2076 |
),
|
2077 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\FileLoader' => array(
|
2078 |
'version' => '5.2.7.0',
|
2079 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/FileLoader.php'
|
2080 |
),
|
2081 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\PropertyInfoLoader' => array(
|
2082 |
'version' => '5.2.7.0',
|
2083 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/PropertyInfoLoader.php'
|
2084 |
),
|
2085 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderChain' => array(
|
2086 |
'version' => '5.2.7.0',
|
2087 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderChain.php'
|
2088 |
),
|
2089 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFileLoader' => array(
|
2090 |
'version' => '5.2.7.0',
|
2091 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFileLoader.php'
|
2092 |
),
|
2093 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\FilesLoader' => array(
|
2094 |
'version' => '5.2.7.0',
|
2095 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/FilesLoader.php'
|
2096 |
),
|
2097 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AutoMappingTrait' => array(
|
2098 |
'version' => '5.2.7.0',
|
2099 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AutoMappingTrait.php'
|
2100 |
),
|
2101 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader' => array(
|
2102 |
'version' => '5.2.7.0',
|
2103 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AbstractLoader.php'
|
2104 |
),
|
2105 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\StaticMethodLoader' => array(
|
2106 |
'version' => '5.2.7.0',
|
2107 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/StaticMethodLoader.php'
|
2108 |
),
|
2109 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFileLoader' => array(
|
2110 |
'version' => '5.2.7.0',
|
2111 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFileLoader.php'
|
2112 |
),
|
2113 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderInterface' => array(
|
2114 |
'version' => '5.2.7.0',
|
2115 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderInterface.php'
|
2116 |
),
|
2117 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFilesLoader' => array(
|
2118 |
'version' => '5.2.7.0',
|
2119 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFilesLoader.php'
|
2120 |
),
|
2121 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AnnotationLoader' => array(
|
2122 |
'version' => '5.2.7.0',
|
2123 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AnnotationLoader.php'
|
2124 |
),
|
2125 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFilesLoader' => array(
|
2126 |
'version' => '5.2.7.0',
|
2127 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFilesLoader.php'
|
2128 |
),
|
2129 |
+
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => array(
|
2130 |
'version' => '5.2.7.0',
|
2131 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadataInterface.php'
|
2132 |
),
|
2133 |
+
'Symfony\\Component\\Validator\\Mapping\\AutoMappingStrategy' => array(
|
2134 |
'version' => '5.2.7.0',
|
2135 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/AutoMappingStrategy.php'
|
2136 |
),
|
2137 |
+
'Symfony\\Component\\Validator\\Mapping\\CascadingStrategy' => array(
|
2138 |
'version' => '5.2.7.0',
|
2139 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/CascadingStrategy.php'
|
2140 |
),
|
2141 |
+
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadata' => array(
|
2142 |
'version' => '5.2.7.0',
|
2143 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadata.php'
|
2144 |
),
|
2145 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\LazyLoadingMetadataFactory' => array(
|
2146 |
'version' => '5.2.7.0',
|
2147 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php'
|
2148 |
),
|
2149 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\MetadataFactoryInterface' => array(
|
2150 |
'version' => '5.2.7.0',
|
2151 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php'
|
2152 |
),
|
2153 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\BlackHoleMetadataFactory' => array(
|
2154 |
'version' => '5.2.7.0',
|
2155 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php'
|
2156 |
),
|
2157 |
+
'Symfony\\Component\\Validator\\Mapping\\MemberMetadata' => array(
|
2158 |
'version' => '5.2.7.0',
|
2159 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/MemberMetadata.php'
|
2160 |
),
|
2161 |
+
'Symfony\\Component\\Validator\\Mapping\\GetterMetadata' => array(
|
2162 |
'version' => '5.2.7.0',
|
2163 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/GetterMetadata.php'
|
2164 |
),
|
2165 |
+
'Symfony\\Component\\Validator\\Mapping\\ClassMetadata' => array(
|
2166 |
'version' => '5.2.7.0',
|
2167 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/ClassMetadata.php'
|
2168 |
),
|
2169 |
+
'Symfony\\Component\\Validator\\Mapping\\GenericMetadata' => array(
|
2170 |
'version' => '5.2.7.0',
|
2171 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/GenericMetadata.php'
|
2172 |
),
|
2173 |
+
'Symfony\\Component\\Validator\\DataCollector\\ValidatorDataCollector' => array(
|
2174 |
'version' => '5.2.7.0',
|
2175 |
+
'path' => $vendorDir . '/symfony/validator/DataCollector/ValidatorDataCollector.php'
|
2176 |
),
|
2177 |
+
'Symfony\\Component\\Validator\\ConstraintViolation' => array(
|
2178 |
'version' => '5.2.7.0',
|
2179 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolation.php'
|
2180 |
),
|
2181 |
+
'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilder' => array(
|
2182 |
+
'version' => '5.2.7.0',
|
2183 |
+
'path' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilder.php'
|
2184 |
),
|
2185 |
+
'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilderInterface' => array(
|
2186 |
+
'version' => '5.2.7.0',
|
2187 |
+
'path' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilderInterface.php'
|
2188 |
+
),
|
2189 |
+
'Symfony\\Component\\Validator\\ConstraintValidator' => array(
|
2190 |
+
'version' => '5.2.7.0',
|
2191 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidator.php'
|
2192 |
+
),
|
2193 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorFactory' => array(
|
2194 |
+
'version' => '5.2.7.0',
|
2195 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorFactory.php'
|
2196 |
+
),
|
2197 |
+
'Psr\\Log\\LoggerAwareTrait' => array(
|
2198 |
'version' => '1.1.4.0',
|
2199 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php'
|
2200 |
),
|
2201 |
+
'Psr\\Log\\LoggerAwareInterface' => array(
|
2202 |
'version' => '1.1.4.0',
|
2203 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php'
|
2204 |
),
|
2205 |
+
'Psr\\Log\\LoggerInterface' => array(
|
2206 |
'version' => '1.1.4.0',
|
2207 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php'
|
2208 |
),
|
2209 |
+
'Psr\\Log\\LoggerTrait' => array(
|
2210 |
'version' => '1.1.4.0',
|
2211 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php'
|
2212 |
),
|
2213 |
+
'Psr\\Log\\NullLogger' => array(
|
2214 |
'version' => '1.1.4.0',
|
2215 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php'
|
2216 |
),
|
2217 |
'Psr\\Log\\InvalidArgumentException' => array(
|
2218 |
'version' => '1.1.4.0',
|
2219 |
'path' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php'
|
2220 |
),
|
2221 |
+
'Psr\\Log\\Test\\TestLogger' => array(
|
2222 |
'version' => '1.1.4.0',
|
2223 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php'
|
2224 |
),
|
2225 |
+
'Psr\\Log\\Test\\LoggerInterfaceTest' => array(
|
2226 |
'version' => '1.1.4.0',
|
2227 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'
|
2228 |
),
|
2229 |
+
'Psr\\Log\\Test\\DummyTest' => array(
|
2230 |
'version' => '1.1.4.0',
|
2231 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php'
|
2232 |
),
|
2233 |
'Psr\\Log\\AbstractLogger' => array(
|
2234 |
'version' => '1.1.4.0',
|
2235 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
2236 |
),
|
2237 |
+
'Psr\\Log\\LogLevel' => array(
|
2238 |
+
'version' => '1.1.4.0',
|
2239 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php'
|
2240 |
),
|
2241 |
'Psr\\Http\\Message\\StreamFactoryInterface' => array(
|
2242 |
'version' => '1.0.1.0',
|
2250 |
'version' => '1.0.1.0',
|
2251 |
'path' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php'
|
2252 |
),
|
2253 |
+
'Psr\\Http\\Message\\ResponseFactoryInterface' => array(
|
2254 |
'version' => '1.0.1.0',
|
2255 |
+
'path' => $vendorDir . '/psr/http-factory/src/ResponseFactoryInterface.php'
|
2256 |
),
|
2257 |
'Psr\\Http\\Message\\RequestFactoryInterface' => array(
|
2258 |
'version' => '1.0.1.0',
|
2259 |
'path' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php'
|
2260 |
),
|
2261 |
+
'Psr\\Http\\Message\\ServerRequestFactoryInterface' => array(
|
|
|
|
|
|
|
|
|
2262 |
'version' => '1.0.1.0',
|
2263 |
+
'path' => $vendorDir . '/psr/http-factory/src/ServerRequestFactoryInterface.php'
|
2264 |
),
|
2265 |
+
'Psr\\Http\\Message\\MessageInterface' => array(
|
2266 |
'version' => '1.0.1.0',
|
2267 |
+
'path' => $vendorDir . '/psr/http-message/src/MessageInterface.php'
|
2268 |
),
|
2269 |
+
'Psr\\Http\\Message\\ServerRequestInterface' => array(
|
2270 |
'version' => '1.0.1.0',
|
2271 |
+
'path' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php'
|
2272 |
),
|
2273 |
'Psr\\Http\\Message\\RequestInterface' => array(
|
2274 |
'version' => '1.0.1.0',
|
2278 |
'version' => '1.0.1.0',
|
2279 |
'path' => $vendorDir . '/psr/http-message/src/ResponseInterface.php'
|
2280 |
),
|
2281 |
+
'Psr\\Http\\Message\\UploadedFileInterface' => array(
|
2282 |
'version' => '1.0.1.0',
|
2283 |
+
'path' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php'
|
2284 |
),
|
2285 |
+
'Psr\\Http\\Message\\UriInterface' => array(
|
2286 |
'version' => '1.0.1.0',
|
2287 |
+
'path' => $vendorDir . '/psr/http-message/src/UriInterface.php'
|
2288 |
),
|
2289 |
+
'Psr\\Http\\Message\\StreamInterface' => array(
|
2290 |
'version' => '1.0.1.0',
|
2291 |
+
'path' => $vendorDir . '/psr/http-message/src/StreamInterface.php'
|
2292 |
),
|
2293 |
'Psr\\Http\\Client\\ClientInterface' => array(
|
2294 |
'version' => '1.0.1.0',
|
2295 |
'path' => $vendorDir . '/psr/http-client/src/ClientInterface.php'
|
2296 |
),
|
2297 |
+
'Psr\\Http\\Client\\NetworkExceptionInterface' => array(
|
2298 |
+
'version' => '1.0.1.0',
|
2299 |
+
'path' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php'
|
2300 |
+
),
|
2301 |
'Psr\\Http\\Client\\ClientExceptionInterface' => array(
|
2302 |
'version' => '1.0.1.0',
|
2303 |
'path' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php'
|
2304 |
),
|
2305 |
+
'Psr\\Http\\Client\\RequestExceptionInterface' => array(
|
2306 |
+
'version' => '1.0.1.0',
|
2307 |
+
'path' => $vendorDir . '/psr/http-client/src/RequestExceptionInterface.php'
|
2308 |
+
),
|
2309 |
+
'Psr\\Container\\ContainerExceptionInterface' => array(
|
2310 |
+
'version' => '1.1.1.0',
|
2311 |
+
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
2312 |
+
),
|
2313 |
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
2314 |
'version' => '1.1.1.0',
|
2315 |
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
2318 |
'version' => '1.1.1.0',
|
2319 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
2320 |
),
|
2321 |
+
'Psr\\Cache\\InvalidArgumentException' => array(
|
2322 |
+
'version' => '1.0.1.0',
|
2323 |
+
'path' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php'
|
2324 |
),
|
2325 |
'Psr\\Cache\\CacheItemPoolInterface' => array(
|
2326 |
'version' => '1.0.1.0',
|
2327 |
'path' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php'
|
2328 |
),
|
2329 |
+
'Psr\\Cache\\CacheException' => array(
|
2330 |
+
'version' => '1.0.1.0',
|
2331 |
+
'path' => $vendorDir . '/psr/cache/src/CacheException.php'
|
2332 |
+
),
|
2333 |
'Psr\\Cache\\CacheItemInterface' => array(
|
2334 |
'version' => '1.0.1.0',
|
2335 |
'path' => $vendorDir . '/psr/cache/src/CacheItemInterface.php'
|
2336 |
),
|
2337 |
+
'ParagonIE\\ConstantTime\\Encoding' => array(
|
2338 |
+
'version' => '2.5.0.0',
|
2339 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Encoding.php'
|
2340 |
),
|
2341 |
+
'ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => array(
|
2342 |
+
'version' => '2.5.0.0',
|
2343 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php'
|
2344 |
),
|
2345 |
+
'ParagonIE\\ConstantTime\\EncoderInterface' => array(
|
2346 |
'version' => '2.5.0.0',
|
2347 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php'
|
2348 |
),
|
2349 |
'ParagonIE\\ConstantTime\\Base32Hex' => array(
|
2350 |
'version' => '2.5.0.0',
|
2351 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php'
|
2352 |
),
|
2353 |
+
'ParagonIE\\ConstantTime\\Base64' => array(
|
2354 |
'version' => '2.5.0.0',
|
2355 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php'
|
2356 |
),
|
2357 |
+
'ParagonIE\\ConstantTime\\Binary' => array(
|
2358 |
'version' => '2.5.0.0',
|
2359 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Binary.php'
|
2360 |
),
|
2361 |
+
'ParagonIE\\ConstantTime\\RFC4648' => array(
|
2362 |
'version' => '2.5.0.0',
|
2363 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php'
|
2364 |
),
|
2365 |
+
'ParagonIE\\ConstantTime\\Base64UrlSafe' => array(
|
2366 |
'version' => '2.5.0.0',
|
2367 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php'
|
2368 |
),
|
2369 |
'ParagonIE\\ConstantTime\\Hex' => array(
|
2370 |
'version' => '2.5.0.0',
|
2371 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php'
|
2372 |
),
|
2373 |
+
'ParagonIE\\ConstantTime\\Base32' => array(
|
2374 |
'version' => '2.5.0.0',
|
2375 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php'
|
2376 |
),
|
2377 |
+
'ParagonIE\\ConstantTime\\Base64DotSlash' => array(
|
2378 |
'version' => '2.5.0.0',
|
2379 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php'
|
2380 |
),
|
2381 |
+
'Monolog\\ErrorHandler' => array(
|
2382 |
+
'version' => '2.3.5.0',
|
2383 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php'
|
|
|
|
|
|
|
|
|
2384 |
),
|
2385 |
+
'Monolog\\Logger' => array(
|
2386 |
'version' => '2.3.5.0',
|
2387 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php'
|
2388 |
),
|
2389 |
+
'Monolog\\DateTimeImmutable' => array(
|
2390 |
'version' => '2.3.5.0',
|
2391 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.php'
|
2392 |
),
|
2393 |
+
'Monolog\\Formatter\\LogmaticFormatter' => array(
|
2394 |
'version' => '2.3.5.0',
|
2395 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php'
|
2396 |
),
|
2397 |
+
'Monolog\\Formatter\\LogstashFormatter' => array(
|
2398 |
'version' => '2.3.5.0',
|
2399 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php'
|
2400 |
),
|
2401 |
+
'Monolog\\Formatter\\ElasticaFormatter' => array(
|
2402 |
'version' => '2.3.5.0',
|
2403 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php'
|
2404 |
),
|
2405 |
+
'Monolog\\Formatter\\ScalarFormatter' => array(
|
2406 |
'version' => '2.3.5.0',
|
2407 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php'
|
2408 |
),
|
2409 |
+
'Monolog\\Formatter\\LineFormatter' => array(
|
2410 |
'version' => '2.3.5.0',
|
2411 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'
|
2412 |
),
|
2413 |
+
'Monolog\\Formatter\\NormalizerFormatter' => array(
|
2414 |
'version' => '2.3.5.0',
|
2415 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'
|
2416 |
),
|
2417 |
+
'Monolog\\Formatter\\LogglyFormatter' => array(
|
2418 |
'version' => '2.3.5.0',
|
2419 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php'
|
2420 |
),
|
2421 |
+
'Monolog\\Formatter\\MongoDBFormatter' => array(
|
2422 |
'version' => '2.3.5.0',
|
2423 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php'
|
2424 |
),
|
2425 |
+
'Monolog\\Formatter\\FluentdFormatter' => array(
|
2426 |
'version' => '2.3.5.0',
|
2427 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php'
|
2428 |
),
|
2429 |
+
'Monolog\\Formatter\\FormatterInterface' => array(
|
2430 |
'version' => '2.3.5.0',
|
2431 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'
|
2432 |
),
|
2433 |
+
'Monolog\\Formatter\\HtmlFormatter' => array(
|
2434 |
'version' => '2.3.5.0',
|
2435 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php'
|
2436 |
),
|
2437 |
+
'Monolog\\Formatter\\JsonFormatter' => array(
|
2438 |
'version' => '2.3.5.0',
|
2439 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php'
|
2440 |
),
|
2441 |
+
'Monolog\\Formatter\\ChromePHPFormatter' => array(
|
2442 |
'version' => '2.3.5.0',
|
2443 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'
|
2444 |
),
|
2445 |
+
'Monolog\\Formatter\\WildfireFormatter' => array(
|
2446 |
'version' => '2.3.5.0',
|
2447 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php'
|
2448 |
),
|
2449 |
+
'Monolog\\Formatter\\GelfMessageFormatter' => array(
|
2450 |
'version' => '2.3.5.0',
|
2451 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php'
|
2452 |
),
|
2453 |
+
'Monolog\\Formatter\\ElasticsearchFormatter' => array(
|
2454 |
'version' => '2.3.5.0',
|
2455 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php'
|
2456 |
),
|
2457 |
+
'Monolog\\Formatter\\FlowdockFormatter' => array(
|
2458 |
'version' => '2.3.5.0',
|
2459 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php'
|
2460 |
),
|
2461 |
+
'Monolog\\SignalHandler' => array(
|
2462 |
'version' => '2.3.5.0',
|
2463 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php'
|
2464 |
),
|
2465 |
+
'Monolog\\Test\\TestCase' => array(
|
2466 |
'version' => '2.3.5.0',
|
2467 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Test/TestCase.php'
|
2468 |
),
|
2469 |
+
'Monolog\\Utils' => array(
|
2470 |
'version' => '2.3.5.0',
|
2471 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php'
|
2472 |
),
|
2473 |
+
'Monolog\\Registry' => array(
|
2474 |
'version' => '2.3.5.0',
|
2475 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php'
|
2476 |
),
|
2477 |
+
'Monolog\\Handler\\BufferHandler' => array(
|
2478 |
'version' => '2.3.5.0',
|
2479 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php'
|
2480 |
),
|
2481 |
+
'Monolog\\Handler\\ProcessHandler' => array(
|
2482 |
'version' => '2.3.5.0',
|
2483 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessHandler.php'
|
2484 |
),
|
2485 |
+
'Monolog\\Handler\\StreamHandler' => array(
|
2486 |
'version' => '2.3.5.0',
|
2487 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php'
|
2488 |
),
|
2489 |
+
'Monolog\\Handler\\MandrillHandler' => array(
|
2490 |
'version' => '2.3.5.0',
|
2491 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php'
|
2492 |
),
|
2493 |
'Monolog\\Handler\\SyslogUdpHandler' => array(
|
2494 |
'version' => '2.3.5.0',
|
2495 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php'
|
2496 |
),
|
2497 |
+
'Monolog\\Handler\\RedisPubSubHandler' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2498 |
'version' => '2.3.5.0',
|
2499 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php'
|
2500 |
),
|
2501 |
+
'Monolog\\Handler\\NativeMailerHandler' => array(
|
2502 |
'version' => '2.3.5.0',
|
2503 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php'
|
2504 |
),
|
2505 |
+
'Monolog\\Handler\\SyslogUdp\\UdpSocket' => array(
|
2506 |
'version' => '2.3.5.0',
|
2507 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php'
|
2508 |
),
|
2509 |
+
'Monolog\\Handler\\WebRequestRecognizerTrait' => array(
|
2510 |
'version' => '2.3.5.0',
|
2511 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php'
|
2512 |
),
|
2513 |
+
'Monolog\\Handler\\NoopHandler' => array(
|
2514 |
'version' => '2.3.5.0',
|
2515 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NoopHandler.php'
|
2516 |
),
|
2517 |
+
'Monolog\\Handler\\SendGridHandler' => array(
|
2518 |
'version' => '2.3.5.0',
|
2519 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SendGridHandler.php'
|
2520 |
),
|
2521 |
+
'Monolog\\Handler\\Handler' => array(
|
2522 |
'version' => '2.3.5.0',
|
2523 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Handler.php'
|
2524 |
),
|
2525 |
+
'Monolog\\Handler\\FormattableHandlerInterface' => array(
|
2526 |
'version' => '2.3.5.0',
|
2527 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php'
|
2528 |
),
|
2529 |
+
'Monolog\\Handler\\AmqpHandler' => array(
|
2530 |
'version' => '2.3.5.0',
|
2531 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php'
|
2532 |
),
|
2533 |
+
'Monolog\\Handler\\FingersCrossedHandler' => array(
|
2534 |
'version' => '2.3.5.0',
|
2535 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php'
|
2536 |
),
|
2537 |
+
'Monolog\\Handler\\IFTTTHandler' => array(
|
2538 |
'version' => '2.3.5.0',
|
2539 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php'
|
2540 |
),
|
2541 |
+
'Monolog\\Handler\\AbstractHandler' => array(
|
2542 |
'version' => '2.3.5.0',
|
2543 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'
|
2544 |
),
|
2545 |
+
'Monolog\\Handler\\RotatingFileHandler' => array(
|
2546 |
'version' => '2.3.5.0',
|
2547 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php'
|
2548 |
),
|
2549 |
'Monolog\\Handler\\DeduplicationHandler' => array(
|
2550 |
'version' => '2.3.5.0',
|
2551 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php'
|
2552 |
),
|
2553 |
+
'Monolog\\Handler\\PushoverHandler' => array(
|
2554 |
'version' => '2.3.5.0',
|
2555 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'
|
2556 |
),
|
2557 |
+
'Monolog\\Handler\\ElasticsearchHandler' => array(
|
2558 |
'version' => '2.3.5.0',
|
2559 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php'
|
2560 |
),
|
2561 |
+
'Monolog\\Handler\\CouchDBHandler' => array(
|
2562 |
'version' => '2.3.5.0',
|
2563 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php'
|
2564 |
+
),
|
2565 |
+
'Monolog\\Handler\\ProcessableHandlerTrait' => array(
|
2566 |
+
'version' => '2.3.5.0',
|
2567 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php'
|
2568 |
),
|
2569 |
'Monolog\\Handler\\DynamoDbHandler' => array(
|
2570 |
'version' => '2.3.5.0',
|
2571 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'
|
2572 |
),
|
2573 |
+
'Monolog\\Handler\\Curl\\Util' => array(
|
2574 |
'version' => '2.3.5.0',
|
2575 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php'
|
2576 |
),
|
2577 |
+
'Monolog\\Handler\\OverflowHandler' => array(
|
2578 |
'version' => '2.3.5.0',
|
2579 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/OverflowHandler.php'
|
2580 |
),
|
2581 |
+
'Monolog\\Handler\\CubeHandler' => array(
|
2582 |
'version' => '2.3.5.0',
|
2583 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php'
|
2584 |
),
|
2585 |
+
'Monolog\\Handler\\FleepHookHandler' => array(
|
2586 |
'version' => '2.3.5.0',
|
2587 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php'
|
2588 |
),
|
2589 |
'Monolog\\Handler\\LogglyHandler' => array(
|
2590 |
'version' => '2.3.5.0',
|
2591 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php'
|
2592 |
),
|
2593 |
+
'Monolog\\Handler\\ZendMonitorHandler' => array(
|
2594 |
'version' => '2.3.5.0',
|
2595 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php'
|
2596 |
),
|
2597 |
+
'Monolog\\Handler\\FirePHPHandler' => array(
|
2598 |
'version' => '2.3.5.0',
|
2599 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'
|
2600 |
),
|
2601 |
+
'Monolog\\Handler\\SocketHandler' => array(
|
2602 |
'version' => '2.3.5.0',
|
2603 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php'
|
2604 |
),
|
2605 |
+
'Monolog\\Handler\\SamplingHandler' => array(
|
2606 |
'version' => '2.3.5.0',
|
2607 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php'
|
2608 |
),
|
2609 |
+
'Monolog\\Handler\\RedisHandler' => array(
|
2610 |
'version' => '2.3.5.0',
|
2611 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php'
|
2612 |
),
|
2613 |
+
'Monolog\\Handler\\InsightOpsHandler' => array(
|
2614 |
'version' => '2.3.5.0',
|
2615 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php'
|
2616 |
),
|
2617 |
+
'Monolog\\Handler\\PHPConsoleHandler' => array(
|
2618 |
'version' => '2.3.5.0',
|
2619 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php'
|
2620 |
),
|
2621 |
+
'Monolog\\Handler\\FormattableHandlerTrait' => array(
|
2622 |
'version' => '2.3.5.0',
|
2623 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php'
|
2624 |
),
|
2625 |
+
'Monolog\\Handler\\SlackWebhookHandler' => array(
|
2626 |
'version' => '2.3.5.0',
|
2627 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php'
|
2628 |
),
|
2629 |
+
'Monolog\\Handler\\BrowserConsoleHandler' => array(
|
2630 |
'version' => '2.3.5.0',
|
2631 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'
|
2632 |
),
|
2633 |
+
'Monolog\\Handler\\ChromePHPHandler' => array(
|
2634 |
'version' => '2.3.5.0',
|
2635 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php'
|
2636 |
),
|
2637 |
+
'Monolog\\Handler\\LogmaticHandler' => array(
|
2638 |
'version' => '2.3.5.0',
|
2639 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php'
|
2640 |
),
|
2641 |
+
'Monolog\\Handler\\WhatFailureGroupHandler' => array(
|
2642 |
'version' => '2.3.5.0',
|
2643 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php'
|
2644 |
),
|
2645 |
+
'Monolog\\Handler\\FilterHandler' => array(
|
2646 |
'version' => '2.3.5.0',
|
2647 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php'
|
2648 |
),
|
2649 |
+
'Monolog\\Handler\\DoctrineCouchDBHandler' => array(
|
2650 |
'version' => '2.3.5.0',
|
2651 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php'
|
2652 |
),
|
2653 |
+
'Monolog\\Handler\\SyslogHandler' => array(
|
2654 |
'version' => '2.3.5.0',
|
2655 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php'
|
2656 |
),
|
2657 |
+
'Monolog\\Handler\\ErrorLogHandler' => array(
|
2658 |
'version' => '2.3.5.0',
|
2659 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php'
|
2660 |
),
|
2661 |
+
'Monolog\\Handler\\AbstractProcessingHandler' => array(
|
2662 |
'version' => '2.3.5.0',
|
2663 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'
|
2664 |
),
|
2665 |
+
'Monolog\\Handler\\ElasticaHandler' => array(
|
2666 |
'version' => '2.3.5.0',
|
2667 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php'
|
2668 |
),
|
2669 |
+
'Monolog\\Handler\\SwiftMailerHandler' => array(
|
2670 |
'version' => '2.3.5.0',
|
2671 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php'
|
2672 |
),
|
2673 |
+
'Monolog\\Handler\\SqsHandler' => array(
|
2674 |
'version' => '2.3.5.0',
|
2675 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SqsHandler.php'
|
2676 |
),
|
2677 |
+
'Monolog\\Handler\\Slack\\SlackRecord' => array(
|
2678 |
'version' => '2.3.5.0',
|
2679 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php'
|
2680 |
),
|
2681 |
+
'Monolog\\Handler\\FallbackGroupHandler' => array(
|
2682 |
'version' => '2.3.5.0',
|
2683 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php'
|
2684 |
),
|
2685 |
+
'Monolog\\Handler\\RollbarHandler' => array(
|
2686 |
'version' => '2.3.5.0',
|
2687 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php'
|
2688 |
),
|
2689 |
+
'Monolog\\Handler\\SlackHandler' => array(
|
2690 |
'version' => '2.3.5.0',
|
2691 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php'
|
2692 |
),
|
2693 |
+
'Monolog\\Handler\\LogEntriesHandler' => array(
|
2694 |
'version' => '2.3.5.0',
|
2695 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php'
|
2696 |
),
|
2697 |
+
'Monolog\\Handler\\MissingExtensionException' => array(
|
2698 |
'version' => '2.3.5.0',
|
2699 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php'
|
2700 |
),
|
2701 |
+
'Monolog\\Handler\\NewRelicHandler' => array(
|
2702 |
'version' => '2.3.5.0',
|
2703 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php'
|
2704 |
),
|
2705 |
+
'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => array(
|
2706 |
'version' => '2.3.5.0',
|
2707 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php'
|
2708 |
),
|
2709 |
+
'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => array(
|
2710 |
'version' => '2.3.5.0',
|
2711 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php'
|
2712 |
),
|
2713 |
+
'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => array(
|
2714 |
'version' => '2.3.5.0',
|
2715 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php'
|
2716 |
),
|
2717 |
+
'Monolog\\Handler\\GelfHandler' => array(
|
2718 |
'version' => '2.3.5.0',
|
2719 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GelfHandler.php'
|
2720 |
),
|
2721 |
+
'Monolog\\Handler\\MongoDBHandler' => array(
|
2722 |
'version' => '2.3.5.0',
|
2723 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php'
|
2724 |
),
|
2725 |
+
'Monolog\\Handler\\GroupHandler' => array(
|
2726 |
'version' => '2.3.5.0',
|
2727 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GroupHandler.php'
|
2728 |
),
|
2729 |
+
'Monolog\\Handler\\TelegramBotHandler' => array(
|
2730 |
'version' => '2.3.5.0',
|
2731 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php'
|
2732 |
),
|
2733 |
+
'Monolog\\Handler\\AbstractSyslogHandler' => array(
|
2734 |
'version' => '2.3.5.0',
|
2735 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php'
|
2736 |
),
|
2737 |
+
'Monolog\\Handler\\ProcessableHandlerInterface' => array(
|
2738 |
'version' => '2.3.5.0',
|
2739 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'
|
2740 |
),
|
2741 |
+
'Monolog\\Handler\\TestHandler' => array(
|
2742 |
'version' => '2.3.5.0',
|
2743 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php'
|
2744 |
),
|
2745 |
+
'Monolog\\Handler\\MailHandler' => array(
|
2746 |
'version' => '2.3.5.0',
|
2747 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MailHandler.php'
|
2748 |
),
|
2749 |
+
'Monolog\\Handler\\HandlerWrapper' => array(
|
2750 |
'version' => '2.3.5.0',
|
2751 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php'
|
2752 |
),
|
2753 |
+
'Monolog\\Handler\\HandlerInterface' => array(
|
2754 |
'version' => '2.3.5.0',
|
2755 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'
|
2756 |
),
|
2757 |
+
'Monolog\\Handler\\NullHandler' => array(
|
2758 |
'version' => '2.3.5.0',
|
2759 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php'
|
2760 |
),
|
2761 |
+
'Monolog\\Handler\\FlowdockHandler' => array(
|
2762 |
'version' => '2.3.5.0',
|
2763 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php'
|
2764 |
),
|
2765 |
+
'Monolog\\Handler\\PsrHandler' => array(
|
2766 |
'version' => '2.3.5.0',
|
2767 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PsrHandler.php'
|
2768 |
),
|
2769 |
+
'Monolog\\ResettableInterface' => array(
|
2770 |
'version' => '2.3.5.0',
|
2771 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php'
|
2772 |
),
|
2773 |
+
'Monolog\\Processor\\HostnameProcessor' => array(
|
2774 |
'version' => '2.3.5.0',
|
2775 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php'
|
2776 |
),
|
2777 |
+
'Monolog\\Processor\\MemoryUsageProcessor' => array(
|
2778 |
'version' => '2.3.5.0',
|
2779 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php'
|
2780 |
),
|
2781 |
+
'Monolog\\Processor\\ProcessorInterface' => array(
|
2782 |
'version' => '2.3.5.0',
|
2783 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'
|
2784 |
),
|
2785 |
+
'Monolog\\Processor\\PsrLogMessageProcessor' => array(
|
2786 |
'version' => '2.3.5.0',
|
2787 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'
|
2788 |
),
|
2789 |
+
'Monolog\\Processor\\IntrospectionProcessor' => array(
|
2790 |
'version' => '2.3.5.0',
|
2791 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php'
|
2792 |
),
|
2793 |
+
'Monolog\\Processor\\MercurialProcessor' => array(
|
2794 |
'version' => '2.3.5.0',
|
2795 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php'
|
2796 |
),
|
2797 |
+
'Monolog\\Processor\\MemoryPeakUsageProcessor' => array(
|
2798 |
'version' => '2.3.5.0',
|
2799 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php'
|
2800 |
),
|
2801 |
+
'Monolog\\Processor\\TagProcessor' => array(
|
2802 |
'version' => '2.3.5.0',
|
2803 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php'
|
2804 |
),
|
2805 |
+
'Monolog\\Processor\\WebProcessor' => array(
|
2806 |
'version' => '2.3.5.0',
|
2807 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php'
|
2808 |
),
|
2809 |
+
'Monolog\\Processor\\MemoryProcessor' => array(
|
2810 |
'version' => '2.3.5.0',
|
2811 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'
|
2812 |
),
|
2813 |
+
'Monolog\\Processor\\UidProcessor' => array(
|
2814 |
'version' => '2.3.5.0',
|
2815 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php'
|
2816 |
),
|
2817 |
+
'Monolog\\Processor\\ProcessIdProcessor' => array(
|
2818 |
'version' => '2.3.5.0',
|
2819 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php'
|
2820 |
),
|
2821 |
+
'Monolog\\Processor\\GitProcessor' => array(
|
2822 |
'version' => '2.3.5.0',
|
2823 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php'
|
2824 |
),
|
2825 |
+
'Grpc\\Gcp\\GcpExtensionChannel' => array(
|
2826 |
'version' => '0.2.0.0',
|
2827 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GcpExtensionChannel.php'
|
2828 |
),
|
2829 |
+
'Grpc\\Gcp\\GCPServerStreamCall' => array(
|
2830 |
'version' => '0.2.0.0',
|
2831 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPServerStreamCall.php'
|
2832 |
),
|
2833 |
+
'Grpc\\Gcp\\GCPCallInvoker' => array(
|
2834 |
'version' => '0.2.0.0',
|
2835 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPCallInvoker.php'
|
2836 |
+
),
|
2837 |
+
'Grpc\\Gcp\\ChannelPoolConfig' => array(
|
2838 |
+
'version' => '0.2.0.0',
|
2839 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php'
|
2840 |
),
|
2841 |
'Grpc\\Gcp\\AffinityConfig_Command' => array(
|
2842 |
'version' => '0.2.0.0',
|
2843 |
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php'
|
2844 |
),
|
2845 |
+
'Grpc\\Gcp\\AffinityConfig' => array(
|
2846 |
'version' => '0.2.0.0',
|
2847 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php'
|
2848 |
),
|
2849 |
+
'Grpc\\Gcp\\ApiConfig' => array(
|
2850 |
'version' => '0.2.0.0',
|
2851 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php'
|
2852 |
),
|
2853 |
+
'Grpc\\Gcp\\MethodConfig' => array(
|
2854 |
'version' => '0.2.0.0',
|
2855 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php'
|
2856 |
),
|
2857 |
+
'Grpc\\Gcp\\GCPUnaryCall' => array(
|
2858 |
'version' => '0.2.0.0',
|
2859 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPUnaryCall.php'
|
2860 |
),
|
2861 |
+
'Grpc\\Gcp\\GCPBidiStreamingCall' => array(
|
2862 |
'version' => '0.2.0.0',
|
2863 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPBidiStreamingCall.php'
|
2864 |
),
|
2865 |
'Grpc\\Gcp\\Config' => array(
|
2866 |
'version' => '0.2.0.0',
|
2867 |
'path' => $vendorDir . '/google/grpc-gcp/src/Config.php'
|
2868 |
),
|
2869 |
+
'Grpc\\Gcp\\GcpBaseCall' => array(
|
|
|
|
|
|
|
|
|
2870 |
'version' => '0.2.0.0',
|
2871 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GcpBaseCall.php'
|
2872 |
),
|
2873 |
+
'Grpc\\Gcp\\GCPClientStreamCall' => array(
|
2874 |
'version' => '0.2.0.0',
|
2875 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPClientStreamCall.php'
|
2876 |
),
|
2877 |
'Grpc\\Gcp\\CreatedByDeserializeCheck' => array(
|
2878 |
'version' => '0.2.0.0',
|
2879 |
'path' => $vendorDir . '/google/grpc-gcp/src/CreatedByDeserializeCheck.php'
|
2880 |
),
|
2881 |
+
'Grpc\\Gcp\\ChannelRef' => array(
|
2882 |
'version' => '0.2.0.0',
|
2883 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/ChannelRef.php'
|
|
|
|
|
|
|
|
|
2884 |
),
|
2885 |
'Grpc\\ServerCallWriter' => array(
|
2886 |
'version' => '1.42.0.0',
|
2887 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php'
|
2888 |
),
|
2889 |
+
'Grpc\\BidiStreamingCall' => array(
|
|
|
|
|
|
|
|
|
2890 |
'version' => '1.42.0.0',
|
2891 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/BidiStreamingCall.php'
|
2892 |
),
|
2893 |
+
'Grpc\\ServerCallReader' => array(
|
2894 |
'version' => '1.42.0.0',
|
2895 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallReader.php'
|
2896 |
),
|
2897 |
+
'Grpc\\ClientStreamingCall' => array(
|
2898 |
'version' => '1.42.0.0',
|
2899 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ClientStreamingCall.php'
|
2900 |
),
|
2901 |
'Grpc\\CallInvoker' => array(
|
2902 |
'version' => '1.42.0.0',
|
2903 |
'path' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php'
|
2904 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2905 |
'Grpc\\Internal\\InterceptorChannel' => array(
|
2906 |
'version' => '1.42.0.0',
|
2907 |
'path' => $vendorDir . '/grpc/grpc/src/lib/Internal/InterceptorChannel.php'
|
2908 |
),
|
2909 |
+
'Grpc\\RpcServer' => array(
|
2910 |
'version' => '1.42.0.0',
|
2911 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/RpcServer.php'
|
2912 |
),
|
2913 |
+
'Grpc\\DefaultCallInvoker' => array(
|
2914 |
'version' => '1.42.0.0',
|
2915 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/DefaultCallInvoker.php'
|
2916 |
),
|
2917 |
+
'Grpc\\ServerContext' => array(
|
2918 |
'version' => '1.42.0.0',
|
2919 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerContext.php'
|
2920 |
),
|
2921 |
+
'Grpc\\BaseStub' => array(
|
2922 |
'version' => '1.42.0.0',
|
2923 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/BaseStub.php'
|
2924 |
+
),
|
2925 |
+
'Grpc\\ServerStreamingCall' => array(
|
2926 |
+
'version' => '1.42.0.0',
|
2927 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerStreamingCall.php'
|
2928 |
),
|
2929 |
'Grpc\\MethodDescriptor' => array(
|
2930 |
'version' => '1.42.0.0',
|
2931 |
'path' => $vendorDir . '/grpc/grpc/src/lib/MethodDescriptor.php'
|
2932 |
),
|
2933 |
+
'Grpc\\Status' => array(
|
2934 |
'version' => '1.42.0.0',
|
2935 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/Status.php'
|
2936 |
),
|
2937 |
+
'Grpc\\AbstractCall' => array(
|
2938 |
+
'version' => '1.42.0.0',
|
2939 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/AbstractCall.php'
|
2940 |
),
|
2941 |
+
'Grpc\\Interceptor' => array(
|
2942 |
+
'version' => '1.42.0.0',
|
2943 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/Interceptor.php'
|
2944 |
),
|
2945 |
+
'Grpc\\UnaryCall' => array(
|
2946 |
+
'version' => '1.42.0.0',
|
2947 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/UnaryCall.php'
|
2948 |
),
|
2949 |
+
'Google\\Service\\SiteVerification' => array(
|
2950 |
'version' => '0.230.0.0',
|
2951 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification.php'
|
2952 |
),
|
2953 |
+
'Google\\Service\\ShoppingContent' => array(
|
2954 |
'version' => '0.230.0.0',
|
2955 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent.php'
|
2956 |
),
|
2957 |
+
'Google\\Service\\ShoppingContent\\HolidayCutoff' => array(
|
2958 |
'version' => '0.230.0.0',
|
2959 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/HolidayCutoff.php'
|
2960 |
),
|
2961 |
+
'Google\\Service\\ShoppingContent\\PosInventory' => array(
|
2962 |
'version' => '0.230.0.0',
|
2963 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventory.php'
|
2964 |
),
|
2965 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry' => array(
|
2966 |
'version' => '0.230.0.0',
|
2967 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchRequestEntry.php'
|
2968 |
),
|
2969 |
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequestEntry' => array(
|
2970 |
'version' => '0.230.0.0',
|
2971 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php'
|
2972 |
),
|
2973 |
+
'Google\\Service\\ShoppingContent\\OrderPickupDetails' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2974 |
'version' => '0.230.0.0',
|
2975 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPickupDetails.php'
|
2976 |
),
|
2977 |
+
'Google\\Service\\ShoppingContent\\ProductWeight' => array(
|
2978 |
'version' => '0.230.0.0',
|
2979 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductWeight.php'
|
2980 |
),
|
2981 |
+
'Google\\Service\\ShoppingContent\\UnitInvoiceAdditionalCharge' => array(
|
2982 |
'version' => '0.230.0.0',
|
2983 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoiceAdditionalCharge.php'
|
2984 |
),
|
2985 |
+
'Google\\Service\\ShoppingContent\\PosInventoryResponse' => array(
|
2986 |
'version' => '0.230.0.0',
|
2987 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventoryResponse.php'
|
2988 |
),
|
2989 |
+
'Google\\Service\\ShoppingContent\\OrderDeliveryDetails' => array(
|
2990 |
'version' => '0.230.0.0',
|
2991 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderDeliveryDetails.php'
|
2992 |
),
|
2993 |
+
'Google\\Service\\ShoppingContent\\OrderPromotionItem' => array(
|
2994 |
'version' => '0.230.0.0',
|
2995 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPromotionItem.php'
|
2996 |
),
|
2997 |
+
'Google\\Service\\ShoppingContent\\AccountStatus' => array(
|
2998 |
'version' => '0.230.0.0',
|
2999 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatus.php'
|
3000 |
),
|
3001 |
+
'Google\\Service\\ShoppingContent\\Datafeed' => array(
|
3002 |
'version' => '0.230.0.0',
|
3003 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Datafeed.php'
|
3004 |
),
|
3005 |
+
'Google\\Service\\ShoppingContent\\DeliveryTime' => array(
|
3006 |
'version' => '0.230.0.0',
|
3007 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DeliveryTime.php'
|
3008 |
),
|
3009 |
+
'Google\\Service\\ShoppingContent\\Account' => array(
|
3010 |
'version' => '0.230.0.0',
|
3011 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Account.php'
|
3012 |
),
|
3013 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequestEntry' => array(
|
3014 |
'version' => '0.230.0.0',
|
3015 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php'
|
3016 |
),
|
3017 |
+
'Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue' => array(
|
3018 |
'version' => '0.230.0.0',
|
3019 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusItemLevelIssue.php'
|
3020 |
),
|
3021 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionAmountCommission' => array(
|
3022 |
'version' => '0.230.0.0',
|
3023 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmountCommission.php'
|
3024 |
),
|
3025 |
+
'Google\\Service\\ShoppingContent\\OrderShipmentLineItemShipment' => array(
|
3026 |
'version' => '0.230.0.0',
|
3027 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipmentLineItemShipment.php'
|
3028 |
),
|
3029 |
+
'Google\\Service\\ShoppingContent\\OrderAddress' => array(
|
3030 |
'version' => '0.230.0.0',
|
3031 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderAddress.php'
|
3032 |
),
|
3033 |
+
'Google\\Service\\ShoppingContent\\LiaOnDisplayToOrderSettings' => array(
|
3034 |
'version' => '0.230.0.0',
|
3035 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaOnDisplayToOrderSettings.php'
|
3036 |
),
|
3037 |
+
'Google\\Service\\ShoppingContent\\OrdersAcknowledgeRequest' => array(
|
3038 |
'version' => '0.230.0.0',
|
3039 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAcknowledgeRequest.php'
|
3040 |
),
|
3041 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesListResponse' => array(
|
3042 |
'version' => '0.230.0.0',
|
3043 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesListResponse.php'
|
3044 |
),
|
3045 |
+
'Google\\Service\\ShoppingContent\\OrdersReturnRefundLineItemRequest' => array(
|
3046 |
'version' => '0.230.0.0',
|
3047 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersReturnRefundLineItemRequest.php'
|
3048 |
),
|
3049 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequest' => array(
|
3050 |
'version' => '0.230.0.0',
|
3051 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchRequest.php'
|
3052 |
),
|
3053 |
+
'Google\\Service\\ShoppingContent\\Price' => array(
|
3054 |
'version' => '0.230.0.0',
|
3055 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Price.php'
|
3056 |
),
|
3057 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsRefundOperation' => array(
|
3058 |
'version' => '0.230.0.0',
|
3059 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsRefundOperation.php'
|
3060 |
),
|
3061 |
+
'Google\\Service\\ShoppingContent\\PriceAmount' => array(
|
3062 |
'version' => '0.230.0.0',
|
3063 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PriceAmount.php'
|
3064 |
),
|
3065 |
+
'Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataResponse' => array(
|
3066 |
'version' => '0.230.0.0',
|
3067 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersSetLineItemMetadataResponse.php'
|
3068 |
),
|
3069 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProductFee' => array(
|
3070 |
'version' => '0.230.0.0',
|
3071 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProductFee.php'
|
3072 |
),
|
3073 |
+
'Google\\Service\\ShoppingContent\\ReturnPricingInfo' => array(
|
3074 |
'version' => '0.230.0.0',
|
3075 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPricingInfo.php'
|
3076 |
),
|
3077 |
+
'Google\\Service\\ShoppingContent\\AccountGoogleMyBusinessLink' => array(
|
3078 |
'version' => '0.230.0.0',
|
3079 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountGoogleMyBusinessLink.php'
|
3080 |
),
|
3081 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchResponseEntry' => array(
|
3082 |
'version' => '0.230.0.0',
|
3083 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchResponseEntry.php'
|
3084 |
),
|
3085 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchResponse' => array(
|
3086 |
'version' => '0.230.0.0',
|
3087 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchResponse.php'
|
3088 |
),
|
3089 |
+
'Google\\Service\\ShoppingContent\\CutoffTime' => array(
|
3090 |
'version' => '0.230.0.0',
|
3091 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CutoffTime.php'
|
3092 |
),
|
3093 |
+
'Google\\Service\\ShoppingContent\\OrdersReturnRefundLineItemResponse' => array(
|
3094 |
'version' => '0.230.0.0',
|
3095 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersReturnRefundLineItemResponse.php'
|
3096 |
),
|
3097 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchResponseEntry' => array(
|
3098 |
'version' => '0.230.0.0',
|
3099 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchResponseEntry.php'
|
3100 |
),
|
3101 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchResponse' => array(
|
3102 |
'version' => '0.230.0.0',
|
3103 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchResponse.php'
|
3104 |
),
|
3105 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsReturnItem' => array(
|
3106 |
'version' => '0.230.0.0',
|
3107 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsReturnItem.php'
|
3108 |
),
|
3109 |
+
'Google\\Service\\ShoppingContent\\ShipmentInvoiceLineItemInvoice' => array(
|
3110 |
'version' => '0.230.0.0',
|
3111 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentInvoiceLineItemInvoice.php'
|
3112 |
),
|
3113 |
+
'Google\\Service\\ShoppingContent\\CaptureOrderResponse' => array(
|
3114 |
'version' => '0.230.0.0',
|
3115 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CaptureOrderResponse.php'
|
3116 |
),
|
3117 |
+
'Google\\Service\\ShoppingContent\\MerchantRejectionReason' => array(
|
3118 |
'version' => '0.230.0.0',
|
3119 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantRejectionReason.php'
|
3120 |
),
|
3121 |
+
'Google\\Service\\ShoppingContent\\OrderMerchantProvidedAnnotation' => array(
|
3122 |
'version' => '0.230.0.0',
|
3123 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderMerchantProvidedAnnotation.php'
|
3124 |
),
|
3125 |
+
'Google\\Service\\ShoppingContent\\AccountBusinessInformation' => array(
|
3126 |
'version' => '0.230.0.0',
|
3127 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountBusinessInformation.php'
|
3128 |
),
|
3129 |
+
'Google\\Service\\ShoppingContent\\Warehouse' => array(
|
3130 |
'version' => '0.230.0.0',
|
3131 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Warehouse.php'
|
3132 |
),
|
3133 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatus' => array(
|
3134 |
'version' => '0.230.0.0',
|
3135 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatus.php'
|
3136 |
),
|
3137 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchResponseEntry' => array(
|
3138 |
'version' => '0.230.0.0',
|
3139 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchResponseEntry.php'
|
3140 |
),
|
3141 |
+
'Google\\Service\\ShoppingContent\\OrderReportDisbursement' => array(
|
3142 |
'version' => '0.230.0.0',
|
3143 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReportDisbursement.php'
|
3144 |
),
|
3145 |
+
'Google\\Service\\ShoppingContent\\ReportRow' => array(
|
3146 |
'version' => '0.230.0.0',
|
3147 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReportRow.php'
|
3148 |
),
|
3149 |
'Google\\Service\\ShoppingContent\\ShipmentInvoice' => array(
|
3150 |
'version' => '0.230.0.0',
|
3151 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentInvoice.php'
|
3152 |
),
|
3153 |
+
'Google\\Service\\ShoppingContent\\OrderCancellation' => array(
|
3154 |
'version' => '0.230.0.0',
|
3155 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCancellation.php'
|
3156 |
),
|
3157 |
+
'Google\\Service\\ShoppingContent\\DatafeedFormat' => array(
|
3158 |
'version' => '0.230.0.0',
|
3159 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedFormat.php'
|
3160 |
),
|
3161 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsPartialRefund' => array(
|
3162 |
'version' => '0.230.0.0',
|
3163 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsPartialRefund.php'
|
3164 |
),
|
3165 |
+
'Google\\Service\\ShoppingContent\\MinimumOrderValueTable' => array(
|
3166 |
'version' => '0.230.0.0',
|
3167 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MinimumOrderValueTable.php'
|
3168 |
),
|
3169 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsListResponse' => array(
|
3170 |
'version' => '0.230.0.0',
|
3171 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsListResponse.php'
|
3172 |
),
|
3173 |
+
'Google\\Service\\ShoppingContent\\LocalInventory' => array(
|
3174 |
'version' => '0.230.0.0',
|
3175 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalInventory.php'
|
3176 |
),
|
3177 |
+
'Google\\Service\\ShoppingContent\\LinkService' => array(
|
3178 |
'version' => '0.230.0.0',
|
3179 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LinkService.php'
|
3180 |
),
|
3181 |
+
'Google\\Service\\ShoppingContent\\HolidaysHoliday' => array(
|
3182 |
'version' => '0.230.0.0',
|
3183 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/HolidaysHoliday.php'
|
3184 |
),
|
3185 |
+
'Google\\Service\\ShoppingContent\\TestOrderAddress' => array(
|
3186 |
'version' => '0.230.0.0',
|
3187 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderAddress.php'
|
3188 |
),
|
3189 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequest' => array(
|
3190 |
'version' => '0.230.0.0',
|
3191 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchRequest.php'
|
3192 |
),
|
3193 |
+
'Google\\Service\\ShoppingContent\\VerifyPhoneNumberResponse' => array(
|
3194 |
'version' => '0.230.0.0',
|
3195 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/VerifyPhoneNumberResponse.php'
|
3196 |
),
|
3197 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequest' => array(
|
3198 |
'version' => '0.230.0.0',
|
3199 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchRequest.php'
|
3200 |
),
|
3201 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponseEntry' => array(
|
3202 |
'version' => '0.230.0.0',
|
3203 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.php'
|
3204 |
),
|
3205 |
+
'Google\\Service\\ShoppingContent\\Row' => array(
|
3206 |
'version' => '0.230.0.0',
|
3207 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Row.php'
|
3208 |
),
|
3209 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsProcessRequest' => array(
|
3210 |
'version' => '0.230.0.0',
|
3211 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsProcessRequest.php'
|
3212 |
),
|
3213 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineReturnReasonCategoryInfo' => array(
|
3214 |
'version' => '0.230.0.0',
|
3215 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineReturnReasonCategoryInfo.php'
|
3216 |
),
|
3217 |
+
'Google\\Service\\ShoppingContent\\ProductShippingDimension' => array(
|
3218 |
'version' => '0.230.0.0',
|
3219 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShippingDimension.php'
|
3220 |
),
|
3221 |
+
'Google\\Service\\ShoppingContent\\PosSaleRequest' => array(
|
3222 |
'version' => '0.230.0.0',
|
3223 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSaleRequest.php'
|
3224 |
),
|
3225 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineRestockingFee' => array(
|
3226 |
'version' => '0.230.0.0',
|
3227 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineRestockingFee.php'
|
3228 |
),
|
3229 |
+
'Google\\Service\\ShoppingContent\\AccountReturnCarrier' => array(
|
3230 |
'version' => '0.230.0.0',
|
3231 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountReturnCarrier.php'
|
3232 |
),
|
3233 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatusExample' => array(
|
3234 |
'version' => '0.230.0.0',
|
3235 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatusExample.php'
|
3236 |
),
|
3237 |
+
'Google\\Service\\ShoppingContent\\LiaPosDataProvider' => array(
|
3238 |
'version' => '0.230.0.0',
|
3239 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaPosDataProvider.php'
|
3240 |
),
|
3241 |
+
'Google\\Service\\ShoppingContent\\ActivateBuyOnGoogleProgramRequest' => array(
|
3242 |
'version' => '0.230.0.0',
|
3243 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php'
|
3244 |
),
|
3245 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequestEntry' => array(
|
3246 |
'version' => '0.230.0.0',
|
3247 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchRequestEntry.php'
|
3248 |
),
|
3249 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelTestOrderByCustomerRequest' => array(
|
3250 |
'version' => '0.230.0.0',
|
3251 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.php'
|
3252 |
),
|
3253 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemAdjustment' => array(
|
3254 |
'version' => '0.230.0.0',
|
3255 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemAdjustment.php'
|
3256 |
),
|
3257 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateShipmentResponse' => array(
|
3258 |
'version' => '0.230.0.0',
|
3259 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateShipmentResponse.php'
|
3260 |
),
|
3261 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry' => array(
|
3262 |
'version' => '0.230.0.0',
|
3263 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchRequestEntry.php'
|
3264 |
),
|
3265 |
+
'Google\\Service\\ShoppingContent\\Amount' => array(
|
3266 |
'version' => '0.230.0.0',
|
3267 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Amount.php'
|
3268 |
),
|
3269 |
+
'Google\\Service\\ShoppingContent\\Promotion' => array(
|
3270 |
'version' => '0.230.0.0',
|
3271 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Promotion.php'
|
3272 |
),
|
3273 |
+
'Google\\Service\\ShoppingContent\\PostalCodeGroup' => array(
|
3274 |
'version' => '0.230.0.0',
|
3275 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PostalCodeGroup.php'
|
3276 |
),
|
3277 |
+
'Google\\Service\\ShoppingContent\\OrderLineItem' => array(
|
3278 |
'version' => '0.230.0.0',
|
3279 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItem.php'
|
3280 |
),
|
3281 |
+
'Google\\Service\\ShoppingContent\\ProductStatusDestinationStatus' => array(
|
3282 |
'version' => '0.230.0.0',
|
3283 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatusDestinationStatus.php'
|
3284 |
),
|
3285 |
+
'Google\\Service\\ShoppingContent\\OrderOrderAnnotation' => array(
|
3286 |
'version' => '0.230.0.0',
|
3287 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderOrderAnnotation.php'
|
3288 |
),
|
3289 |
+
'Google\\Service\\ShoppingContent\\InvoiceSummaryAdditionalChargeSummary' => array(
|
3290 |
'version' => '0.230.0.0',
|
3291 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php'
|
3292 |
),
|
3293 |
+
'Google\\Service\\ShoppingContent\\OrderCustomerLoyaltyInfo' => array(
|
3294 |
'version' => '0.230.0.0',
|
3295 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomerLoyaltyInfo.php'
|
3296 |
),
|
3297 |
+
'Google\\Service\\ShoppingContent\\ProductStatus' => array(
|
3298 |
'version' => '0.230.0.0',
|
3299 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatus.php'
|
3300 |
),
|
3301 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails' => array(
|
3302 |
'version' => '0.230.0.0',
|
3303 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails.php'
|
3304 |
),
|
3305 |
+
'Google\\Service\\ShoppingContent\\OrdersAcknowledgeResponse' => array(
|
3306 |
'version' => '0.230.0.0',
|
3307 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAcknowledgeResponse.php'
|
3308 |
),
|
3309 |
+
'Google\\Service\\ShoppingContent\\AccountIdentifier' => array(
|
3310 |
'version' => '0.230.0.0',
|
3311 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountIdentifier.php'
|
3312 |
),
|
3313 |
+
'Google\\Service\\ShoppingContent\\OrderShipmentScheduledDeliveryDetails' => array(
|
3314 |
'version' => '0.230.0.0',
|
3315 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipmentScheduledDeliveryDetails.php'
|
3316 |
),
|
3317 |
+
'Google\\Service\\ShoppingContent\\OrderRefund' => array(
|
3318 |
'version' => '0.230.0.0',
|
3319 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderRefund.php'
|
3320 |
),
|
3321 |
+
'Google\\Service\\ShoppingContent\\DatafeedsFetchNowResponse' => array(
|
3322 |
'version' => '0.230.0.0',
|
3323 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsFetchNowResponse.php'
|
3324 |
),
|
3325 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEligibleOfferMatcher' => array(
|
3326 |
'version' => '0.230.0.0',
|
3327 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEligibleOfferMatcher.php'
|
3328 |
),
|
3329 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelLineItemRequest' => array(
|
3330 |
'version' => '0.230.0.0',
|
3331 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelLineItemRequest.php'
|
3332 |
),
|
3333 |
+
'Google\\Service\\ShoppingContent\\MinimumOrderValueTableStoreCodeSetWithMov' => array(
|
3334 |
'version' => '0.230.0.0',
|
3335 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MinimumOrderValueTableStoreCodeSetWithMov.php'
|
3336 |
),
|
3337 |
+
'Google\\Service\\ShoppingContent\\ListCollectionStatusesResponse' => array(
|
3338 |
'version' => '0.230.0.0',
|
3339 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCollectionStatusesResponse.php'
|
3340 |
),
|
3341 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedCarriersResponse' => array(
|
3342 |
'version' => '0.230.0.0',
|
3343 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php'
|
3344 |
),
|
3345 |
+
'Google\\Service\\ShoppingContent\\RegionPostalCodeArea' => array(
|
3346 |
'version' => '0.230.0.0',
|
3347 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionPostalCodeArea.php'
|
3348 |
),
|
3349 |
+
'Google\\Service\\ShoppingContent\\AccountStatusProducts' => array(
|
3350 |
'version' => '0.230.0.0',
|
3351 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusProducts.php'
|
3352 |
),
|
3353 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry' => array(
|
3354 |
'version' => '0.230.0.0',
|
3355 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchRequestEntry.php'
|
3356 |
),
|
3357 |
+
'Google\\Service\\ShoppingContent\\ProductShippingWeight' => array(
|
3358 |
'version' => '0.230.0.0',
|
3359 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShippingWeight.php'
|
3360 |
),
|
3361 |
+
'Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider' => array(
|
3362 |
'version' => '0.230.0.0',
|
3363 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosDataProvidersPosDataProvider.php'
|
3364 |
),
|
3365 |
+
'Google\\Service\\ShoppingContent\\PosInventoryRequest' => array(
|
3366 |
'version' => '0.230.0.0',
|
3367 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventoryRequest.php'
|
3368 |
),
|
3369 |
'Google\\Service\\ShoppingContent\\ReturnShipment' => array(
|
3370 |
'version' => '0.230.0.0',
|
3371 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnShipment.php'
|
3372 |
),
|
3373 |
+
'Google\\Service\\ShoppingContent\\AccountCredentials' => array(
|
3374 |
'version' => '0.230.0.0',
|
3375 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountCredentials.php'
|
3376 |
),
|
3377 |
+
'Google\\Service\\ShoppingContent\\Weight' => array(
|
3378 |
'version' => '0.230.0.0',
|
3379 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Weight.php'
|
3380 |
),
|
3381 |
+
'Google\\Service\\ShoppingContent\\LiaCountrySettings' => array(
|
3382 |
'version' => '0.230.0.0',
|
3383 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaCountrySettings.php'
|
3384 |
),
|
3385 |
+
'Google\\Service\\ShoppingContent\\TestOrderLineItem' => array(
|
3386 |
'version' => '0.230.0.0',
|
3387 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderLineItem.php'
|
3388 |
),
|
3389 |
+
'Google\\Service\\ShoppingContent\\ProductShipping' => array(
|
3390 |
'version' => '0.230.0.0',
|
3391 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShipping.php'
|
3392 |
),
|
3393 |
+
'Google\\Service\\ShoppingContent\\CollectionFeaturedProduct' => array(
|
3394 |
'version' => '0.230.0.0',
|
3395 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionFeaturedProduct.php'
|
3396 |
),
|
3397 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateRefundInvoiceResponse' => array(
|
3398 |
'version' => '0.230.0.0',
|
3399 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.php'
|
3400 |
),
|
3401 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntryLinkRequest' => array(
|
3402 |
'version' => '0.230.0.0',
|
3403 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.php'
|
3404 |
),
|
3405 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchResponse' => array(
|
3406 |
'version' => '0.230.0.0',
|
3407 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponse.php'
|
3408 |
),
|
3409 |
+
'Google\\Service\\ShoppingContent\\DateTime' => array(
|
3410 |
'version' => '0.230.0.0',
|
3411 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DateTime.php'
|
3412 |
),
|
3413 |
+
'Google\\Service\\ShoppingContent\\LoyaltyPoints' => array(
|
3414 |
'version' => '0.230.0.0',
|
3415 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LoyaltyPoints.php'
|
3416 |
),
|
3417 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequest' => array(
|
3418 |
'version' => '0.230.0.0',
|
3419 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequest.php'
|
3420 |
),
|
3421 |
+
'Google\\Service\\ShoppingContent\\AccountUser' => array(
|
3422 |
'version' => '0.230.0.0',
|
3423 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountUser.php'
|
3424 |
),
|
3425 |
+
'Google\\Service\\ShoppingContent\\RegionGeoTargetArea' => array(
|
3426 |
'version' => '0.230.0.0',
|
3427 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionGeoTargetArea.php'
|
3428 |
),
|
3429 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryCreateTestReturnReturnItem' => array(
|
3430 |
'version' => '0.230.0.0',
|
3431 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.php'
|
3432 |
),
|
3433 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnRequest' => array(
|
3434 |
'version' => '0.230.0.0',
|
3435 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsCreateOrderReturnRequest.php'
|
3436 |
),
|
3437 |
+
'Google\\Service\\ShoppingContent\\MerchantOrderReturnItem' => array(
|
3438 |
'version' => '0.230.0.0',
|
3439 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantOrderReturnItem.php'
|
3440 |
),
|
3441 |
+
'Google\\Service\\ShoppingContent\\ProductSubscriptionCost' => array(
|
3442 |
'version' => '0.230.0.0',
|
3443 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductSubscriptionCost.php'
|
3444 |
),
|
3445 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleRestriction' => array(
|
3446 |
'version' => '0.230.0.0',
|
3447 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleRestriction.php'
|
3448 |
),
|
3449 |
+
'Google\\Service\\ShoppingContent\\LiasettingsRequestGmbAccessResponse' => array(
|
3450 |
'version' => '0.230.0.0',
|
3451 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsRequestGmbAccessResponse.php'
|
3452 |
),
|
3453 |
+
'Google\\Service\\ShoppingContent\\PickupServicesPickupService' => array(
|
3454 |
'version' => '0.230.0.0',
|
3455 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PickupServicesPickupService.php'
|
3456 |
),
|
3457 |
+
'Google\\Service\\ShoppingContent\\AccountsAuthInfoResponse' => array(
|
3458 |
'version' => '0.230.0.0',
|
3459 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsAuthInfoResponse.php'
|
3460 |
),
|
3461 |
+
'Google\\Service\\ShoppingContent\\RefundReason' => array(
|
3462 |
'version' => '0.230.0.0',
|
3463 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RefundReason.php'
|
3464 |
),
|
3465 |
+
'Google\\Service\\ShoppingContent\\PosSale' => array(
|
3466 |
'version' => '0.230.0.0',
|
3467 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSale.php'
|
3468 |
),
|
3469 |
+
'Google\\Service\\ShoppingContent\\AccountsClaimWebsiteResponse' => array(
|
3470 |
'version' => '0.230.0.0',
|
3471 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsClaimWebsiteResponse.php'
|
3472 |
),
|
3473 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundItemRequest' => array(
|
3474 |
'version' => '0.230.0.0',
|
3475 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundItemRequest.php'
|
3476 |
),
|
3477 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequest' => array(
|
3478 |
'version' => '0.230.0.0',
|
3479 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchRequest.php'
|
3480 |
),
|
3481 |
+
'Google\\Service\\ShoppingContent\\MonetaryAmount' => array(
|
3482 |
'version' => '0.230.0.0',
|
3483 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MonetaryAmount.php'
|
3484 |
),
|
3485 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchResponseEntry' => array(
|
3486 |
'version' => '0.230.0.0',
|
3487 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchResponseEntry.php'
|
3488 |
),
|
3489 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnline' => array(
|
3490 |
'version' => '0.230.0.0',
|
3491 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnline.php'
|
3492 |
),
|
3493 |
+
'Google\\Service\\ShoppingContent\\LiasettingsSetPosDataProviderResponse' => array(
|
3494 |
'version' => '0.230.0.0',
|
3495 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsSetPosDataProviderResponse.php'
|
3496 |
),
|
3497 |
+
'Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemResponse' => array(
|
3498 |
'version' => '0.230.0.0',
|
3499 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRejectReturnLineItemResponse.php'
|
3500 |
),
|
3501 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestReturnResponse' => array(
|
3502 |
'version' => '0.230.0.0',
|
3503 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestReturnResponse.php'
|
3504 |
),
|
3505 |
+
'Google\\Service\\ShoppingContent\\Table' => array(
|
3506 |
'version' => '0.230.0.0',
|
3507 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Table.php'
|
3508 |
),
|
3509 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchResponseEntry' => array(
|
3510 |
'version' => '0.230.0.0',
|
3511 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.php'
|
3512 |
),
|
3513 |
+
'Google\\Service\\ShoppingContent\\SettlementreportsListResponse' => array(
|
3514 |
'version' => '0.230.0.0',
|
3515 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementreportsListResponse.php'
|
3516 |
),
|
3517 |
+
'Google\\Service\\ShoppingContent\\ProductUnitPricingMeasure' => array(
|
3518 |
'version' => '0.230.0.0',
|
3519 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductUnitPricingMeasure.php'
|
3520 |
),
|
3521 |
+
'Google\\Service\\ShoppingContent\\RegionPostalCodeAreaPostalCodeRange' => array(
|
3522 |
'version' => '0.230.0.0',
|
3523 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionPostalCodeAreaPostalCodeRange.php'
|
3524 |
),
|
3525 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatusRegionStatus' => array(
|
3526 |
'version' => '0.230.0.0',
|
3527 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatusRegionStatus.php'
|
3528 |
),
|
3529 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchResponseEntry' => array(
|
3530 |
'version' => '0.230.0.0',
|
3531 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchResponseEntry.php'
|
3532 |
),
|
3533 |
+
'Google\\Service\\ShoppingContent\\BuyOnGoogleProgramStatus' => array(
|
3534 |
'version' => '0.230.0.0',
|
3535 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BuyOnGoogleProgramStatus.php'
|
3536 |
),
|
3537 |
+
'Google\\Service\\ShoppingContent\\BusinessDayConfig' => array(
|
3538 |
'version' => '0.230.0.0',
|
3539 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BusinessDayConfig.php'
|
3540 |
),
|
3541 |
+
'Google\\Service\\ShoppingContent\\AccountsListResponse' => array(
|
3542 |
'version' => '0.230.0.0',
|
3543 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListResponse.php'
|
3544 |
),
|
3545 |
+
'Google\\Service\\ShoppingContent\\LinkedAccount' => array(
|
3546 |
'version' => '0.230.0.0',
|
3547 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LinkedAccount.php'
|
3548 |
),
|
3549 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchResponse' => array(
|
3550 |
'version' => '0.230.0.0',
|
3551 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchResponse.php'
|
3552 |
),
|
3553 |
+
'Google\\Service\\ShoppingContent\\CollectionStatusDestinationStatus' => array(
|
3554 |
'version' => '0.230.0.0',
|
3555 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatusDestinationStatus.php'
|
3556 |
),
|
3557 |
+
'Google\\Service\\ShoppingContent\\OrderCustomerMarketingRightsInfo' => array(
|
3558 |
'version' => '0.230.0.0',
|
3559 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomerMarketingRightsInfo.php'
|
3560 |
),
|
3561 |
+
'Google\\Service\\ShoppingContent\\AccountLabel' => array(
|
3562 |
'version' => '0.230.0.0',
|
3563 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountLabel.php'
|
3564 |
),
|
3565 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequest' => array(
|
3566 |
'version' => '0.230.0.0',
|
3567 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchRequest.php'
|
3568 |
),
|
3569 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchResponseEntry' => array(
|
3570 |
'version' => '0.230.0.0',
|
3571 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php'
|
3572 |
),
|
3573 |
+
'Google\\Service\\ShoppingContent\\Errors' => array(
|
3574 |
'version' => '0.230.0.0',
|
3575 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Errors.php'
|
3576 |
),
|
3577 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequest' => array(
|
3578 |
'version' => '0.230.0.0',
|
3579 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequest.php'
|
3580 |
),
|
3581 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry' => array(
|
3582 |
'version' => '0.230.0.0',
|
3583 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.php'
|
3584 |
),
|
3585 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlinePolicy' => array(
|
3586 |
'version' => '0.230.0.0',
|
3587 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlinePolicy.php'
|
3588 |
),
|
3589 |
+
'Google\\Service\\ShoppingContent\\OrderShipment' => array(
|
3590 |
'version' => '0.230.0.0',
|
3591 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipment.php'
|
3592 |
),
|
3593 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTimeFixedTimePeriod' => array(
|
3594 |
'version' => '0.230.0.0',
|
3595 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEffectiveTimeFixedTimePeriod.php'
|
3596 |
),
|
3597 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionIdentifiers' => array(
|
3598 |
'version' => '0.230.0.0',
|
3599 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionIdentifiers.php'
|
3600 |
),
|
3601 |
+
'Google\\Service\\ShoppingContent\\LiaInventorySettings' => array(
|
3602 |
'version' => '0.230.0.0',
|
3603 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaInventorySettings.php'
|
3604 |
),
|
3605 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequestEntry' => array(
|
3606 |
'version' => '0.230.0.0',
|
3607 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.php'
|
3608 |
),
|
3609 |
+
'Google\\Service\\ShoppingContent\\PostalCodeRange' => array(
|
3610 |
'version' => '0.230.0.0',
|
3611 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PostalCodeRange.php'
|
3612 |
),
|
3613 |
+
'Google\\Service\\ShoppingContent\\Error' => array(
|
3614 |
'version' => '0.230.0.0',
|
3615 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Error.php'
|
3616 |
),
|
3617 |
+
'Google\\Service\\ShoppingContent\\WarehouseCutoffTime' => array(
|
3618 |
'version' => '0.230.0.0',
|
3619 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/WarehouseCutoffTime.php'
|
3620 |
),
|
3621 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProduct' => array(
|
3622 |
'version' => '0.230.0.0',
|
3623 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProduct.php'
|
3624 |
),
|
3625 |
+
'Google\\Service\\ShoppingContent\\LiasettingsRequestInventoryVerificationResponse' => array(
|
3626 |
'version' => '0.230.0.0',
|
3627 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.php'
|
3628 |
),
|
3629 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateRefundInvoiceRequest' => array(
|
3630 |
'version' => '0.230.0.0',
|
3631 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.php'
|
3632 |
),
|
3633 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemShippingDetailsMethod' => array(
|
3634 |
'version' => '0.230.0.0',
|
3635 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemShippingDetailsMethod.php'
|
3636 |
),
|
3637 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleRestrictionBoundary' => array(
|
3638 |
'version' => '0.230.0.0',
|
3639 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleRestrictionBoundary.php'
|
3640 |
),
|
3641 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleStatsBasedRule' => array(
|
3642 |
'version' => '0.230.0.0',
|
3643 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleStatsBasedRule.php'
|
3644 |
),
|
3645 |
+
'Google\\Service\\ShoppingContent\\OrderreportsListTransactionsResponse' => array(
|
3646 |
'version' => '0.230.0.0',
|
3647 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreportsListTransactionsResponse.php'
|
3648 |
),
|
3649 |
+
'Google\\Service\\ShoppingContent\\TimeZone' => array(
|
3650 |
'version' => '0.230.0.0',
|
3651 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TimeZone.php'
|
3652 |
),
|
3653 |
+
'Google\\Service\\ShoppingContent\\GmbAccountsGmbAccount' => array(
|
3654 |
'version' => '0.230.0.0',
|
3655 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/GmbAccountsGmbAccount.php'
|
3656 |
),
|
3657 |
+
'Google\\Service\\ShoppingContent\\LiaSettings' => array(
|
3658 |
'version' => '0.230.0.0',
|
3659 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaSettings.php'
|
3660 |
),
|
3661 |
+
'Google\\Service\\ShoppingContent\\InapplicabilityDetails' => array(
|
3662 |
'version' => '0.230.0.0',
|
3663 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InapplicabilityDetails.php'
|
3664 |
),
|
3665 |
+
'Google\\Service\\ShoppingContent\\OrdersShipLineItemsRequest' => array(
|
3666 |
'version' => '0.230.0.0',
|
3667 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersShipLineItemsRequest.php'
|
3668 |
),
|
3669 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest' => array(
|
3670 |
'version' => '0.230.0.0',
|
3671 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestOrderRequest.php'
|
3672 |
),
|
3673 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyListResponse' => array(
|
3674 |
'version' => '0.230.0.0',
|
3675 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyListResponse.php'
|
3676 |
),
|
3677 |
+
'Google\\Service\\ShoppingContent\\InvoiceSummary' => array(
|
3678 |
'version' => '0.230.0.0',
|
3679 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummary.php'
|
3680 |
),
|
3681 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo' => array(
|
3682 |
'version' => '0.230.0.0',
|
3683 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.php'
|
3684 |
),
|
3685 |
+
'Google\\Service\\ShoppingContent\\ProductAmount' => array(
|
3686 |
'version' => '0.230.0.0',
|
3687 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductAmount.php'
|
3688 |
),
|
3689 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchResponse' => array(
|
3690 |
'version' => '0.230.0.0',
|
3691 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchResponse.php'
|
3692 |
),
|
3693 |
+
'Google\\Service\\ShoppingContent\\ListRepricingRulesResponse' => array(
|
3694 |
'version' => '0.230.0.0',
|
3695 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingRulesResponse.php'
|
3696 |
),
|
3697 |
+
'Google\\Service\\ShoppingContent\\DatafeedFetchSchedule' => array(
|
3698 |
'version' => '0.230.0.0',
|
3699 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedFetchSchedule.php'
|
3700 |
),
|
3701 |
+
'Google\\Service\\ShoppingContent\\Service' => array(
|
3702 |
'version' => '0.230.0.0',
|
3703 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Service.php'
|
3704 |
),
|
3705 |
+
'Google\\Service\\ShoppingContent\\SearchRequest' => array(
|
3706 |
'version' => '0.230.0.0',
|
3707 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SearchRequest.php'
|
3708 |
),
|
3709 |
+
'Google\\Service\\ShoppingContent\\Segments' => array(
|
3710 |
'version' => '0.230.0.0',
|
3711 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Segments.php'
|
3712 |
),
|
3713 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchResponseEntry' => array(
|
3714 |
'version' => '0.230.0.0',
|
3715 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php'
|
3716 |
),
|
3717 |
+
'Google\\Service\\ShoppingContent\\OnboardBuyOnGoogleProgramRequest' => array(
|
3718 |
'version' => '0.230.0.0',
|
3719 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OnboardBuyOnGoogleProgramRequest.php'
|
3720 |
+
),
|
3721 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalShipmentLineItemMapping' => array(
|
3722 |
+
'version' => '0.230.0.0',
|
3723 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalShipmentLineItemMapping.php'
|
3724 |
),
|
3725 |
'Google\\Service\\ShoppingContent\\AccountsLinkRequest' => array(
|
3726 |
'version' => '0.230.0.0',
|
3727 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsLinkRequest.php'
|
3728 |
),
|
3729 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProductVariantAttribute' => array(
|
3730 |
'version' => '0.230.0.0',
|
3731 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProductVariantAttribute.php'
|
3732 |
),
|
3733 |
+
'Google\\Service\\ShoppingContent\\SettlementtransactionsListResponse' => array(
|
3734 |
'version' => '0.230.0.0',
|
3735 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementtransactionsListResponse.php'
|
3736 |
),
|
3737 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequest' => array(
|
3738 |
'version' => '0.230.0.0',
|
3739 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchRequest.php'
|
3740 |
),
|
3741 |
+
'Google\\Service\\ShoppingContent\\ProductsListResponse' => array(
|
3742 |
'version' => '0.230.0.0',
|
3743 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsListResponse.php'
|
3744 |
),
|
3745 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails' => array(
|
3746 |
'version' => '0.230.0.0',
|
3747 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalLineItemDetails.php'
|
3748 |
),
|
3749 |
+
'Google\\Service\\ShoppingContent\\PickupCarrierService' => array(
|
3750 |
'version' => '0.230.0.0',
|
3751 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PickupCarrierService.php'
|
3752 |
),
|
3753 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryRefundItemShipping' => array(
|
3754 |
'version' => '0.230.0.0',
|
3755 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemShipping.php'
|
3756 |
),
|
3757 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionTransaction' => array(
|
3758 |
'version' => '0.230.0.0',
|
3759 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionTransaction.php'
|
3760 |
),
|
3761 |
+
'Google\\Service\\ShoppingContent\\Resource\\OrderreturnsLabels' => array(
|
3762 |
'version' => '0.230.0.0',
|
3763 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/OrderreturnsLabels.php'
|
3764 |
),
|
3765 |
+
'Google\\Service\\ShoppingContent\\Resource\\Ordertrackingsignals' => array(
|
3766 |
'version' => '0.230.0.0',
|
3767 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Ordertrackingsignals.php'
|
3768 |
),
|
3769 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accounttax' => array(
|
3770 |
'version' => '0.230.0.0',
|
3771 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accounttax.php'
|
3772 |
),
|
3773 |
+
'Google\\Service\\ShoppingContent\\Resource\\Collections' => array(
|
3774 |
'version' => '0.230.0.0',
|
3775 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Collections.php'
|
3776 |
),
|
3777 |
+
'Google\\Service\\ShoppingContent\\Resource\\RepricingrulesRepricingreports' => array(
|
3778 |
'version' => '0.230.0.0',
|
3779 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/RepricingrulesRepricingreports.php'
|
3780 |
),
|
3781 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderinvoices' => array(
|
3782 |
'version' => '0.230.0.0',
|
3783 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderinvoices.php'
|
3784 |
),
|
3785 |
+
'Google\\Service\\ShoppingContent\\Resource\\Products' => array(
|
3786 |
'version' => '0.230.0.0',
|
3787 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Products.php'
|
3788 |
),
|
3789 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orders' => array(
|
3790 |
'version' => '0.230.0.0',
|
3791 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orders.php'
|
3792 |
),
|
3793 |
+
'Google\\Service\\ShoppingContent\\Resource\\Datafeeds' => array(
|
3794 |
'version' => '0.230.0.0',
|
3795 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Datafeeds.php'
|
3796 |
),
|
3797 |
+
'Google\\Service\\ShoppingContent\\Resource\\Settlementtransactions' => array(
|
3798 |
'version' => '0.230.0.0',
|
3799 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Settlementtransactions.php'
|
3800 |
),
|
3801 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnpolicyonline' => array(
|
3802 |
'version' => '0.230.0.0',
|
3803 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnpolicyonline.php'
|
3804 |
),
|
3805 |
+
'Google\\Service\\ShoppingContent\\Resource\\Localinventory' => array(
|
3806 |
'version' => '0.230.0.0',
|
3807 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Localinventory.php'
|
3808 |
),
|
3809 |
+
'Google\\Service\\ShoppingContent\\Resource\\Csses' => array(
|
3810 |
'version' => '0.230.0.0',
|
3811 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Csses.php'
|
3812 |
),
|
3813 |
+
'Google\\Service\\ShoppingContent\\Resource\\Settlementreports' => array(
|
3814 |
'version' => '0.230.0.0',
|
3815 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Settlementreports.php'
|
3816 |
),
|
3817 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsReturncarrier' => array(
|
3818 |
'version' => '0.230.0.0',
|
3819 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsReturncarrier.php'
|
3820 |
),
|
3821 |
+
'Google\\Service\\ShoppingContent\\Resource\\Collectionstatuses' => array(
|
3822 |
'version' => '0.230.0.0',
|
3823 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Collectionstatuses.php'
|
3824 |
),
|
3825 |
+
'Google\\Service\\ShoppingContent\\Resource\\Regionalinventory' => array(
|
3826 |
'version' => '0.230.0.0',
|
3827 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Regionalinventory.php'
|
3828 |
),
|
3829 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accounts' => array(
|
3830 |
'version' => '0.230.0.0',
|
3831 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accounts.php'
|
3832 |
),
|
3833 |
+
'Google\\Service\\ShoppingContent\\Resource\\Productstatuses' => array(
|
3834 |
'version' => '0.230.0.0',
|
3835 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Productstatuses.php'
|
3836 |
),
|
3837 |
+
'Google\\Service\\ShoppingContent\\Resource\\Datafeedstatuses' => array(
|
3838 |
'version' => '0.230.0.0',
|
3839 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Datafeedstatuses.php'
|
3840 |
),
|
3841 |
+
'Google\\Service\\ShoppingContent\\Resource\\Promotions' => array(
|
3842 |
'version' => '0.230.0.0',
|
3843 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Promotions.php'
|
3844 |
),
|
3845 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnpolicy' => array(
|
3846 |
'version' => '0.230.0.0',
|
3847 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnpolicy.php'
|
3848 |
),
|
3849 |
+
'Google\\Service\\ShoppingContent\\Resource\\Buyongoogleprograms' => array(
|
3850 |
'version' => '0.230.0.0',
|
3851 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Buyongoogleprograms.php'
|
3852 |
),
|
3853 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnaddress' => array(
|
3854 |
'version' => '0.230.0.0',
|
3855 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnaddress.php'
|
3856 |
),
|
3857 |
+
'Google\\Service\\ShoppingContent\\Resource\\Shoppingadsprogram' => array(
|
3858 |
'version' => '0.230.0.0',
|
3859 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Shoppingadsprogram.php'
|
3860 |
),
|
3861 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsCredentials' => array(
|
3862 |
'version' => '0.230.0.0',
|
3863 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsCredentials.php'
|
3864 |
),
|
3865 |
+
'Google\\Service\\ShoppingContent\\Resource\\Liasettings' => array(
|
3866 |
'version' => '0.230.0.0',
|
3867 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Liasettings.php'
|
3868 |
),
|
3869 |
+
'Google\\Service\\ShoppingContent\\Resource\\ProductstatusesRepricingreports' => array(
|
3870 |
'version' => '0.230.0.0',
|
3871 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/ProductstatusesRepricingreports.php'
|
3872 |
),
|
3873 |
+
'Google\\Service\\ShoppingContent\\Resource\\Pubsubnotificationsettings' => array(
|
3874 |
'version' => '0.230.0.0',
|
3875 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Pubsubnotificationsettings.php'
|
3876 |
),
|
3877 |
+
'Google\\Service\\ShoppingContent\\Resource\\Regions' => array(
|
3878 |
'version' => '0.230.0.0',
|
3879 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Regions.php'
|
3880 |
),
|
3881 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderreports' => array(
|
3882 |
'version' => '0.230.0.0',
|
3883 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderreports.php'
|
3884 |
),
|
3885 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accountstatuses' => array(
|
3886 |
'version' => '0.230.0.0',
|
3887 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accountstatuses.php'
|
3888 |
),
|
3889 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsLabels' => array(
|
3890 |
'version' => '0.230.0.0',
|
3891 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsLabels.php'
|
3892 |
),
|
3893 |
+
'Google\\Service\\ShoppingContent\\Resource\\Reports' => array(
|
3894 |
'version' => '0.230.0.0',
|
3895 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Reports.php'
|
3896 |
),
|
3897 |
+
'Google\\Service\\ShoppingContent\\Resource\\Shippingsettings' => array(
|
3898 |
'version' => '0.230.0.0',
|
3899 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Shippingsettings.php'
|
3900 |
),
|
3901 |
+
'Google\\Service\\ShoppingContent\\Resource\\Pos' => array(
|
3902 |
'version' => '0.230.0.0',
|
3903 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Pos.php'
|
3904 |
),
|
3905 |
+
'Google\\Service\\ShoppingContent\\Resource\\Repricingrules' => array(
|
3906 |
'version' => '0.230.0.0',
|
3907 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Repricingrules.php'
|
3908 |
),
|
3909 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderreturns' => array(
|
3910 |
'version' => '0.230.0.0',
|
3911 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderreturns.php'
|
3912 |
),
|
3913 |
+
'Google\\Service\\ShoppingContent\\Resource\\Freelistingsprogram' => array(
|
3914 |
'version' => '0.230.0.0',
|
3915 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Freelistingsprogram.php'
|
3916 |
),
|
3917 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicySeasonalOverride' => array(
|
3918 |
'version' => '0.230.0.0',
|
3919 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicySeasonalOverride.php'
|
3920 |
),
|
3921 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignal' => array(
|
3922 |
'version' => '0.230.0.0',
|
3923 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignal.php'
|
3924 |
),
|
3925 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry' => array(
|
3926 |
'version' => '0.230.0.0',
|
3927 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php'
|
3928 |
),
|
3929 |
+
'Google\\Service\\ShoppingContent\\LocationIdSet' => array(
|
3930 |
'version' => '0.230.0.0',
|
3931 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocationIdSet.php'
|
3932 |
),
|
3933 |
+
'Google\\Service\\ShoppingContent\\AccountTax' => array(
|
3934 |
'version' => '0.230.0.0',
|
3935 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountTax.php'
|
3936 |
),
|
3937 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatus' => array(
|
3938 |
'version' => '0.230.0.0',
|
3939 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatus.php'
|
3940 |
),
|
3941 |
+
'Google\\Service\\ShoppingContent\\Metrics' => array(
|
3942 |
'version' => '0.230.0.0',
|
3943 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Metrics.php'
|
3944 |
),
|
3945 |
+
'Google\\Service\\ShoppingContent\\Address' => array(
|
3946 |
'version' => '0.230.0.0',
|
3947 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Address.php'
|
3948 |
),
|
3949 |
+
'Google\\Service\\ShoppingContent\\ShippingSettings' => array(
|
3950 |
'version' => '0.230.0.0',
|
3951 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingSettings.php'
|
3952 |
),
|
3953 |
+
'Google\\Service\\ShoppingContent\\ListRegionsResponse' => array(
|
3954 |
'version' => '0.230.0.0',
|
3955 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRegionsResponse.php'
|
3956 |
),
|
3957 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalShippingInfo' => array(
|
3958 |
'version' => '0.230.0.0',
|
3959 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalShippingInfo.php'
|
3960 |
),
|
3961 |
+
'Google\\Service\\ShoppingContent\\OrdersAdvanceTestOrderResponse' => array(
|
3962 |
'version' => '0.230.0.0',
|
3963 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAdvanceTestOrderResponse.php'
|
3964 |
),
|
3965 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchResponse' => array(
|
3966 |
'version' => '0.230.0.0',
|
3967 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchResponse.php'
|
3968 |
),
|
3969 |
+
'Google\\Service\\ShoppingContent\\RequestPhoneVerificationResponse' => array(
|
3970 |
'version' => '0.230.0.0',
|
3971 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestPhoneVerificationResponse.php'
|
3972 |
),
|
3973 |
+
'Google\\Service\\ShoppingContent\\OrderReportTransaction' => array(
|
3974 |
'version' => '0.230.0.0',
|
3975 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReportTransaction.php'
|
3976 |
),
|
3977 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundOrderResponse' => array(
|
3978 |
'version' => '0.230.0.0',
|
3979 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundOrderResponse.php'
|
3980 |
),
|
3981 |
+
'Google\\Service\\ShoppingContent\\SearchResponse' => array(
|
3982 |
'version' => '0.230.0.0',
|
3983 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SearchResponse.php'
|
3984 |
),
|
3985 |
+
'Google\\Service\\ShoppingContent\\ListReturnPolicyOnlineResponse' => array(
|
3986 |
'version' => '0.230.0.0',
|
3987 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListReturnPolicyOnlineResponse.php'
|
3988 |
),
|
3989 |
+
'Google\\Service\\ShoppingContent\\TestOrderLineItemProduct' => array(
|
3990 |
'version' => '0.230.0.0',
|
3991 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderLineItemProduct.php'
|
3992 |
),
|
3993 |
+
'Google\\Service\\ShoppingContent\\LiasettingsListPosDataProvidersResponse' => array(
|
3994 |
'version' => '0.230.0.0',
|
3995 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsListPosDataProvidersResponse.php'
|
3996 |
),
|
3997 |
+
'Google\\Service\\ShoppingContent\\TestOrderPickupDetails' => array(
|
3998 |
'version' => '0.230.0.0',
|
3999 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderPickupDetails.php'
|
4000 |
),
|
4001 |
+
'Google\\Service\\ShoppingContent\\OrdersGetByMerchantOrderIdResponse' => array(
|
4002 |
'version' => '0.230.0.0',
|
4003 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php'
|
4004 |
),
|
4005 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsAcknowledgeResponse' => array(
|
4006 |
'version' => '0.230.0.0',
|
4007 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsAcknowledgeResponse.php'
|
4008 |
),
|
4009 |
+
'Google\\Service\\ShoppingContent\\TimePeriod' => array(
|
4010 |
'version' => '0.230.0.0',
|
4011 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TimePeriod.php'
|
4012 |
),
|
4013 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineReturnShippingFee' => array(
|
4014 |
'version' => '0.230.0.0',
|
4015 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineReturnShippingFee.php'
|
4016 |
),
|
4017 |
+
'Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataRequest' => array(
|
4018 |
'version' => '0.230.0.0',
|
4019 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersSetLineItemMetadataRequest.php'
|
4020 |
),
|
4021 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsLineItem' => array(
|
4022 |
'version' => '0.230.0.0',
|
4023 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsLineItem.php'
|
4024 |
),
|
4025 |
+
'Google\\Service\\ShoppingContent\\RequestReviewFreeListingsRequest' => array(
|
4026 |
'version' => '0.230.0.0',
|
4027 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewFreeListingsRequest.php'
|
4028 |
),
|
4029 |
+
'Google\\Service\\ShoppingContent\\DatafeedTarget' => array(
|
4030 |
'version' => '0.230.0.0',
|
4031 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedTarget.php'
|
4032 |
),
|
4033 |
+
'Google\\Service\\ShoppingContent\\PosSaleResponse' => array(
|
4034 |
'version' => '0.230.0.0',
|
4035 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSaleResponse.php'
|
4036 |
),
|
4037 |
+
'Google\\Service\\ShoppingContent\\AccountYouTubeChannelLink' => array(
|
4038 |
'version' => '0.230.0.0',
|
4039 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountYouTubeChannelLink.php'
|
4040 |
),
|
4041 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequest' => array(
|
4042 |
'version' => '0.230.0.0',
|
4043 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchRequest.php'
|
4044 |
),
|
4045 |
+
'Google\\Service\\ShoppingContent\\MerchantOrderReturn' => array(
|
4046 |
'version' => '0.230.0.0',
|
4047 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantOrderReturn.php'
|
4048 |
),
|
4049 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelLineItemResponse' => array(
|
4050 |
'version' => '0.230.0.0',
|
4051 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelLineItemResponse.php'
|
4052 |
),
|
4053 |
+
'Google\\Service\\ShoppingContent\\OrderCustomer' => array(
|
4054 |
'version' => '0.230.0.0',
|
4055 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomer.php'
|
4056 |
),
|
4057 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdResponse' => array(
|
4058 |
'version' => '0.230.0.0',
|
4059 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php'
|
4060 |
),
|
4061 |
+
'Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue' => array(
|
4062 |
'version' => '0.230.0.0',
|
4063 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatusItemLevelIssue.php'
|
4064 |
),
|
4065 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTime' => array(
|
4066 |
'version' => '0.230.0.0',
|
4067 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEffectiveTime.php'
|
4068 |
),
|
4069 |
+
'Google\\Service\\ShoppingContent\\ListCollectionsResponse' => array(
|
4070 |
'version' => '0.230.0.0',
|
4071 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCollectionsResponse.php'
|
4072 |
),
|
4073 |
+
'Google\\Service\\ShoppingContent\\AccountTaxTaxRule' => array(
|
4074 |
'version' => '0.230.0.0',
|
4075 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountTaxTaxRule.php'
|
4076 |
),
|
4077 |
+
'Google\\Service\\ShoppingContent\\VerifyPhoneNumberRequest' => array(
|
4078 |
'version' => '0.230.0.0',
|
4079 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/VerifyPhoneNumberRequest.php'
|
4080 |
),
|
4081 |
+
'Google\\Service\\ShoppingContent\\RateGroup' => array(
|
4082 |
'version' => '0.230.0.0',
|
4083 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RateGroup.php'
|
4084 |
),
|
4085 |
+
'Google\\Service\\ShoppingContent\\PosStore' => array(
|
4086 |
'version' => '0.230.0.0',
|
4087 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosStore.php'
|
4088 |
),
|
4089 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequest' => array(
|
4090 |
'version' => '0.230.0.0',
|
4091 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchRequest.php'
|
4092 |
),
|
4093 |
+
'Google\\Service\\ShoppingContent\\RepricingProductReport' => array(
|
4094 |
'version' => '0.230.0.0',
|
4095 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingProductReport.php'
|
4096 |
),
|
4097 |
+
'Google\\Service\\ShoppingContent\\AccountsListLinksResponse' => array(
|
4098 |
'version' => '0.230.0.0',
|
4099 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListLinksResponse.php'
|
4100 |
),
|
4101 |
+
'Google\\Service\\ShoppingContent\\CarrierRate' => array(
|
4102 |
'version' => '0.230.0.0',
|
4103 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CarrierRate.php'
|
4104 |
),
|
4105 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchResponse' => array(
|
4106 |
'version' => '0.230.0.0',
|
4107 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchResponse.php'
|
4108 |
),
|
4109 |
+
'Google\\Service\\ShoppingContent\\ECommercePlatformLinkInfo' => array(
|
4110 |
'version' => '0.230.0.0',
|
4111 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ECommercePlatformLinkInfo.php'
|
4112 |
),
|
4113 |
+
'Google\\Service\\ShoppingContent\\OrdersShipLineItemsResponse' => array(
|
4114 |
'version' => '0.230.0.0',
|
4115 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersShipLineItemsResponse.php'
|
4116 |
),
|
4117 |
+
'Google\\Service\\ShoppingContent\\TestOrderDeliveryDetails' => array(
|
4118 |
'version' => '0.230.0.0',
|
4119 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderDeliveryDetails.php'
|
4120 |
),
|
4121 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchResponseEntry' => array(
|
4122 |
'version' => '0.230.0.0',
|
4123 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchResponseEntry.php'
|
4124 |
),
|
4125 |
+
'Google\\Service\\ShoppingContent\\LiaAboutPageSettings' => array(
|
4126 |
'version' => '0.230.0.0',
|
4127 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaAboutPageSettings.php'
|
4128 |
),
|
4129 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequest' => array(
|
4130 |
'version' => '0.230.0.0',
|
4131 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchRequest.php'
|
4132 |
),
|
4133 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchResponse' => array(
|
4134 |
'version' => '0.230.0.0',
|
4135 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchResponse.php'
|
4136 |
),
|
4137 |
+
'Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemRequest' => array(
|
4138 |
'version' => '0.230.0.0',
|
4139 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRejectReturnLineItemRequest.php'
|
4140 |
),
|
4141 |
+
'Google\\Service\\ShoppingContent\\ListCssesResponse' => array(
|
4142 |
'version' => '0.230.0.0',
|
4143 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCssesResponse.php'
|
4144 |
),
|
4145 |
+
'Google\\Service\\ShoppingContent\\TestOrderPickupDetailsPickupPerson' => array(
|
4146 |
'version' => '0.230.0.0',
|
4147 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderPickupDetailsPickupPerson.php'
|
4148 |
),
|
4149 |
+
'Google\\Service\\ShoppingContent\\AccountAdsLink' => array(
|
4150 |
'version' => '0.230.0.0',
|
4151 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAdsLink.php'
|
4152 |
),
|
4153 |
+
'Google\\Service\\ShoppingContent\\PauseBuyOnGoogleProgramRequest' => array(
|
4154 |
'version' => '0.230.0.0',
|
4155 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PauseBuyOnGoogleProgramRequest.php'
|
4156 |
),
|
4157 |
+
'Google\\Service\\ShoppingContent\\ListRepricingRuleReportsResponse' => array(
|
4158 |
'version' => '0.230.0.0',
|
4159 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingRuleReportsResponse.php'
|
4160 |
),
|
4161 |
+
'Google\\Service\\ShoppingContent\\AccounttaxListResponse' => array(
|
4162 |
'version' => '0.230.0.0',
|
4163 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxListResponse.php'
|
4164 |
),
|
4165 |
+
'Google\\Service\\ShoppingContent\\ProductProductDetail' => array(
|
4166 |
'version' => '0.230.0.0',
|
4167 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductProductDetail.php'
|
4168 |
),
|
4169 |
+
'Google\\Service\\ShoppingContent\\CarriersCarrier' => array(
|
4170 |
'version' => '0.230.0.0',
|
4171 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CarriersCarrier.php'
|
4172 |
),
|
4173 |
+
'Google\\Service\\ShoppingContent\\OrderReturn' => array(
|
4174 |
'version' => '0.230.0.0',
|
4175 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReturn.php'
|
4176 |
),
|
4177 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelResponse' => array(
|
4178 |
'version' => '0.230.0.0',
|
4179 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelResponse.php'
|
4180 |
),
|
4181 |
+
'Google\\Service\\ShoppingContent\\PubsubNotificationSettings' => array(
|
4182 |
'version' => '0.230.0.0',
|
4183 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PubsubNotificationSettings.php'
|
4184 |
),
|
4185 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchRequest' => array(
|
4186 |
'version' => '0.230.0.0',
|
4187 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchRequest.php'
|
4188 |
),
|
4189 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsResponse' => array(
|
4190 |
'version' => '0.230.0.0',
|
4191 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.php'
|
4192 |
),
|
4193 |
+
'Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue' => array(
|
4194 |
'version' => '0.230.0.0',
|
4195 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusAccountLevelIssue.php'
|
4196 |
),
|
4197 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceResponse' => array(
|
4198 |
'version' => '0.230.0.0',
|
4199 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.php'
|
4200 |
),
|
4201 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceRequest' => array(
|
4202 |
'version' => '0.230.0.0',
|
4203 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php'
|
4204 |
),
|
4205 |
+
'Google\\Service\\ShoppingContent\\GmbAccounts' => array(
|
4206 |
'version' => '0.230.0.0',
|
4207 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/GmbAccounts.php'
|
4208 |
),
|
4209 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchResponse' => array(
|
4210 |
'version' => '0.230.0.0',
|
4211 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchResponse.php'
|
4212 |
),
|
4213 |
+
'Google\\Service\\ShoppingContent\\AccountsLinkResponse' => array(
|
4214 |
'version' => '0.230.0.0',
|
4215 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsLinkResponse.php'
|
4216 |
),
|
4217 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchResponse' => array(
|
4218 |
'version' => '0.230.0.0',
|
4219 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchResponse.php'
|
4220 |
),
|
4221 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelTestOrderByCustomerResponse' => array(
|
4222 |
'version' => '0.230.0.0',
|
4223 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.php'
|
4224 |
),
|
4225 |
+
'Google\\Service\\ShoppingContent\\Value' => array(
|
4226 |
'version' => '0.230.0.0',
|
4227 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Value.php'
|
4228 |
),
|
4229 |
+
'Google\\Service\\ShoppingContent\\Region' => array(
|
4230 |
'version' => '0.230.0.0',
|
4231 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Region.php'
|
4232 |
),
|
4233 |
+
'Google\\Service\\ShoppingContent\\RequestReviewBuyOnGoogleProgramRequest' => array(
|
4234 |
'version' => '0.230.0.0',
|
4235 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php'
|
4236 |
),
|
4237 |
+
'Google\\Service\\ShoppingContent\\AccountCustomerService' => array(
|
4238 |
'version' => '0.230.0.0',
|
4239 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountCustomerService.php'
|
4240 |
),
|
4241 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestOrderResponse' => array(
|
4242 |
'version' => '0.230.0.0',
|
4243 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestOrderResponse.php'
|
4244 |
),
|
4245 |
+
'Google\\Service\\ShoppingContent\\DatafeedsListResponse' => array(
|
4246 |
'version' => '0.230.0.0',
|
4247 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsListResponse.php'
|
4248 |
),
|
4249 |
+
'Google\\Service\\ShoppingContent\\UnitInvoiceTaxLine' => array(
|
4250 |
'version' => '0.230.0.0',
|
4251 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoiceTaxLine.php'
|
4252 |
),
|
4253 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelRequest' => array(
|
4254 |
'version' => '0.230.0.0',
|
4255 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelRequest.php'
|
4256 |
),
|
4257 |
+
'Google\\Service\\ShoppingContent\\PaymentServiceProviderLinkInfo' => array(
|
4258 |
'version' => '0.230.0.0',
|
4259 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PaymentServiceProviderLinkInfo.php'
|
4260 |
),
|
4261 |
+
'Google\\Service\\ShoppingContent\\OrderPickupDetailsCollector' => array(
|
4262 |
'version' => '0.230.0.0',
|
4263 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPickupDetailsCollector.php'
|
4264 |
),
|
4265 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsAcknowledgeRequest' => array(
|
4266 |
'version' => '0.230.0.0',
|
4267 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsAcknowledgeRequest.php'
|
4268 |
),
|
4269 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequestEntry' => array(
|
4270 |
'version' => '0.230.0.0',
|
4271 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php'
|
4272 |
),
|
4273 |
+
'Google\\Service\\ShoppingContent\\ReturnAddress' => array(
|
4274 |
'version' => '0.230.0.0',
|
4275 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnAddress.php'
|
4276 |
),
|
4277 |
+
'Google\\Service\\ShoppingContent\\Collection' => array(
|
4278 |
'version' => '0.230.0.0',
|
4279 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Collection.php'
|
4280 |
),
|
4281 |
+
'Google\\Service\\ShoppingContent\\AccountsUpdateLabelsRequest' => array(
|
4282 |
'version' => '0.230.0.0',
|
4283 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsUpdateLabelsRequest.php'
|
4284 |
),
|
4285 |
+
'Google\\Service\\ShoppingContent\\RepricingRule' => array(
|
4286 |
'version' => '0.230.0.0',
|
4287 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRule.php'
|
4288 |
),
|
4289 |
+
'Google\\Service\\ShoppingContent\\UnitInvoice' => array(
|
4290 |
'version' => '0.230.0.0',
|
4291 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoice.php'
|
4292 |
),
|
4293 |
+
'Google\\Service\\ShoppingContent\\OrdersInStoreRefundLineItemResponse' => array(
|
4294 |
'version' => '0.230.0.0',
|
4295 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersInStoreRefundLineItemResponse.php'
|
4296 |
),
|
4297 |
+
'Google\\Service\\ShoppingContent\\Css' => array(
|
4298 |
'version' => '0.230.0.0',
|
4299 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Css.php'
|
4300 |
),
|
4301 |
+
'Google\\Service\\ShoppingContent\\RequestReviewShoppingAdsRequest' => array(
|
4302 |
'version' => '0.230.0.0',
|
4303 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewShoppingAdsRequest.php'
|
4304 |
),
|
4305 |
+
'Google\\Service\\ShoppingContent\\TestOrder' => array(
|
4306 |
'version' => '0.230.0.0',
|
4307 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrder.php'
|
4308 |
),
|
4309 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchResponse' => array(
|
4310 |
'version' => '0.230.0.0',
|
4311 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchResponse.php'
|
4312 |
),
|
4313 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemShippingDetails' => array(
|
4314 |
'version' => '0.230.0.0',
|
4315 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemShippingDetails.php'
|
4316 |
),
|
4317 |
+
'Google\\Service\\ShoppingContent\\Installment' => array(
|
4318 |
'version' => '0.230.0.0',
|
4319 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Installment.php'
|
4320 |
),
|
4321 |
+
'Google\\Service\\ShoppingContent\\ShipmentTrackingInfo' => array(
|
4322 |
'version' => '0.230.0.0',
|
4323 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentTrackingInfo.php'
|
4324 |
),
|
4325 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedHolidaysResponse' => array(
|
4326 |
'version' => '0.230.0.0',
|
4327 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.php'
|
4328 |
),
|
4329 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchResponse' => array(
|
4330 |
'version' => '0.230.0.0',
|
4331 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchResponse.php'
|
4332 |
),
|
4333 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesListResponse' => array(
|
4334 |
'version' => '0.230.0.0',
|
4335 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesListResponse.php'
|
4336 |
),
|
4337 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatus' => array(
|
4338 |
'version' => '0.230.0.0',
|
4339 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatus.php'
|
4340 |
),
|
4341 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateShipmentRequest' => array(
|
4342 |
'version' => '0.230.0.0',
|
4343 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateShipmentRequest.php'
|
4344 |
),
|
4345 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption' => array(
|
4346 |
'version' => '0.230.0.0',
|
4347 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.php'
|
4348 |
),
|
4349 |
+
'Google\\Service\\ShoppingContent\\PosDataProviders' => array(
|
4350 |
'version' => '0.230.0.0',
|
4351 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosDataProviders.php'
|
4352 |
),
|
4353 |
+
'Google\\Service\\ShoppingContent\\LiasettingsListResponse' => array(
|
4354 |
'version' => '0.230.0.0',
|
4355 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsListResponse.php'
|
4356 |
),
|
4357 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnResponse' => array(
|
4358 |
'version' => '0.230.0.0',
|
4359 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsCreateOrderReturnResponse.php'
|
4360 |
),
|
4361 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsRequest' => array(
|
4362 |
'version' => '0.230.0.0',
|
4363 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.php'
|
4364 |
),
|
4365 |
+
'Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue' => array(
|
4366 |
'version' => '0.230.0.0',
|
4367 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatusItemLevelIssue.php'
|
4368 |
),
|
4369 |
+
'Google\\Service\\ShoppingContent\\CaptureOrderRequest' => array(
|
4370 |
'version' => '0.230.0.0',
|
4371 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CaptureOrderRequest.php'
|
4372 |
),
|
4373 |
+
'Google\\Service\\ShoppingContent\\ReturnAddressAddress' => array(
|
4374 |
'version' => '0.230.0.0',
|
4375 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnAddressAddress.php'
|
4376 |
),
|
4377 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequestEntry' => array(
|
4378 |
'version' => '0.230.0.0',
|
4379 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchRequestEntry.php'
|
4380 |
),
|
4381 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundItemResponse' => array(
|
4382 |
'version' => '0.230.0.0',
|
4383 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundItemResponse.php'
|
4384 |
),
|
4385 |
+
'Google\\Service\\ShoppingContent\\Date' => array(
|
4386 |
'version' => '0.230.0.0',
|
4387 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Date.php'
|
4388 |
),
|
4389 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionAmount' => array(
|
4390 |
'version' => '0.230.0.0',
|
4391 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmount.php'
|
4392 |
),
|
4393 |
+
'Google\\Service\\ShoppingContent\\LiasettingsGetAccessibleGmbAccountsResponse' => array(
|
4394 |
'version' => '0.230.0.0',
|
4395 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.php'
|
4396 |
),
|
4397 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicy' => array(
|
4398 |
'version' => '0.230.0.0',
|
4399 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicy.php'
|
4400 |
),
|
4401 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsProcessResponse' => array(
|
4402 |
'version' => '0.230.0.0',
|
4403 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsProcessResponse.php'
|
4404 |
),
|
4405 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEligibleOfferMatcherStringMatcher' => array(
|
4406 |
'version' => '0.230.0.0',
|
4407 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEligibleOfferMatcherStringMatcher.php'
|
4408 |
),
|
4409 |
+
'Google\\Service\\ShoppingContent\\ListRepricingProductReportsResponse' => array(
|
4410 |
'version' => '0.230.0.0',
|
4411 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingProductReportsResponse.php'
|
4412 |
),
|
4413 |
+
'Google\\Service\\ShoppingContent\\TransitTableTransitTimeRow' => array(
|
4414 |
'version' => '0.230.0.0',
|
4415 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTableTransitTimeRow.php'
|
4416 |
),
|
4417 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemReturnInfo' => array(
|
4418 |
'version' => '0.230.0.0',
|
4419 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemReturnInfo.php'
|
4420 |
),
|
4421 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponse' => array(
|
4422 |
'version' => '0.230.0.0',
|
4423 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchResponse.php'
|
4424 |
),
|
4425 |
+
'Google\\Service\\ShoppingContent\\AccountStatusStatistics' => array(
|
4426 |
'version' => '0.230.0.0',
|
4427 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusStatistics.php'
|
4428 |
),
|
4429 |
+
'Google\\Service\\ShoppingContent\\OrderreportsListDisbursementsResponse' => array(
|
4430 |
'version' => '0.230.0.0',
|
4431 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreportsListDisbursementsResponse.php'
|
4432 |
),
|
4433 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchRequest' => array(
|
4434 |
'version' => '0.230.0.0',
|
4435 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchRequest.php'
|
4436 |
),
|
4437 |
+
'Google\\Service\\ShoppingContent\\RequestPhoneVerificationRequest' => array(
|
4438 |
'version' => '0.230.0.0',
|
4439 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestPhoneVerificationRequest.php'
|
4440 |
),
|
4441 |
+
'Google\\Service\\ShoppingContent\\CollectionStatus' => array(
|
4442 |
'version' => '0.230.0.0',
|
4443 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatus.php'
|
|
|
|
|
|
|
|
|
4444 |
),
|
4445 |
+
'Google\\Service\\ShoppingContent\\ProductUnitPricingBaseMeasure' => array(
|
4446 |
'version' => '0.230.0.0',
|
4447 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductUnitPricingBaseMeasure.php'
|
4448 |
),
|
4449 |
+
'Google\\Service\\ShoppingContent\\TransitTableTransitTimeRowTransitTimeValue' => array(
|
4450 |
'version' => '0.230.0.0',
|
4451 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.php'
|
4452 |
),
|
4453 |
+
'Google\\Service\\ShoppingContent\\SettlementTransaction' => array(
|
4454 |
'version' => '0.230.0.0',
|
4455 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransaction.php'
|
4456 |
),
|
4457 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressListResponse' => array(
|
4458 |
'version' => '0.230.0.0',
|
4459 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressListResponse.php'
|
4460 |
),
|
4461 |
+
'Google\\Service\\ShoppingContent\\AccountsUpdateLabelsResponse' => array(
|
4462 |
'version' => '0.230.0.0',
|
4463 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsUpdateLabelsResponse.php'
|
4464 |
),
|
4465 |
+
'Google\\Service\\ShoppingContent\\PosListResponse' => array(
|
4466 |
'version' => '0.230.0.0',
|
4467 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosListResponse.php'
|
4468 |
),
|
4469 |
+
'Google\\Service\\ShoppingContent\\Product' => array(
|
4470 |
'version' => '0.230.0.0',
|
4471 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Product.php'
|
4472 |
),
|
4473 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchResponse' => array(
|
4474 |
'version' => '0.230.0.0',
|
4475 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchResponse.php'
|
4476 |
),
|
4477 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestReturnRequest' => array(
|
4478 |
'version' => '0.230.0.0',
|
4479 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestReturnRequest.php'
|
4480 |
),
|
4481 |
'Google\\Service\\ShoppingContent\\ListAccountReturnCarrierResponse' => array(
|
4482 |
'version' => '0.230.0.0',
|
4483 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountReturnCarrierResponse.php'
|
4484 |
),
|
4485 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsListResponse' => array(
|
|
|
|
|
|
|
|
|
4486 |
'version' => '0.230.0.0',
|
4487 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsListResponse.php'
|
4488 |
),
|
4489 |
+
'Google\\Service\\ShoppingContent\\SettlementReport' => array(
|
4490 |
'version' => '0.230.0.0',
|
4491 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementReport.php'
|
4492 |
),
|
4493 |
+
'Google\\Service\\ShoppingContent\\Headers' => array(
|
4494 |
'version' => '0.230.0.0',
|
4495 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Headers.php'
|
4496 |
),
|
4497 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry' => array(
|
4498 |
'version' => '0.230.0.0',
|
4499 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php'
|
4500 |
),
|
4501 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsRejectOperation' => array(
|
4502 |
'version' => '0.230.0.0',
|
4503 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsRejectOperation.php'
|
4504 |
),
|
4505 |
+
'Google\\Service\\ShoppingContent\\ListAccountLabelsResponse' => array(
|
4506 |
'version' => '0.230.0.0',
|
4507 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountLabelsResponse.php'
|
4508 |
),
|
4509 |
'Google\\Service\\ShoppingContent\\OrdersGetTestOrderTemplateResponse' => array(
|
4510 |
'version' => '0.230.0.0',
|
4511 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersGetTestOrderTemplateResponse.php'
|
4512 |
),
|
4513 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryRefundItemItem' => array(
|
4514 |
'version' => '0.230.0.0',
|
4515 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemItem.php'
|
4516 |
),
|
4517 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleReport' => array(
|
4518 |
'version' => '0.230.0.0',
|
4519 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleReport.php'
|
4520 |
),
|
4521 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdRequest' => array(
|
4522 |
'version' => '0.230.0.0',
|
4523 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.php'
|
4524 |
),
|
4525 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequest' => array(
|
4526 |
'version' => '0.230.0.0',
|
4527 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchRequest.php'
|
4528 |
),
|
4529 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatusError' => array(
|
4530 |
'version' => '0.230.0.0',
|
4531 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatusError.php'
|
4532 |
),
|
4533 |
+
'Google\\Service\\ShoppingContent\\RegionalInventory' => array(
|
4534 |
'version' => '0.230.0.0',
|
4535 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalInventory.php'
|
4536 |
),
|
4537 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleCostOfGoodsSaleRule' => array(
|
4538 |
'version' => '0.230.0.0',
|
4539 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleCostOfGoodsSaleRule.php'
|
4540 |
),
|
4541 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchResponseEntry' => array(
|
4542 |
'version' => '0.230.0.0',
|
4543 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php'
|
4544 |
),
|
4545 |
+
'Google\\Service\\ShoppingContent\\CustomAttribute' => array(
|
4546 |
'version' => '0.230.0.0',
|
4547 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CustomAttribute.php'
|
4548 |
),
|
4549 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatusRegionStatus' => array(
|
4550 |
'version' => '0.230.0.0',
|
4551 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatusRegionStatus.php'
|
4552 |
),
|
4553 |
+
'Google\\Service\\ShoppingContent\\ProductDimension' => array(
|
4554 |
'version' => '0.230.0.0',
|
4555 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductDimension.php'
|
4556 |
),
|
4557 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundOrderRequest' => array(
|
4558 |
'version' => '0.230.0.0',
|
4559 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundOrderRequest.php'
|
4560 |
),
|
4561 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedPickupServicesResponse' => array(
|
4562 |
'version' => '0.230.0.0',
|
4563 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedPickupServicesResponse.php'
|
4564 |
),
|
4565 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleReportBuyboxWinningRuleStats' => array(
|
4566 |
'version' => '0.230.0.0',
|
4567 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleReportBuyboxWinningRuleStats.php'
|
4568 |
),
|
4569 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchResponseEntry' => array(
|
4570 |
'version' => '0.230.0.0',
|
4571 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponseEntry.php'
|
4572 |
),
|
4573 |
+
'Google\\Service\\ShoppingContent\\RepricingProductReportBuyboxWinningProductStats' => array(
|
4574 |
'version' => '0.230.0.0',
|
4575 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingProductReportBuyboxWinningProductStats.php'
|
4576 |
),
|
4577 |
+
'Google\\Service\\ShoppingContent\\Order' => array(
|
4578 |
'version' => '0.230.0.0',
|
4579 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Order.php'
|
4580 |
),
|
4581 |
+
'Google\\Service\\ShoppingContent\\TransitTable' => array(
|
4582 |
'version' => '0.230.0.0',
|
4583 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTable.php'
|
4584 |
),
|
4585 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry' => array(
|
4586 |
'version' => '0.230.0.0',
|
4587 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequestEntry.php'
|
4588 |
),
|
4589 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchResponseEntry' => array(
|
4590 |
'version' => '0.230.0.0',
|
4591 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php'
|
4592 |
),
|
4593 |
+
'Google\\Service\\ShoppingContent\\CustomerReturnReason' => array(
|
4594 |
'version' => '0.230.0.0',
|
4595 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CustomerReturnReason.php'
|
4596 |
),
|
4597 |
+
'Google\\Service\\ShoppingContent\\OrdersListResponse' => array(
|
4598 |
'version' => '0.230.0.0',
|
4599 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersListResponse.php'
|
4600 |
),
|
4601 |
+
'Google\\Service\\ShoppingContent\\OrdersInStoreRefundLineItemRequest' => array(
|
4602 |
'version' => '0.230.0.0',
|
4603 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersInStoreRefundLineItemRequest.php'
|
4604 |
),
|
4605 |
+
'Google\\Service\\ShoppingContent\\AccountAddress' => array(
|
4606 |
'version' => '0.230.0.0',
|
4607 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAddress.php'
|
4608 |
),
|
4609 |
+
'Google\\Service\\ShoppingContent\\LabelIds' => array(
|
4610 |
'version' => '0.230.0.0',
|
4611 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LabelIds.php'
|
4612 |
),
|
4613 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyPolicy' => array(
|
4614 |
'version' => '0.230.0.0',
|
4615 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyPolicy.php'
|
4616 |
),
|
4617 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption' => array(
|
4618 |
'version' => '0.230.0.0',
|
4619 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.php'
|
4620 |
),
|
4621 |
+
'Google\\Service\\ShoppingContent\\LiasettingsSetInventoryVerificationContactResponse' => array(
|
4622 |
'version' => '0.230.0.0',
|
4623 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.php'
|
4624 |
),
|
4625 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesListResponse' => array(
|
4626 |
'version' => '0.230.0.0',
|
4627 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesListResponse.php'
|
4628 |
),
|
4629 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry' => array(
|
4630 |
'version' => '0.230.0.0',
|
4631 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchRequestEntry.php'
|
4632 |
),
|
4633 |
+
'Google\\Service\\ShoppingContent\\ProductTax' => array(
|
4634 |
'version' => '0.230.0.0',
|
4635 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductTax.php'
|
4636 |
),
|
4637 |
+
'Google\\Service\\ShoppingContent\\ReturnShippingLabel' => array(
|
4638 |
'version' => '0.230.0.0',
|
4639 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnShippingLabel.php'
|
4640 |
+
),
|
4641 |
+
'Google\\Service\\ShoppingContent\\OrderPromotion' => array(
|
4642 |
+
'version' => '0.230.0.0',
|
4643 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPromotion.php'
|
4644 |
+
),
|
4645 |
+
'Google\\Service\\ShoppingContent\\WarehouseBasedDeliveryTime' => array(
|
4646 |
+
'version' => '0.230.0.0',
|
4647 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/WarehouseBasedDeliveryTime.php'
|
4648 |
+
),
|
4649 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchResponseEntry' => array(
|
4650 |
+
'version' => '0.230.0.0',
|
4651 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchResponseEntry.php'
|
4652 |
+
),
|
4653 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceResource' => array(
|
4654 |
+
'version' => '0.230.0.0',
|
4655 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php'
|
4656 |
),
|
4657 |
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse' => array(
|
4658 |
'version' => '0.230.0.0',
|
4666 |
'version' => '0.230.0.0',
|
4667 |
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php'
|
4668 |
),
|
4669 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequestSite' => array(
|
4670 |
'version' => '0.230.0.0',
|
4671 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php'
|
4672 |
),
|
4673 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequest' => array(
|
4674 |
+
'version' => '0.230.0.0',
|
4675 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php'
|
4676 |
),
|
4677 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceListResponse' => array(
|
4678 |
+
'version' => '0.230.0.0',
|
4679 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php'
|
4680 |
),
|
4681 |
+
'Google\\Protobuf\\NullValue' => array(
|
4682 |
'version' => '3.19.3.0',
|
4683 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/NullValue.php'
|
4684 |
),
|
4685 |
+
'Google\\Protobuf\\FieldMask' => array(
|
4686 |
'version' => '3.19.3.0',
|
4687 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldMask.php'
|
4688 |
),
|
4689 |
+
'Google\\Protobuf\\Method' => array(
|
4690 |
'version' => '3.19.3.0',
|
4691 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Method.php'
|
4692 |
),
|
4693 |
+
'Google\\Protobuf\\BytesValue' => array(
|
4694 |
'version' => '3.19.3.0',
|
4695 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BytesValue.php'
|
4696 |
),
|
4697 |
+
'Google\\Protobuf\\Syntax' => array(
|
4698 |
'version' => '3.19.3.0',
|
4699 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Syntax.php'
|
4700 |
),
|
4701 |
+
'Google\\Protobuf\\Any' => array(
|
4702 |
'version' => '3.19.3.0',
|
4703 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Any.php'
|
4704 |
),
|
4705 |
+
'Google\\Protobuf\\SourceContext' => array(
|
4706 |
'version' => '3.19.3.0',
|
4707 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/SourceContext.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4708 |
),
|
4709 |
'Google\\Protobuf\\Option' => array(
|
4710 |
'version' => '3.19.3.0',
|
4711 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Option.php'
|
4712 |
),
|
4713 |
+
'Google\\Protobuf\\Struct' => array(
|
4714 |
'version' => '3.19.3.0',
|
4715 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Struct.php'
|
4716 |
),
|
4717 |
+
'Google\\Protobuf\\StringValue' => array(
|
4718 |
'version' => '3.19.3.0',
|
4719 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/StringValue.php'
|
4720 |
),
|
4721 |
+
'Google\\Protobuf\\FieldDescriptor' => array(
|
4722 |
'version' => '3.19.3.0',
|
4723 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldDescriptor.php'
|
4724 |
),
|
4725 |
+
'Google\\Protobuf\\Internal\\CodedOutputStream' => array(
|
4726 |
'version' => '3.19.3.0',
|
4727 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php'
|
4728 |
),
|
4729 |
+
'Google\\Protobuf\\Internal\\GPBUtil' => array(
|
4730 |
'version' => '3.19.3.0',
|
4731 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php'
|
4732 |
),
|
4733 |
+
'Google\\Protobuf\\Internal\\OneofDescriptorProto' => array(
|
4734 |
'version' => '3.19.3.0',
|
4735 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php'
|
4736 |
),
|
4737 |
+
'Google\\Protobuf\\Internal\\GetPublicDescriptorTrait' => array(
|
4738 |
'version' => '3.19.3.0',
|
4739 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php'
|
4740 |
),
|
4741 |
+
'Google\\Protobuf\\Internal\\HasPublicDescriptorTrait' => array(
|
4742 |
'version' => '3.19.3.0',
|
4743 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php'
|
4744 |
),
|
4745 |
+
'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => array(
|
4746 |
'version' => '3.19.3.0',
|
4747 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php'
|
4748 |
),
|
4749 |
+
'Google\\Protobuf\\Internal\\RepeatedField' => array(
|
4750 |
'version' => '3.19.3.0',
|
4751 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php'
|
4752 |
),
|
4753 |
+
'Google\\Protobuf\\Internal\\MethodOptions_IdempotencyLevel' => array(
|
4754 |
'version' => '3.19.3.0',
|
4755 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php'
|
4756 |
),
|
4757 |
+
'Google\\Protobuf\\Internal\\MessageOptions' => array(
|
4758 |
'version' => '3.19.3.0',
|
4759 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php'
|
4760 |
),
|
4761 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label' => array(
|
4762 |
'version' => '3.19.3.0',
|
4763 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php'
|
4764 |
),
|
4765 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type' => array(
|
4766 |
'version' => '3.19.3.0',
|
4767 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php'
|
4768 |
),
|
4769 |
+
'Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode' => array(
|
4770 |
'version' => '3.19.3.0',
|
4771 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php'
|
4772 |
),
|
4773 |
+
'Google\\Protobuf\\Internal\\GPBWire' => array(
|
4774 |
'version' => '3.19.3.0',
|
4775 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php'
|
4776 |
),
|
4777 |
+
'Google\\Protobuf\\Internal\\FileOptions_OptimizeMode' => array(
|
4778 |
'version' => '3.19.3.0',
|
4779 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php'
|
4780 |
),
|
4781 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart' => array(
|
4782 |
'version' => '3.19.3.0',
|
4783 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php'
|
4784 |
),
|
4785 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption_NamePart' => array(
|
4786 |
'version' => '3.19.3.0',
|
4787 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php'
|
4788 |
),
|
4789 |
+
'Google\\Protobuf\\Internal\\TimestampBase' => array(
|
4790 |
'version' => '3.19.3.0',
|
4791 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php'
|
4792 |
),
|
4793 |
+
'Google\\Protobuf\\Internal\\EnumValueDescriptorProto' => array(
|
4794 |
'version' => '3.19.3.0',
|
4795 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php'
|
4796 |
),
|
4797 |
+
'Google\\Protobuf\\Internal\\GPBLabel' => array(
|
4798 |
'version' => '3.19.3.0',
|
4799 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php'
|
4800 |
),
|
4801 |
+
'Google\\Protobuf\\Internal\\MethodOptions' => array(
|
4802 |
'version' => '3.19.3.0',
|
4803 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php'
|
4804 |
),
|
4805 |
+
'Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange' => array(
|
4806 |
'version' => '3.19.3.0',
|
4807 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php'
|
4808 |
),
|
4809 |
+
'Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange' => array(
|
4810 |
'version' => '3.19.3.0',
|
4811 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php'
|
4812 |
),
|
4813 |
+
'Google\\Protobuf\\Internal\\RepeatedFieldIter' => array(
|
4814 |
'version' => '3.19.3.0',
|
4815 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php'
|
4816 |
),
|
4817 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto' => array(
|
4818 |
'version' => '3.19.3.0',
|
4819 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php'
|
4820 |
),
|
4821 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto_Type' => array(
|
4822 |
'version' => '3.19.3.0',
|
4823 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php'
|
4824 |
),
|
4825 |
+
'Google\\Protobuf\\Internal\\MapEntry' => array(
|
4826 |
'version' => '3.19.3.0',
|
4827 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php'
|
4828 |
),
|
4829 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption' => array(
|
4830 |
'version' => '3.19.3.0',
|
4831 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php'
|
4832 |
),
|
4833 |
+
'Google\\Protobuf\\Internal\\FieldDescriptor' => array(
|
4834 |
'version' => '3.19.3.0',
|
4835 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php'
|
4836 |
),
|
4837 |
+
'Google\\Protobuf\\Internal\\GPBDecodeException' => array(
|
4838 |
'version' => '3.19.3.0',
|
4839 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php'
|
4840 |
),
|
4841 |
+
'Google\\Protobuf\\Internal\\FieldOptions\\CType' => array(
|
4842 |
'version' => '3.19.3.0',
|
4843 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php'
|
4844 |
),
|
4845 |
+
'Google\\Protobuf\\Internal\\FieldOptions\\JSType' => array(
|
4846 |
'version' => '3.19.3.0',
|
4847 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php'
|
4848 |
),
|
4849 |
+
'Google\\Protobuf\\Internal\\EnumOptions' => array(
|
4850 |
'version' => '3.19.3.0',
|
4851 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php'
|
4852 |
),
|
4853 |
'Google\\Protobuf\\Internal\\EnumValueOptions' => array(
|
4854 |
'version' => '3.19.3.0',
|
4855 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php'
|
4856 |
),
|
4857 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto' => array(
|
4858 |
'version' => '3.19.3.0',
|
4859 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php'
|
4860 |
),
|
4861 |
+
'Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel' => array(
|
4862 |
'version' => '3.19.3.0',
|
4863 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php'
|
4864 |
),
|
4865 |
+
'Google\\Protobuf\\Internal\\DescriptorProto' => array(
|
4866 |
'version' => '3.19.3.0',
|
4867 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php'
|
4868 |
),
|
4869 |
+
'Google\\Protobuf\\Internal\\FileDescriptorProto' => array(
|
4870 |
'version' => '3.19.3.0',
|
4871 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php'
|
4872 |
),
|
4873 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo' => array(
|
4874 |
'version' => '3.19.3.0',
|
4875 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php'
|
4876 |
),
|
4877 |
+
'Google\\Protobuf\\Internal\\RawInputStream' => array(
|
4878 |
'version' => '3.19.3.0',
|
4879 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php'
|
4880 |
),
|
4881 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation' => array(
|
4882 |
'version' => '3.19.3.0',
|
4883 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php'
|
4884 |
),
|
4885 |
+
'Google\\Protobuf\\Internal\\ExtensionRangeOptions' => array(
|
4886 |
'version' => '3.19.3.0',
|
4887 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php'
|
4888 |
),
|
4889 |
+
'Google\\Protobuf\\Internal\\FileDescriptor' => array(
|
4890 |
'version' => '3.19.3.0',
|
4891 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php'
|
4892 |
),
|
4893 |
+
'Google\\Protobuf\\Internal\\FileDescriptorSet' => array(
|
4894 |
'version' => '3.19.3.0',
|
4895 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php'
|
4896 |
),
|
4897 |
+
'Google\\Protobuf\\Internal\\Message' => array(
|
4898 |
'version' => '3.19.3.0',
|
4899 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Message.php'
|
4900 |
),
|
4901 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo\\Location' => array(
|
4902 |
'version' => '3.19.3.0',
|
4903 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php'
|
4904 |
),
|
4905 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo_Annotation' => array(
|
4906 |
'version' => '3.19.3.0',
|
4907 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php'
|
4908 |
),
|
4909 |
+
'Google\\Protobuf\\Internal\\CodedInputStream' => array(
|
4910 |
'version' => '3.19.3.0',
|
4911 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php'
|
4912 |
),
|
4913 |
+
'Google\\Protobuf\\Internal\\FileOptions' => array(
|
4914 |
'version' => '3.19.3.0',
|
4915 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php'
|
4916 |
),
|
4917 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange' => array(
|
4918 |
'version' => '3.19.3.0',
|
4919 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php'
|
4920 |
),
|
4921 |
+
'Google\\Protobuf\\Internal\\MethodDescriptorProto' => array(
|
4922 |
'version' => '3.19.3.0',
|
4923 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php'
|
4924 |
),
|
4925 |
'Google\\Protobuf\\Internal\\FieldOptions_CType' => array(
|
4926 |
'version' => '3.19.3.0',
|
4927 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php'
|
4928 |
),
|
4929 |
+
'Google\\Protobuf\\Internal\\OneofDescriptor' => array(
|
4930 |
'version' => '3.19.3.0',
|
4931 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php'
|
4932 |
),
|
4933 |
+
'Google\\Protobuf\\Internal\\MessageBuilderContext' => array(
|
4934 |
'version' => '3.19.3.0',
|
4935 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php'
|
4936 |
),
|
4937 |
+
'Google\\Protobuf\\Internal\\OneofField' => array(
|
4938 |
'version' => '3.19.3.0',
|
4939 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php'
|
4940 |
),
|
4941 |
+
'Google\\Protobuf\\Internal\\Descriptor' => array(
|
4942 |
'version' => '3.19.3.0',
|
4943 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php'
|
4944 |
),
|
4945 |
+
'Google\\Protobuf\\Internal\\GPBType' => array(
|
4946 |
'version' => '3.19.3.0',
|
4947 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBType.php'
|
4948 |
),
|
4949 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto_Label' => array(
|
4950 |
'version' => '3.19.3.0',
|
4951 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php'
|
4952 |
),
|
4953 |
+
'Google\\Protobuf\\Internal\\EnumBuilderContext' => array(
|
4954 |
'version' => '3.19.3.0',
|
4955 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php'
|
4956 |
),
|
4957 |
+
'Google\\Protobuf\\Internal\\EnumDescriptor' => array(
|
4958 |
'version' => '3.19.3.0',
|
4959 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php'
|
4960 |
),
|
4961 |
+
'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => array(
|
4962 |
'version' => '3.19.3.0',
|
4963 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php'
|
4964 |
),
|
4965 |
+
'Google\\Protobuf\\Internal\\FieldOptions' => array(
|
4966 |
'version' => '3.19.3.0',
|
4967 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php'
|
4968 |
),
|
4969 |
+
'Google\\Protobuf\\Internal\\DescriptorPool' => array(
|
4970 |
'version' => '3.19.3.0',
|
4971 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php'
|
4972 |
),
|
4973 |
+
'Google\\Protobuf\\Internal\\AnyBase' => array(
|
4974 |
'version' => '3.19.3.0',
|
4975 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php'
|
4976 |
),
|
4977 |
+
'Google\\Protobuf\\Internal\\ServiceOptions' => array(
|
4978 |
'version' => '3.19.3.0',
|
4979 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php'
|
4980 |
),
|
4981 |
+
'Google\\Protobuf\\Internal\\FieldOptions_JSType' => array(
|
4982 |
'version' => '3.19.3.0',
|
4983 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php'
|
4984 |
),
|
4985 |
+
'Google\\Protobuf\\Internal\\MapFieldIter' => array(
|
4986 |
'version' => '3.19.3.0',
|
4987 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php'
|
4988 |
),
|
4989 |
+
'Google\\Protobuf\\Internal\\GPBWireType' => array(
|
4990 |
'version' => '3.19.3.0',
|
4991 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php'
|
4992 |
),
|
4993 |
+
'Google\\Protobuf\\Internal\\MapField' => array(
|
4994 |
'version' => '3.19.3.0',
|
4995 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapField.php'
|
4996 |
),
|
4997 |
+
'Google\\Protobuf\\Internal\\OneofOptions' => array(
|
4998 |
'version' => '3.19.3.0',
|
4999 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php'
|
5000 |
),
|
5001 |
+
'Google\\Protobuf\\Internal\\GPBJsonWire' => array(
|
5002 |
'version' => '3.19.3.0',
|
5003 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php'
|
5004 |
),
|
5005 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto_EnumReservedRange' => array(
|
5006 |
'version' => '3.19.3.0',
|
5007 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php'
|
5008 |
),
|
5009 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo_Location' => array(
|
5010 |
'version' => '3.19.3.0',
|
5011 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php'
|
5012 |
),
|
5013 |
+
'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => array(
|
5014 |
'version' => '3.19.3.0',
|
5015 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php'
|
5016 |
),
|
5017 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo' => array(
|
5018 |
'version' => '3.19.3.0',
|
5019 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php'
|
5020 |
+
),
|
5021 |
+
'Google\\Protobuf\\Field_Kind' => array(
|
5022 |
+
'version' => '3.19.3.0',
|
5023 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Kind.php'
|
5024 |
+
),
|
5025 |
+
'Google\\Protobuf\\EnumValueDescriptor' => array(
|
5026 |
+
'version' => '3.19.3.0',
|
5027 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php'
|
5028 |
),
|
5029 |
'Google\\Protobuf\\Field' => array(
|
5030 |
'version' => '3.19.3.0',
|
5034 |
'version' => '3.19.3.0',
|
5035 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php'
|
5036 |
),
|
5037 |
+
'Google\\Protobuf\\Mixin' => array(
|
5038 |
'version' => '3.19.3.0',
|
5039 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Mixin.php'
|
5040 |
),
|
5041 |
+
'Google\\Protobuf\\Api' => array(
|
5042 |
'version' => '3.19.3.0',
|
5043 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Api.php'
|
5044 |
),
|
5045 |
+
'Google\\Protobuf\\Int32Value' => array(
|
5046 |
'version' => '3.19.3.0',
|
5047 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int32Value.php'
|
5048 |
),
|
5049 |
+
'Google\\Protobuf\\Int64Value' => array(
|
5050 |
'version' => '3.19.3.0',
|
5051 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int64Value.php'
|
5052 |
+
),
|
5053 |
+
'Google\\Protobuf\\OneofDescriptor' => array(
|
5054 |
+
'version' => '3.19.3.0',
|
5055 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/OneofDescriptor.php'
|
5056 |
),
|
5057 |
'Google\\Protobuf\\FloatValue' => array(
|
5058 |
'version' => '3.19.3.0',
|
5059 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php'
|
5060 |
),
|
5061 |
+
'Google\\Protobuf\\Descriptor' => array(
|
5062 |
'version' => '3.19.3.0',
|
5063 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Descriptor.php'
|
5064 |
),
|
5065 |
+
'Google\\Protobuf\\Timestamp' => array(
|
5066 |
'version' => '3.19.3.0',
|
5067 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Timestamp.php'
|
5068 |
),
|
5069 |
+
'Google\\Protobuf\\BoolValue' => array(
|
5070 |
'version' => '3.19.3.0',
|
5071 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BoolValue.php'
|
5072 |
),
|
5073 |
+
'Google\\Protobuf\\DoubleValue' => array(
|
5074 |
'version' => '3.19.3.0',
|
5075 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DoubleValue.php'
|
5076 |
),
|
5077 |
+
'Google\\Protobuf\\Value' => array(
|
5078 |
'version' => '3.19.3.0',
|
5079 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Value.php'
|
5080 |
),
|
5081 |
+
'Google\\Protobuf\\Field\\Kind' => array(
|
5082 |
'version' => '3.19.3.0',
|
5083 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Kind.php'
|
5084 |
),
|
5085 |
+
'Google\\Protobuf\\Field\\Cardinality' => array(
|
5086 |
'version' => '3.19.3.0',
|
5087 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php'
|
5088 |
),
|
5089 |
+
'Google\\Protobuf\\EnumDescriptor' => array(
|
5090 |
'version' => '3.19.3.0',
|
5091 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumDescriptor.php'
|
5092 |
),
|
5093 |
+
'Google\\Protobuf\\Enum' => array(
|
5094 |
'version' => '3.19.3.0',
|
5095 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Enum.php'
|
5096 |
),
|
5097 |
+
'Google\\Protobuf\\DescriptorPool' => array(
|
5098 |
'version' => '3.19.3.0',
|
5099 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DescriptorPool.php'
|
5100 |
),
|
5101 |
+
'Google\\Protobuf\\Type' => array(
|
5102 |
'version' => '3.19.3.0',
|
5103 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Type.php'
|
5104 |
),
|
5105 |
'Google\\Protobuf\\ListValue' => array(
|
5106 |
'version' => '3.19.3.0',
|
5107 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/ListValue.php'
|
5108 |
),
|
5109 |
+
'Google\\Protobuf\\Duration' => array(
|
5110 |
'version' => '3.19.3.0',
|
5111 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Duration.php'
|
5112 |
),
|
5113 |
+
'Google\\Protobuf\\EnumValue' => array(
|
5114 |
'version' => '3.19.3.0',
|
5115 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValue.php'
|
5116 |
+
),
|
5117 |
+
'Google\\Protobuf\\GPBEmpty' => array(
|
5118 |
+
'version' => '3.19.3.0',
|
5119 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php'
|
5120 |
),
|
5121 |
'Google\\Protobuf\\UInt32Value' => array(
|
5122 |
'version' => '3.19.3.0',
|
5123 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt32Value.php'
|
5124 |
),
|
5125 |
+
'Google\\Protobuf\\Field_Cardinality' => array(
|
5126 |
'version' => '3.19.3.0',
|
5127 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php'
|
5128 |
),
|
5129 |
+
'Google\\ApiCore\\ApiStatus' => array(
|
5130 |
'version' => '1.10.0.0',
|
5131 |
+
'path' => $vendorDir . '/google/gax/src/ApiStatus.php'
|
5132 |
),
|
5133 |
+
'Google\\ApiCore\\PagedListResponse' => array(
|
5134 |
'version' => '1.10.0.0',
|
5135 |
+
'path' => $vendorDir . '/google/gax/src/PagedListResponse.php'
|
5136 |
),
|
5137 |
+
'Google\\ApiCore\\ApiException' => array(
|
5138 |
'version' => '1.10.0.0',
|
5139 |
+
'path' => $vendorDir . '/google/gax/src/ApiException.php'
|
5140 |
),
|
5141 |
+
'Google\\ApiCore\\Testing\\MessageAwareExporter' => array(
|
5142 |
'version' => '1.10.0.0',
|
5143 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MessageAwareExporter.php'
|
5144 |
),
|
5145 |
+
'Google\\ApiCore\\Testing\\MockClientStreamingCall' => array(
|
5146 |
'version' => '1.10.0.0',
|
5147 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockClientStreamingCall.php'
|
5148 |
),
|
5149 |
+
'Google\\ApiCore\\Testing\\SerializationTrait' => array(
|
5150 |
'version' => '1.10.0.0',
|
5151 |
+
'path' => $vendorDir . '/google/gax/src/Testing/SerializationTrait.php'
|
5152 |
),
|
5153 |
+
'Google\\ApiCore\\Testing\\GeneratedTest' => array(
|
5154 |
'version' => '1.10.0.0',
|
5155 |
+
'path' => $vendorDir . '/google/gax/src/Testing/GeneratedTest.php'
|
5156 |
),
|
5157 |
+
'Google\\ApiCore\\Testing\\MockBidiStreamingCall' => array(
|
5158 |
'version' => '1.10.0.0',
|
5159 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockBidiStreamingCall.php'
|
5160 |
),
|
5161 |
+
'Google\\ApiCore\\Testing\\MockRequestBody' => array(
|
5162 |
'version' => '1.10.0.0',
|
5163 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockRequestBody.php'
|
5164 |
),
|
5165 |
+
'Google\\ApiCore\\Testing\\MockResponse' => array(
|
5166 |
'version' => '1.10.0.0',
|
5167 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockResponse.php'
|
5168 |
),
|
5169 |
+
'Google\\ApiCore\\Testing\\ProtobufMessageComparator' => array(
|
5170 |
'version' => '1.10.0.0',
|
5171 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ProtobufMessageComparator.php'
|
5172 |
),
|
5173 |
+
'Google\\ApiCore\\Testing\\MockUnaryCall' => array(
|
5174 |
'version' => '1.10.0.0',
|
5175 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockUnaryCall.php'
|
5176 |
),
|
5177 |
+
'Google\\ApiCore\\Testing\\MockStubTrait' => array(
|
5178 |
'version' => '1.10.0.0',
|
5179 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockStubTrait.php'
|
5180 |
),
|
5181 |
+
'Google\\ApiCore\\Testing\\MockRequest' => array(
|
5182 |
'version' => '1.10.0.0',
|
5183 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockRequest.php'
|
5184 |
),
|
5185 |
+
'Google\\ApiCore\\Testing\\MessageAwareArrayComparator' => array(
|
5186 |
'version' => '1.10.0.0',
|
5187 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MessageAwareArrayComparator.php'
|
5188 |
),
|
5189 |
+
'Google\\ApiCore\\Testing\\MockStatus' => array(
|
5190 |
'version' => '1.10.0.0',
|
5191 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockStatus.php'
|
5192 |
),
|
5193 |
+
'Google\\ApiCore\\Testing\\MockServerStreamingCall' => array(
|
5194 |
'version' => '1.10.0.0',
|
5195 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockServerStreamingCall.php'
|
5196 |
),
|
5197 |
+
'Google\\ApiCore\\Testing\\ProtobufGPBEmptyComparator' => array(
|
5198 |
'version' => '1.10.0.0',
|
5199 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ProtobufGPBEmptyComparator.php'
|
5200 |
),
|
5201 |
+
'Google\\ApiCore\\Testing\\ReceivedRequest' => array(
|
5202 |
'version' => '1.10.0.0',
|
5203 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ReceivedRequest.php'
|
5204 |
),
|
5205 |
+
'Google\\ApiCore\\Testing\\MockTransport' => array(
|
5206 |
'version' => '1.10.0.0',
|
5207 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockTransport.php'
|
5208 |
),
|
5209 |
+
'Google\\ApiCore\\Testing\\MockGrpcTransport' => array(
|
5210 |
'version' => '1.10.0.0',
|
5211 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockGrpcTransport.php'
|
5212 |
),
|
5213 |
+
'Google\\ApiCore\\ValidationTrait' => array(
|
5214 |
'version' => '1.10.0.0',
|
5215 |
+
'path' => $vendorDir . '/google/gax/src/ValidationTrait.php'
|
5216 |
),
|
5217 |
+
'Google\\ApiCore\\Serializer' => array(
|
5218 |
'version' => '1.10.0.0',
|
5219 |
+
'path' => $vendorDir . '/google/gax/src/Serializer.php'
|
5220 |
),
|
5221 |
+
'Google\\ApiCore\\OperationResponse' => array(
|
5222 |
'version' => '1.10.0.0',
|
5223 |
+
'path' => $vendorDir . '/google/gax/src/OperationResponse.php'
|
5224 |
),
|
5225 |
+
'Google\\ApiCore\\ClientStream' => array(
|
5226 |
'version' => '1.10.0.0',
|
5227 |
+
'path' => $vendorDir . '/google/gax/src/ClientStream.php'
|
5228 |
),
|
5229 |
+
'Google\\ApiCore\\Call' => array(
|
5230 |
'version' => '1.10.0.0',
|
5231 |
+
'path' => $vendorDir . '/google/gax/src/Call.php'
|
5232 |
),
|
5233 |
+
'Google\\ApiCore\\GPBLabel' => array(
|
5234 |
'version' => '1.10.0.0',
|
5235 |
+
'path' => $vendorDir . '/google/gax/src/GPBLabel.php'
|
5236 |
),
|
5237 |
+
'Google\\ApiCore\\PathTemplate' => array(
|
5238 |
'version' => '1.10.0.0',
|
5239 |
+
'path' => $vendorDir . '/google/gax/src/PathTemplate.php'
|
5240 |
),
|
5241 |
+
'Google\\ApiCore\\Middleware\\OptionsFilterMiddleware' => array(
|
5242 |
'version' => '1.10.0.0',
|
5243 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/OptionsFilterMiddleware.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5244 |
),
|
5245 |
+
'Google\\ApiCore\\Middleware\\CredentialsWrapperMiddleware' => array(
|
5246 |
'version' => '1.10.0.0',
|
5247 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/CredentialsWrapperMiddleware.php'
|
5248 |
),
|
5249 |
+
'Google\\ApiCore\\Middleware\\FixedHeaderMiddleware' => array(
|
5250 |
'version' => '1.10.0.0',
|
5251 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/FixedHeaderMiddleware.php'
|
5252 |
),
|
5253 |
+
'Google\\ApiCore\\Middleware\\OperationsMiddleware' => array(
|
5254 |
'version' => '1.10.0.0',
|
5255 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/OperationsMiddleware.php'
|
5256 |
),
|
5257 |
+
'Google\\ApiCore\\Middleware\\ResponseMetadataMiddleware' => array(
|
5258 |
'version' => '1.10.0.0',
|
5259 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/ResponseMetadataMiddleware.php'
|
5260 |
),
|
5261 |
+
'Google\\ApiCore\\Middleware\\RetryMiddleware' => array(
|
5262 |
'version' => '1.10.0.0',
|
5263 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/RetryMiddleware.php'
|
5264 |
),
|
5265 |
+
'Google\\ApiCore\\Middleware\\PagedMiddleware' => array(
|
5266 |
'version' => '1.10.0.0',
|
5267 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/PagedMiddleware.php'
|
5268 |
),
|
5269 |
+
'Google\\ApiCore\\GrpcSupportTrait' => array(
|
5270 |
'version' => '1.10.0.0',
|
5271 |
+
'path' => $vendorDir . '/google/gax/src/GrpcSupportTrait.php'
|
5272 |
),
|
5273 |
+
'Google\\ApiCore\\Page' => array(
|
5274 |
'version' => '1.10.0.0',
|
5275 |
+
'path' => $vendorDir . '/google/gax/src/Page.php'
|
5276 |
),
|
5277 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingServerStreamingCall' => array(
|
5278 |
'version' => '1.10.0.0',
|
5279 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php'
|
5280 |
),
|
5281 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingUnaryCall' => array(
|
5282 |
'version' => '1.10.0.0',
|
5283 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php'
|
5284 |
),
|
5285 |
+
'Google\\ApiCore\\Transport\\Grpc\\UnaryInterceptorInterface' => array(
|
5286 |
'version' => '1.10.0.0',
|
5287 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php'
|
5288 |
),
|
5289 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingCall' => array(
|
5290 |
'version' => '1.10.0.0',
|
5291 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingCall.php'
|
5292 |
),
|
5293 |
+
'Google\\ApiCore\\Transport\\GrpcFallbackTransport' => array(
|
5294 |
'version' => '1.10.0.0',
|
5295 |
+
'path' => $vendorDir . '/google/gax/src/Transport/GrpcFallbackTransport.php'
|
5296 |
),
|
5297 |
+
'Google\\ApiCore\\Transport\\GrpcTransport' => array(
|
5298 |
'version' => '1.10.0.0',
|
5299 |
+
'path' => $vendorDir . '/google/gax/src/Transport/GrpcTransport.php'
|
5300 |
),
|
5301 |
+
'Google\\ApiCore\\Transport\\TransportInterface' => array(
|
5302 |
'version' => '1.10.0.0',
|
5303 |
+
'path' => $vendorDir . '/google/gax/src/Transport/TransportInterface.php'
|
5304 |
),
|
5305 |
+
'Google\\ApiCore\\Transport\\RestTransport' => array(
|
5306 |
'version' => '1.10.0.0',
|
5307 |
+
'path' => $vendorDir . '/google/gax/src/Transport/RestTransport.php'
|
5308 |
),
|
5309 |
+
'Google\\ApiCore\\Transport\\HttpUnaryTransportTrait' => array(
|
5310 |
'version' => '1.10.0.0',
|
5311 |
+
'path' => $vendorDir . '/google/gax/src/Transport/HttpUnaryTransportTrait.php'
|
5312 |
),
|
5313 |
+
'Google\\ApiCore\\PollingTrait' => array(
|
5314 |
'version' => '1.10.0.0',
|
5315 |
+
'path' => $vendorDir . '/google/gax/src/PollingTrait.php'
|
5316 |
),
|
5317 |
+
'Google\\ApiCore\\PageStreamingDescriptor' => array(
|
5318 |
'version' => '1.10.0.0',
|
5319 |
+
'path' => $vendorDir . '/google/gax/src/PageStreamingDescriptor.php'
|
5320 |
),
|
5321 |
+
'Google\\ApiCore\\AgentHeader' => array(
|
5322 |
'version' => '1.10.0.0',
|
5323 |
+
'path' => $vendorDir . '/google/gax/src/AgentHeader.php'
|
5324 |
),
|
5325 |
+
'Google\\ApiCore\\ArrayTrait' => array(
|
5326 |
'version' => '1.10.0.0',
|
5327 |
+
'path' => $vendorDir . '/google/gax/src/ArrayTrait.php'
|
5328 |
),
|
5329 |
+
'Google\\ApiCore\\ServerStream' => array(
|
5330 |
'version' => '1.10.0.0',
|
5331 |
+
'path' => $vendorDir . '/google/gax/src/ServerStream.php'
|
5332 |
),
|
5333 |
'Google\\ApiCore\\ValidationException' => array(
|
5334 |
'version' => '1.10.0.0',
|
5335 |
'path' => $vendorDir . '/google/gax/src/ValidationException.php'
|
5336 |
),
|
5337 |
+
'Google\\ApiCore\\RetrySettings' => array(
|
5338 |
'version' => '1.10.0.0',
|
5339 |
+
'path' => $vendorDir . '/google/gax/src/RetrySettings.php'
|
5340 |
),
|
5341 |
+
'Google\\ApiCore\\LongRunning\\OperationsClient' => array(
|
5342 |
'version' => '1.10.0.0',
|
5343 |
+
'path' => $vendorDir . '/google/gax/src/LongRunning/OperationsClient.php'
|
5344 |
),
|
5345 |
+
'Google\\ApiCore\\LongRunning\\Gapic\\OperationsGapicClient' => array(
|
5346 |
'version' => '1.10.0.0',
|
5347 |
+
'path' => $vendorDir . '/google/gax/src/LongRunning/Gapic/OperationsGapicClient.php'
|
5348 |
),
|
5349 |
+
'Google\\ApiCore\\RequestParamsHeaderDescriptor' => array(
|
5350 |
'version' => '1.10.0.0',
|
5351 |
+
'path' => $vendorDir . '/google/gax/src/RequestParamsHeaderDescriptor.php'
|
5352 |
),
|
5353 |
+
'Google\\ApiCore\\GPBType' => array(
|
5354 |
'version' => '1.10.0.0',
|
5355 |
+
'path' => $vendorDir . '/google/gax/src/GPBType.php'
|
5356 |
),
|
5357 |
+
'Google\\ApiCore\\ResourceTemplate\\RelativeResourceTemplate' => array(
|
5358 |
'version' => '1.10.0.0',
|
5359 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php'
|
5360 |
),
|
5361 |
+
'Google\\ApiCore\\ResourceTemplate\\ResourceTemplateInterface' => array(
|
5362 |
'version' => '1.10.0.0',
|
5363 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php'
|
5364 |
),
|
5365 |
+
'Google\\ApiCore\\ResourceTemplate\\Parser' => array(
|
5366 |
'version' => '1.10.0.0',
|
5367 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/Parser.php'
|
5368 |
),
|
5369 |
+
'Google\\ApiCore\\ResourceTemplate\\AbsoluteResourceTemplate' => array(
|
5370 |
'version' => '1.10.0.0',
|
5371 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php'
|
5372 |
),
|
5373 |
+
'Google\\ApiCore\\ResourceTemplate\\Segment' => array(
|
5374 |
'version' => '1.10.0.0',
|
5375 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/Segment.php'
|
5376 |
),
|
5377 |
'Google\\ApiCore\\ServiceAddressTrait' => array(
|
5378 |
'version' => '1.10.0.0',
|
5379 |
'path' => $vendorDir . '/google/gax/src/ServiceAddressTrait.php'
|
5380 |
),
|
5381 |
+
'Google\\ApiCore\\CredentialsWrapper' => array(
|
5382 |
'version' => '1.10.0.0',
|
5383 |
+
'path' => $vendorDir . '/google/gax/src/CredentialsWrapper.php'
|
5384 |
),
|
5385 |
+
'Google\\ApiCore\\UriTrait' => array(
|
5386 |
'version' => '1.10.0.0',
|
5387 |
+
'path' => $vendorDir . '/google/gax/src/UriTrait.php'
|
5388 |
),
|
5389 |
+
'Google\\ApiCore\\FixedSizeCollection' => array(
|
5390 |
'version' => '1.10.0.0',
|
5391 |
+
'path' => $vendorDir . '/google/gax/src/FixedSizeCollection.php'
|
5392 |
+
),
|
5393 |
+
'Google\\ApiCore\\RequestBuilder' => array(
|
5394 |
+
'version' => '1.10.0.0',
|
5395 |
+
'path' => $vendorDir . '/google/gax/src/RequestBuilder.php'
|
5396 |
),
|
5397 |
'Google\\ApiCore\\BidiStream' => array(
|
5398 |
'version' => '1.10.0.0',
|
5399 |
'path' => $vendorDir . '/google/gax/src/BidiStream.php'
|
5400 |
),
|
5401 |
+
'Google\\ApiCore\\GapicClientTrait' => array(
|
5402 |
+
'version' => '1.10.0.0',
|
5403 |
+
'path' => $vendorDir . '/google/gax/src/GapicClientTrait.php'
|
5404 |
),
|
5405 |
+
'Google\\ApiCore\\Version' => array(
|
5406 |
+
'version' => '1.10.0.0',
|
5407 |
+
'path' => $vendorDir . '/google/gax/src/Version.php'
|
5408 |
),
|
5409 |
+
'Google\\Ads\\GoogleAds\\Util\\ApiVersionSupport' => array(
|
5410 |
'version' => '12.1.0.0',
|
5411 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/ApiVersionSupport.php'
|
5412 |
),
|
5413 |
+
'Google\\Ads\\GoogleAds\\Util\\EnvironmentalVariables' => array(
|
5414 |
'version' => '12.1.0.0',
|
5415 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/EnvironmentalVariables.php'
|
5416 |
),
|
5417 |
+
'Google\\Ads\\GoogleAds\\Util\\V9\\PartialFailures' => array(
|
5418 |
'version' => '12.1.0.0',
|
5419 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V9/PartialFailures.php'
|
5420 |
),
|
5421 |
+
'Google\\Ads\\GoogleAds\\Util\\V9\\GoogleAdsFailures' => array(
|
5422 |
'version' => '12.1.0.0',
|
5423 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V9/GoogleAdsFailures.php'
|
5424 |
),
|
5425 |
+
'Google\\Ads\\GoogleAds\\Util\\V9\\GoogleAdsErrors' => array(
|
5426 |
'version' => '12.1.0.0',
|
5427 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V9/GoogleAdsErrors.php'
|
5428 |
),
|
5429 |
+
'Google\\Ads\\GoogleAds\\Util\\V9\\ResourceNames' => array(
|
5430 |
'version' => '12.1.0.0',
|
5431 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V9/ResourceNames.php'
|
5432 |
),
|
5433 |
+
'Google\\Ads\\GoogleAds\\Util\\FieldMasks' => array(
|
5434 |
'version' => '12.1.0.0',
|
5435 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/FieldMasks.php'
|
5436 |
),
|
5437 |
+
'Google\\Ads\\GoogleAds\\Lib\\Configuration' => array(
|
5438 |
'version' => '12.1.0.0',
|
5439 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/Configuration.php'
|
5440 |
),
|
5441 |
+
'Google\\Ads\\GoogleAds\\Lib\\GoogleAdsBuilder' => array(
|
5442 |
'version' => '12.1.0.0',
|
5443 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/GoogleAdsBuilder.php'
|
5444 |
),
|
5445 |
+
'Google\\Ads\\GoogleAds\\Lib\\OAuth2TokenBuilder' => array(
|
5446 |
'version' => '12.1.0.0',
|
5447 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/OAuth2TokenBuilder.php'
|
5448 |
),
|
5449 |
+
'Google\\Ads\\GoogleAds\\Lib\\AbstractGoogleAdsBuilder' => array(
|
5450 |
'version' => '12.1.0.0',
|
5451 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/AbstractGoogleAdsBuilder.php'
|
5452 |
),
|
5453 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsLoggingInterceptor' => array(
|
5454 |
'version' => '12.1.0.0',
|
5455 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsLoggingInterceptor.php'
|
5456 |
),
|
5457 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\ServiceClientFactoryTrait' => array(
|
5458 |
'version' => '12.1.0.0',
|
5459 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/ServiceClientFactoryTrait.php'
|
5460 |
),
|
5461 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\StatusMetadataExtractor' => array(
|
5462 |
'version' => '12.1.0.0',
|
5463 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/StatusMetadataExtractor.php'
|
5464 |
),
|
5465 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\UnaryGoogleAdsResponseMetadataCallable' => array(
|
5466 |
'version' => '12.1.0.0',
|
5467 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/UnaryGoogleAdsResponseMetadataCallable.php'
|
5468 |
),
|
5469 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsException' => array(
|
5470 |
'version' => '12.1.0.0',
|
5471 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsException.php'
|
5472 |
),
|
5473 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsGapicClientTrait' => array(
|
5474 |
'version' => '12.1.0.0',
|
5475 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsGapicClientTrait.php'
|
5476 |
),
|
5477 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\LoggerFactory' => array(
|
5478 |
'version' => '12.1.0.0',
|
5479 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/LoggerFactory.php'
|
5480 |
),
|
5481 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsClientBuilder' => array(
|
5482 |
'version' => '12.1.0.0',
|
5483 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsClientBuilder.php'
|
5484 |
),
|
5485 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsExceptionTrait' => array(
|
5486 |
'version' => '12.1.0.0',
|
5487 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsExceptionTrait.php'
|
5488 |
),
|
5489 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsCallLogger' => array(
|
5490 |
'version' => '12.1.0.0',
|
5491 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsCallLogger.php'
|
5492 |
),
|
5493 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsClient' => array(
|
5494 |
'version' => '12.1.0.0',
|
5495 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsClient.php'
|
5496 |
),
|
5497 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsMetadataTrait' => array(
|
5498 |
'version' => '12.1.0.0',
|
5499 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsMetadataTrait.php'
|
5500 |
),
|
5501 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsResponseMetadata' => array(
|
5502 |
'version' => '12.1.0.0',
|
5503 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsResponseMetadata.php'
|
5504 |
),
|
5505 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsFailuresInterceptor' => array(
|
5506 |
'version' => '12.1.0.0',
|
5507 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsFailuresInterceptor.php'
|
5508 |
),
|
5509 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsLoggingServerStreamingCall' => array(
|
5510 |
'version' => '12.1.0.0',
|
5511 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsLoggingServerStreamingCall.php'
|
5512 |
),
|
5513 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\ServerStreamingGoogleAdsExceptionMiddleware' => array(
|
5514 |
'version' => '12.1.0.0',
|
5515 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/ServerStreamingGoogleAdsExceptionMiddleware.php'
|
5516 |
),
|
5517 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\LogMessageFormatter' => array(
|
5518 |
'version' => '12.1.0.0',
|
5519 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/LogMessageFormatter.php'
|
5520 |
),
|
5521 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsOperationClient' => array(
|
5522 |
'version' => '12.1.0.0',
|
5523 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsOperationClient.php'
|
5524 |
),
|
5525 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\ServerStreamingGoogleAdsResponseMetadataCallable' => array(
|
5526 |
'version' => '12.1.0.0',
|
5527 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/ServerStreamingGoogleAdsResponseMetadataCallable.php'
|
5528 |
),
|
5529 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsLoggingUnaryCall' => array(
|
5530 |
'version' => '12.1.0.0',
|
5531 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsLoggingUnaryCall.php'
|
5532 |
),
|
5533 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsFailuresUnaryCall' => array(
|
5534 |
'version' => '12.1.0.0',
|
5535 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsFailuresUnaryCall.php'
|
5536 |
),
|
5537 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\UnaryGoogleAdsExceptionMiddleware' => array(
|
5538 |
'version' => '12.1.0.0',
|
5539 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/UnaryGoogleAdsExceptionMiddleware.php'
|
5540 |
),
|
5541 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\InfoRedactor' => array(
|
5542 |
'version' => '12.1.0.0',
|
5543 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/InfoRedactor.php'
|
5544 |
),
|
5545 |
+
'Google\\Ads\\GoogleAds\\Lib\\V9\\GoogleAdsServerStreamDecorator' => array(
|
5546 |
'version' => '12.1.0.0',
|
5547 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V9/GoogleAdsServerStreamDecorator.php'
|
5548 |
),
|
5549 |
+
'Google\\Ads\\GoogleAds\\Lib\\ConfigurationTrait' => array(
|
5550 |
'version' => '12.1.0.0',
|
5551 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/ConfigurationTrait.php'
|
5552 |
),
|
5553 |
+
'Google\\Ads\\GoogleAds\\Lib\\ConfigurationLoader' => array(
|
5554 |
'version' => '12.1.0.0',
|
5555 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/ConfigurationLoader.php'
|
5556 |
),
|
5557 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetGroupListingGroupFilterServiceGrpcClient' => array(
|
5558 |
'version' => '12.1.0.0',
|
5559 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetGroupListingGroupFilterServiceGrpcClient.php'
|
5560 |
),
|
5561 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignCriterionSimulationServiceClient' => array(
|
5562 |
'version' => '12.1.0.0',
|
5563 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignCriterionSimulationServiceClient.php'
|
5564 |
),
|
5565 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerCustomizersRequest' => array(
|
5566 |
'version' => '12.1.0.0',
|
5567 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerCustomizersRequest.php'
|
5568 |
),
|
5569 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetDetailPlacementViewRequest' => array(
|
5570 |
'version' => '12.1.0.0',
|
5571 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetDetailPlacementViewRequest.php'
|
5572 |
),
|
5573 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UserLocationViewServiceGrpcClient' => array(
|
5574 |
'version' => '12.1.0.0',
|
5575 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UserLocationViewServiceGrpcClient.php'
|
5576 |
),
|
5577 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RemarketingActionServiceGrpcClient' => array(
|
5578 |
'version' => '12.1.0.0',
|
5579 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RemarketingActionServiceGrpcClient.php'
|
5580 |
),
|
5581 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignBudgetOptionsResponse' => array(
|
5582 |
'version' => '12.1.0.0',
|
5583 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignBudgetOptionsResponse.php'
|
5584 |
),
|
5585 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GroupPlacementViewServiceClient' => array(
|
5586 |
'version' => '12.1.0.0',
|
5587 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GroupPlacementViewServiceClient.php'
|
5588 |
),
|
5589 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerNegativeCriteriaResult' => array(
|
5590 |
'version' => '12.1.0.0',
|
5591 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerNegativeCriteriaResult.php'
|
5592 |
),
|
5593 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\HotelGroupViewServiceClient' => array(
|
5594 |
'version' => '12.1.0.0',
|
5595 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/HotelGroupViewServiceClient.php'
|
5596 |
),
|
5597 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PlannableLocation' => array(
|
5598 |
'version' => '12.1.0.0',
|
5599 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PlannableLocation.php'
|
5600 |
),
|
5601 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemServiceGrpcClient' => array(
|
5602 |
'version' => '12.1.0.0',
|
5603 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemServiceGrpcClient.php'
|
5604 |
),
|
5605 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanCampaignOperation' => array(
|
5606 |
'version' => '12.1.0.0',
|
5607 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanCampaignOperation.php'
|
5608 |
),
|
5609 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation_TextAdParameters' => array(
|
5610 |
'version' => '12.1.0.0',
|
5611 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation_TextAdParameters.php'
|
5612 |
),
|
5613 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CreateCustomerClientResponse' => array(
|
5614 |
'version' => '12.1.0.0',
|
5615 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CreateCustomerClientResponse.php'
|
5616 |
),
|
5617 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionCustomVariablesRequest' => array(
|
5618 |
'version' => '12.1.0.0',
|
5619 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionCustomVariablesRequest.php'
|
5620 |
),
|
5621 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetHotelGroupViewRequest' => array(
|
5622 |
'version' => '12.1.0.0',
|
5623 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetHotelGroupViewRequest.php'
|
5624 |
),
|
5625 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SharedCriterionServiceGrpcClient' => array(
|
5626 |
'version' => '12.1.0.0',
|
5627 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SharedCriterionServiceGrpcClient.php'
|
5628 |
),
|
5629 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemSetLinkServiceGrpcClient' => array(
|
5630 |
'version' => '12.1.0.0',
|
5631 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemSetLinkServiceGrpcClient.php'
|
5632 |
),
|
5633 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListInvoicesRequest' => array(
|
5634 |
'version' => '12.1.0.0',
|
5635 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListInvoicesRequest.php'
|
5636 |
),
|
5637 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomConversionGoalsResponse' => array(
|
5638 |
'version' => '12.1.0.0',
|
5639 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomConversionGoalsResponse.php'
|
5640 |
),
|
5641 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAssetSetServiceGrpcClient' => array(
|
5642 |
'version' => '12.1.0.0',
|
5643 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAssetSetServiceGrpcClient.php'
|
5644 |
),
|
5645 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetGoogleAdsFieldRequest' => array(
|
5646 |
'version' => '12.1.0.0',
|
5647 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetGoogleAdsFieldRequest.php'
|
5648 |
),
|
5649 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdParameterOperation' => array(
|
5650 |
'version' => '12.1.0.0',
|
5651 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdParameterOperation.php'
|
5652 |
),
|
5653 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateKeywordPlanAdGroupKeywordsResponse' => array(
|
5654 |
'version' => '12.1.0.0',
|
5655 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateKeywordPlanAdGroupKeywordsResponse.php'
|
5656 |
),
|
5657 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignBudgetOptionsRequest\\SuggestionDataOneof' => array(
|
5658 |
'version' => '12.1.0.0',
|
5659 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignBudgetOptionsRequest/SuggestionDataOneof.php'
|
5660 |
),
|
5661 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanAdGroupForecast' => array(
|
5662 |
'version' => '12.1.0.0',
|
5663 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanAdGroupForecast.php'
|
5664 |
),
|
5665 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\WebpageViewServiceGrpcClient' => array(
|
5666 |
'version' => '12.1.0.0',
|
5667 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/WebpageViewServiceGrpcClient.php'
|
5668 |
),
|
5669 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionUploadServiceClient' => array(
|
5670 |
'version' => '12.1.0.0',
|
5671 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionUploadServiceClient.php'
|
5672 |
),
|
5673 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCustomizerResult' => array(
|
5674 |
'version' => '12.1.0.0',
|
5675 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCustomizerResult.php'
|
5676 |
),
|
5677 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RunOfflineUserDataJobRequest' => array(
|
5678 |
'version' => '12.1.0.0',
|
5679 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RunOfflineUserDataJobRequest.php'
|
5680 |
),
|
5681 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemSetOperation' => array(
|
5682 |
'version' => '12.1.0.0',
|
5683 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemSetOperation.php'
|
5684 |
),
|
5685 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerLabelServiceGrpcClient' => array(
|
5686 |
'version' => '12.1.0.0',
|
5687 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerLabelServiceGrpcClient.php'
|
5688 |
),
|
5689 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerLabelOperation' => array(
|
5690 |
'version' => '12.1.0.0',
|
5691 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerLabelOperation.php'
|
5692 |
),
|
5693 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetFeedItemTargetRequest' => array(
|
5694 |
'version' => '12.1.0.0',
|
5695 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetFeedItemTargetRequest.php'
|
5696 |
),
|
5697 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignConversionGoalServiceClient' => array(
|
5698 |
'version' => '12.1.0.0',
|
5699 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignConversionGoalServiceClient.php'
|
5700 |
),
|
5701 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PromoteCampaignDraftRequest' => array(
|
5702 |
'version' => '12.1.0.0',
|
5703 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PromoteCampaignDraftRequest.php'
|
5704 |
),
|
5705 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionSimulationServiceClient' => array(
|
5706 |
'version' => '12.1.0.0',
|
5707 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionSimulationServiceClient.php'
|
5708 |
),
|
5709 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerAssetsRequest' => array(
|
5710 |
'version' => '12.1.0.0',
|
5711 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerAssetsRequest.php'
|
5712 |
),
|
5713 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemSetLinksResponse' => array(
|
5714 |
'version' => '12.1.0.0',
|
5715 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemSetLinksResponse.php'
|
5716 |
),
|
5717 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignDuration' => array(
|
5718 |
'version' => '12.1.0.0',
|
5719 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignDuration.php'
|
5720 |
),
|
5721 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LifeEventServiceClient' => array(
|
5722 |
'version' => '12.1.0.0',
|
5723 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LifeEventServiceClient.php'
|
5724 |
),
|
5725 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCustomizerServiceClient' => array(
|
5726 |
'version' => '12.1.0.0',
|
5727 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCustomizerServiceClient.php'
|
5728 |
),
|
5729 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingSeasonalityAdjustmentsResponse' => array(
|
5730 |
'version' => '12.1.0.0',
|
5731 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingSeasonalityAdjustmentsResponse.php'
|
5732 |
),
|
5733 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdParameterServiceGrpcClient' => array(
|
5734 |
'version' => '12.1.0.0',
|
5735 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdParameterServiceGrpcClient.php'
|
5736 |
),
|
5737 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerClientLinkServiceClient' => array(
|
5738 |
'version' => '12.1.0.0',
|
5739 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerClientLinkServiceClient.php'
|
5740 |
),
|
5741 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupAssetsResponse' => array(
|
5742 |
'version' => '12.1.0.0',
|
5743 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupAssetsResponse.php'
|
5744 |
),
|
5745 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListPlannableProductsResponse' => array(
|
5746 |
'version' => '12.1.0.0',
|
5747 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListPlannableProductsResponse.php'
|
5748 |
),
|
5749 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ChangeStatusServiceGrpcClient' => array(
|
5750 |
'version' => '12.1.0.0',
|
5751 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ChangeStatusServiceGrpcClient.php'
|
5752 |
),
|
5753 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LabelServiceClient' => array(
|
5754 |
'version' => '12.1.0.0',
|
5755 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LabelServiceClient.php'
|
5756 |
),
|
5757 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupFeedServiceGrpcClient' => array(
|
5758 |
'version' => '12.1.0.0',
|
5759 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupFeedServiceGrpcClient.php'
|
5760 |
),
|
5761 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanAdGroupOperation' => array(
|
5762 |
'version' => '12.1.0.0',
|
5763 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanAdGroupOperation.php'
|
5764 |
),
|
5765 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupLabelResult' => array(
|
5766 |
'version' => '12.1.0.0',
|
5767 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupLabelResult.php'
|
5768 |
),
|
5769 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemsResponse' => array(
|
5770 |
'version' => '12.1.0.0',
|
5771 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemsResponse.php'
|
5772 |
),
|
5773 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PaymentsAccountServiceGrpcClient' => array(
|
5774 |
'version' => '12.1.0.0',
|
5775 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PaymentsAccountServiceGrpcClient.php'
|
5776 |
),
|
5777 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CreateCampaignExperimentMetadata' => array(
|
5778 |
'version' => '12.1.0.0',
|
5779 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CreateCampaignExperimentMetadata.php'
|
5780 |
),
|
5781 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdsRequest' => array(
|
5782 |
'version' => '12.1.0.0',
|
5783 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdsRequest.php'
|
5784 |
),
|
5785 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemTargetOperation' => array(
|
5786 |
'version' => '12.1.0.0',
|
5787 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemTargetOperation.php'
|
5788 |
),
|
5789 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanServiceClient' => array(
|
5790 |
'version' => '12.1.0.0',
|
5791 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanServiceClient.php'
|
5792 |
),
|
5793 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ExtensionFeedItemServiceClient' => array(
|
5794 |
'version' => '12.1.0.0',
|
5795 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ExtensionFeedItemServiceClient.php'
|
5796 |
),
|
5797 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerUserAccessRequest' => array(
|
5798 |
'version' => '12.1.0.0',
|
5799 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerUserAccessRequest.php'
|
5800 |
),
|
5801 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListInvoicesResponse' => array(
|
5802 |
'version' => '12.1.0.0',
|
5803 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListInvoicesResponse.php'
|
5804 |
),
|
5805 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignExperimentServiceGrpcClient' => array(
|
5806 |
'version' => '12.1.0.0',
|
5807 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignExperimentServiceGrpcClient.php'
|
5808 |
),
|
5809 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ThirdPartyAppAnalyticsLinkServiceGrpcClient' => array(
|
5810 |
'version' => '12.1.0.0',
|
5811 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ThirdPartyAppAnalyticsLinkServiceGrpcClient.php'
|
5812 |
),
|
5813 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetSearchTermViewRequest' => array(
|
5814 |
'version' => '12.1.0.0',
|
5815 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetSearchTermViewRequest.php'
|
5816 |
),
|
5817 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdOperation' => array(
|
5818 |
'version' => '12.1.0.0',
|
5819 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdOperation.php'
|
5820 |
),
|
5821 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateOperationResponse' => array(
|
5822 |
'version' => '12.1.0.0',
|
5823 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateOperationResponse.php'
|
5824 |
),
|
5825 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetIncomeRangeViewRequest' => array(
|
5826 |
'version' => '12.1.0.0',
|
5827 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetIncomeRangeViewRequest.php'
|
5828 |
),
|
5829 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignBudgetOperation' => array(
|
5830 |
'version' => '12.1.0.0',
|
5831 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignBudgetOperation.php'
|
5832 |
),
|
5833 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GroupPlacementViewServiceGrpcClient' => array(
|
5834 |
'version' => '12.1.0.0',
|
5835 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GroupPlacementViewServiceGrpcClient.php'
|
5836 |
),
|
5837 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CallConversionResult' => array(
|
5838 |
'version' => '12.1.0.0',
|
5839 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CallConversionResult.php'
|
5840 |
),
|
5841 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetExtensionFeedItemRequest' => array(
|
5842 |
'version' => '12.1.0.0',
|
5843 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetExtensionFeedItemRequest.php'
|
5844 |
),
|
5845 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ManagedPlacementViewServiceClient' => array(
|
5846 |
'version' => '12.1.0.0',
|
5847 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ManagedPlacementViewServiceClient.php'
|
5848 |
),
|
5849 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomInterestOperation' => array(
|
5850 |
'version' => '12.1.0.0',
|
5851 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomInterestOperation.php'
|
5852 |
),
|
5853 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignConversionGoalResult' => array(
|
5854 |
'version' => '12.1.0.0',
|
5855 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignConversionGoalResult.php'
|
5856 |
),
|
5857 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MoveManagerLinkResponse' => array(
|
5858 |
'version' => '12.1.0.0',
|
5859 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MoveManagerLinkResponse.php'
|
5860 |
),
|
5861 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GraduateCampaignExperimentRequest' => array(
|
5862 |
'version' => '12.1.0.0',
|
5863 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GraduateCampaignExperimentRequest.php'
|
5864 |
),
|
5865 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListAccessibleCustomersRequest' => array(
|
5866 |
'version' => '12.1.0.0',
|
5867 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListAccessibleCustomersRequest.php'
|
5868 |
),
|
5869 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenderViewServiceClient' => array(
|
5870 |
'version' => '12.1.0.0',
|
5871 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenderViewServiceClient.php'
|
5872 |
),
|
5873 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetMobileDeviceConstantRequest' => array(
|
5874 |
'version' => '12.1.0.0',
|
5875 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetMobileDeviceConstantRequest.php'
|
5876 |
),
|
5877 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupResult' => array(
|
5878 |
'version' => '12.1.0.0',
|
5879 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupResult.php'
|
5880 |
),
|
5881 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignBudgetServiceGrpcClient' => array(
|
5882 |
'version' => '12.1.0.0',
|
5883 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignBudgetServiceGrpcClient.php'
|
5884 |
),
|
5885 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerNegativeCriterionServiceGrpcClient' => array(
|
5886 |
'version' => '12.1.0.0',
|
5887 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerNegativeCriterionServiceGrpcClient.php'
|
5888 |
),
|
5889 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListPaymentsAccountsResponse' => array(
|
5890 |
'version' => '12.1.0.0',
|
5891 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListPaymentsAccountsResponse.php'
|
5892 |
),
|
5893 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AccountLinkOperation' => array(
|
5894 |
'version' => '12.1.0.0',
|
5895 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AccountLinkOperation.php'
|
5896 |
),
|
5897 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanMaxCpcBidForecast' => array(
|
5898 |
'version' => '12.1.0.0',
|
5899 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanMaxCpcBidForecast.php'
|
5900 |
),
|
5901 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionActionsResponse' => array(
|
5902 |
'version' => '12.1.0.0',
|
5903 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionActionsResponse.php'
|
5904 |
),
|
5905 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAssetGroupAssetRequest' => array(
|
5906 |
'version' => '12.1.0.0',
|
5907 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAssetGroupAssetRequest.php'
|
5908 |
),
|
5909 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DismissRecommendationRequest' => array(
|
5910 |
'version' => '12.1.0.0',
|
5911 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DismissRecommendationRequest.php'
|
5912 |
),
|
5913 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerExtensionSettingOperation' => array(
|
5914 |
'version' => '12.1.0.0',
|
5915 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerExtensionSettingOperation.php'
|
5916 |
),
|
5917 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UploadConversionAdjustmentsResponse' => array(
|
5918 |
'version' => '12.1.0.0',
|
5919 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UploadConversionAdjustmentsResponse.php'
|
5920 |
),
|
5921 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemTargetServiceGrpcClient' => array(
|
5922 |
'version' => '12.1.0.0',
|
5923 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemTargetServiceGrpcClient.php'
|
5924 |
),
|
5925 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerLabelsRequest' => array(
|
5926 |
'version' => '12.1.0.0',
|
5927 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerLabelsRequest.php'
|
5928 |
),
|
5929 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanOperation' => array(
|
5930 |
'version' => '12.1.0.0',
|
5931 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanOperation.php'
|
5932 |
),
|
5933 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignBudgetResult' => array(
|
5934 |
'version' => '12.1.0.0',
|
5935 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignBudgetResult.php'
|
5936 |
),
|
5937 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanCampaignKeywordServiceClient' => array(
|
5938 |
'version' => '12.1.0.0',
|
5939 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanCampaignKeywordServiceClient.php'
|
5940 |
),
|
5941 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateKeywordPlanCampaignsRequest' => array(
|
5942 |
'version' => '12.1.0.0',
|
5943 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateKeywordPlanCampaignsRequest.php'
|
5944 |
),
|
5945 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SearchGoogleAdsResponse' => array(
|
5946 |
'version' => '12.1.0.0',
|
5947 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SearchGoogleAdsResponse.php'
|
5948 |
),
|
5949 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanAdGroupKeywordOperation' => array(
|
5950 |
'version' => '12.1.0.0',
|
5951 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanAdGroupKeywordOperation.php'
|
5952 |
),
|
5953 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetThirdPartyAppAnalyticsLinkRequest' => array(
|
5954 |
'version' => '12.1.0.0',
|
5955 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetThirdPartyAppAnalyticsLinkRequest.php'
|
5956 |
),
|
5957 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ExpandedLandingPageViewServiceClient' => array(
|
5958 |
'version' => '12.1.0.0',
|
5959 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ExpandedLandingPageViewServiceClient.php'
|
5960 |
),
|
5961 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomizerAttributeServiceGrpcClient' => array(
|
5962 |
'version' => '12.1.0.0',
|
5963 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomizerAttributeServiceGrpcClient.php'
|
5964 |
),
|
5965 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetSetsRequest' => array(
|
5966 |
'version' => '12.1.0.0',
|
5967 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetSetsRequest.php'
|
5968 |
),
|
5969 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionCustomizersRequest' => array(
|
5970 |
'version' => '12.1.0.0',
|
5971 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionCustomizersRequest.php'
|
5972 |
),
|
5973 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanWeeklyForecast' => array(
|
5974 |
'version' => '12.1.0.0',
|
5975 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanWeeklyForecast.php'
|
5976 |
),
|
5977 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemSetLinkOperation' => array(
|
5978 |
'version' => '12.1.0.0',
|
5979 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemSetLinkOperation.php'
|
5980 |
),
|
5981 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetGroupListingGroupFilterServiceClient' => array(
|
5982 |
'version' => '12.1.0.0',
|
5983 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetGroupListingGroupFilterServiceClient.php'
|
5984 |
),
|
5985 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetResult' => array(
|
5986 |
'version' => '12.1.0.0',
|
5987 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetResult.php'
|
5988 |
),
|
5989 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerManagerLinkResponse' => array(
|
5990 |
'version' => '12.1.0.0',
|
5991 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerManagerLinkResponse.php'
|
5992 |
),
|
5993 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupFeedsResponse' => array(
|
5994 |
'version' => '12.1.0.0',
|
5995 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupFeedsResponse.php'
|
5996 |
),
|
5997 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerCustomizerOperation' => array(
|
5998 |
'version' => '12.1.0.0',
|
5999 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerCustomizerOperation.php'
|
6000 |
),
|
6001 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionActionOperation' => array(
|
6002 |
'version' => '12.1.0.0',
|
6003 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionActionOperation.php'
|
6004 |
),
|
6005 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ChangeStatusServiceClient' => array(
|
6006 |
'version' => '12.1.0.0',
|
6007 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ChangeStatusServiceClient.php'
|
6008 |
),
|
6009 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAdLabelServiceGrpcClient' => array(
|
6010 |
'version' => '12.1.0.0',
|
6011 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAdLabelServiceGrpcClient.php'
|
6012 |
),
|
6013 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBatchJobResponse' => array(
|
6014 |
'version' => '12.1.0.0',
|
6015 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBatchJobResponse.php'
|
6016 |
),
|
6017 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AddOfflineUserDataJobOperationsRequest' => array(
|
6018 |
'version' => '12.1.0.0',
|
6019 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AddOfflineUserDataJobOperationsRequest.php'
|
6020 |
),
|
6021 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerUserAccessInvitationServiceClient' => array(
|
6022 |
'version' => '12.1.0.0',
|
6023 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerUserAccessInvitationServiceClient.php'
|
6024 |
),
|
6025 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetServiceClient' => array(
|
6026 |
'version' => '12.1.0.0',
|
6027 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetServiceClient.php'
|
6028 |
),
|
6029 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupSimulationRequest' => array(
|
6030 |
'version' => '12.1.0.0',
|
6031 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupSimulationRequest.php'
|
6032 |
),
|
6033 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionCustomizerOperation' => array(
|
6034 |
'version' => '12.1.0.0',
|
6035 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionCustomizerOperation.php'
|
6036 |
),
|
6037 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerUserAccessServiceGrpcClient' => array(
|
6038 |
'version' => '12.1.0.0',
|
6039 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerUserAccessServiceGrpcClient.php'
|
6040 |
),
|
6041 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomConversionGoalServiceGrpcClient' => array(
|
6042 |
'version' => '12.1.0.0',
|
6043 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomConversionGoalServiceGrpcClient.php'
|
6044 |
),
|
6045 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemSetsRequest' => array(
|
6046 |
'version' => '12.1.0.0',
|
6047 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemSetsRequest.php'
|
6048 |
),
|
6049 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SearchGoogleAdsStreamRequest' => array(
|
6050 |
'version' => '12.1.0.0',
|
6051 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SearchGoogleAdsStreamRequest.php'
|
6052 |
),
|
6053 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SmartCampaignSearchTermViewServiceClient' => array(
|
6054 |
'version' => '12.1.0.0',
|
6055 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SmartCampaignSearchTermViewServiceClient.php'
|
6056 |
),
|
6057 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionGoalCampaignConfigServiceGrpcClient' => array(
|
6058 |
'version' => '12.1.0.0',
|
6059 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionGoalCampaignConfigServiceGrpcClient.php'
|
6060 |
),
|
6061 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateKeywordPlanCampaignKeywordsResponse' => array(
|
6062 |
'version' => '12.1.0.0',
|
6063 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateKeywordPlanCampaignKeywordsResponse.php'
|
6064 |
),
|
6065 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetSetServiceGrpcClient' => array(
|
6066 |
'version' => '12.1.0.0',
|
6067 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetSetServiceGrpcClient.php'
|
6068 |
),
|
6069 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AccountLinkServiceClient' => array(
|
6070 |
'version' => '12.1.0.0',
|
6071 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AccountLinkServiceClient.php'
|
6072 |
),
|
6073 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerExtensionSettingResult' => array(
|
6074 |
'version' => '12.1.0.0',
|
6075 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerExtensionSettingResult.php'
|
6076 |
),
|
6077 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetFeedPlaceholderViewRequest' => array(
|
6078 |
'version' => '12.1.0.0',
|
6079 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetFeedPlaceholderViewRequest.php'
|
6080 |
),
|
6081 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomAudiencesResponse' => array(
|
6082 |
'version' => '12.1.0.0',
|
6083 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomAudiencesResponse.php'
|
6084 |
),
|
6085 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetUserListRequest' => array(
|
6086 |
'version' => '12.1.0.0',
|
6087 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetUserListRequest.php'
|
6088 |
),
|
6089 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetConversionCustomVariableRequest' => array(
|
6090 |
'version' => '12.1.0.0',
|
6091 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetConversionCustomVariableRequest.php'
|
6092 |
),
|
6093 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RecommendationServiceClient' => array(
|
6094 |
'version' => '12.1.0.0',
|
6095 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RecommendationServiceClient.php'
|
6096 |
),
|
6097 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingStrategySimulationServiceGrpcClient' => array(
|
6098 |
'version' => '12.1.0.0',
|
6099 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingStrategySimulationServiceGrpcClient.php'
|
6100 |
),
|
6101 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DistanceViewServiceClient' => array(
|
6102 |
'version' => '12.1.0.0',
|
6103 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DistanceViewServiceClient.php'
|
6104 |
),
|
6105 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GoogleAdsServiceGrpcClient' => array(
|
6106 |
'version' => '12.1.0.0',
|
6107 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GoogleAdsServiceGrpcClient.php'
|
6108 |
),
|
6109 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ProductMetadata' => array(
|
6110 |
'version' => '12.1.0.0',
|
6111 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ProductMetadata.php'
|
6112 |
),
|
6113 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionGoalCampaignConfigServiceClient' => array(
|
6114 |
'version' => '12.1.0.0',
|
6115 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionGoalCampaignConfigServiceClient.php'
|
6116 |
),
|
6117 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\HotelGroupViewServiceGrpcClient' => array(
|
6118 |
'version' => '12.1.0.0',
|
6119 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/HotelGroupViewServiceGrpcClient.php'
|
6120 |
),
|
6121 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerExtensionSettingServiceGrpcClient' => array(
|
6122 |
'version' => '12.1.0.0',
|
6123 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerExtensionSettingServiceGrpcClient.php'
|
6124 |
),
|
6125 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupBidModifierServiceClient' => array(
|
6126 |
'version' => '12.1.0.0',
|
6127 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupBidModifierServiceClient.php'
|
6128 |
),
|
6129 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignConversionGoalsResponse' => array(
|
6130 |
'version' => '12.1.0.0',
|
6131 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignConversionGoalsResponse.php'
|
6132 |
),
|
6133 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetExpandedLandingPageViewRequest' => array(
|
6134 |
'version' => '12.1.0.0',
|
6135 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetExpandedLandingPageViewRequest.php'
|
6136 |
),
|
6137 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ExpandedLandingPageViewServiceGrpcClient' => array(
|
6138 |
'version' => '12.1.0.0',
|
6139 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ExpandedLandingPageViewServiceGrpcClient.php'
|
6140 |
),
|
6141 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationRequest' => array(
|
6142 |
'version' => '12.1.0.0',
|
6143 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationRequest.php'
|
6144 |
),
|
6145 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SmartCampaignSearchTermViewServiceGrpcClient' => array(
|
6146 |
'version' => '12.1.0.0',
|
6147 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SmartCampaignSearchTermViewServiceGrpcClient.php'
|
6148 |
),
|
6149 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetGroupListingGroupFilterOperation' => array(
|
6150 |
'version' => '12.1.0.0',
|
6151 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetGroupListingGroupFilterOperation.php'
|
6152 |
),
|
6153 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestKeywordThemeConstantsRequest' => array(
|
6154 |
'version' => '12.1.0.0',
|
6155 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestKeywordThemeConstantsRequest.php'
|
6156 |
),
|
6157 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignCustomizersResponse' => array(
|
6158 |
'version' => '12.1.0.0',
|
6159 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignCustomizersResponse.php'
|
6160 |
),
|
6161 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignCriterionServiceGrpcClient' => array(
|
6162 |
'version' => '12.1.0.0',
|
6163 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignCriterionServiceGrpcClient.php'
|
6164 |
),
|
6165 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AccessibleBiddingStrategyServiceClient' => array(
|
6166 |
'version' => '12.1.0.0',
|
6167 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AccessibleBiddingStrategyServiceClient.php'
|
6168 |
),
|
6169 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SmartCampaignSuggestionInfo_BusinessContext' => array(
|
6170 |
'version' => '12.1.0.0',
|
6171 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SmartCampaignSuggestionInfo_BusinessContext.php'
|
6172 |
),
|
6173 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBillingSetupRequest' => array(
|
6174 |
'version' => '12.1.0.0',
|
6175 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBillingSetupRequest.php'
|
6176 |
),
|
6177 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemTargetsRequest' => array(
|
6178 |
'version' => '12.1.0.0',
|
6179 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemTargetsRequest.php'
|
6180 |
),
|
6181 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\WebpageViewServiceClient' => array(
|
6182 |
'version' => '12.1.0.0',
|
6183 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/WebpageViewServiceClient.php'
|
6184 |
),
|
6185 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupOperation' => array(
|
6186 |
'version' => '12.1.0.0',
|
6187 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupOperation.php'
|
6188 |
),
|
6189 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateLabelsResponse' => array(
|
6190 |
'version' => '12.1.0.0',
|
6191 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateLabelsResponse.php'
|
6192 |
),
|
6193 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetConversionValueRuleRequest' => array(
|
6194 |
'version' => '12.1.0.0',
|
6195 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetConversionValueRuleRequest.php'
|
6196 |
),
|
6197 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomInterestsResponse' => array(
|
6198 |
'version' => '12.1.0.0',
|
6199 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomInterestsResponse.php'
|
6200 |
),
|
6201 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionLabelsResponse' => array(
|
6202 |
'version' => '12.1.0.0',
|
6203 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionLabelsResponse.php'
|
6204 |
),
|
6205 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetOperatingSystemVersionConstantRequest' => array(
|
6206 |
'version' => '12.1.0.0',
|
6207 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetOperatingSystemVersionConstantRequest.php'
|
6208 |
),
|
6209 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetOfflineUserDataJobRequest' => array(
|
6210 |
'version' => '12.1.0.0',
|
6211 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetOfflineUserDataJobRequest.php'
|
6212 |
),
|
6213 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionServiceGrpcClient' => array(
|
6214 |
'version' => '12.1.0.0',
|
6215 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionServiceGrpcClient.php'
|
6216 |
),
|
6217 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetGroupAssetOperation' => array(
|
6218 |
'version' => '12.1.0.0',
|
6219 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetGroupAssetOperation.php'
|
6220 |
),
|
6221 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RunBatchJobRequest' => array(
|
6222 |
'version' => '12.1.0.0',
|
6223 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RunBatchJobRequest.php'
|
6224 |
),
|
6225 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerConversionGoalServiceClient' => array(
|
6226 |
'version' => '12.1.0.0',
|
6227 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerConversionGoalServiceClient.php'
|
6228 |
),
|
6229 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListCampaignExperimentAsyncErrorsRequest' => array(
|
6230 |
'version' => '12.1.0.0',
|
6231 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListCampaignExperimentAsyncErrorsRequest.php'
|
6232 |
),
|
6233 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionCustomizersResponse' => array(
|
6234 |
'version' => '12.1.0.0',
|
6235 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionCustomizersResponse.php'
|
6236 |
),
|
6237 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignExperimentsResponse' => array(
|
6238 |
'version' => '12.1.0.0',
|
6239 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignExperimentsResponse.php'
|
6240 |
),
|
6241 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignBudgetRequest' => array(
|
6242 |
'version' => '12.1.0.0',
|
6243 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignBudgetRequest.php'
|
6244 |
),
|
6245 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetDistanceViewRequest' => array(
|
6246 |
'version' => '12.1.0.0',
|
6247 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetDistanceViewRequest.php'
|
6248 |
),
|
6249 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerNegativeCriterionOperation' => array(
|
6250 |
'version' => '12.1.0.0',
|
6251 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerNegativeCriterionOperation.php'
|
6252 |
),
|
6253 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SiteSeed' => array(
|
6254 |
'version' => '12.1.0.0',
|
6255 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SiteSeed.php'
|
6256 |
),
|
6257 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\KeywordParameters' => array(
|
6258 |
'version' => '12.1.0.0',
|
6259 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/KeywordParameters.php'
|
6260 |
),
|
6261 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\CallExtensionParameters' => array(
|
6262 |
'version' => '12.1.0.0',
|
6263 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/CallExtensionParameters.php'
|
6264 |
),
|
6265 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\CampaignBudgetParameters' => array(
|
6266 |
'version' => '12.1.0.0',
|
6267 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/CampaignBudgetParameters.php'
|
6268 |
),
|
6269 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\CalloutExtensionParameters' => array(
|
6270 |
'version' => '12.1.0.0',
|
6271 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/CalloutExtensionParameters.php'
|
6272 |
),
|
6273 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\TargetRoasOptInParameters' => array(
|
6274 |
'version' => '12.1.0.0',
|
6275 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/TargetRoasOptInParameters.php'
|
6276 |
),
|
6277 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\TargetCpaOptInParameters' => array(
|
6278 |
'version' => '12.1.0.0',
|
6279 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/TargetCpaOptInParameters.php'
|
6280 |
),
|
6281 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\TextAdParameters' => array(
|
6282 |
'version' => '12.1.0.0',
|
6283 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/TextAdParameters.php'
|
6284 |
),
|
6285 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\SitelinkExtensionParameters' => array(
|
6286 |
'version' => '12.1.0.0',
|
6287 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/SitelinkExtensionParameters.php'
|
6288 |
),
|
6289 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\MoveUnusedBudgetParameters' => array(
|
6290 |
'version' => '12.1.0.0',
|
6291 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/MoveUnusedBudgetParameters.php'
|
6292 |
),
|
6293 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation\\ResponsiveSearchAdParameters' => array(
|
6294 |
'version' => '12.1.0.0',
|
6295 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation/ResponsiveSearchAdParameters.php'
|
6296 |
),
|
6297 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignLabelsRequest' => array(
|
6298 |
'version' => '12.1.0.0',
|
6299 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignLabelsRequest.php'
|
6300 |
),
|
6301 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionValueRulesRequest' => array(
|
6302 |
'version' => '12.1.0.0',
|
6303 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionValueRulesRequest.php'
|
6304 |
),
|
6305 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\Preferences' => array(
|
6306 |
'version' => '12.1.0.0',
|
6307 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/Preferences.php'
|
6308 |
),
|
6309 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordSeed' => array(
|
6310 |
'version' => '12.1.0.0',
|
6311 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordSeed.php'
|
6312 |
),
|
6313 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdScheduleViewServiceClient' => array(
|
6314 |
'version' => '12.1.0.0',
|
6315 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdScheduleViewServiceClient.php'
|
6316 |
),
|
6317 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerFeedServiceClient' => array(
|
6318 |
'version' => '12.1.0.0',
|
6319 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerFeedServiceClient.php'
|
6320 |
),
|
6321 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ProductBiddingCategoryConstantServiceClient' => array(
|
6322 |
'version' => '12.1.0.0',
|
6323 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ProductBiddingCategoryConstantServiceClient.php'
|
6324 |
),
|
6325 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionAdjustmentUploadServiceClient' => array(
|
6326 |
'version' => '12.1.0.0',
|
6327 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionAdjustmentUploadServiceClient.php'
|
6328 |
),
|
6329 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionCustomVariableServiceClient' => array(
|
6330 |
'version' => '12.1.0.0',
|
6331 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionCustomVariableServiceClient.php'
|
6332 |
),
|
6333 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RegenerateShareableLinkIdResponse' => array(
|
6334 |
'version' => '12.1.0.0',
|
6335 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RegenerateShareableLinkIdResponse.php'
|
6336 |
),
|
6337 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ReachCurve' => array(
|
6338 |
'version' => '12.1.0.0',
|
6339 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ReachCurve.php'
|
6340 |
),
|
6341 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAdOperation' => array(
|
6342 |
'version' => '12.1.0.0',
|
6343 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAdOperation.php'
|
6344 |
),
|
6345 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedResult' => array(
|
6346 |
'version' => '12.1.0.0',
|
6347 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedResult.php'
|
6348 |
),
|
6349 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\OperatingSystemVersionConstantServiceClient' => array(
|
6350 |
'version' => '12.1.0.0',
|
6351 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/OperatingSystemVersionConstantServiceClient.php'
|
6352 |
),
|
6353 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupBidModifiersResponse' => array(
|
6354 |
'version' => '12.1.0.0',
|
6355 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupBidModifiersResponse.php'
|
6356 |
),
|
6357 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetRemarketingActionRequest' => array(
|
6358 |
'version' => '12.1.0.0',
|
6359 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetRemarketingActionRequest.php'
|
6360 |
),
|
6361 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation_TargetRoasOptInParameters' => array(
|
6362 |
'version' => '12.1.0.0',
|
6363 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation_TargetRoasOptInParameters.php'
|
6364 |
),
|
6365 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CombinedAudienceServiceClient' => array(
|
6366 |
'version' => '12.1.0.0',
|
6367 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CombinedAudienceServiceClient.php'
|
6368 |
),
|
6369 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingDataExclusionsResult' => array(
|
6370 |
'version' => '12.1.0.0',
|
6371 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingDataExclusionsResult.php'
|
6372 |
),
|
6373 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupsResponse' => array(
|
6374 |
'version' => '12.1.0.0',
|
6375 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupsResponse.php'
|
6376 |
),
|
6377 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetSetResult' => array(
|
6378 |
'version' => '12.1.0.0',
|
6379 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetSetResult.php'
|
6380 |
),
|
6381 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAgeRangeViewRequest' => array(
|
6382 |
'version' => '12.1.0.0',
|
6383 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAgeRangeViewRequest.php'
|
6384 |
),
|
6385 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupLabelsRequest' => array(
|
6386 |
'version' => '12.1.0.0',
|
6387 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupLabelsRequest.php'
|
6388 |
),
|
6389 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateProductMixIdeasResponse' => array(
|
6390 |
'version' => '12.1.0.0',
|
6391 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateProductMixIdeasResponse.php'
|
6392 |
),
|
6393 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupAssetsResponse' => array(
|
6394 |
'version' => '12.1.0.0',
|
6395 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupAssetsResponse.php'
|
6396 |
),
|
6397 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation_TargetCpaOptInParameters' => array(
|
6398 |
'version' => '12.1.0.0',
|
6399 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation_TargetCpaOptInParameters.php'
|
6400 |
),
|
6401 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SearchTermViewServiceClient' => array(
|
6402 |
'version' => '12.1.0.0',
|
6403 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SearchTermViewServiceClient.php'
|
6404 |
),
|
6405 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAssetFieldTypeViewRequest' => array(
|
6406 |
'version' => '12.1.0.0',
|
6407 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAssetFieldTypeViewRequest.php'
|
6408 |
),
|
6409 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DetailedDemographicServiceClient' => array(
|
6410 |
'version' => '12.1.0.0',
|
6411 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DetailedDemographicServiceClient.php'
|
6412 |
),
|
6413 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupAdsResponse' => array(
|
6414 |
'version' => '12.1.0.0',
|
6415 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupAdsResponse.php'
|
6416 |
),
|
6417 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RemarketingActionServiceClient' => array(
|
6418 |
'version' => '12.1.0.0',
|
6419 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RemarketingActionServiceClient.php'
|
6420 |
),
|
6421 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionLabelsRequest' => array(
|
6422 |
'version' => '12.1.0.0',
|
6423 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionLabelsRequest.php'
|
6424 |
),
|
6425 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingDataExclusionsResponse' => array(
|
6426 |
'version' => '12.1.0.0',
|
6427 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingDataExclusionsResponse.php'
|
6428 |
),
|
6429 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MerchantCenterLinkOperation' => array(
|
6430 |
'version' => '12.1.0.0',
|
6431 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MerchantCenterLinkOperation.php'
|
6432 |
),
|
6433 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupRequest' => array(
|
6434 |
'version' => '12.1.0.0',
|
6435 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupRequest.php'
|
6436 |
),
|
6437 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionSimulationServiceGrpcClient' => array(
|
6438 |
'version' => '12.1.0.0',
|
6439 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionSimulationServiceGrpcClient.php'
|
6440 |
),
|
6441 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignBidModifierServiceGrpcClient' => array(
|
6442 |
'version' => '12.1.0.0',
|
6443 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignBidModifierServiceGrpcClient.php'
|
6444 |
),
|
6445 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SmartCampaignSettingOperation' => array(
|
6446 |
'version' => '12.1.0.0',
|
6447 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SmartCampaignSettingOperation.php'
|
6448 |
),
|
6449 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ClickViewServiceClient' => array(
|
6450 |
'version' => '12.1.0.0',
|
6451 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ClickViewServiceClient.php'
|
6452 |
),
|
6453 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListPlannableLocationsRequest' => array(
|
6454 |
'version' => '12.1.0.0',
|
6455 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListPlannableLocationsRequest.php'
|
6456 |
),
|
6457 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UrlSeed' => array(
|
6458 |
'version' => '12.1.0.0',
|
6459 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UrlSeed.php'
|
6460 |
),
|
6461 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateMerchantCenterLinkResponse' => array(
|
6462 |
'version' => '12.1.0.0',
|
6463 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateMerchantCenterLinkResponse.php'
|
6464 |
),
|
6465 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionAdjustmentResult' => array(
|
6466 |
'version' => '12.1.0.0',
|
6467 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionAdjustmentResult.php'
|
6468 |
),
|
6469 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\TopicViewServiceClient' => array(
|
6470 |
'version' => '12.1.0.0',
|
6471 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/TopicViewServiceClient.php'
|
6472 |
),
|
6473 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CartData_Item' => array(
|
6474 |
'version' => '12.1.0.0',
|
6475 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CartData_Item.php'
|
6476 |
),
|
6477 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UploadCallConversionsRequest' => array(
|
6478 |
'version' => '12.1.0.0',
|
6479 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UploadCallConversionsRequest.php'
|
6480 |
),
|
6481 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetSetOperation' => array(
|
6482 |
'version' => '12.1.0.0',
|
6483 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetSetOperation.php'
|
6484 |
),
|
6485 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GraduateCampaignExperimentResponse' => array(
|
6486 |
'version' => '12.1.0.0',
|
6487 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GraduateCampaignExperimentResponse.php'
|
6488 |
),
|
6489 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupBidModifierResult' => array(
|
6490 |
'version' => '12.1.0.0',
|
6491 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupBidModifierResult.php'
|
6492 |
),
|
6493 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetMediaFileRequest' => array(
|
6494 |
'version' => '12.1.0.0',
|
6495 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetMediaFileRequest.php'
|
6496 |
),
|
6497 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordThemeConstantServiceGrpcClient' => array(
|
6498 |
'version' => '12.1.0.0',
|
6499 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordThemeConstantServiceGrpcClient.php'
|
6500 |
),
|
6501 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestGeoTargetConstantsRequest_GeoTargets' => array(
|
6502 |
'version' => '12.1.0.0',
|
6503 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestGeoTargetConstantsRequest_GeoTargets.php'
|
6504 |
),
|
6505 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionCustomizerResult' => array(
|
6506 |
'version' => '12.1.0.0',
|
6507 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionCustomizerResult.php'
|
6508 |
),
|
6509 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ClickViewServiceGrpcClient' => array(
|
6510 |
'version' => '12.1.0.0',
|
6511 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ClickViewServiceGrpcClient.php'
|
6512 |
),
|
6513 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CallConversion' => array(
|
6514 |
'version' => '12.1.0.0',
|
6515 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CallConversion.php'
|
6516 |
),
|
6517 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UploadUserDataRequest' => array(
|
6518 |
'version' => '12.1.0.0',
|
6519 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UploadUserDataRequest.php'
|
6520 |
),
|
6521 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionLabelOperation' => array(
|
6522 |
'version' => '12.1.0.0',
|
6523 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionLabelOperation.php'
|
6524 |
),
|
6525 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupListingGroupFilterResult' => array(
|
6526 |
'version' => '12.1.0.0',
|
6527 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupListingGroupFilterResult.php'
|
6528 |
),
|
6529 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAdServiceGrpcClient' => array(
|
6530 |
'version' => '12.1.0.0',
|
6531 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAdServiceGrpcClient.php'
|
6532 |
),
|
6533 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAssetOperation' => array(
|
6534 |
'version' => '12.1.0.0',
|
6535 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAssetOperation.php'
|
6536 |
),
|
6537 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenderViewServiceGrpcClient' => array(
|
6538 |
'version' => '12.1.0.0',
|
6539 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenderViewServiceGrpcClient.php'
|
6540 |
),
|
6541 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ProductGroupViewServiceClient' => array(
|
6542 |
'version' => '12.1.0.0',
|
6543 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ProductGroupViewServiceClient.php'
|
6544 |
),
|
6545 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignDraftOperation' => array(
|
6546 |
'version' => '12.1.0.0',
|
6547 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignDraftOperation.php'
|
6548 |
),
|
6549 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateUserListsRequest' => array(
|
6550 |
'version' => '12.1.0.0',
|
6551 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateUserListsRequest.php'
|
6552 |
),
|
6553 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\OfflineUserDataJobServiceClient' => array(
|
6554 |
'version' => '12.1.0.0',
|
6555 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/OfflineUserDataJobServiceClient.php'
|
6556 |
),
|
6557 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateHistoricalMetricsRequest' => array(
|
6558 |
'version' => '12.1.0.0',
|
6559 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateHistoricalMetricsRequest.php'
|
6560 |
),
|
6561 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetDetailedDemographicRequest' => array(
|
6562 |
'version' => '12.1.0.0',
|
6563 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetDetailedDemographicRequest.php'
|
6564 |
),
|
6565 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignCriterionOperation' => array(
|
6566 |
'version' => '12.1.0.0',
|
6567 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignCriterionOperation.php'
|
6568 |
),
|
6569 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignDraftResult' => array(
|
6570 |
'version' => '12.1.0.0',
|
6571 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignDraftResult.php'
|
6572 |
),
|
6573 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateForecastMetricsResponse' => array(
|
6574 |
'version' => '12.1.0.0',
|
6575 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateForecastMetricsResponse.php'
|
6576 |
),
|
6577 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAdAssetViewServiceGrpcClient' => array(
|
6578 |
'version' => '12.1.0.0',
|
6579 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAdAssetViewServiceGrpcClient.php'
|
6580 |
),
|
6581 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateExtensionFeedItemsResponse' => array(
|
6582 |
'version' => '12.1.0.0',
|
6583 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateExtensionFeedItemsResponse.php'
|
6584 |
),
|
6585 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignBidModifierServiceClient' => array(
|
6586 |
'version' => '12.1.0.0',
|
6587 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignBidModifierServiceClient.php'
|
6588 |
),
|
6589 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SharedCriterionOperation' => array(
|
6590 |
'version' => '12.1.0.0',
|
6591 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SharedCriterionOperation.php'
|
6592 |
),
|
6593 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MobileDeviceConstantServiceClient' => array(
|
6594 |
'version' => '12.1.0.0',
|
6595 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MobileDeviceConstantServiceClient.php'
|
6596 |
),
|
6597 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DisplayKeywordViewServiceClient' => array(
|
6598 |
'version' => '12.1.0.0',
|
6599 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DisplayKeywordViewServiceClient.php'
|
6600 |
),
|
6601 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAssetSetServiceClient' => array(
|
6602 |
'version' => '12.1.0.0',
|
6603 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAssetSetServiceClient.php'
|
6604 |
),
|
6605 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateHistoricalMetricsResponse' => array(
|
6606 |
'version' => '12.1.0.0',
|
6607 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateHistoricalMetricsResponse.php'
|
6608 |
),
|
6609 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignAssetResult' => array(
|
6610 |
'version' => '12.1.0.0',
|
6611 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignAssetResult.php'
|
6612 |
),
|
6613 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAccountLinkResponse' => array(
|
6614 |
'version' => '12.1.0.0',
|
6615 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAccountLinkResponse.php'
|
6616 |
),
|
6617 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdParameterResult' => array(
|
6618 |
'version' => '12.1.0.0',
|
6619 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdParameterResult.php'
|
6620 |
),
|
6621 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ClickConversion' => array(
|
6622 |
'version' => '12.1.0.0',
|
6623 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ClickConversion.php'
|
6624 |
),
|
6625 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignLabelRequest' => array(
|
6626 |
'version' => '12.1.0.0',
|
6627 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignLabelRequest.php'
|
6628 |
),
|
6629 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedMappingServiceGrpcClient' => array(
|
6630 |
'version' => '12.1.0.0',
|
6631 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedMappingServiceGrpcClient.php'
|
6632 |
),
|
6633 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignExtensionSettingsResponse' => array(
|
6634 |
'version' => '12.1.0.0',
|
6635 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignExtensionSettingsResponse.php'
|
6636 |
),
|
6637 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerManagerLinkServiceClient' => array(
|
6638 |
'version' => '12.1.0.0',
|
6639 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerManagerLinkServiceClient.php'
|
6640 |
),
|
6641 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetBiddingSeasonalityAdjustmentRequest' => array(
|
6642 |
'version' => '12.1.0.0',
|
6643 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetBiddingSeasonalityAdjustmentRequest.php'
|
6644 |
),
|
6645 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAudienceViewServiceGrpcClient' => array(
|
6646 |
'version' => '12.1.0.0',
|
6647 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAudienceViewServiceGrpcClient.php'
|
6648 |
),
|
6649 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionResult' => array(
|
6650 |
'version' => '12.1.0.0',
|
6651 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionResult.php'
|
6652 |
),
|
6653 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionValueRuleResult' => array(
|
6654 |
'version' => '12.1.0.0',
|
6655 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionValueRuleResult.php'
|
6656 |
),
|
6657 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanAdGroupServiceGrpcClient' => array(
|
6658 |
'version' => '12.1.0.0',
|
6659 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanAdGroupServiceGrpcClient.php'
|
6660 |
),
|
6661 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedPlaceholderViewServiceClient' => array(
|
6662 |
'version' => '12.1.0.0',
|
6663 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedPlaceholderViewServiceClient.php'
|
6664 |
),
|
6665 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetGroupServiceGrpcClient' => array(
|
6666 |
'version' => '12.1.0.0',
|
6667 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetGroupServiceGrpcClient.php'
|
6668 |
),
|
6669 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetSetAssetOperation' => array(
|
6670 |
'version' => '12.1.0.0',
|
6671 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetSetAssetOperation.php'
|
6672 |
),
|
6673 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupAudienceViewRequest' => array(
|
6674 |
'version' => '12.1.0.0',
|
6675 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupAudienceViewRequest.php'
|
6676 |
),
|
6677 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerClientLinkRequest' => array(
|
6678 |
'version' => '12.1.0.0',
|
6679 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerClientLinkRequest.php'
|
6680 |
),
|
6681 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCustomizerOperation' => array(
|
6682 |
'version' => '12.1.0.0',
|
6683 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCustomizerOperation.php'
|
6684 |
),
|
6685 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionValueRuleOperation' => array(
|
6686 |
'version' => '12.1.0.0',
|
6687 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionValueRuleOperation.php'
|
6688 |
),
|
6689 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignSharedSetServiceClient' => array(
|
6690 |
'version' => '12.1.0.0',
|
6691 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignSharedSetServiceClient.php'
|
6692 |
),
|
6693 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BatchJobOperation' => array(
|
6694 |
'version' => '12.1.0.0',
|
6695 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BatchJobOperation.php'
|
6696 |
),
|
6697 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignSharedSetServiceGrpcClient' => array(
|
6698 |
'version' => '12.1.0.0',
|
6699 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignSharedSetServiceGrpcClient.php'
|
6700 |
),
|
6701 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerNegativeCriteriaRequest' => array(
|
6702 |
'version' => '12.1.0.0',
|
6703 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerNegativeCriteriaRequest.php'
|
6704 |
),
|
6705 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetSetAssetServiceGrpcClient' => array(
|
6706 |
'version' => '12.1.0.0',
|
6707 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetSetAssetServiceGrpcClient.php'
|
6708 |
),
|
6709 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAssetSetOperation' => array(
|
6710 |
'version' => '12.1.0.0',
|
6711 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAssetSetOperation.php'
|
6712 |
),
|
6713 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionValueRuleSetServiceClient' => array(
|
6714 |
'version' => '12.1.0.0',
|
6715 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionValueRuleSetServiceClient.php'
|
6716 |
),
|
6717 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AddOfflineUserDataJobOperationsResponse' => array(
|
6718 |
'version' => '12.1.0.0',
|
6719 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AddOfflineUserDataJobOperationsResponse.php'
|
6720 |
),
|
6721 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateKeywordIdeaResponse' => array(
|
6722 |
'version' => '12.1.0.0',
|
6723 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateKeywordIdeaResponse.php'
|
6724 |
),
|
6725 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ClickConversionResult' => array(
|
6726 |
'version' => '12.1.0.0',
|
6727 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ClickConversionResult.php'
|
6728 |
),
|
6729 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MediaFileServiceGrpcClient' => array(
|
6730 |
'version' => '12.1.0.0',
|
6731 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MediaFileServiceGrpcClient.php'
|
6732 |
),
|
6733 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerConversionGoalsResponse' => array(
|
6734 |
'version' => '12.1.0.0',
|
6735 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerConversionGoalsResponse.php'
|
6736 |
),
|
6737 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerFeedServiceGrpcClient' => array(
|
6738 |
'version' => '12.1.0.0',
|
6739 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerFeedServiceGrpcClient.php'
|
6740 |
),
|
6741 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MoveManagerLinkRequest' => array(
|
6742 |
'version' => '12.1.0.0',
|
6743 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MoveManagerLinkRequest.php'
|
6744 |
),
|
6745 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignExtensionSettingRequest' => array(
|
6746 |
'version' => '12.1.0.0',
|
6747 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignExtensionSettingRequest.php'
|
6748 |
),
|
6749 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DisplayKeywordViewServiceGrpcClient' => array(
|
6750 |
'version' => '12.1.0.0',
|
6751 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DisplayKeywordViewServiceGrpcClient.php'
|
6752 |
),
|
6753 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateProductMixIdeasRequest' => array(
|
6754 |
'version' => '12.1.0.0',
|
6755 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateProductMixIdeasRequest.php'
|
6756 |
),
|
6757 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignBidModifierResult' => array(
|
6758 |
'version' => '12.1.0.0',
|
6759 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignBidModifierResult.php'
|
6760 |
),
|
6761 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerLabelsResponse' => array(
|
6762 |
'version' => '12.1.0.0',
|
6763 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerLabelsResponse.php'
|
6764 |
),
|
6765 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AddBatchJobOperationsRequest' => array(
|
6766 |
'version' => '12.1.0.0',
|
6767 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AddBatchJobOperationsRequest.php'
|
6768 |
),
|
6769 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LifeEventServiceGrpcClient' => array(
|
6770 |
'version' => '12.1.0.0',
|
6771 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LifeEventServiceGrpcClient.php'
|
6772 |
),
|
6773 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemSetsResponse' => array(
|
6774 |
'version' => '12.1.0.0',
|
6775 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemSetsResponse.php'
|
6776 |
),
|
6777 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UploadConversionAdjustmentsRequest' => array(
|
6778 |
'version' => '12.1.0.0',
|
6779 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UploadConversionAdjustmentsRequest.php'
|
6780 |
),
|
6781 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomAudienceServiceGrpcClient' => array(
|
6782 |
'version' => '12.1.0.0',
|
6783 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomAudienceServiceGrpcClient.php'
|
6784 |
),
|
6785 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignCustomizerServiceClient' => array(
|
6786 |
'version' => '12.1.0.0',
|
6787 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignCustomizerServiceClient.php'
|
6788 |
),
|
6789 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UserInterestServiceGrpcClient' => array(
|
6790 |
'version' => '12.1.0.0',
|
6791 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UserInterestServiceGrpcClient.php'
|
6792 |
),
|
6793 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation' => array(
|
6794 |
'version' => '12.1.0.0',
|
6795 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation.php'
|
6796 |
),
|
6797 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordViewServiceClient' => array(
|
6798 |
'version' => '12.1.0.0',
|
6799 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordViewServiceClient.php'
|
6800 |
),
|
6801 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerExtensionSettingRequest' => array(
|
6802 |
'version' => '12.1.0.0',
|
6803 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerExtensionSettingRequest.php'
|
6804 |
),
|
6805 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetSetAssetsResponse' => array(
|
6806 |
'version' => '12.1.0.0',
|
6807 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetSetAssetsResponse.php'
|
6808 |
),
|
6809 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestGeoTargetConstantsRequest_LocationNames' => array(
|
6810 |
'version' => '12.1.0.0',
|
6811 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestGeoTargetConstantsRequest_LocationNames.php'
|
6812 |
),
|
6813 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionValueRuleSetServiceGrpcClient' => array(
|
6814 |
'version' => '12.1.0.0',
|
6815 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionValueRuleSetServiceGrpcClient.php'
|
6816 |
),
|
6817 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAssetRequest' => array(
|
6818 |
'version' => '12.1.0.0',
|
6819 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAssetRequest.php'
|
6820 |
),
|
6821 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CreateAccountLinkRequest' => array(
|
6822 |
'version' => '12.1.0.0',
|
6823 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CreateAccountLinkRequest.php'
|
6824 |
),
|
6825 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateRemarketingActionResult' => array(
|
6826 |
'version' => '12.1.0.0',
|
6827 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateRemarketingActionResult.php'
|
6828 |
),
|
6829 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerFeedOperation' => array(
|
6830 |
'version' => '12.1.0.0',
|
6831 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerFeedOperation.php'
|
6832 |
),
|
6833 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateKeywordPlanAdGroupsRequest' => array(
|
6834 |
'version' => '12.1.0.0',
|
6835 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateKeywordPlanAdGroupsRequest.php'
|
6836 |
),
|
6837 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomizerAttributeResult' => array(
|
6838 |
'version' => '12.1.0.0',
|
6839 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomizerAttributeResult.php'
|
6840 |
),
|
6841 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\EndCampaignExperimentRequest' => array(
|
6842 |
'version' => '12.1.0.0',
|
6843 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/EndCampaignExperimentRequest.php'
|
6844 |
),
|
6845 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignBidModifierRequest' => array(
|
6846 |
'version' => '12.1.0.0',
|
6847 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignBidModifierRequest.php'
|
6848 |
),
|
6849 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateKeywordIdeaResult' => array(
|
6850 |
'version' => '12.1.0.0',
|
6851 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateKeywordIdeaResult.php'
|
6852 |
),
|
6853 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerUserAccessOperation' => array(
|
6854 |
'version' => '12.1.0.0',
|
6855 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerUserAccessOperation.php'
|
6856 |
),
|
6857 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdScheduleViewServiceGrpcClient' => array(
|
6858 |
'version' => '12.1.0.0',
|
6859 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdScheduleViewServiceGrpcClient.php'
|
6860 |
),
|
6861 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PaidOrganicSearchTermViewServiceClient' => array(
|
6862 |
'version' => '12.1.0.0',
|
6863 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PaidOrganicSearchTermViewServiceClient.php'
|
6864 |
),
|
6865 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupExtensionSettingRequest' => array(
|
6866 |
'version' => '12.1.0.0',
|
6867 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupExtensionSettingRequest.php'
|
6868 |
),
|
6869 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupLabelRequest' => array(
|
6870 |
'version' => '12.1.0.0',
|
6871 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupLabelRequest.php'
|
6872 |
),
|
6873 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomAudienceOperation' => array(
|
6874 |
'version' => '12.1.0.0',
|
6875 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomAudienceOperation.php'
|
6876 |
),
|
6877 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ParentalStatusViewServiceGrpcClient' => array(
|
6878 |
'version' => '12.1.0.0',
|
6879 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ParentalStatusViewServiceGrpcClient.php'
|
6880 |
),
|
6881 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCurrencyConstantRequest' => array(
|
6882 |
'version' => '12.1.0.0',
|
6883 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCurrencyConstantRequest.php'
|
6884 |
),
|
6885 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateLabelResult' => array(
|
6886 |
'version' => '12.1.0.0',
|
6887 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateLabelResult.php'
|
6888 |
),
|
6889 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LabelServiceGrpcClient' => array(
|
6890 |
'version' => '12.1.0.0',
|
6891 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LabelServiceGrpcClient.php'
|
6892 |
),
|
6893 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UserListOperation' => array(
|
6894 |
'version' => '12.1.0.0',
|
6895 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UserListOperation.php'
|
6896 |
),
|
6897 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignAssetSetsResponse' => array(
|
6898 |
'version' => '12.1.0.0',
|
6899 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignAssetSetsResponse.php'
|
6900 |
),
|
6901 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignBudgetOptionsResponse_Metrics' => array(
|
6902 |
'version' => '12.1.0.0',
|
6903 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignBudgetOptionsResponse_Metrics.php'
|
6904 |
),
|
6905 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerCustomizerServiceGrpcClient' => array(
|
6906 |
'version' => '12.1.0.0',
|
6907 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerCustomizerServiceGrpcClient.php'
|
6908 |
),
|
6909 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupLabelOperation' => array(
|
6910 |
'version' => '12.1.0.0',
|
6911 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupLabelOperation.php'
|
6912 |
),
|
6913 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerLabelResult' => array(
|
6914 |
'version' => '12.1.0.0',
|
6915 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerLabelResult.php'
|
6916 |
),
|
6917 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingDataExclusionServiceClient' => array(
|
6918 |
'version' => '12.1.0.0',
|
6919 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingDataExclusionServiceClient.php'
|
6920 |
),
|
6921 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignCustomizerOperation' => array(
|
6922 |
'version' => '12.1.0.0',
|
6923 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignCustomizerOperation.php'
|
6924 |
),
|
6925 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BillingSetupServiceClient' => array(
|
6926 |
'version' => '12.1.0.0',
|
6927 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BillingSetupServiceClient.php'
|
6928 |
),
|
6929 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerManagerLinkServiceGrpcClient' => array(
|
6930 |
'version' => '12.1.0.0',
|
6931 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerManagerLinkServiceGrpcClient.php'
|
6932 |
),
|
6933 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetMobileAppCategoryConstantRequest' => array(
|
6934 |
'version' => '12.1.0.0',
|
6935 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetMobileAppCategoryConstantRequest.php'
|
6936 |
),
|
6937 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupExtensionSettingServiceClient' => array(
|
6938 |
'version' => '12.1.0.0',
|
6939 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupExtensionSettingServiceClient.php'
|
6940 |
),
|
6941 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SearchGoogleAdsFieldsRequest' => array(
|
6942 |
'version' => '12.1.0.0',
|
6943 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SearchGoogleAdsFieldsRequest.php'
|
6944 |
),
|
6945 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignBudgetOptionsRequest' => array(
|
6946 |
'version' => '12.1.0.0',
|
6947 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignBudgetOptionsRequest.php'
|
6948 |
),
|
6949 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionValueRuleSetsResponse' => array(
|
6950 |
'version' => '12.1.0.0',
|
6951 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionValueRuleSetsResponse.php'
|
6952 |
),
|
6953 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerUserAccessInvitationOperation' => array(
|
6954 |
'version' => '12.1.0.0',
|
6955 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerUserAccessInvitationOperation.php'
|
6956 |
),
|
6957 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAdLabelServiceClient' => array(
|
6958 |
'version' => '12.1.0.0',
|
6959 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAdLabelServiceClient.php'
|
6960 |
),
|
6961 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerCustomizersResponse' => array(
|
6962 |
'version' => '12.1.0.0',
|
6963 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerCustomizersResponse.php'
|
6964 |
),
|
6965 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListCampaignDraftAsyncErrorsRequest' => array(
|
6966 |
'version' => '12.1.0.0',
|
6967 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListCampaignDraftAsyncErrorsRequest.php'
|
6968 |
),
|
6969 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetLanguageConstantRequest' => array(
|
6970 |
'version' => '12.1.0.0',
|
6971 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetLanguageConstantRequest.php'
|
6972 |
),
|
6973 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerNegativeCriterionServiceClient' => array(
|
6974 |
'version' => '12.1.0.0',
|
6975 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerNegativeCriterionServiceClient.php'
|
6976 |
),
|
6977 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListMerchantCenterLinksResponse' => array(
|
6978 |
'version' => '12.1.0.0',
|
6979 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListMerchantCenterLinksResponse.php'
|
6980 |
),
|
6981 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ReachPlanServiceClient' => array(
|
6982 |
'version' => '12.1.0.0',
|
6983 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ReachPlanServiceClient.php'
|
6984 |
),
|
6985 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemServiceClient' => array(
|
6986 |
'version' => '12.1.0.0',
|
6987 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemServiceClient.php'
|
6988 |
),
|
6989 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupAdRequest' => array(
|
6990 |
'version' => '12.1.0.0',
|
6991 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupAdRequest.php'
|
6992 |
),
|
6993 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateKeywordPlansResult' => array(
|
6994 |
'version' => '12.1.0.0',
|
6995 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateKeywordPlansResult.php'
|
6996 |
),
|
6997 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerAssetServiceClient' => array(
|
6998 |
'version' => '12.1.0.0',
|
6999 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerAssetServiceClient.php'
|
7000 |
),
|
7001 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetLandingPageViewRequest' => array(
|
7002 |
'version' => '12.1.0.0',
|
7003 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetLandingPageViewRequest.php'
|
7004 |
),
|
7005 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingStrategiesResponse' => array(
|
7006 |
'version' => '12.1.0.0',
|
7007 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingStrategiesResponse.php'
|
7008 |
),
|
7009 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateMerchantCenterLinkRequest' => array(
|
7010 |
'version' => '12.1.0.0',
|
7011 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateMerchantCenterLinkRequest.php'
|
7012 |
),
|
7013 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionActionResult' => array(
|
7014 |
'version' => '12.1.0.0',
|
7015 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionActionResult.php'
|
7016 |
),
|
7017 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateKeywordPlansRequest' => array(
|
7018 |
'version' => '12.1.0.0',
|
7019 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateKeywordPlansRequest.php'
|
7020 |
),
|
7021 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedMappingResult' => array(
|
7022 |
'version' => '12.1.0.0',
|
7023 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedMappingResult.php'
|
7024 |
),
|
7025 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignFeedServiceClient' => array(
|
7026 |
'version' => '12.1.0.0',
|
7027 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignFeedServiceClient.php'
|
7028 |
),
|
7029 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignCriterionResult' => array(
|
7030 |
'version' => '12.1.0.0',
|
7031 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignCriterionResult.php'
|
7032 |
),
|
7033 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetFeedItemSetLinkRequest' => array(
|
7034 |
'version' => '12.1.0.0',
|
7035 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetFeedItemSetLinkRequest.php'
|
7036 |
),
|
7037 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RestatementValue' => array(
|
7038 |
'version' => '12.1.0.0',
|
7039 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RestatementValue.php'
|
7040 |
),
|
7041 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionOperation' => array(
|
7042 |
'version' => '12.1.0.0',
|
7043 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionOperation.php'
|
7044 |
),
|
7045 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation_KeywordParameters' => array(
|
7046 |
'version' => '12.1.0.0',
|
7047 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation_KeywordParameters.php'
|
7048 |
),
|
7049 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomInterestResult' => array(
|
7050 |
'version' => '12.1.0.0',
|
7051 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomInterestResult.php'
|
7052 |
),
|
7053 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdParametersRequest' => array(
|
7054 |
'version' => '12.1.0.0',
|
7055 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdParametersRequest.php'
|
7056 |
),
|
7057 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetShoppingPerformanceViewRequest' => array(
|
7058 |
'version' => '12.1.0.0',
|
7059 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetShoppingPerformanceViewRequest.php'
|
7060 |
),
|
7061 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetDomainCategoryRequest' => array(
|
7062 |
'version' => '12.1.0.0',
|
7063 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetDomainCategoryRequest.php'
|
7064 |
),
|
7065 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetSmartCampaignSettingRequest' => array(
|
7066 |
'version' => '12.1.0.0',
|
7067 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetSmartCampaignSettingRequest.php'
|
7068 |
),
|
7069 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupSimulationServiceGrpcClient' => array(
|
7070 |
'version' => '12.1.0.0',
|
7071 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupSimulationServiceGrpcClient.php'
|
7072 |
),
|
7073 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomConversionGoalResult' => array(
|
7074 |
'version' => '12.1.0.0',
|
7075 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomConversionGoalResult.php'
|
7076 |
),
|
7077 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignBudgetsRequest' => array(
|
7078 |
'version' => '12.1.0.0',
|
7079 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignBudgetsRequest.php'
|
7080 |
),
|
7081 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DetailPlacementViewServiceClient' => array(
|
7082 |
'version' => '12.1.0.0',
|
7083 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DetailPlacementViewServiceClient.php'
|
7084 |
),
|
7085 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupCriterionSimulationRequest' => array(
|
7086 |
'version' => '12.1.0.0',
|
7087 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupCriterionSimulationRequest.php'
|
7088 |
),
|
7089 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignBudgetServiceClient' => array(
|
7090 |
'version' => '12.1.0.0',
|
7091 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignBudgetServiceClient.php'
|
7092 |
),
|
7093 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemTargetResult' => array(
|
7094 |
'version' => '12.1.0.0',
|
7095 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemTargetResult.php'
|
7096 |
),
|
7097 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanMaxCpcBidForecastCurve' => array(
|
7098 |
'version' => '12.1.0.0',
|
7099 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanMaxCpcBidForecastCurve.php'
|
7100 |
),
|
7101 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdParametersResponse' => array(
|
7102 |
'version' => '12.1.0.0',
|
7103 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdParametersResponse.php'
|
7104 |
),
|
7105 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriterionLabelResult' => array(
|
7106 |
'version' => '12.1.0.0',
|
7107 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriterionLabelResult.php'
|
7108 |
),
|
7109 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetBillingSetupRequest' => array(
|
7110 |
'version' => '12.1.0.0',
|
7111 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetBillingSetupRequest.php'
|
7112 |
),
|
7113 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemTargetsResponse' => array(
|
7114 |
'version' => '12.1.0.0',
|
7115 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemTargetsResponse.php'
|
7116 |
),
|
7117 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetFieldTypeViewServiceClient' => array(
|
7118 |
'version' => '12.1.0.0',
|
7119 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetFieldTypeViewServiceClient.php'
|
7120 |
),
|
7121 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetKeywordPlanCampaignRequest' => array(
|
7122 |
'version' => '12.1.0.0',
|
7123 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetKeywordPlanCampaignRequest.php'
|
7124 |
),
|
7125 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListPaymentsAccountsRequest' => array(
|
7126 |
'version' => '12.1.0.0',
|
7127 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListPaymentsAccountsRequest.php'
|
7128 |
),
|
7129 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestGeoTargetConstantsResponse' => array(
|
7130 |
'version' => '12.1.0.0',
|
7131 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestGeoTargetConstantsResponse.php'
|
7132 |
),
|
7133 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SharedSetOperation' => array(
|
7134 |
'version' => '12.1.0.0',
|
7135 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SharedSetOperation.php'
|
7136 |
),
|
7137 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerCustomizerServiceClient' => array(
|
7138 |
'version' => '12.1.0.0',
|
7139 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerCustomizerServiceClient.php'
|
7140 |
),
|
7141 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedMappingsRequest' => array(
|
7142 |
'version' => '12.1.0.0',
|
7143 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedMappingsRequest.php'
|
7144 |
),
|
7145 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignFeedServiceGrpcClient' => array(
|
7146 |
'version' => '12.1.0.0',
|
7147 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignFeedServiceGrpcClient.php'
|
7148 |
),
|
7149 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedMappingOperation' => array(
|
7150 |
'version' => '12.1.0.0',
|
7151 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedMappingOperation.php'
|
7152 |
),
|
7153 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanCampaignKeywordServiceGrpcClient' => array(
|
7154 |
'version' => '12.1.0.0',
|
7155 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanCampaignKeywordServiceGrpcClient.php'
|
7156 |
),
|
7157 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RecommendationServiceGrpcClient' => array(
|
7158 |
'version' => '12.1.0.0',
|
7159 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RecommendationServiceGrpcClient.php'
|
7160 |
),
|
7161 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\TopicViewServiceGrpcClient' => array(
|
7162 |
'version' => '12.1.0.0',
|
7163 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/TopicViewServiceGrpcClient.php'
|
7164 |
),
|
7165 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerLabelRequest' => array(
|
7166 |
'version' => '12.1.0.0',
|
7167 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerLabelRequest.php'
|
7168 |
),
|
7169 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignExperimentOperation' => array(
|
7170 |
'version' => '12.1.0.0',
|
7171 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignExperimentOperation.php'
|
7172 |
),
|
7173 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupServiceGrpcClient' => array(
|
7174 |
'version' => '12.1.0.0',
|
7175 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupServiceGrpcClient.php'
|
7176 |
),
|
7177 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerAssetServiceGrpcClient' => array(
|
7178 |
'version' => '12.1.0.0',
|
7179 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerAssetServiceGrpcClient.php'
|
7180 |
),
|
7181 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationResponse' => array(
|
7182 |
'version' => '12.1.0.0',
|
7183 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationResponse.php'
|
7184 |
),
|
7185 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MediaFileOperation' => array(
|
7186 |
'version' => '12.1.0.0',
|
7187 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MediaFileOperation.php'
|
7188 |
),
|
7189 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingSeasonalityAdjustmentServiceClient' => array(
|
7190 |
'version' => '12.1.0.0',
|
7191 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingSeasonalityAdjustmentServiceClient.php'
|
7192 |
),
|
7193 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UserListServiceGrpcClient' => array(
|
7194 |
'version' => '12.1.0.0',
|
7195 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UserListServiceGrpcClient.php'
|
7196 |
),
|
7197 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationOperation_SitelinkExtensionParameters' => array(
|
7198 |
'version' => '12.1.0.0',
|
7199 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationOperation_SitelinkExtensionParameters.php'
|
7200 |
),
|
7201 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BatchJobServiceGrpcClient' => array(
|
7202 |
'version' => '12.1.0.0',
|
7203 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BatchJobServiceGrpcClient.php'
|
7204 |
),
|
7205 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SmartCampaignSettingServiceGrpcClient' => array(
|
7206 |
'version' => '12.1.0.0',
|
7207 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SmartCampaignSettingServiceGrpcClient.php'
|
7208 |
),
|
7209 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AddBatchJobOperationsResponse' => array(
|
7210 |
'version' => '12.1.0.0',
|
7211 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AddBatchJobOperationsResponse.php'
|
7212 |
),
|
7213 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GeographicViewServiceClient' => array(
|
7214 |
'version' => '12.1.0.0',
|
7215 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GeographicViewServiceClient.php'
|
7216 |
),
|
7217 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingStrategyServiceGrpcClient' => array(
|
7218 |
'version' => '12.1.0.0',
|
7219 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingStrategyServiceGrpcClient.php'
|
7220 |
),
|
7221 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListAccessibleCustomersResponse' => array(
|
7222 |
'version' => '12.1.0.0',
|
7223 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListAccessibleCustomersResponse.php'
|
7224 |
),
|
7225 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestGeoTargetConstantsRequest' => array(
|
7226 |
'version' => '12.1.0.0',
|
7227 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestGeoTargetConstantsRequest.php'
|
7228 |
),
|
7229 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordThemeConstantServiceClient' => array(
|
7230 |
'version' => '12.1.0.0',
|
7231 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordThemeConstantServiceClient.php'
|
7232 |
),
|
7233 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateSharedSetResult' => array(
|
7234 |
'version' => '12.1.0.0',
|
7235 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateSharedSetResult.php'
|
7236 |
),
|
7237 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupFeedServiceClient' => array(
|
7238 |
'version' => '12.1.0.0',
|
7239 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupFeedServiceClient.php'
|
7240 |
),
|
7241 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerOperation' => array(
|
7242 |
'version' => '12.1.0.0',
|
7243 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerOperation.php'
|
7244 |
),
|
7245 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CurrencyConstantServiceGrpcClient' => array(
|
7246 |
'version' => '12.1.0.0',
|
7247 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CurrencyConstantServiceGrpcClient.php'
|
7248 |
),
|
7249 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GeoTargetConstantServiceClient' => array(
|
7250 |
'version' => '12.1.0.0',
|
7251 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GeoTargetConstantServiceClient.php'
|
7252 |
),
|
7253 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAccountBudgetProposalRequest' => array(
|
7254 |
'version' => '12.1.0.0',
|
7255 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAccountBudgetProposalRequest.php'
|
7256 |
),
|
7257 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SmartCampaignSuggestServiceGrpcClient' => array(
|
7258 |
'version' => '12.1.0.0',
|
7259 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SmartCampaignSuggestServiceGrpcClient.php'
|
7260 |
),
|
7261 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomInterestServiceGrpcClient' => array(
|
7262 |
'version' => '12.1.0.0',
|
7263 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomInterestServiceGrpcClient.php'
|
7264 |
),
|
7265 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetProductGroupViewRequest' => array(
|
7266 |
'version' => '12.1.0.0',
|
7267 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetProductGroupViewRequest.php'
|
7268 |
),
|
7269 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomAudienceResult' => array(
|
7270 |
'version' => '12.1.0.0',
|
7271 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomAudienceResult.php'
|
7272 |
),
|
7273 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionCustomVariableServiceGrpcClient' => array(
|
7274 |
'version' => '12.1.0.0',
|
7275 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionCustomVariableServiceGrpcClient.php'
|
7276 |
),
|
7277 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetRecommendationRequest' => array(
|
7278 |
'version' => '12.1.0.0',
|
7279 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetRecommendationRequest.php'
|
7280 |
),
|
7281 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingSeasonalityAdjustmentOperation' => array(
|
7282 |
'version' => '12.1.0.0',
|
7283 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingSeasonalityAdjustmentOperation.php'
|
7284 |
),
|
7285 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LocationViewServiceClient' => array(
|
7286 |
'version' => '12.1.0.0',
|
7287 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LocationViewServiceClient.php'
|
7288 |
),
|
7289 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\OfflineUserDataJobServiceGrpcClient' => array(
|
7290 |
'version' => '12.1.0.0',
|
7291 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/OfflineUserDataJobServiceGrpcClient.php'
|
7292 |
),
|
7293 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupsRequest' => array(
|
7294 |
'version' => '12.1.0.0',
|
7295 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupsRequest.php'
|
7296 |
),
|
7297 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomVariable' => array(
|
7298 |
'version' => '12.1.0.0',
|
7299 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomVariable.php'
|
7300 |
),
|
7301 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CreateCustomerClientRequest' => array(
|
7302 |
'version' => '12.1.0.0',
|
7303 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CreateCustomerClientRequest.php'
|
7304 |
),
|
7305 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignAssetSetResult' => array(
|
7306 |
'version' => '12.1.0.0',
|
7307 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignAssetSetResult.php'
|
7308 |
),
|
7309 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionCustomizerServiceGrpcClient' => array(
|
7310 |
'version' => '12.1.0.0',
|
7311 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionCustomizerServiceGrpcClient.php'
|
7312 |
),
|
7313 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupListingGroupFiltersRequest' => array(
|
7314 |
'version' => '12.1.0.0',
|
7315 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupListingGroupFiltersRequest.php'
|
7316 |
),
|
7317 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomInterestServiceClient' => array(
|
7318 |
'version' => '12.1.0.0',
|
7319 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomInterestServiceClient.php'
|
7320 |
),
|
7321 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionGoalCampaignConfigsRequest' => array(
|
7322 |
'version' => '12.1.0.0',
|
7323 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionGoalCampaignConfigsRequest.php'
|
7324 |
),
|
7325 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerUserAccessRequest' => array(
|
7326 |
'version' => '12.1.0.0',
|
7327 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerUserAccessRequest.php'
|
7328 |
),
|
7329 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignDraftServiceGrpcClient' => array(
|
7330 |
'version' => '12.1.0.0',
|
7331 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignDraftServiceGrpcClient.php'
|
7332 |
),
|
7333 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GclidDateTimePair' => array(
|
7334 |
'version' => '12.1.0.0',
|
7335 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GclidDateTimePair.php'
|
7336 |
),
|
7337 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateForecastMetricsRequest' => array(
|
7338 |
'version' => '12.1.0.0',
|
7339 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateForecastMetricsRequest.php'
|
7340 |
),
|
7341 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedItemTargetServiceClient' => array(
|
7342 |
'version' => '12.1.0.0',
|
7343 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedItemTargetServiceClient.php'
|
7344 |
),
|
7345 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateGoogleAdsResponse' => array(
|
7346 |
'version' => '12.1.0.0',
|
7347 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateGoogleAdsResponse.php'
|
7348 |
),
|
7349 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RemarketingActionOperation' => array(
|
7350 |
'version' => '12.1.0.0',
|
7351 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RemarketingActionOperation.php'
|
7352 |
),
|
7353 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupBidModifiersRequest' => array(
|
7354 |
'version' => '12.1.0.0',
|
7355 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupBidModifiersRequest.php'
|
7356 |
),
|
7357 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupCriteriaRequest' => array(
|
7358 |
'version' => '12.1.0.0',
|
7359 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupCriteriaRequest.php'
|
7360 |
),
|
7361 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupCriterionLabelRequest' => array(
|
7362 |
'version' => '12.1.0.0',
|
7363 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupCriterionLabelRequest.php'
|
7364 |
),
|
7365 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetKeywordPlanAdGroupKeywordRequest' => array(
|
7366 |
'version' => '12.1.0.0',
|
7367 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetKeywordPlanAdGroupKeywordRequest.php'
|
7368 |
),
|
7369 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListBatchJobResultsResponse' => array(
|
7370 |
'version' => '12.1.0.0',
|
7371 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListBatchJobResultsResponse.php'
|
7372 |
),
|
7373 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerCustomizerResult' => array(
|
7374 |
'version' => '12.1.0.0',
|
7375 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerCustomizerResult.php'
|
7376 |
),
|
7377 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupSimulationServiceClient' => array(
|
7378 |
'version' => '12.1.0.0',
|
7379 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupSimulationServiceClient.php'
|
7380 |
),
|
7381 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetSetAssetsRequest' => array(
|
7382 |
'version' => '12.1.0.0',
|
7383 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetSetAssetsRequest.php'
|
7384 |
),
|
7385 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignBudgetOptionsResponse\\BudgetOption' => array(
|
7386 |
'version' => '12.1.0.0',
|
7387 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignBudgetOptionsResponse/BudgetOption.php'
|
7388 |
),
|
7389 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignBudgetOptionsResponse\\Metrics' => array(
|
7390 |
'version' => '12.1.0.0',
|
7391 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignBudgetOptionsResponse/Metrics.php'
|
7392 |
),
|
7393 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomAudienceRequest' => array(
|
7394 |
'version' => '12.1.0.0',
|
7395 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomAudienceRequest.php'
|
7396 |
),
|
7397 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetManagedPlacementViewRequest' => array(
|
7398 |
'version' => '12.1.0.0',
|
7399 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetManagedPlacementViewRequest.php'
|
7400 |
),
|
7401 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAssetServiceClient' => array(
|
7402 |
'version' => '12.1.0.0',
|
7403 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAssetServiceClient.php'
|
7404 |
),
|
7405 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAudienceViewServiceClient' => array(
|
7406 |
'version' => '12.1.0.0',
|
7407 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAudienceViewServiceClient.php'
|
7408 |
),
|
7409 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingStrategyServiceClient' => array(
|
7410 |
'version' => '12.1.0.0',
|
7411 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingStrategyServiceClient.php'
|
7412 |
),
|
7413 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetFeedItemSetRequest' => array(
|
7414 |
'version' => '12.1.0.0',
|
7415 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetFeedItemSetRequest.php'
|
7416 |
),
|
7417 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SearchGoogleAdsRequest' => array(
|
7418 |
'version' => '12.1.0.0',
|
7419 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SearchGoogleAdsRequest.php'
|
7420 |
),
|
7421 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetTopicViewRequest' => array(
|
7422 |
'version' => '12.1.0.0',
|
7423 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetTopicViewRequest.php'
|
7424 |
),
|
7425 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerNegativeCriteriaResponse' => array(
|
7426 |
'version' => '12.1.0.0',
|
7427 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerNegativeCriteriaResponse.php'
|
7428 |
),
|
7429 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerClientLinkResult' => array(
|
7430 |
'version' => '12.1.0.0',
|
7431 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerClientLinkResult.php'
|
7432 |
),
|
7433 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupListingGroupFiltersResponse' => array(
|
7434 |
'version' => '12.1.0.0',
|
7435 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupListingGroupFiltersResponse.php'
|
7436 |
),
|
7437 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupCriterionRequest' => array(
|
7438 |
'version' => '12.1.0.0',
|
7439 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupCriterionRequest.php'
|
7440 |
),
|
7441 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetServiceGrpcClient' => array(
|
7442 |
'version' => '12.1.0.0',
|
7443 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetServiceGrpcClient.php'
|
7444 |
),
|
7445 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignCriterionSimulationRequest' => array(
|
7446 |
'version' => '12.1.0.0',
|
7447 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignCriterionSimulationRequest.php'
|
7448 |
),
|
7449 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\HotelPerformanceViewServiceGrpcClient' => array(
|
7450 |
'version' => '12.1.0.0',
|
7451 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/HotelPerformanceViewServiceGrpcClient.php'
|
7452 |
),
|
7453 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UserDataOperation' => array(
|
7454 |
'version' => '12.1.0.0',
|
7455 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UserDataOperation.php'
|
7456 |
),
|
7457 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignsResponse' => array(
|
7458 |
'version' => '12.1.0.0',
|
7459 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignsResponse.php'
|
7460 |
),
|
7461 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\Forecast' => array(
|
7462 |
'version' => '12.1.0.0',
|
7463 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/Forecast.php'
|
7464 |
),
|
7465 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetGroupPlacementViewRequest' => array(
|
7466 |
'version' => '12.1.0.0',
|
7467 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetGroupPlacementViewRequest.php'
|
7468 |
),
|
7469 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupAssetResult' => array(
|
7470 |
'version' => '12.1.0.0',
|
7471 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupAssetResult.php'
|
7472 |
),
|
7473 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PlannableTargeting' => array(
|
7474 |
'version' => '12.1.0.0',
|
7475 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PlannableTargeting.php'
|
7476 |
),
|
7477 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DetailedDemographicServiceGrpcClient' => array(
|
7478 |
'version' => '12.1.0.0',
|
7479 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DetailedDemographicServiceGrpcClient.php'
|
7480 |
),
|
7481 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LabelOperation' => array(
|
7482 |
'version' => '12.1.0.0',
|
7483 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LabelOperation.php'
|
7484 |
),
|
7485 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignFeedsRequest' => array(
|
7486 |
'version' => '12.1.0.0',
|
7487 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignFeedsRequest.php'
|
7488 |
),
|
7489 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\RegenerateShareableLinkIdRequest' => array(
|
7490 |
'version' => '12.1.0.0',
|
7491 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/RegenerateShareableLinkIdRequest.php'
|
7492 |
),
|
7493 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignConversionGoalsRequest' => array(
|
7494 |
'version' => '12.1.0.0',
|
7495 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignConversionGoalsRequest.php'
|
7496 |
),
|
7497 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PromoteCampaignExperimentRequest' => array(
|
7498 |
'version' => '12.1.0.0',
|
7499 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PromoteCampaignExperimentRequest.php'
|
7500 |
),
|
7501 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignServiceGrpcClient' => array(
|
7502 |
'version' => '12.1.0.0',
|
7503 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignServiceGrpcClient.php'
|
7504 |
),
|
7505 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetSetsResponse' => array(
|
7506 |
'version' => '12.1.0.0',
|
7507 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetSetsResponse.php'
|
7508 |
),
|
7509 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ConversionActionServiceGrpcClient' => array(
|
7510 |
'version' => '12.1.0.0',
|
7511 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ConversionActionServiceGrpcClient.php'
|
7512 |
),
|
7513 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestSmartCampaignAdRequest' => array(
|
7514 |
'version' => '12.1.0.0',
|
7515 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestSmartCampaignAdRequest.php'
|
7516 |
),
|
7517 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\VideoServiceGrpcClient' => array(
|
7518 |
'version' => '12.1.0.0',
|
7519 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/VideoServiceGrpcClient.php'
|
7520 |
),
|
7521 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetSetServiceClient' => array(
|
7522 |
'version' => '12.1.0.0',
|
7523 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetSetServiceClient.php'
|
7524 |
),
|
7525 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupAdLabelOperation' => array(
|
7526 |
'version' => '12.1.0.0',
|
7527 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupAdLabelOperation.php'
|
7528 |
),
|
7529 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\UploadCallConversionsResponse' => array(
|
7530 |
'version' => '12.1.0.0',
|
7531 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/UploadCallConversionsResponse.php'
|
7532 |
),
|
7533 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetUserInterestRequest' => array(
|
7534 |
'version' => '12.1.0.0',
|
7535 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetUserInterestRequest.php'
|
7536 |
),
|
7537 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedsResponse' => array(
|
7538 |
'version' => '12.1.0.0',
|
7539 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedsResponse.php'
|
7540 |
),
|
7541 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\OnTargetAudienceMetrics' => array(
|
7542 |
'version' => '12.1.0.0',
|
7543 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/OnTargetAudienceMetrics.php'
|
7544 |
),
|
7545 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetGroupOperation' => array(
|
7546 |
'version' => '12.1.0.0',
|
7547 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetGroupOperation.php'
|
7548 |
),
|
7549 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MediaFileServiceClient' => array(
|
7550 |
'version' => '12.1.0.0',
|
7551 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MediaFileServiceClient.php'
|
7552 |
),
|
7553 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerManagerLinkRequest' => array(
|
7554 |
'version' => '12.1.0.0',
|
7555 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerManagerLinkRequest.php'
|
7556 |
),
|
7557 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupExtensionSettingServiceGrpcClient' => array(
|
7558 |
'version' => '12.1.0.0',
|
7559 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupExtensionSettingServiceGrpcClient.php'
|
7560 |
),
|
7561 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupBidModifierRequest' => array(
|
7562 |
'version' => '12.1.0.0',
|
7563 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupBidModifierRequest.php'
|
7564 |
),
|
7565 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerFeedsRequest' => array(
|
7566 |
'version' => '12.1.0.0',
|
7567 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerFeedsRequest.php'
|
7568 |
),
|
7569 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ApplyRecommendationResult' => array(
|
7570 |
'version' => '12.1.0.0',
|
7571 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ApplyRecommendationResult.php'
|
7572 |
),
|
7573 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SharedSetServiceClient' => array(
|
7574 |
'version' => '12.1.0.0',
|
7575 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SharedSetServiceClient.php'
|
7576 |
),
|
7577 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupAdLabelsResponse' => array(
|
7578 |
'version' => '12.1.0.0',
|
7579 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupAdLabelsResponse.php'
|
7580 |
),
|
7581 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignLabelResult' => array(
|
7582 |
'version' => '12.1.0.0',
|
7583 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignLabelResult.php'
|
7584 |
),
|
7585 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerManagerLinkResult' => array(
|
7586 |
'version' => '12.1.0.0',
|
7587 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerManagerLinkResult.php'
|
7588 |
),
|
7589 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateSharedCriteriaResponse' => array(
|
7590 |
'version' => '12.1.0.0',
|
7591 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateSharedCriteriaResponse.php'
|
7592 |
),
|
7593 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetGenderViewRequest' => array(
|
7594 |
'version' => '12.1.0.0',
|
7595 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetGenderViewRequest.php'
|
7596 |
),
|
7597 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerAssetResult' => array(
|
7598 |
'version' => '12.1.0.0',
|
7599 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerAssetResult.php'
|
7600 |
),
|
7601 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerServiceClient' => array(
|
7602 |
'version' => '12.1.0.0',
|
7603 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerServiceClient.php'
|
7604 |
),
|
7605 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingStrategySimulationServiceClient' => array(
|
7606 |
'version' => '12.1.0.0',
|
7607 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingStrategySimulationServiceClient.php'
|
7608 |
),
|
7609 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetFeedRequest' => array(
|
7610 |
'version' => '12.1.0.0',
|
7611 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetFeedRequest.php'
|
7612 |
),
|
7613 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedServiceGrpcClient' => array(
|
7614 |
'version' => '12.1.0.0',
|
7615 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedServiceGrpcClient.php'
|
7616 |
),
|
7617 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerAssetOperation' => array(
|
7618 |
'version' => '12.1.0.0',
|
7619 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerAssetOperation.php'
|
7620 |
),
|
7621 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetWebpageViewRequest' => array(
|
7622 |
'version' => '12.1.0.0',
|
7623 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetWebpageViewRequest.php'
|
7624 |
),
|
7625 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemResult' => array(
|
7626 |
'version' => '12.1.0.0',
|
7627 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemResult.php'
|
7628 |
),
|
7629 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAssetServiceClient' => array(
|
7630 |
'version' => '12.1.0.0',
|
7631 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAssetServiceClient.php'
|
7632 |
),
|
7633 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAccountLinkRequest' => array(
|
7634 |
'version' => '12.1.0.0',
|
7635 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAccountLinkRequest.php'
|
7636 |
),
|
7637 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CreateOfflineUserDataJobResponse' => array(
|
7638 |
'version' => '12.1.0.0',
|
7639 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CreateOfflineUserDataJobResponse.php'
|
7640 |
),
|
7641 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedMappingsResponse' => array(
|
7642 |
'version' => '12.1.0.0',
|
7643 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedMappingsResponse.php'
|
7644 |
),
|
7645 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateRemarketingActionsRequest' => array(
|
7646 |
'version' => '12.1.0.0',
|
7647 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateRemarketingActionsRequest.php'
|
7648 |
),
|
7649 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListBatchJobResultsRequest' => array(
|
7650 |
'version' => '12.1.0.0',
|
7651 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListBatchJobResultsRequest.php'
|
7652 |
),
|
7653 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignFeedOperation' => array(
|
7654 |
'version' => '12.1.0.0',
|
7655 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignFeedOperation.php'
|
7656 |
),
|
7657 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdParameterServiceClient' => array(
|
7658 |
'version' => '12.1.0.0',
|
7659 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdParameterServiceClient.php'
|
7660 |
),
|
7661 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignDraftRequest' => array(
|
7662 |
'version' => '12.1.0.0',
|
7663 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignDraftRequest.php'
|
7664 |
),
|
7665 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignBidModifiersResponse' => array(
|
7666 |
'version' => '12.1.0.0',
|
7667 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignBidModifiersResponse.php'
|
7668 |
),
|
7669 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerUserAccessInvitationRequest' => array(
|
7670 |
'version' => '12.1.0.0',
|
7671 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerUserAccessInvitationRequest.php'
|
7672 |
),
|
7673 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomizerAttributeOperation' => array(
|
7674 |
'version' => '12.1.0.0',
|
7675 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomizerAttributeOperation.php'
|
7676 |
),
|
7677 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AccessibleBiddingStrategyServiceGrpcClient' => array(
|
7678 |
'version' => '12.1.0.0',
|
7679 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AccessibleBiddingStrategyServiceGrpcClient.php'
|
7680 |
),
|
7681 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ListPlannableLocationsResponse' => array(
|
7682 |
'version' => '12.1.0.0',
|
7683 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ListPlannableLocationsResponse.php'
|
7684 |
),
|
7685 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DomainCategoryServiceClient' => array(
|
7686 |
'version' => '12.1.0.0',
|
7687 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DomainCategoryServiceClient.php'
|
7688 |
),
|
7689 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\FeedMappingServiceClient' => array(
|
7690 |
'version' => '12.1.0.0',
|
7691 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/FeedMappingServiceClient.php'
|
7692 |
),
|
7693 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateSmartCampaignSettingsResponse' => array(
|
7694 |
'version' => '12.1.0.0',
|
7695 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateSmartCampaignSettingsResponse.php'
|
7696 |
),
|
7697 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AdGroupCriterionServiceClient' => array(
|
7698 |
'version' => '12.1.0.0',
|
7699 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AdGroupCriterionServiceClient.php'
|
7700 |
),
|
7701 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetKeywordPlanRequest' => array(
|
7702 |
'version' => '12.1.0.0',
|
7703 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetKeywordPlanRequest.php'
|
7704 |
),
|
7705 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBillingSetupResult' => array(
|
7706 |
'version' => '12.1.0.0',
|
7707 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBillingSetupResult.php'
|
7708 |
),
|
7709 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerRequest' => array(
|
7710 |
'version' => '12.1.0.0',
|
7711 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerRequest.php'
|
7712 |
),
|
7713 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupsResponse' => array(
|
7714 |
'version' => '12.1.0.0',
|
7715 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupsResponse.php'
|
7716 |
),
|
7717 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\HotelPerformanceViewServiceClient' => array(
|
7718 |
'version' => '12.1.0.0',
|
7719 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/HotelPerformanceViewServiceClient.php'
|
7720 |
),
|
7721 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerResult' => array(
|
7722 |
'version' => '12.1.0.0',
|
7723 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerResult.php'
|
7724 |
),
|
7725 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanIdeaServiceClient' => array(
|
7726 |
'version' => '12.1.0.0',
|
7727 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanIdeaServiceClient.php'
|
7728 |
),
|
7729 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemSetResult' => array(
|
7730 |
'version' => '12.1.0.0',
|
7731 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemSetResult.php'
|
7732 |
),
|
7733 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignExperimentResult' => array(
|
7734 |
'version' => '12.1.0.0',
|
7735 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignExperimentResult.php'
|
7736 |
),
|
7737 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemsRequest' => array(
|
7738 |
'version' => '12.1.0.0',
|
7739 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemsRequest.php'
|
7740 |
),
|
7741 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBatchJobResult' => array(
|
7742 |
'version' => '12.1.0.0',
|
7743 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBatchJobResult.php'
|
7744 |
),
|
7745 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingSeasonalityAdjustmentsResult' => array(
|
7746 |
'version' => '12.1.0.0',
|
7747 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingSeasonalityAdjustmentsResult.php'
|
7748 |
),
|
7749 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SharedSetServiceGrpcClient' => array(
|
7750 |
'version' => '12.1.0.0',
|
7751 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SharedSetServiceGrpcClient.php'
|
7752 |
),
|
7753 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerManagerLinkRequest' => array(
|
7754 |
'version' => '12.1.0.0',
|
7755 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerManagerLinkRequest.php'
|
7756 |
),
|
7757 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ManagedPlacementViewServiceGrpcClient' => array(
|
7758 |
'version' => '12.1.0.0',
|
7759 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ManagedPlacementViewServiceGrpcClient.php'
|
7760 |
),
|
7761 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\OfflineUserDataJobOperation' => array(
|
7762 |
'version' => '12.1.0.0',
|
7763 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/OfflineUserDataJobOperation.php'
|
7764 |
),
|
7765 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignsRequest' => array(
|
7766 |
'version' => '12.1.0.0',
|
7767 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignsRequest.php'
|
7768 |
),
|
7769 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomInterestsRequest' => array(
|
7770 |
'version' => '12.1.0.0',
|
7771 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomInterestsRequest.php'
|
7772 |
),
|
7773 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MerchantCenterLinkServiceClient' => array(
|
7774 |
'version' => '12.1.0.0',
|
7775 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MerchantCenterLinkServiceClient.php'
|
7776 |
),
|
7777 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateForecastCurveRequest' => array(
|
7778 |
'version' => '12.1.0.0',
|
7779 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateForecastCurveRequest.php'
|
7780 |
),
|
7781 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignSimulationServiceClient' => array(
|
7782 |
'version' => '12.1.0.0',
|
7783 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignSimulationServiceClient.php'
|
7784 |
),
|
7785 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BiddingDataExclusionOperation' => array(
|
7786 |
'version' => '12.1.0.0',
|
7787 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BiddingDataExclusionOperation.php'
|
7788 |
),
|
7789 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AssetSetAssetServiceClient' => array(
|
7790 |
'version' => '12.1.0.0',
|
7791 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AssetSetAssetServiceClient.php'
|
7792 |
),
|
7793 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetBiddingDataExclusionRequest' => array(
|
7794 |
'version' => '12.1.0.0',
|
7795 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetBiddingDataExclusionRequest.php'
|
7796 |
),
|
7797 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAdGroupExtensionSettingResult' => array(
|
7798 |
'version' => '12.1.0.0',
|
7799 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAdGroupExtensionSettingResult.php'
|
7800 |
),
|
7801 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BillingSetupServiceGrpcClient' => array(
|
7802 |
'version' => '12.1.0.0',
|
7803 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BillingSetupServiceGrpcClient.php'
|
7804 |
),
|
7805 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignLabelServiceClient' => array(
|
7806 |
'version' => '12.1.0.0',
|
7807 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignLabelServiceClient.php'
|
7808 |
),
|
7809 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerUserAccessResponse' => array(
|
7810 |
'version' => '12.1.0.0',
|
7811 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerUserAccessResponse.php'
|
7812 |
),
|
7813 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetConversionValueRuleSetRequest' => array(
|
7814 |
'version' => '12.1.0.0',
|
7815 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetConversionValueRuleSetRequest.php'
|
7816 |
),
|
7817 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestKeywordThemeConstantsResponse' => array(
|
7818 |
'version' => '12.1.0.0',
|
7819 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestKeywordThemeConstantsResponse.php'
|
7820 |
),
|
7821 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignSharedSetRequest' => array(
|
7822 |
'version' => '12.1.0.0',
|
7823 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignSharedSetRequest.php'
|
7824 |
),
|
7825 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignAssetsResponse' => array(
|
7826 |
'version' => '12.1.0.0',
|
7827 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignAssetsResponse.php'
|
7828 |
),
|
7829 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateRemarketingActionsResponse' => array(
|
7830 |
'version' => '12.1.0.0',
|
7831 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateRemarketingActionsResponse.php'
|
7832 |
),
|
7833 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerUserAccessInvitationResponse' => array(
|
7834 |
'version' => '12.1.0.0',
|
7835 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomerUserAccessInvitationResponse.php'
|
7836 |
),
|
7837 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignSimulationRequest' => array(
|
7838 |
'version' => '12.1.0.0',
|
7839 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignSimulationRequest.php'
|
7840 |
),
|
7841 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateMediaFilesRequest' => array(
|
7842 |
'version' => '12.1.0.0',
|
7843 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateMediaFilesRequest.php'
|
7844 |
),
|
7845 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAccessibleBiddingStrategyRequest' => array(
|
7846 |
'version' => '12.1.0.0',
|
7847 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAccessibleBiddingStrategyRequest.php'
|
7848 |
),
|
7849 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignDraftsRequest' => array(
|
7850 |
'version' => '12.1.0.0',
|
7851 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignDraftsRequest.php'
|
7852 |
),
|
7853 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingDataExclusionsRequest' => array(
|
7854 |
'version' => '12.1.0.0',
|
7855 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingDataExclusionsRequest.php'
|
7856 |
),
|
7857 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\PlannedProduct' => array(
|
7858 |
'version' => '12.1.0.0',
|
7859 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/PlannedProduct.php'
|
7860 |
),
|
7861 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemSetLinkResult' => array(
|
7862 |
'version' => '12.1.0.0',
|
7863 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemSetLinkResult.php'
|
7864 |
),
|
7865 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetUserLocationViewRequest' => array(
|
7866 |
'version' => '12.1.0.0',
|
7867 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetUserLocationViewRequest.php'
|
7868 |
),
|
7869 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LocationViewServiceGrpcClient' => array(
|
7870 |
'version' => '12.1.0.0',
|
7871 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LocationViewServiceGrpcClient.php'
|
7872 |
),
|
7873 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateMediaFilesResponse' => array(
|
7874 |
'version' => '12.1.0.0',
|
7875 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateMediaFilesResponse.php'
|
7876 |
),
|
7877 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateConversionGoalCampaignConfigsResponse' => array(
|
7878 |
'version' => '12.1.0.0',
|
7879 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateConversionGoalCampaignConfigsResponse.php'
|
7880 |
),
|
7881 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCampaignSharedSetResult' => array(
|
7882 |
'version' => '12.1.0.0',
|
7883 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCampaignSharedSetResult.php'
|
7884 |
),
|
7885 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\SuggestKeywordThemesResponse' => array(
|
7886 |
'version' => '12.1.0.0',
|
7887 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/SuggestKeywordThemesResponse.php'
|
7888 |
),
|
7889 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomConversionGoalsRequest' => array(
|
7890 |
'version' => '12.1.0.0',
|
7891 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateCustomConversionGoalsRequest.php'
|
7892 |
),
|
7893 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateSharedCriteriaRequest' => array(
|
7894 |
'version' => '12.1.0.0',
|
7895 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateSharedCriteriaRequest.php'
|
7896 |
),
|
7897 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\ParentalStatusViewServiceClient' => array(
|
7898 |
'version' => '12.1.0.0',
|
7899 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/ParentalStatusViewServiceClient.php'
|
7900 |
),
|
7901 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateBiddingStrategyResult' => array(
|
7902 |
'version' => '12.1.0.0',
|
7903 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateBiddingStrategyResult.php'
|
7904 |
),
|
7905 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCustomerRequest' => array(
|
7906 |
'version' => '12.1.0.0',
|
7907 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCustomerRequest.php'
|
7908 |
),
|
7909 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAccountLinkResult' => array(
|
7910 |
'version' => '12.1.0.0',
|
7911 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAccountLinkResult.php'
|
7912 |
),
|
7913 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordAndUrlSeed' => array(
|
7914 |
'version' => '12.1.0.0',
|
7915 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordAndUrlSeed.php'
|
7916 |
),
|
7917 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GenerateForecastCurveResponse' => array(
|
7918 |
'version' => '12.1.0.0',
|
7919 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GenerateForecastCurveResponse.php'
|
7920 |
),
|
7921 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetAdGroupFeedRequest' => array(
|
7922 |
'version' => '12.1.0.0',
|
7923 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetAdGroupFeedRequest.php'
|
7924 |
),
|
7925 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\Targeting' => array(
|
7926 |
'version' => '12.1.0.0',
|
7927 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/Targeting.php'
|
7928 |
),
|
7929 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerUserAccessServiceClient' => array(
|
7930 |
'version' => '12.1.0.0',
|
7931 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerUserAccessServiceClient.php'
|
7932 |
),
|
7933 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetBiddingStrategySimulationRequest' => array(
|
7934 |
'version' => '12.1.0.0',
|
7935 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetBiddingStrategySimulationRequest.php'
|
7936 |
),
|
7937 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CustomerLabelServiceClient' => array(
|
7938 |
'version' => '12.1.0.0',
|
7939 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CustomerLabelServiceClient.php'
|
7940 |
),
|
7941 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\AccountBudgetProposalServiceClient' => array(
|
7942 |
'version' => '12.1.0.0',
|
7943 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/AccountBudgetProposalServiceClient.php'
|
7944 |
),
|
7945 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\BatchJobResult' => array(
|
7946 |
'version' => '12.1.0.0',
|
7947 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/BatchJobResult.php'
|
7948 |
),
|
7949 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\LanguageConstantServiceGrpcClient' => array(
|
7950 |
'version' => '12.1.0.0',
|
7951 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/LanguageConstantServiceGrpcClient.php'
|
7952 |
),
|
7953 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\DynamicSearchAdsSearchTermViewServiceGrpcClient' => array(
|
7954 |
'version' => '12.1.0.0',
|
7955 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/DynamicSearchAdsSearchTermViewServiceGrpcClient.php'
|
7956 |
),
|
7957 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateFeedItemSetLinksRequest' => array(
|
7958 |
'version' => '12.1.0.0',
|
7959 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateFeedItemSetLinksRequest.php'
|
7960 |
),
|
7961 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\GetCampaignExperimentRequest' => array(
|
7962 |
'version' => '12.1.0.0',
|
7963 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/GetCampaignExperimentRequest.php'
|
7964 |
),
|
7965 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetGroupAssetsRequest' => array(
|
7966 |
'version' => '12.1.0.0',
|
7967 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetGroupAssetsRequest.php'
|
7968 |
),
|
7969 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\KeywordPlanCampaignServiceClient' => array(
|
7970 |
'version' => '12.1.0.0',
|
7971 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/KeywordPlanCampaignServiceClient.php'
|
7972 |
),
|
7973 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\CampaignAssetServiceGrpcClient' => array(
|
7974 |
'version' => '12.1.0.0',
|
7975 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/CampaignAssetServiceGrpcClient.php'
|
7976 |
),
|
7977 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateAssetsResponse' => array(
|
7978 |
'version' => '12.1.0.0',
|
7979 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Services/MutateAssetsResponse.php'
|
7980 |
),
|
7981 |
+
'Google\\Ads\\GoogleAds\\V9\\Services\\MutateCustomerUserAccessInvitationResult' => array(
|
7982 |
'version' => '12.1.0.0',
|
|