Version Description
- 2022-04-05 =
- Fix - Shipping times section not showing up and unable to proceed through the Setup Merchant Center flow.
Download this release
Release Info
Developer | ecgan |
Plugin | Google Listings & Ads |
Version | 1.12.3 |
Comparing to | |
See all releases |
Code changes from version 1.12.2 to 1.12.3
- changelog.txt +3 -0
- google-listings-and-ads.php +2 -2
- js/build/index.asset.php +1 -1
- js/build/index.js +1 -1
- languages/google-listings-and-ads.pot +2 -2
- readme.txt +4 -24
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/ClassLoader.php +14 -141
- vendor/composer/InstalledVersions.php +0 -350
- vendor/composer/autoload_classmap.php +65 -1
- vendor/composer/autoload_files.php +2 -0
- vendor/composer/autoload_psr4.php +1 -0
- vendor/composer/autoload_real.php +11 -18
- vendor/composer/autoload_static.php +76 -5
- vendor/composer/installed.json +2774 -2819
- vendor/composer/installed.php +0 -470
- vendor/composer/jetpack_autoload_classmap.php +2857 -2858
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
2 |
|
|
|
|
|
|
|
3 |
= 1.12.2 - 2022-04-05 =
|
4 |
* Add - Unit test for AdsConversionAction.
|
5 |
* Add - Unit test for AdsReport.
|
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 |
+
|
6 |
= 1.12.2 - 2022-04-05 =
|
7 |
* Add - Unit test for AdsConversionAction.
|
8 |
* Add - Unit test for AdsReport.
|
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.3
|
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.3' ); // WRCS: DEFINED_VERSION.
|
32 |
define( 'WC_GLA_MIN_PHP_VER', '7.3' );
|
33 |
define( 'WC_GLA_MIN_WC_VER', '5.8' );
|
34 |
|
js/build/index.asset.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wc-components', 'wc-customer-effort-score', 'wc-navigation', 'wc-settings', 'wc-store-data', 'wp-a11y', 'wp-api-fetch', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-url', 'wp-warning'), 'version' => '
|
1 |
+
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wc-components', 'wc-customer-effort-score', 'wc-navigation', 'wc-settings', 'wc-store-data', 'wp-a11y', 'wp-api-fetch', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-url', 'wp-warning'), 'version' => '0636c418b89dc34b39729d5101368569');
|
js/build/index.js
CHANGED
@@ -11,7 +11,7 @@ Object(i.__)("Shipping rate for <strong>%1$s</strong>","google-listings-and-ads"
|
|
11 |
Object(i.__)("Minimum order for <strong>%1$s</strong> + %2$d more","google-listings-and-ads"),textWithoutMore:// translators: 1: list of country names separated by comma.
|
12 |
Object(i.__)("Minimum order for <strong>%1$s</strong>","google-listings-and-ads")}))},xu=e=>{const{countryOptions:t,value:n,onChange:r,onRequestClose:o}=e,a=()=>{o(),r({countries:[],currency:void 0,threshold:void 0})};return Object(l.createElement)(rt.Form,{initialValues:{countries:n.countries,currency:n.currency,threshold:n.threshold},validate:e=>{const t={};return 0===e.countries.length&&(t.countries=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),e.threshold>0||(t.price=Object(i.__)("The minimum order amount must be greater than 0.","google-listings-and-ads")),t},onSubmit:e=>{o(),r(e)}},e=>{const{getInputProps:n,values:r,setValue:c,isValidForm:s,handleSubmit:u}=e;return Object(l.createElement)(Ol,{title:Object(i.__)("Minimum order to qualify for free shipping","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"delete",isTertiary:!0,isDestructive:!0,onClick:a},Object(i.__)("Delete","google-listings-and-ads")),Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!s,onClick:u},Object(i.__)("Update minimum order","google-listings-and-ads"))],onRequestClose:o},Object(l.createElement)(oi,null,Object(l.createElement)(yu,Qr()({label:Object(i.__)("If customer is in","google-listings-and-ads"),options:t,multiple:!0},n("countries"))),Object(l.createElement)(pu,Qr()({label:Object(i.__)("Then they qualify for free shipping if their order is over","google-listings-and-ads"),suffix:r.currency},n("threshold"),{onBlur:(e,t)=>{n("threshold").onBlur(e),c("threshold",t>0?t:void 0)}}))))})},Pu=e=>{const{countryOptions:t,value:n,onChange:r}=e,{countries:o,threshold:a,currency:c}=n;return Object(l.createElement)(pu,{className:"gla-minimum-order-input-control",label:Object(l.createElement)("div",{className:"gla-minimum-order-input-control__label"},Object(l.createElement)(ku,{countries:o}),Object(l.createElement)(iu,{button:Object(l.createElement)(et,{className:"gla-minimum-order-input-control__edit-button",isTertiary:!0},Object(i.__)("Edit","google-listings-and-ads")),modal:Object(l.createElement)(xu,{countryOptions:t,value:n,onChange:e=>{r(e)}})})),suffix:c,value:a,onBlur:(e,t)=>{t!==n.threshold&&r({countries:o,threshold:t>0?t:void 0,currency:c})}})},Au=e=>{const{countryOptions:t,value:n,onChange:r=E.noop,onRequestClose:o}=e;return Object(l.createElement)(rt.Form,{initialValues:{countries:n.countries,threshold:n.threshold,currency:n.currency},validate:e=>{const t={};return 0===e.countries.length&&(t.countries=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),e.threshold>0||(t.price=Object(i.__)("The minimum order amount must be greater than 0.","google-listings-and-ads")),t},onSubmit:e=>{o(),r(e)}},e=>{const{getInputProps:n,values:r,setValue:a,isValidForm:c,handleSubmit:s}=e;return Object(l.createElement)(Ol,{title:Object(i.__)("Minimum order to qualify for free shipping","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!c,onClick:s},Object(i.__)("Add minimum order","google-listings-and-ads"))],onRequestClose:o},Object(l.createElement)(oi,null,Object(l.createElement)(yu,Qr()({label:Object(i.__)("If customer is in","google-listings-and-ads"),options:t,multiple:!0},n("countries"))),Object(l.createElement)(pu,Qr()({label:Object(i.__)("Then they qualify for free shipping if their order is over","google-listings-and-ads"),suffix:r.currency},n("threshold"),{onBlur:(e,t)=>{n("threshold").onBlur(e),a("threshold",t>0?t:void 0)}}))))})},Nu=e=>{const{value:t=[],onChange:n=E.noop}=e,r=t.filter(Ul),o=(e=>{const t=new Map;return e.forEach(e=>{const{method:n,options:{free_shipping_threshold:r},currency:o}=e,a=`${n} ${r} ${o}`,i=t.get(a)||{countries:[],method:n,threshold:r,currency:o};i.countries.push(e.country),t.set(a,i)}),Array.from(t.values())})(r),a=r.map(e=>e.country),c=e=>r=>{const o=t.map(t=>{const n={...t,options:{...t.options}};return r.countries.includes(n.country)?n.options.free_shipping_threshold=r.threshold:e.countries.includes(n.country)&&(n.options.free_shipping_threshold=void 0),n});n(o)},s=e=>{const r=t.map(t=>{const n={...t,options:{...t.options}};return e.countries.includes(n.country)&&(n.options.free_shipping_threshold=e.threshold),n});n(r)};return Object(l.createElement)(ni.Card,{className:"gla-minimum-order-card"},Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(ni.Card.Title,null,Object(i.__)("Minimum order to qualify for free shipping","google-listings-and-ads")),Object(l.createElement)(oi,{size:"large"},(()=>{if(1===o.length)return Object(l.createElement)(Pu,{countryOptions:a,value:o[0],onChange:c(o[0])});const e=o.filter(e=>void 0!==e.threshold),t=o.find(e=>void 0===e.threshold);return Object(l.createElement)(l.Fragment,null,e.map(e=>Object(l.createElement)(Pu,{key:e.countries.join("-"),countryOptions:a,value:e,onChange:c(e)})),t&&Object(l.createElement)("div",null,Object(l.createElement)(iu,{button:Object(l.createElement)(Oa,{isSecondary:!0,icon:Object(l.createElement)(au.a,null)},Object(i.__)("Add another minimum order","google-listings-and-ads")),modal:Object(l.createElement)(Au,{countryOptions:t.countries,value:t,onChange:s})})))})())))},Ru=e=>{const{audienceCountries:t,formProps:n}=e,{getInputProps:r,values:o,setValue:a}=n,i=o.shipping_country_rates.some(Ul);return Object(l.createElement)(l.Fragment,null,Object(l.createElement)(Cu,Qr()({audienceCountries:t},r("shipping_country_rates"),{onChange:(c=r("shipping_country_rates").onChange,e=>{e.some(Ul)||a("offer_free_shipping",void 0),c(e)})})),i&&Object(l.createElement)(l.Fragment,null,Object(l.createElement)(Su,Qr()({},r("offer_free_shipping"),{onChange:(e=>t=>{if(!t){const e=o.shipping_country_rates.map(e=>({...e,options:{...e.options,free_shipping_threshold:void 0}}));a("shipping_country_rates",e)}e(t)})(r("offer_free_shipping").onChange)})),o.offer_free_shipping&&Object(l.createElement)(Nu,r("shipping_country_rates"))));var c},Tu=e=>{let{formProps:t,audienceCountries:n}=e;const{getInputProps:r,values:o,setValue:a}=t,c=r("shipping_rate"),s=e=>t=>{switch(t){case"automatic":case"flat":a("shipping_time","flat");break;case"manual":a("shipping_time","manual")}e(t)};return Object(l.createElement)(ni,{title:Object(i.__)("Shipping rates","google-listings-and-ads"),description:Object(l.createElement)("div",null,Object(l.createElement)("p",null,Object(i.__)("Your shipping rates will be shown to potential customers on Google.","google-listings-and-ads")),Object(l.createElement)("p",null,Object(l.createElement)(io,{context:"setup-mc-shipping",linkId:"shipping-read-more",href:"https://support.google.com/merchants/answer/7050921"},Object(i.__)("Read more","google-listings-and-ads"))))},Object(l.createElement)(oi,{size:"large"},Object(l.createElement)(ni.Card,null,Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(oi,{size:"large"},Object(l.createElement)(Ql,Qr()({},c,{label:Object(l.createInterpolateElement)(Object(i.__)("<strong>Recommended:</strong> Automatically sync my store’s shipping settings to Google.","google-listings-and-ads"),{strong:Object(l.createElement)("strong",null)}),value:"automatic",collapsible:!0,onChange:s(c.onChange)}),Object(l.createElement)(Wl,null,Object(i.__)("My current settings and any future changes to my store’s shipping rates and classes will be automatically synced to Google Merchant Center.","google-listings-and-ads"))),Object(l.createElement)(Ql,Qr()({},c,{label:Object(i.__)("My shipping settings are simple. I can manually estimate flat shipping rates.","google-listings-and-ads"),value:"flat",collapsible:!0,onChange:s(c.onChange)})),Object(l.createElement)(Ql,Qr()({},c,{label:Object(i.__)("My shipping settings are complex. I will enter my shipping rates and times manually in Google Merchant Center.","google-listings-and-ads"),value:"manual",collapsible:!0,onChange:s(c.onChange)}),Object(l.createElement)(Wl,null,Object(l.createInterpolateElement)(Object(i.__)("I understand that if I don’t set this up manually in <link>Google Merchant Center</link>, my products will be disapproved by Google.","google-listings-and-ads"),{link:Object(l.createElement)(io,{context:"setup-mc-shipping",linkId:"shipping-manual",href:"https://www.google.com/retail/solutions/merchant-center/"})})))))),"flat"===o.shipping_rate&&Object(l.createElement)(Ru,{audienceCountries:n,formProps:t})))},Mu=()=>qr("getShippingTimes"),Iu=e=>{const{data:t}=nu();return t?Object(l.createElement)(yu,Qr()({options:t},e)):Object(l.createElement)(Ia,null)},Fu=e=>{const{onRequestClose:t}=e,{upsertShippingTimes:n}=Ur(),r=(()=>{const{data:e}=nu(),t=Object(ot.useSelect)(e=>e("wc/gla").getShippingTimes().map(e=>e.countryCode),[]);if(!e)return[];const n=new Set(t);return e.filter(e=>!n.has(e))})();return Object(l.createElement)(rt.Form,{initialValues:{countryCodes:r,time:0},validate:e=>{const t={};return 0===e.countryCodes.length&&(t.countryCodes=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),e.time<0&&(t.time=Object(i.__)("The estimated shipping time cannot be less than 0.","google-listings-and-ads")),t},onSubmit:e=>{n(e),t()}},e=>{const{getInputProps:n,isValidForm:r,handleSubmit:o}=e;return Object(l.createElement)(Ol,{title:Object(i.__)("Estimate shipping time","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!r,onClick:o},Object(i.__)("Save","google-listings-and-ads"))],onRequestClose:t},Object(l.createElement)(oi,null,Object(l.createElement)("div",null,Object(l.createElement)("div",{className:"label"},Object(i.__)("If customer is in","google-listings-and-ads")),Object(l.createElement)(Iu,Qr()({multiple:!0},n("countryCodes")))),Object(l.createElement)(fu,Qr()({label:Object(i.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:Object(i.__)("days","google-listings-and-ads")},n("time")))))})},Du=()=>{const[e,t]=Object(l.useState)(!1);return Object(l.createElement)(l.Fragment,null,Object(l.createElement)(et,{isSecondary:!0,icon:Object(l.createElement)(au.a,null),onClick:()=>{t(!0)}},Object(i.__)("Add another time","google-listings-and-ads")),e&&Object(l.createElement)(Fu,{onRequestClose:()=>{t(!1)}}))},Lu=e=>{const{countries:t}=e;return Object(l.createElement)("div",null,Object(l.createElement)(ju,{countries:t,textWithMore:// translators: 1: list of country names separated by comma, up to 5 countries; 2: the remaining count of countries.
|
13 |
Object(i.__)("Shipping time for <strong>%1$s</strong> + %2$d more","google-listings-and-ads"),textWithoutMore:// translators: 1: list of country names separated by comma.
|
14 |
-
Object(i.__)("Shipping time for <strong>%1$s</strong>","google-listings-and-ads")}))},Bu=e=>{const{time:t,onRequestClose:n}=e,{upsertShippingTimes:r,deleteShippingTimes:o}=Ur(),a=()=>{o(t.countries),n()};return Object(l.createElement)(rt.Form,{initialValues:{countryCodes:t.countries,time:t.time},validate:e=>{const t={};return 0===e.countryCodes.length&&(t.countryCodes=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),null===e.time&&(t.time=Object(i.__)("Please enter the estimated shipping time.","google-listings-and-ads")),e.time<0&&(t.time=Object(i.__)("The estimated shipping time cannot be less than 0.","google-listings-and-ads")),t},onSubmit:e=>{r(e);const a=new Set(e.countryCodes),i=t.countries.filter(e=>!a.has(e));i.length&&o(i),n()}},e=>{const{getInputProps:t,isValidForm:r,handleSubmit:o}=e;return Object(l.createElement)(Ol,{className:"gla-edit-time-modal",title:Object(i.__)("Estimate shipping time","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"delete",isTertiary:!0,isDestructive:!0,onClick:a},Object(i.__)("Delete","google-listings-and-ads")),Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!r,onClick:o},Object(i.__)("Save","google-listings-and-ads"))],onRequestClose:n},Object(l.createElement)(oi,null,Object(l.createElement)("div",null,Object(l.createElement)("div",{className:"label"},Object(i.__)("If customer is in","google-listings-and-ads")),Object(l.createElement)(Iu,Qr()({multiple:!0},t("countryCodes")))),Object(l.createElement)(fu,Qr()({label:Object(i.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:Object(i.__)("days","google-listings-and-ads")},t("time")))))})},Gu=e=>{const{time:t}=e,[n,r]=Object(l.useState)(!1);return Object(l.createElement)(l.Fragment,null,Object(l.createElement)(et,{className:"gla-edit-time-button",isTertiary:!0,onClick:()=>{r(!0)}},Object(i.__)("Edit","google-listings-and-ads")),n&&Object(l.createElement)(Bu,{time:t,onRequestClose:()=>{r(!1)}}))},zu=e=>{const{value:t,onBlur:n}=e,{countries:r,time:o}=t,{data:a}=nu();return a?Object(l.createElement)("div",{className:"gla-countries-time-input"},Object(l.createElement)(fu,{label:Object(l.createElement)("div",{className:"label"},Object(l.createElement)(Lu,{countries:r}),Object(l.createElement)(Gu,{time:t})),suffix:Object(i.__)("days","google-listings-and-ads"),value:o,onBlur:n})):Object(l.createElement)(Ia,null)},Uu=e=>{const t=Hr(e.savedValue),[n,r]=Object(l.useState)(t),{upsertShippingTimes:o}=Ur();return Object(l.useEffect)(()=>{r(t)},[t]),Object(l.createElement)(zu,{value:n,onBlur:(e,t)=>{const{countries:a,time:i}=n;i!==t&&(r({countries:a,time:t}),o({countryCodes:a,time:t}))}})},Hu=()=>{const{data:e}=Mu(),{data:t}=nu();if(!t)return Object(l.createElement)(Ia,null);const n=t.length,r=e.length,o=n-r,a=(e=>{const t=new Map;return e.forEach(e=>{const{countryCode:n,time:r}=e,o=t.get(r)||{countries:[],time:r};o.countries.push(n),t.set(r,o)}),Array.from(t.values())})(e);return 0===a.length&&a.push({countries:t,time:null}),Object(l.createElement)("div",{className:"gla-shipping-time-setup"},Object(l.createElement)(oi,null,Object(l.createElement)("div",{className:"countries-time"},Object(l.createElement)(oi,null,a.map(e=>Object(l.createElement)("div",{key:e.countries.join("-"),className:"countries-time-input-form"},Object(l.createElement)(Uu,{savedValue:e}))),r>=1&&o>=1&&Object(l.createElement)("div",{className:"add-time-button"},Object(l.createElement)(Du,null))))))},qu=e=>{let{formProps:t}=e;return Object(l.createElement)(ni,{title:Object(i.__)("Shipping times","google-listings-and-ads"),description:Object(l.createElement)("div",null,Object(l.createElement)("p",null,Object(i.__)("Your shipping times will be shown to potential customers on Google.","google-listings-and-ads")),Object(l.createElement)("p",null,Object(l.createElement)(io,{context:"setup-mc-shipping",linkId:"shipping-read-more",href:"https://support.google.com/merchants/answer/7050921"},Object(i.__)("Read more","google-listings-and-ads"))))},Object(l.createElement)(ni.Card,null,Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(ni.Card.Title,null,Object(i.__)("Estimated shipping times","google-listings-and-ads")),Object(l.createElement)(Hu,{formProps:t}))))};const Vu=(e,t)=>{const n=["country","method","currency","rate","options.free_shipping_threshold"];return Object(E.isEqual)(Object(E.at)(e,n),Object(E.at)(t,n))};var Yu=(e,t)=>Object(E.differenceWith)(e,t,Vu),Wu=(e,t)=>void 0!==e.id&&e.id===t.id||e.country===t.country&&e.method===t.method,Ku=()=>qr("getShippingRates"),Qu=()=>{const{data:e}=Ku(),{deleteShippingRates:t,upsertShippingRates:n}=Ur();return{saveShippingRates:Object(l.useCallback)(async r=>{const o=((e,t)=>((e,t)=>Object(E.differenceWith)(t,e,Wu))(e,t).map(e=>e.id))(r,e);o.length&&await t(o);const a=Yu(r,e);a.length&&await n(a)},[t,e,n])}},Xu=e=>{const{formProps:t,submitButton:n}=e,{values:r}=t,{shipping_country_rates:o,...a}=r,{data:i}=nu(),c=tu(i),s="flat"===r.shipping_time;return(e=>{const{saveSettings:t}=Ur();eu(e,t)})(a),(e=>{const{saveShippingRates:t}=Qu(),n=Hr(e);eu(n,async e=>{try{await t(e)}catch(e){}})})(o),Object(l.createElement)(Ga,null,Object(l.createElement)(Tu,{formProps:t,audienceCountries:i}),s&&Object(l.createElement)(qu,{formProps:t}),Object(l.createElement)(ru,{show:c},Object(l.createElement)(Xl,{formProps:t})),Object(l.createElement)(Ua,null,n))};function Ju(){const e=Object(l.useRef)(!1);return Object(l.useEffect)(()=>(e.current=!0,()=>{e.current=!1}),[]),Object(l.useCallback)(()=>e.current,[])}var Zu=e=>{if(e.some(Ul))return e.some(e=>e.options.free_shipping_threshold>0)},ed=e=>{const t=Hr(e),[n,r]=Si(t,{loading:!0});return Object(l.useEffect)(()=>{t&&n()},[n,t]),r},td=()=>{const{hasFinishedResolution:e,data:t}=Ku(),{loading:n,data:r}=(()=>{const{loading:e,data:t}=nu(),{loading:n,data:r}=ed(t&&{path:Object(br.addQueryArgs)("/wc/gla/mc/shipping/rates/suggestions",{country_codes:t})});return{loading:e||n,data:null==r?void 0:r.filter(e=>"flat_rate"===e.method)}})(),o=Object(l.useRef)(void 0);e&&void 0===o.current&&(o.current=0===t.length);const a=o.current&&r,[c,s]=Object(l.useState)(!1),u=(()=>{const{createNotice:e}=wi(),{saveShippingRates:t}=Qu();return Object(l.useCallback)(async n=>{try{await t(n)}catch(t){e("error",Object(i.__)("Unable to use your WooCommerce shipping settings as shipping rates in Google. You may have to enter shipping rates manually.","google-listings-and-ads"))}},[e,t])})();return function(e,t){const n=Object(l.useRef)(!1);for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];const i=Hr(o);Object(l.useEffect)(()=>{!0!==n.current&&e&&(n.current=!0,t(...i))},[i,t,e])}(a,Object(l.useCallback)(async e=>{await u(e),s(!0)},[u]),r),{loading:n||!e||a&&!c,data:t}},nd=e=>{const{onContinue:t=(()=>{})}=e,{settings:n}=zl(),{loading:r,data:o}=td(),{data:a}=Mu(),{data:c}=nu(),{saveSettings:s}=Ur(),{saveShippingRates:u}=Qu(),[d,g]=Object(l.useState)(!1),{createNotice:f}=wi(),p=Ju();return n&&!r&&a&&c?Object(l.createElement)("div",{className:"gla-setup-free-listings"},Object(l.createElement)(Gl,null),Object(l.createElement)(rt.Form,{initialValues:{shipping_rate:n.shipping_rate||"automatic",shipping_time:n.shipping_time,tax_rate:n.tax_rate,shipping_country_rates:o,offer_free_shipping:Zu(o)},validate:()=>({}),onSubmit:async e=>{const{shipping_country_rates:n,...r}=e;g(!0);try{await Promise.all([s(r),u(n)]),t()}catch(e){p()&&g(!1),f("error",Object(i.__)("There is a problem in saving your settings and shipping rates. Please try again later.","google-listings-and-ads"))}}},e=>{const{values:t,handleSubmit:n}=e,r=Yl(t,a,c),o=Object.keys(r).length>=1;return Object(l.createElement)(Xu,{formProps:e,submitButton:Object(l.createElement)(Oa,{isPrimary:!0,disabled:o,loading:d,onClick:n},Object(i.__)("Continue","google-listings-and-ads"))})})):Object(l.createElement)(Ia,null)},rd=()=>qr("getCountries"),od=e=>{const{data:t}=rd(),n=t?Object.keys(t):[];return Object(l.createElement)(yu,Qr()({options:n},e))},ad=e=>{const{formProps:t}=e,{values:n,isValidForm:r,getInputProps:o,handleSubmit:a}=t,{locale:c,language:s}=n;return(e=>{const{saveTargetAudience:t}=Ur();eu(e,t,{callOnFirstRender:!0})})(n),((e,t)=>{const{data:n}=Mu(),{saveShippingRates:r}=Qu(),{deleteShippingTimes:o}=Ur(),{createNotice:a}=wi(),c=Jl(async()=>{try{if(r([]),n.length){const e=n.map(e=>e.countryCode);o(e)}}catch(e){a("error",Object(i.__)("Something went wrong while trying to clear your shipping data. Please try again later.","google-listings-and-ads"))}},500),s=Object(l.useRef)(null),u=Object(l.useRef)(null);Object(l.useEffect)(()=>{if(null===s.current&&null===u.current)return s.current=e,void(u.current=t);"all"===s.current&&"all"===e||"selected"===s.current&&"selected"===e&&u.current.length===t.length||(s.current=e,u.current=t,c.callback())},[c,e,t])})(n.location,n.countries),Object(l.createElement)(l.Fragment,null,Object(l.createElement)(ni,{title:Object(i.__)("Audience","google-listings-and-ads"),description:Object(l.createElement)("p",null,Object(i.__)("Where do you want to sell your products?","google-listings-and-ads"))},Object(l.createElement)(ni.Card,null,Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(Za,null,Object(l.createElement)(Za.Title,null,Object(i.__)("Language","google-listings-and-ads")),Object(l.createElement)(Za.HelperText,{className:"helper-text"},Object(l.createInterpolateElement)(Object(i.__)("Listings can only be displayed in your site language. <link>Read more</link>","google-listings-and-ads"),{link:Object(l.createElement)(io,{context:"setup-mc-audience",linkId:"site-language",href:"https://support.google.com/merchants/answer/160637"})})),Object(l.createElement)(Kl,{selected:c,options:[{label:s,value:c}]})),Object(l.createElement)(Za,null,Object(l.createElement)(Za.Title,null,Object(i.__)("Location","google-listings-and-ads")),Object(l.createElement)(Za.HelperText,{className:"helper-text"},Object(i.__)("Your store should already have the appropriate shipping and tax rates (if required) for potential customers in your selected location(s).","google-listings-and-ads")),Object(l.createElement)(oi,{size:"large"},Object(l.createElement)(Ql,Qr()({},o("location"),{collapsible:!0,label:Object(i.__)("Selected countries only","google-listings-and-ads"),value:"selected"}),Object(l.createElement)("div",{className:"input"},Object(l.createElement)(od,Qr()({multiple:!0},o("countries")))),Object(l.createElement)("div",{className:"cannot-find-country"},Object(i.__)("Can’t find a country? Only supported countries can be selected.","google-listings-and-ads"))),Object(l.createElement)(Ql,Qr()({},o("location"),{label:Object(i.__)("All countries","google-listings-and-ads"),value:"all"}),Object(l.createElement)(Wl,null,Object(i.__)("Your listings will be shown in all supported countries.","google-listings-and-ads")))))))),Object(l.createElement)(Ua,null,Object(l.createElement)(et,{isPrimary:!0,disabled:!r,onClick:a},Object(i.__)("Continue","google-listings-and-ads"))))},id=e=>{const{onContinue:t=(()=>{})}=e,{loading:n,data:r}=(()=>{const{hasFinishedResolution:e}=rd(),{hasFinishedResolution:t,data:n}=Vr(),{loading:r,data:o}=ed({path:"/wc/gla/mc/target_audience/suggestions"});return{loading:!e||!t||r,data:t&&null===(null==n?void 0:n.location)&&null===(null==n?void 0:n.countries)?o:n}})();return n?Object(l.createElement)(Ia,null):Object(l.createElement)("div",{className:"gla-choose-audience"},Object(l.createElement)(Ga,null,Object(l.createElement)(za,{title:Object(i.__)("Choose your audience","google-listings-and-ads"),description:Object(i.__)("Configure who sees your product listings on Google.","google-listings-and-ads")}),Object(l.createElement)(rt.Form,{initialValues:{locale:r.locale,language:r.language,location:r.location,countries:r.countries||[]},validate:e=>{const t={};return e.location||(t.location=Object(i.__)("Please select a location option.","google-listings-and-ads")),"selected"===e.location&&0===e.countries.length&&(t.countries=Object(i.__)("Please select at least one country.","google-listings-and-ads")),t},onSubmit:()=>{t()}},e=>Object(l.createElement)(ad,{formProps:e}))))},cd=()=>Object(s.getSetting)("adminUrl");const sd={address:"",address2:"",city:"",state:"",country:"",postcode:"",isMCAddressDifferent:null,isAddressFilled:null};function ld(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"wc";const{data:t,hasFinishedResolution:n,invalidateResolution:r}=qr("getGoogleMCContactInformation"),o=hu();let a=sd;if(n&&t){const{is_mc_address_different:n}=t,r="wc"===e?t.wc_address:t.mc_address,i=(null==r?void 0:r.street_address)||"",c=(null==r?void 0:r.locality)||"",s=(null==r?void 0:r.region)||"",l=(null==r?void 0:r.postal_code)||"",[u,d=""]=i.split("\n");a={address:u,address2:d,city:c,state:s,country:o[null==r?void 0:r.country],postcode:l,isAddressFilled:!t.wc_address_errors.length,isMCAddressDifferent:n}}return{refetch:r,loaded:n,data:a}}var ud={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([457]\\d{6})$","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2457]\\d{6})$","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"1|([267]\\d{6})$","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"0|(183[12])",0,0,0,[["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[047]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[25689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[25689]"]]]],BL:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([3-8]\\d{6})$","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-79]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}",[10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|74)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[12]|33|44|66|77|88)|622)[2-9]\\d{6}"],0,0,0,["600[2-9]\\d{6}"]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"0|([59]\\d{7})$","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","(?:0\\d\\d|222|800)\\d{6}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-3]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","(?:10|2[0-57-9])(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"0|(1(?:[12]\\d|79)\\d\\d)",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:(?:1\\d|[36])\\d{3}|9101)\\d{6}|[124-8]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1 $2",["[146][2-9]|[2578]"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["[39]"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["5"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"0|([59]\\d{7})$","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:1\\d|2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[05]\\d|[23]1|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[0568]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[189]"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-59]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-59]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d)(\\d{4,9})","$1 $2",["[2568][1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["[12]00|[368]|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[1245]|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[47]\\d{6}|76\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-24-69]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-278])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94|80\\d|976)\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"0|([25-9]\\d{5})$","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d\\d|606)\\d{5}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|1[0-2]|2[0-68]|3[1289]|4[0-24-9]|5[3-579]|6[0189]|7[08]|8[0-689]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"1|([3-9]\\d{6})$","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:862\\d|9008)\\d{3}|(?:[2-46]\\d|77)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-46-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4}(?:\\d(?:\\d(?:\\d{4})?)?)?|(?:[235-79]\\d|46)\\d{6}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","[2-489]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-489]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"0|([25-8]\\d{5})$","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|55\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[38]"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"0|([0-24-8]\\d{5})$","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:49|80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:496|802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:496|802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|(?:[235-8]\\d|99)\\d{7}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","758$1",0,"758"],LI:["423","00","90\\d{5}|(?:[2378]|6\\d\\d)\\d{6}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[237-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"0|(1001)"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{5})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29|38)[89]","5(?:29|38)[89]0"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|9)|892","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:29(?:[189][05]|2[29]|3[01])|38[89][05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|80|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:0\\d|1[0-5]|6[1267]|7[0-57]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"0|([24-9]\\d{6})$","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[57-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[57-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","670$1",0,"670"],MQ:["596","00","(?:69|80)\\d{7}|(?:59|97)6\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"1|([34]\\d{6})$","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["5"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[3467]|9[13-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[19]\\d|[23]1|77|88)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9])|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1[36-8]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","[2-57-9]\\d{5}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[2-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[04]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-7]|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|[89]\\d{6,9}|1\\d{4,5}",[5,6,7,8,9,10],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-57-9]"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[489]|59"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-579]|6[2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[47]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-579]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|[89]0","50(?:[0367]|88)|[89]0"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[59]|80"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7|86"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,0," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","(?:[45]|80\\d\\d)\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-6])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}",[7,8,9],[["(\\d{3})(\\d{4})","$1 $2",["2[126]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]]]],RE:["262","00","9769\\d{5}|(?:26|[68]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,"26[23]|69|[89]"],RO:["40","00","(?:[2378]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[237-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","8000\\d{3}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-4]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|[57]9)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["24|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3478]|64|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|(5\\d{6})$","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"1|([2-479]\\d{6})$","649$1",0,"649"],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","(?:00|[1-57-9]\\d)\\d{7}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|616)","5(?:[0-59]|6161)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-46-8]\\d{6})$","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[26-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["4[45][0-5]|5(?:0|6[37])|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]","4[45][0-5]|5(?:0|6(?:3[14-7]|7))|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["[3-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}",[10],[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|33)|4(?:00|4[24]|65|82)|5(?:00|29|83)|6(?:00|66|82)|777|8(?:00|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[39]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["405|8|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["4"],"0$1"]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:33|55|[679]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[35-9]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-578]\\d{6})$","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[69]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3578]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7[24-68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","80\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,"269|63"],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","(?:63|80)0\\d{6}|(?:21|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:005|[1-9]\\d\\d)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:005|[1-9]\\d\\d)\\d{5}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"[0-36-9]\\d{8}",[9],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-36-9]"]]],0,0,0,0,0,0,[0,["[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["4"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[19]"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["34[57]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-3]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]],883:["883",0,"210\\d{7}|51\\d{7}(?:\\d{3})?",[9,10,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["510"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["5"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:210|51[013]0\\d)\\d{7}|5100\\d{5}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function dd(e,t){var n=Array.prototype.slice.call(t);return n.push(ud),e.apply(this,n)}var gd="".concat("-‐-―−ー-").concat("//").concat("..").concat(" ").concat("()()[]\\[\\]").concat("~⁓∼~"),fd=function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.name=this.constructor.name,this.message=t,this.stack=new Error(t).stack};(fd.prototype=Object.create(Error.prototype)).constructor=fd;var pd=function(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),r=t[0].split("."),o=0;o<3;o++){var a=Number(n[o]),i=Number(r[o]);if(a>i)return 1;if(i>a)return-1;if(!isNaN(a)&&isNaN(i))return 1;if(isNaN(a)&&!isNaN(i))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0};function bd(e){return(bd="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function md(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hd(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function yd(e,t,n){return t&&hd(e.prototype,t),n&&hd(e,n),e}var Od=/^\d+$/,vd=function(){function e(t){md(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Cd(e)||!Cd(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Cd(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Sd(e)+": "+e,"."))}(t),this.metadata=t,xd.call(this,t)}return yd(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter((function(e){return"001"!==e}))}},{key:"getCountryMetadata",value:function(e){return this.metadata.countries[e]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(e){return void 0!==this.getCountryMetadata(e)}},{key:"hasCallingCode",value:function(e){if(this.getCountryCodesForCallingCode(e))return!0;if(this.nonGeographic()){if(this.nonGeographic()[e])return!0}else{var t=this.countryCallingCodes()[e];if(t&&1===t.length&&"001"===t[0])return!0}}},{key:"isNonGeographicCallingCode",value:function(e){return this.nonGeographic()?!!this.nonGeographic()[e]:!this.getCountryCodesForCallingCode(e)}},{key:"country",value:function(e){return this.selectNumberingPlan(e)}},{key:"selectNumberingPlan",value:function(e,t){if(e&&Od.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new jd(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new jd(this.getNumberingPlanMetadata(t),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(e){var t=this.countryCallingCodes()[e];if(t){if(1===t.length&&3===t[0].length)return;return t}}},{key:"getCountryCodeForCallingCode",value:function(e){var t=this.getCountryCodesForCallingCode(e);if(t)return t[0]}},{key:"getNumberingPlanMetadata",value:function(e){var t=this.getCountryCodeForCallingCode(e);if(t)return this.getCountryMetadata(t);if(this.nonGeographic()){var n=this.nonGeographic()[e];if(n)return n}else{var r=this.countryCallingCodes()[e];if(r&&1===r.length&&"001"===r[0])return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(e){return this.numberingPlan.type(e)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(e){return this.selectNumberingPlan(e)}},{key:"hasSelectedNumberingPlan",value:function(){return void 0!==this.numberingPlan}}]),e}(),jd=function(){function e(t,n){md(this,e),this.globalMetadataObject=n,this.metadata=t,xd.call(this,n.metadata)}return yd(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(e){return e[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var e=this;return(this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[]).map((function(t){return new _d(t,e)}))}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(e){return e[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return!(this.types()&&0===this.types().length||!this.types())}},{key:"type",value:function(e){if(this.hasTypes()&&$d(this.types(),e))return new Ed($d(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?" ext. ":this.metadata[13]||" ext. "}}]),e}(),_d=function(){function e(t,n){md(this,e),this._format=t,this.metadata=n}return yd(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!(!this.nationalPrefixFormattingRule()||wd.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),wd=/^\(?\$1\)?$/,Ed=function(){function e(t,n){md(this,e),this.type=t,this.metadata=n}return yd(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function $d(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}var Cd=function(e){return"object"===bd(e)},Sd=function(e){return bd(e)};function kd(e,t){if((t=new vd(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function xd(e){var t=e.version;"number"==typeof t?(this.v1=1===t,this.v2=2===t,this.v3=3===t,this.v4=4===t):t?-1===pd(t,"1.2.0")?this.v2=!0:-1===pd(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var Pd=function(e){return"([".concat("0-90-9٠-٩۰-۹","]{1,").concat(e,"})")};function Ad(e){return";ext="+Pd("20")+"|[ \\t,]*(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)[:\\..]?[ \\t,-]*"+Pd("20")+"#?|[ \\t,]*(?:[xx##~~]|int|int)[:\\..]?[ \\t,-]*"+Pd("9")+"#?|[- ]+"+Pd("6")+"#|[ \\t]*(?:,{2}|;)[:\\..]?[ \\t,-]*"+Pd("15")+"#?|[ \\t]*(?:,)+[:\\..]?[ \\t,-]*"+Pd("9")+"#?"}var Nd="[++]{0,1}(?:["+gd+"]*[0-90-9٠-٩۰-۹]){3,}["+gd+"0-90-9٠-٩۰-۹]*",Rd=new RegExp("^[++]{0,1}(?:["+gd+"]*[0-90-9٠-٩۰-۹]){1,2}$","i"),Td=Nd+"(?:"+Ad()+")?",Md=new RegExp("^[0-90-9٠-٩۰-۹]{2}$|^"+Td+"$","i");function Id(e){return e.length>=2&&Md.test(e)}var Fd=new RegExp("(?:"+Ad()+")$","i"),Dd={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function Ld(e){var t="",n=e.split(""),r=Array.isArray(n),o=0;for(n=r?n:n[Symbol.iterator]();;){var a;if(r){if(o>=n.length)break;a=n[o++]}else{if((o=n.next()).done)break;a=o.value}t+=Bd(a,t)||""}return t}function Bd(e,t){if("+"===e){if(t)return;return"+"}return function(e){return Dd[e]}(e)}function Gd(e,t){return function e(t,n,r){var o=r.type(n),a=o&&o.possibleLengths()||r.possibleLengths();if(!a)return"IS_POSSIBLE";if("FIXED_LINE_OR_MOBILE"===n){if(!r.type("FIXED_LINE"))return e(t,"MOBILE",r);var i=r.type("MOBILE");i&&(a=function(e,t){var n=e.slice(),r=t,o=Array.isArray(r),a=0;for(r=o?r:r[Symbol.iterator]();;){var i;if(o){if(a>=r.length)break;i=r[a++]}else{if((a=r.next()).done)break;i=a.value}var c=i;e.indexOf(c)<0&&n.push(c)}return n.sort((function(e,t){return e-t}))}(a,i.possibleLengths()))}else if(n&&!o)return"INVALID_LENGTH";var c=t.length,s=a[0];return s===c?"IS_POSSIBLE":s>c?"TOO_SHORT":a[a.length-1]<c?"TOO_LONG":a.indexOf(c,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}(e,void 0,t)}function zd(e,t){switch(Gd(e,t)){case"IS_POSSIBLE":return!0;default:return!1}}function Ud(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}var Hd=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function qd(e,t,n){if(t=t||{},e.country){(n=new vd(n)).selectNumberingPlan(e.country,e.countryCallingCode);var r=t.v2?e.nationalNumber:e.phone;if(Ud(r,n.nationalNumberPattern())){if(Vd(r,"FIXED_LINE",n))return n.type("MOBILE")&&""===n.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":n.type("MOBILE")?Vd(r,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o=0,a=Hd;o<a.length;o++){var i=a[o];if(Vd(r,i,n))return i}}}}function Vd(e,t,n){return!(!(t=n.type(t))||!t.pattern())&&!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&Ud(e,t.pattern())}var Yd=/(\$\d)/;var Wd=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Kd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Qd={formatExtension:function(e,t,n){return"".concat(e).concat(n.ext()).concat(t)}};function Xd(e,t,n,r,o){var a=function(e,t){var n=e,r=Array.isArray(n),o=0;for(n=r?n:n[Symbol.iterator]();;){var a;if(r){if(o>=n.length)break;a=n[o++]}else{if((o=n.next()).done)break;a=o.value}var i=a;if(i.leadingDigitsPatterns().length>0){var c=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(0!==t.search(c))continue}if(Ud(t,i.pattern()))return i}}(r.formats(),e);return a?function(e,t,n){var r=n.useInternationalFormat,o=n.withNationalPrefix,a=(n.carrierCode,n.metadata,e.replace(new RegExp(t.pattern()),r?t.internationalFormat():o&&t.nationalPrefixFormattingRule()?t.format().replace(Yd,t.nationalPrefixFormattingRule()):t.format()));return r?function(e){return e.replace(new RegExp("[".concat(gd,"]+"),"g")," ").trim()}(a):a}(e,a,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!a.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:r}):e}function Jd(e,t,n,r){return t?r(e,t,n):e}function Zd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function eg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var tg=function(){function e(t,n,r){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!r)throw new TypeError("`metadata` not passed");var o=new vd(r);ng(t)&&(this.country=t,o.country(t),t=o.countryCallingCode()),this.countryCallingCode=t,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.metadata=r}var t,n;return t=e,(n=[{key:"setExt",value:function(e){this.ext=e}},{key:"isPossible",value:function(){return function(e,t,n){if(void 0===t&&(t={}),n=new vd(n),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return zd(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}(this,{v2:!0},this.metadata)}},{key:"isValid",value:function(){return this,e={v2:!0},t=this.metadata,e=e||{},t=new vd(t),!!this.country&&(t.selectNumberingPlan(this.country,this.countryCallingCode),t.hasTypes()?void 0!==qd(this,e,t.metadata):Ud(e.v2?this.nationalNumber:this.phone,t.nationalNumberPattern()));var e,t}},{key:"isNonGeographic",value:function(){return new vd(this.metadata).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return qd(this,{v2:!0},this.metadata)}},{key:"format",value:function(e,t){return function(e,t,n,r){if(n=n?function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Kd(e,t,n[t])}))}return e}({},Qd,n):Qd,r=new vd(r),e.country&&"001"!==e.country){if(!r.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));r.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";r.selectNumberingPlan(e.countryCallingCode)}var o,a=r.countryCallingCode(),i=n.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return i?Jd(o=Xd(i,e.carrierCode,"NATIONAL",r,n),e.ext,r,n.formatExtension):"";case"INTERNATIONAL":return i?(o=Xd(i,null,"INTERNATIONAL",r,n),Jd(o="+".concat(a," ").concat(o),e.ext,r,n.formatExtension)):"+".concat(a);case"E.164":return"+".concat(a).concat(i);case"RFC3966":return function(e){var t=e.number,n=e.ext;if(!t)return"";if("+"!==t[0])throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(n?";ext="+n:"")}({number:"+".concat(a).concat(i),ext:e.ext});case"IDD":if(!n.fromCountry)return;return Jd(function(e,t,n,r,o){if(kd(r,o.metadata)===n){var a=Xd(e,t,"NATIONAL",o);return"1"===n?n+" "+a:a}var i=function(e,t,n){var r=new vd(n);return r.selectNumberingPlan(e,void 0),r.defaultIDDPrefix()?r.defaultIDDPrefix():Wd.test(r.IDDPrefix())?r.IDDPrefix():void 0}(r,0,o.metadata);if(i)return"".concat(i," ").concat(n," ").concat(Xd(e,null,"INTERNATIONAL",o))}(i,e.carrierCode,a,n.fromCountry,r),e.ext,r,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}(this,e,t?function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Zd(e,t,n[t])}))}return e}({},t,{v2:!0}):{v2:!0},this.metadata)}},{key:"formatNational",value:function(e){return this.format("NATIONAL",e)}},{key:"formatInternational",value:function(e){return this.format("INTERNATIONAL",e)}},{key:"getURI",value:function(e){return this.format("RFC3966",e)}}])&&eg(t.prototype,n),e}(),ng=function(e){return/^[A-Z]{2}$/.test(e)},rg=new RegExp("([0-90-9٠-٩۰-۹])");function og(e,t){var n=function(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),r=n.exec(e);if(r){var o,a,i,c=r.length-1,s=c>0&&r[c];if(t.nationalPrefixTransformRule()&&s)o=e.replace(n,t.nationalPrefixTransformRule()),c>1&&(a=r[1]);else{var l=r[0];o=e.slice(l.length),s&&(a=r[1])}if(s){var u=e.indexOf(r[1]);e.slice(0,u)===t.numberingPlan.nationalPrefix()&&(i=t.numberingPlan.nationalPrefix())}else i=r[0];return{nationalNumber:o,nationalPrefix:i,carrierCode:a}}}return{nationalNumber:e}}(e,t),r=n.nationalNumber,o=n.carrierCode;if(!function(e,t,n){return!(Ud(e,n.nationalNumberPattern())&&!Ud(t,n.nationalNumberPattern()))}(e,r,t))return{nationalNumber:e};if(e.length!==r.length+(o?o.length:0)&&t.possibleLengths())switch(Gd(r,t)){case"TOO_SHORT":case"INVALID_LENGTH":return{nationalNumber:e}}return{nationalNumber:r,carrierCode:o}}var ag=new RegExp("[++0-90-9٠-٩۰-۹]"),ig=new RegExp("[^0-90-9٠-٩۰-۹#]+$");function cg(e,t,n){if(t=t||{},n=new vd(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry)){if(t.v2)throw new fd("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var r=function(e,t,n){if(e&&0===e.indexOf("tel:"))return function(e){var t,n,r,o,a=(e=e.replace(/^tel:/,"tel=")).split(";"),i=Array.isArray(a),c=0;for(a=i?a:a[Symbol.iterator]();;){var s;if(i){if(c>=a.length)break;s=a[c++]}else{if((c=a.next()).done)break;s=c.value}var l=(r=s.split("="),o=2,function(e){if(Array.isArray(e))return e}(r)||function(e,t){var n=[],_n=!0,r=!1,o=void 0;try{for(var a,i=e[Symbol.iterator]();!(_n=(a=i.next()).done)&&(n.push(a.value),!t||n.length!==t);_n=!0);}catch(e){r=!0,o=e}finally{try{_n||null==i.return||i.return()}finally{if(r)throw o}}return n}(r,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),u=l[0],d=l[1];switch(u){case"tel":t=d;break;case"ext":n=d;break;case"phone-context":"+"===d[0]&&(t=d+t)}}if(!Id(t))return{};var g={number:t};return n&&(g.ext=n),g}(e);var r=function(e,t,n){if(e)if(e.length>250){if(n)throw new fd("TOO_LONG")}else{if(!1===t)return e;var r=e.search(ag);if(!(r<0))return e.slice(r).replace(ig,"")}}(e,n,t);if(!r)return{};if(!Id(r))return function(e){return Rd.test(e)}(r)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(Fd);if(t<0)return{};for(var n=e.slice(0,t),r=e.match(Fd),o=1;o<r.length;){if(r[o])return{number:n,ext:r[o]};o++}}(r);return o.ext?o:{number:r}}(e,t.v2,t.extract),o=r.number,a=r.ext,i=r.error;if(!o){if(t.v2){if("TOO_SHORT"===i)throw new fd("TOO_SHORT");throw new fd("NOT_A_NUMBER")}return{}}var c=function(e,t,n,r){var o,a=function(e,t,n,r){if(!e)return{};if("+"!==e[0]){var o=function(e,t,n,r){if(t){var o=new vd(r);o.selectNumberingPlan(t,n);var a=new RegExp(o.IDDPrefix());if(0===e.search(a)){var i=(e=e.slice(e.match(a)[0].length)).match(rg);if(!(i&&null!=i[1]&&i[1].length>0&&"0"===i[1]))return e}}}(e,t,n,r);if(!o||o===e){if(t||n){var a=function(e,t,n,r){var o=t?kd(t,r):n;if(0===e.indexOf(o)){(r=new vd(r)).selectNumberingPlan(t,n);var a=e.slice(o.length),i=og(a,r).nationalNumber,c=og(e,r).nationalNumber;if(!Ud(c,r.nationalNumberPattern())&&Ud(i,r.nationalNumberPattern())||"TOO_LONG"===Gd(c,r))return{countryCallingCode:o,number:a}}return{number:e}}(e,t,n,r),i=a.countryCallingCode,c=a.number;if(i)return{countryCallingCode:i,number:c}}return{number:e}}e="+"+o}if("0"===e[1])return{};r=new vd(r);for(var s=2;s-1<=3&&s<=e.length;){var l=e.slice(1,s);if(r.hasCallingCode(l))return r.selectNumberingPlan(l),{countryCallingCode:l,number:e.slice(s)};s++}return{}}(Ld(e),t,n,r.metadata),i=a.countryCallingCode,c=a.number;if(i)r.selectNumberingPlan(i);else{if(!c||!t&&!n)return{};r.selectNumberingPlan(t,n),t&&(o=t),i=n||kd(t,r.metadata)}if(!c)return{countryCallingCode:i};var s=og(Ld(c),r),l=s.nationalNumber,u=s.carrierCode,d=function(e,t,n){var r=n.getCountryCodesForCallingCode(e);if(r)return 1===r.length?r[0]:function(e,t,n){n=new vd(n);var r=e,o=Array.isArray(r),a=0;for(r=o?r:r[Symbol.iterator]();;){var i;if(o){if(a>=r.length)break;i=r[a++]}else{if((a=r.next()).done)break;i=a.value}var c=i;if(n.country(c),n.leadingDigits()){if(t&&0===t.search(n.leadingDigits()))return c}else if(qd({phone:t,country:c},void 0,n.metadata))return c}}(r,t,n.metadata)}(i,l,r);return d&&(o=d,"001"===d||r.country(o)),{country:o,countryCallingCode:i,nationalNumber:l,carrierCode:u}}(o,t.defaultCountry,t.defaultCallingCode,n),s=c.country,l=c.nationalNumber,u=c.countryCallingCode,d=c.carrierCode;if(!n.hasSelectedNumberingPlan()){if(t.v2)throw new fd("INVALID_COUNTRY");return{}}if(!l||l.length<2){if(t.v2)throw new fd("TOO_SHORT");return{}}if(l.length>17){if(t.v2)throw new fd("TOO_LONG");return{}}if(t.v2){var g=new tg(u,l,n.metadata);return s&&(g.country=s),d&&(g.carrierCode=d),a&&(g.ext=a),g}var f=!!(t.extended?n.hasSelectedNumberingPlan():s)&&Ud(l,n.nationalNumberPattern());return t.extended?{country:s,countryCallingCode:u,carrierCode:d,valid:f,possible:!!f||!(!0!==t.extended||!n.possibleLengths()||!zd(l,n)),phone:l,ext:a}:f?function(e,t,n){var r={country:e,phone:t};return n&&(r.ext=n),r}(s,l,a):{}}function sg(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function lg(e){return(lg="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ug(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function dg(e){var t,n,r,o,a,i=(o=Array.prototype.slice.call(e),a=4,function(e){if(Array.isArray(e))return e}(o)||function(e,t){var n=[],_n=!0,r=!1,o=void 0;try{for(var a,i=e[Symbol.iterator]();!(_n=(a=i.next()).done)&&(n.push(a.value),!t||n.length!==t);_n=!0);}catch(e){r=!0,o=e}finally{try{_n||null==i.return||i.return()}finally{if(r)throw o}}return n}(o,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),c=i[0],s=i[1],l=i[2],u=i[3];if("string"!=typeof c)throw new TypeError("A text for parsing must be a string.");if(t=c,s&&"string"!=typeof s){if(!gg(s))throw new Error("Invalid second argument: ".concat(s));l?(n=s,r=l):r=s}else u?(n=l,r=u):(n=void 0,r=l),s&&(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ug(e,t,n[t])}))}return e}({defaultCountry:s},n));return{text:t,options:n,metadata:r}}var gg=function(e){return"object"===lg(e)};function fg(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function pg(e,t,n){t&&t.defaultCountry&&!function(e,t){return void 0!==t.countries[e]}(t.defaultCountry,n)&&(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fg(e,t,n[t])}))}return e}({},t,{defaultCountry:void 0}));try{return function(e,t,n){return cg(e,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sg(e,t,n[t])}))}return e}({},t,{v2:!0}),n)}(e,t,n)}catch(e){if(!(e instanceof fd))throw e}}function bg(){var e=dg(arguments),t=e.text,n=e.options,r=e.metadata;return pg(t,n,r)}function mg(){return dd(bg,arguments)}const hg={country:"",countryCallingCode:"",nationalNumber:"",isValid:!1,display:""};function yg(){return Object(ot.useSelect)(e=>{const{getGoogleMCPhoneNumber:t}=e("wc/gla"),{data:n,loaded:r}=t();let o=hg;if(n){const e=mg(n.phone_number||"");e&&(o={...e,isValid:e.isValid(),display:e.formatInternational()},delete o.metadata)}return{loaded:r,data:o}},[])}const Og=Array(6).fill(""),vg=e=>{const t=e.join("");return{code:t,isFilled:6===t.length}};function jg(e){let{onCodeChange:t,resetNeedle:n=""}=e;const r=Object(l.useRef)([]),o=Object(l.useRef)(0),a=Object(l.useRef)(),[i,c]=Object(l.useState)(Og);a.current=t;const s=e=>{const t=r.current[e];t&&t.focus()},u=e=>{const{dataset:t,selectionStart:n,selectionEnd:r,value:o}=e.target,a=Number(t.idx);switch(e.keyCode){case 37:case 8:0===n&&0===r&&s(a-1);break;case 39:1!==n&&o||s(a+1)}},d=e=>{o.current=e.target.selectionStart},g=e=>{const{value:n,dataset:r}=e.target,a=Number(r.idx),l=n.substr(o.current,1).replace(/\D/,"");if(l!==n&&(e.target.value=l),l&&s(a+1),l!==i[a]){const e=[...i];e[a]=l,c(e),t(vg(e))}};return Object(l.useEffect)(()=>{r.current.forEach(e=>e.value=""),c(Og),a.current(vg(Og))},[n]),Object(l.useEffect)(()=>{i===Og&&s(0)},[n,i]),Object(l.createElement)(Ko,{className:"gla-verification-code-control",justify:"normal",gap:2},i.map((e,t)=>Object(l.createElement)(rl,{key:t,ref:e=>r.current[t]=e,"data-idx":t,value:e,onKeyDown:u,onBeforeInput:d,onInput:g,autoComplete:"off"})))}const _g=Object.freeze({SMS:"SMS",PHONE_CALL:"PHONE_CALL"}),wg={[_g.SMS]:{toInstruction:e=>Object(l.createInterpolateElement)(Object(i.__)("A text message with the 6-digit verification code has been sent to <userPhoneNumber />.","google-listings-and-ads"),{userPhoneNumber:Object(l.createElement)("strong",null,e)}),textResend:Object(i.__)("Resend code","google-listings-and-ads"),
|
15 |
// translators: %d: seconds to wait until the next verification code can be requested via SMS.
|
16 |
textResendCooldown:Object(i.__)("Resend code (in %ds)","google-listings-and-ads"),textSwitch:Object(i.__)("Or, receive a verification code through a phone call","google-listings-and-ads")},[_g.PHONE_CALL]:{toInstruction:e=>Object(l.createInterpolateElement)(Object(i.__)("You will receive a phone call at <userPhoneNumber /> with an automated message containing the 6-digit verification code.","google-listings-and-ads"),{userPhoneNumber:Object(l.createElement)("strong",null,e)}),textResend:Object(i.__)("Call again","google-listings-and-ads"),
|
17 |
// translators: %d: seconds to wait until the next verification code can be requested via phone call.
|
11 |
Object(i.__)("Minimum order for <strong>%1$s</strong> + %2$d more","google-listings-and-ads"),textWithoutMore:// translators: 1: list of country names separated by comma.
|
12 |
Object(i.__)("Minimum order for <strong>%1$s</strong>","google-listings-and-ads")}))},xu=e=>{const{countryOptions:t,value:n,onChange:r,onRequestClose:o}=e,a=()=>{o(),r({countries:[],currency:void 0,threshold:void 0})};return Object(l.createElement)(rt.Form,{initialValues:{countries:n.countries,currency:n.currency,threshold:n.threshold},validate:e=>{const t={};return 0===e.countries.length&&(t.countries=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),e.threshold>0||(t.price=Object(i.__)("The minimum order amount must be greater than 0.","google-listings-and-ads")),t},onSubmit:e=>{o(),r(e)}},e=>{const{getInputProps:n,values:r,setValue:c,isValidForm:s,handleSubmit:u}=e;return Object(l.createElement)(Ol,{title:Object(i.__)("Minimum order to qualify for free shipping","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"delete",isTertiary:!0,isDestructive:!0,onClick:a},Object(i.__)("Delete","google-listings-and-ads")),Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!s,onClick:u},Object(i.__)("Update minimum order","google-listings-and-ads"))],onRequestClose:o},Object(l.createElement)(oi,null,Object(l.createElement)(yu,Qr()({label:Object(i.__)("If customer is in","google-listings-and-ads"),options:t,multiple:!0},n("countries"))),Object(l.createElement)(pu,Qr()({label:Object(i.__)("Then they qualify for free shipping if their order is over","google-listings-and-ads"),suffix:r.currency},n("threshold"),{onBlur:(e,t)=>{n("threshold").onBlur(e),c("threshold",t>0?t:void 0)}}))))})},Pu=e=>{const{countryOptions:t,value:n,onChange:r}=e,{countries:o,threshold:a,currency:c}=n;return Object(l.createElement)(pu,{className:"gla-minimum-order-input-control",label:Object(l.createElement)("div",{className:"gla-minimum-order-input-control__label"},Object(l.createElement)(ku,{countries:o}),Object(l.createElement)(iu,{button:Object(l.createElement)(et,{className:"gla-minimum-order-input-control__edit-button",isTertiary:!0},Object(i.__)("Edit","google-listings-and-ads")),modal:Object(l.createElement)(xu,{countryOptions:t,value:n,onChange:e=>{r(e)}})})),suffix:c,value:a,onBlur:(e,t)=>{t!==n.threshold&&r({countries:o,threshold:t>0?t:void 0,currency:c})}})},Au=e=>{const{countryOptions:t,value:n,onChange:r=E.noop,onRequestClose:o}=e;return Object(l.createElement)(rt.Form,{initialValues:{countries:n.countries,threshold:n.threshold,currency:n.currency},validate:e=>{const t={};return 0===e.countries.length&&(t.countries=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),e.threshold>0||(t.price=Object(i.__)("The minimum order amount must be greater than 0.","google-listings-and-ads")),t},onSubmit:e=>{o(),r(e)}},e=>{const{getInputProps:n,values:r,setValue:a,isValidForm:c,handleSubmit:s}=e;return Object(l.createElement)(Ol,{title:Object(i.__)("Minimum order to qualify for free shipping","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!c,onClick:s},Object(i.__)("Add minimum order","google-listings-and-ads"))],onRequestClose:o},Object(l.createElement)(oi,null,Object(l.createElement)(yu,Qr()({label:Object(i.__)("If customer is in","google-listings-and-ads"),options:t,multiple:!0},n("countries"))),Object(l.createElement)(pu,Qr()({label:Object(i.__)("Then they qualify for free shipping if their order is over","google-listings-and-ads"),suffix:r.currency},n("threshold"),{onBlur:(e,t)=>{n("threshold").onBlur(e),a("threshold",t>0?t:void 0)}}))))})},Nu=e=>{const{value:t=[],onChange:n=E.noop}=e,r=t.filter(Ul),o=(e=>{const t=new Map;return e.forEach(e=>{const{method:n,options:{free_shipping_threshold:r},currency:o}=e,a=`${n} ${r} ${o}`,i=t.get(a)||{countries:[],method:n,threshold:r,currency:o};i.countries.push(e.country),t.set(a,i)}),Array.from(t.values())})(r),a=r.map(e=>e.country),c=e=>r=>{const o=t.map(t=>{const n={...t,options:{...t.options}};return r.countries.includes(n.country)?n.options.free_shipping_threshold=r.threshold:e.countries.includes(n.country)&&(n.options.free_shipping_threshold=void 0),n});n(o)},s=e=>{const r=t.map(t=>{const n={...t,options:{...t.options}};return e.countries.includes(n.country)&&(n.options.free_shipping_threshold=e.threshold),n});n(r)};return Object(l.createElement)(ni.Card,{className:"gla-minimum-order-card"},Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(ni.Card.Title,null,Object(i.__)("Minimum order to qualify for free shipping","google-listings-and-ads")),Object(l.createElement)(oi,{size:"large"},(()=>{if(1===o.length)return Object(l.createElement)(Pu,{countryOptions:a,value:o[0],onChange:c(o[0])});const e=o.filter(e=>void 0!==e.threshold),t=o.find(e=>void 0===e.threshold);return Object(l.createElement)(l.Fragment,null,e.map(e=>Object(l.createElement)(Pu,{key:e.countries.join("-"),countryOptions:a,value:e,onChange:c(e)})),t&&Object(l.createElement)("div",null,Object(l.createElement)(iu,{button:Object(l.createElement)(Oa,{isSecondary:!0,icon:Object(l.createElement)(au.a,null)},Object(i.__)("Add another minimum order","google-listings-and-ads")),modal:Object(l.createElement)(Au,{countryOptions:t.countries,value:t,onChange:s})})))})())))},Ru=e=>{const{audienceCountries:t,formProps:n}=e,{getInputProps:r,values:o,setValue:a}=n,i=o.shipping_country_rates.some(Ul);return Object(l.createElement)(l.Fragment,null,Object(l.createElement)(Cu,Qr()({audienceCountries:t},r("shipping_country_rates"),{onChange:(c=r("shipping_country_rates").onChange,e=>{e.some(Ul)||a("offer_free_shipping",void 0),c(e)})})),i&&Object(l.createElement)(l.Fragment,null,Object(l.createElement)(Su,Qr()({},r("offer_free_shipping"),{onChange:(e=>t=>{if(!t){const e=o.shipping_country_rates.map(e=>({...e,options:{...e.options,free_shipping_threshold:void 0}}));a("shipping_country_rates",e)}e(t)})(r("offer_free_shipping").onChange)})),o.offer_free_shipping&&Object(l.createElement)(Nu,r("shipping_country_rates"))));var c},Tu=e=>{let{formProps:t,audienceCountries:n}=e;const{getInputProps:r,values:o,setValue:a}=t,c=r("shipping_rate"),s=e=>t=>{switch(t){case"automatic":case"flat":a("shipping_time","flat");break;case"manual":a("shipping_time","manual")}e(t)};return Object(l.createElement)(ni,{title:Object(i.__)("Shipping rates","google-listings-and-ads"),description:Object(l.createElement)("div",null,Object(l.createElement)("p",null,Object(i.__)("Your shipping rates will be shown to potential customers on Google.","google-listings-and-ads")),Object(l.createElement)("p",null,Object(l.createElement)(io,{context:"setup-mc-shipping",linkId:"shipping-read-more",href:"https://support.google.com/merchants/answer/7050921"},Object(i.__)("Read more","google-listings-and-ads"))))},Object(l.createElement)(oi,{size:"large"},Object(l.createElement)(ni.Card,null,Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(oi,{size:"large"},Object(l.createElement)(Ql,Qr()({},c,{label:Object(l.createInterpolateElement)(Object(i.__)("<strong>Recommended:</strong> Automatically sync my store’s shipping settings to Google.","google-listings-and-ads"),{strong:Object(l.createElement)("strong",null)}),value:"automatic",collapsible:!0,onChange:s(c.onChange)}),Object(l.createElement)(Wl,null,Object(i.__)("My current settings and any future changes to my store’s shipping rates and classes will be automatically synced to Google Merchant Center.","google-listings-and-ads"))),Object(l.createElement)(Ql,Qr()({},c,{label:Object(i.__)("My shipping settings are simple. I can manually estimate flat shipping rates.","google-listings-and-ads"),value:"flat",collapsible:!0,onChange:s(c.onChange)})),Object(l.createElement)(Ql,Qr()({},c,{label:Object(i.__)("My shipping settings are complex. I will enter my shipping rates and times manually in Google Merchant Center.","google-listings-and-ads"),value:"manual",collapsible:!0,onChange:s(c.onChange)}),Object(l.createElement)(Wl,null,Object(l.createInterpolateElement)(Object(i.__)("I understand that if I don’t set this up manually in <link>Google Merchant Center</link>, my products will be disapproved by Google.","google-listings-and-ads"),{link:Object(l.createElement)(io,{context:"setup-mc-shipping",linkId:"shipping-manual",href:"https://www.google.com/retail/solutions/merchant-center/"})})))))),"flat"===o.shipping_rate&&Object(l.createElement)(Ru,{audienceCountries:n,formProps:t})))},Mu=()=>qr("getShippingTimes"),Iu=e=>{const{data:t}=nu();return t?Object(l.createElement)(yu,Qr()({options:t},e)):Object(l.createElement)(Ia,null)},Fu=e=>{const{onRequestClose:t}=e,{upsertShippingTimes:n}=Ur(),r=(()=>{const{data:e}=nu(),t=Object(ot.useSelect)(e=>e("wc/gla").getShippingTimes().map(e=>e.countryCode),[]);if(!e)return[];const n=new Set(t);return e.filter(e=>!n.has(e))})();return Object(l.createElement)(rt.Form,{initialValues:{countryCodes:r,time:0},validate:e=>{const t={};return 0===e.countryCodes.length&&(t.countryCodes=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),e.time<0&&(t.time=Object(i.__)("The estimated shipping time cannot be less than 0.","google-listings-and-ads")),t},onSubmit:e=>{n(e),t()}},e=>{const{getInputProps:n,isValidForm:r,handleSubmit:o}=e;return Object(l.createElement)(Ol,{title:Object(i.__)("Estimate shipping time","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!r,onClick:o},Object(i.__)("Save","google-listings-and-ads"))],onRequestClose:t},Object(l.createElement)(oi,null,Object(l.createElement)("div",null,Object(l.createElement)("div",{className:"label"},Object(i.__)("If customer is in","google-listings-and-ads")),Object(l.createElement)(Iu,Qr()({multiple:!0},n("countryCodes")))),Object(l.createElement)(fu,Qr()({label:Object(i.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:Object(i.__)("days","google-listings-and-ads")},n("time")))))})},Du=()=>{const[e,t]=Object(l.useState)(!1);return Object(l.createElement)(l.Fragment,null,Object(l.createElement)(et,{isSecondary:!0,icon:Object(l.createElement)(au.a,null),onClick:()=>{t(!0)}},Object(i.__)("Add another time","google-listings-and-ads")),e&&Object(l.createElement)(Fu,{onRequestClose:()=>{t(!1)}}))},Lu=e=>{const{countries:t}=e;return Object(l.createElement)("div",null,Object(l.createElement)(ju,{countries:t,textWithMore:// translators: 1: list of country names separated by comma, up to 5 countries; 2: the remaining count of countries.
|
13 |
Object(i.__)("Shipping time for <strong>%1$s</strong> + %2$d more","google-listings-and-ads"),textWithoutMore:// translators: 1: list of country names separated by comma.
|
14 |
+
Object(i.__)("Shipping time for <strong>%1$s</strong>","google-listings-and-ads")}))},Bu=e=>{const{time:t,onRequestClose:n}=e,{upsertShippingTimes:r,deleteShippingTimes:o}=Ur(),a=()=>{o(t.countries),n()};return Object(l.createElement)(rt.Form,{initialValues:{countryCodes:t.countries,time:t.time},validate:e=>{const t={};return 0===e.countryCodes.length&&(t.countryCodes=Object(i.__)("Please specify at least one country.","google-listings-and-ads")),null===e.time&&(t.time=Object(i.__)("Please enter the estimated shipping time.","google-listings-and-ads")),e.time<0&&(t.time=Object(i.__)("The estimated shipping time cannot be less than 0.","google-listings-and-ads")),t},onSubmit:e=>{r(e);const a=new Set(e.countryCodes),i=t.countries.filter(e=>!a.has(e));i.length&&o(i),n()}},e=>{const{getInputProps:t,isValidForm:r,handleSubmit:o}=e;return Object(l.createElement)(Ol,{className:"gla-edit-time-modal",title:Object(i.__)("Estimate shipping time","google-listings-and-ads"),buttons:[Object(l.createElement)(et,{key:"delete",isTertiary:!0,isDestructive:!0,onClick:a},Object(i.__)("Delete","google-listings-and-ads")),Object(l.createElement)(et,{key:"save",isPrimary:!0,disabled:!r,onClick:o},Object(i.__)("Save","google-listings-and-ads"))],onRequestClose:n},Object(l.createElement)(oi,null,Object(l.createElement)("div",null,Object(l.createElement)("div",{className:"label"},Object(i.__)("If customer is in","google-listings-and-ads")),Object(l.createElement)(Iu,Qr()({multiple:!0},t("countryCodes")))),Object(l.createElement)(fu,Qr()({label:Object(i.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:Object(i.__)("days","google-listings-and-ads")},t("time")))))})},Gu=e=>{const{time:t}=e,[n,r]=Object(l.useState)(!1);return Object(l.createElement)(l.Fragment,null,Object(l.createElement)(et,{className:"gla-edit-time-button",isTertiary:!0,onClick:()=>{r(!0)}},Object(i.__)("Edit","google-listings-and-ads")),n&&Object(l.createElement)(Bu,{time:t,onRequestClose:()=>{r(!1)}}))},zu=e=>{const{value:t,onBlur:n}=e,{countries:r,time:o}=t,{data:a}=nu();return a?Object(l.createElement)("div",{className:"gla-countries-time-input"},Object(l.createElement)(fu,{label:Object(l.createElement)("div",{className:"label"},Object(l.createElement)(Lu,{countries:r}),Object(l.createElement)(Gu,{time:t})),suffix:Object(i.__)("days","google-listings-and-ads"),value:o,onBlur:n})):Object(l.createElement)(Ia,null)},Uu=e=>{const t=Hr(e.savedValue),[n,r]=Object(l.useState)(t),{upsertShippingTimes:o}=Ur();return Object(l.useEffect)(()=>{r(t)},[t]),Object(l.createElement)(zu,{value:n,onBlur:(e,t)=>{const{countries:a,time:i}=n;i!==t&&(r({countries:a,time:t}),o({countryCodes:a,time:t}))}})},Hu=()=>{const{data:e}=Mu(),{data:t}=nu();if(!t)return Object(l.createElement)(Ia,null);const n=t.length,r=e.length,o=n-r,a=(e=>{const t=new Map;return e.forEach(e=>{const{countryCode:n,time:r}=e,o=t.get(r)||{countries:[],time:r};o.countries.push(n),t.set(r,o)}),Array.from(t.values())})(e);return 0===a.length&&a.push({countries:t,time:null}),Object(l.createElement)("div",{className:"gla-shipping-time-setup"},Object(l.createElement)(oi,null,Object(l.createElement)("div",{className:"countries-time"},Object(l.createElement)(oi,null,a.map(e=>Object(l.createElement)("div",{key:e.countries.join("-"),className:"countries-time-input-form"},Object(l.createElement)(Uu,{savedValue:e}))),r>=1&&o>=1&&Object(l.createElement)("div",{className:"add-time-button"},Object(l.createElement)(Du,null))))))},qu=e=>{let{formProps:t}=e;return Object(l.createElement)(ni,{title:Object(i.__)("Shipping times","google-listings-and-ads"),description:Object(l.createElement)("div",null,Object(l.createElement)("p",null,Object(i.__)("Your shipping times will be shown to potential customers on Google.","google-listings-and-ads")),Object(l.createElement)("p",null,Object(l.createElement)(io,{context:"setup-mc-shipping",linkId:"shipping-read-more",href:"https://support.google.com/merchants/answer/7050921"},Object(i.__)("Read more","google-listings-and-ads"))))},Object(l.createElement)(ni.Card,null,Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(ni.Card.Title,null,Object(i.__)("Estimated shipping times","google-listings-and-ads")),Object(l.createElement)(Hu,{formProps:t}))))};const Vu=(e,t)=>{const n=["country","method","currency","rate","options.free_shipping_threshold"];return Object(E.isEqual)(Object(E.at)(e,n),Object(E.at)(t,n))};var Yu=(e,t)=>Object(E.differenceWith)(e,t,Vu),Wu=(e,t)=>void 0!==e.id&&e.id===t.id||e.country===t.country&&e.method===t.method,Ku=()=>qr("getShippingRates"),Qu=()=>{const{data:e}=Ku(),{deleteShippingRates:t,upsertShippingRates:n}=Ur();return{saveShippingRates:Object(l.useCallback)(async r=>{const o=((e,t)=>((e,t)=>Object(E.differenceWith)(t,e,Wu))(e,t).map(e=>e.id))(r,e);o.length&&await t(o);const a=Yu(r,e);a.length&&await n(a)},[t,e,n])}},Xu=e=>{const{formProps:t,submitButton:n}=e,{values:r}=t,{shipping_country_rates:o,...a}=r,{data:i}=nu(),c=tu(i),s="flat"===r.shipping_time;return(e=>{const{saveSettings:t}=Ur();eu(e,t)})(a),(e=>{const{saveShippingRates:t}=Qu(),n=Hr(e);eu(n,async e=>{try{await t(e)}catch(e){}})})(o),Object(l.createElement)(Ga,null,Object(l.createElement)(Tu,{formProps:t,audienceCountries:i}),s&&Object(l.createElement)(qu,{formProps:t}),Object(l.createElement)(ru,{show:c},Object(l.createElement)(Xl,{formProps:t})),Object(l.createElement)(Ua,null,n))};function Ju(){const e=Object(l.useRef)(!1);return Object(l.useEffect)(()=>(e.current=!0,()=>{e.current=!1}),[]),Object(l.useCallback)(()=>e.current,[])}var Zu=e=>{if(e.some(Ul))return e.some(e=>e.options.free_shipping_threshold>0)},ed=e=>{const t=Hr(e),[n,r]=Si(t,{loading:!0});return Object(l.useEffect)(()=>{t&&n()},[n,t]),r},td=()=>{const{hasFinishedResolution:e,data:t}=Ku(),{loading:n,data:r}=(()=>{const{loading:e,data:t}=nu(),{loading:n,data:r}=ed(t&&{path:Object(br.addQueryArgs)("/wc/gla/mc/shipping/rates/suggestions",{country_codes:t})});return{loading:e||n,data:null==r?void 0:r.filter(e=>"flat_rate"===e.method)}})(),o=Object(l.useRef)(void 0);e&&void 0===o.current&&(o.current=0===t.length);const a=o.current&&r,[c,s]=Object(l.useState)(!1),u=(()=>{const{createNotice:e}=wi(),{saveShippingRates:t}=Qu();return Object(l.useCallback)(async n=>{try{await t(n)}catch(t){e("error",Object(i.__)("Unable to use your WooCommerce shipping settings as shipping rates in Google. You may have to enter shipping rates manually.","google-listings-and-ads"))}},[e,t])})();return function(e,t){const n=Object(l.useRef)(!1);for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];const i=Hr(o);Object(l.useEffect)(()=>{!0!==n.current&&e&&(n.current=!0,t(...i))},[i,t,e])}(a,Object(l.useCallback)(async e=>{await u(e),s(!0)},[u]),r),{loading:n||!e||a&&!c,data:t}},nd=e=>{const{onContinue:t=(()=>{})}=e,{settings:n}=zl(),{loading:r,data:o}=td(),{data:a}=Mu(),{data:c}=nu(),{saveSettings:s}=Ur(),{saveShippingRates:u}=Qu(),[d,g]=Object(l.useState)(!1),{createNotice:f}=wi(),p=Ju();return n&&!r&&a&&c?Object(l.createElement)("div",{className:"gla-setup-free-listings"},Object(l.createElement)(Gl,null),Object(l.createElement)(rt.Form,{initialValues:{shipping_rate:n.shipping_rate||"automatic",shipping_time:n.shipping_time||"flat",tax_rate:n.tax_rate,shipping_country_rates:o,offer_free_shipping:Zu(o)},validate:()=>({}),onSubmit:async e=>{const{shipping_country_rates:n,...r}=e;g(!0);try{await Promise.all([s(r),u(n)]),t()}catch(e){p()&&g(!1),f("error",Object(i.__)("There is a problem in saving your settings and shipping rates. Please try again later.","google-listings-and-ads"))}}},e=>{const{values:t,handleSubmit:n}=e,r=Yl(t,a,c),o=Object.keys(r).length>=1;return Object(l.createElement)(Xu,{formProps:e,submitButton:Object(l.createElement)(Oa,{isPrimary:!0,disabled:o,loading:d,onClick:n},Object(i.__)("Continue","google-listings-and-ads"))})})):Object(l.createElement)(Ia,null)},rd=()=>qr("getCountries"),od=e=>{const{data:t}=rd(),n=t?Object.keys(t):[];return Object(l.createElement)(yu,Qr()({options:n},e))},ad=e=>{const{formProps:t}=e,{values:n,isValidForm:r,getInputProps:o,handleSubmit:a}=t,{locale:c,language:s}=n;return(e=>{const{saveTargetAudience:t}=Ur();eu(e,t,{callOnFirstRender:!0})})(n),((e,t)=>{const{data:n}=Mu(),{saveShippingRates:r}=Qu(),{deleteShippingTimes:o}=Ur(),{createNotice:a}=wi(),c=Jl(async()=>{try{if(r([]),n.length){const e=n.map(e=>e.countryCode);o(e)}}catch(e){a("error",Object(i.__)("Something went wrong while trying to clear your shipping data. Please try again later.","google-listings-and-ads"))}},500),s=Object(l.useRef)(null),u=Object(l.useRef)(null);Object(l.useEffect)(()=>{if(null===s.current&&null===u.current)return s.current=e,void(u.current=t);"all"===s.current&&"all"===e||"selected"===s.current&&"selected"===e&&u.current.length===t.length||(s.current=e,u.current=t,c.callback())},[c,e,t])})(n.location,n.countries),Object(l.createElement)(l.Fragment,null,Object(l.createElement)(ni,{title:Object(i.__)("Audience","google-listings-and-ads"),description:Object(l.createElement)("p",null,Object(i.__)("Where do you want to sell your products?","google-listings-and-ads"))},Object(l.createElement)(ni.Card,null,Object(l.createElement)(ni.Card.Body,null,Object(l.createElement)(Za,null,Object(l.createElement)(Za.Title,null,Object(i.__)("Language","google-listings-and-ads")),Object(l.createElement)(Za.HelperText,{className:"helper-text"},Object(l.createInterpolateElement)(Object(i.__)("Listings can only be displayed in your site language. <link>Read more</link>","google-listings-and-ads"),{link:Object(l.createElement)(io,{context:"setup-mc-audience",linkId:"site-language",href:"https://support.google.com/merchants/answer/160637"})})),Object(l.createElement)(Kl,{selected:c,options:[{label:s,value:c}]})),Object(l.createElement)(Za,null,Object(l.createElement)(Za.Title,null,Object(i.__)("Location","google-listings-and-ads")),Object(l.createElement)(Za.HelperText,{className:"helper-text"},Object(i.__)("Your store should already have the appropriate shipping and tax rates (if required) for potential customers in your selected location(s).","google-listings-and-ads")),Object(l.createElement)(oi,{size:"large"},Object(l.createElement)(Ql,Qr()({},o("location"),{collapsible:!0,label:Object(i.__)("Selected countries only","google-listings-and-ads"),value:"selected"}),Object(l.createElement)("div",{className:"input"},Object(l.createElement)(od,Qr()({multiple:!0},o("countries")))),Object(l.createElement)("div",{className:"cannot-find-country"},Object(i.__)("Can’t find a country? Only supported countries can be selected.","google-listings-and-ads"))),Object(l.createElement)(Ql,Qr()({},o("location"),{label:Object(i.__)("All countries","google-listings-and-ads"),value:"all"}),Object(l.createElement)(Wl,null,Object(i.__)("Your listings will be shown in all supported countries.","google-listings-and-ads")))))))),Object(l.createElement)(Ua,null,Object(l.createElement)(et,{isPrimary:!0,disabled:!r,onClick:a},Object(i.__)("Continue","google-listings-and-ads"))))},id=e=>{const{onContinue:t=(()=>{})}=e,{loading:n,data:r}=(()=>{const{hasFinishedResolution:e}=rd(),{hasFinishedResolution:t,data:n}=Vr(),{loading:r,data:o}=ed({path:"/wc/gla/mc/target_audience/suggestions"});return{loading:!e||!t||r,data:t&&null===(null==n?void 0:n.location)&&null===(null==n?void 0:n.countries)?o:n}})();return n?Object(l.createElement)(Ia,null):Object(l.createElement)("div",{className:"gla-choose-audience"},Object(l.createElement)(Ga,null,Object(l.createElement)(za,{title:Object(i.__)("Choose your audience","google-listings-and-ads"),description:Object(i.__)("Configure who sees your product listings on Google.","google-listings-and-ads")}),Object(l.createElement)(rt.Form,{initialValues:{locale:r.locale,language:r.language,location:r.location,countries:r.countries||[]},validate:e=>{const t={};return e.location||(t.location=Object(i.__)("Please select a location option.","google-listings-and-ads")),"selected"===e.location&&0===e.countries.length&&(t.countries=Object(i.__)("Please select at least one country.","google-listings-and-ads")),t},onSubmit:()=>{t()}},e=>Object(l.createElement)(ad,{formProps:e}))))},cd=()=>Object(s.getSetting)("adminUrl");const sd={address:"",address2:"",city:"",state:"",country:"",postcode:"",isMCAddressDifferent:null,isAddressFilled:null};function ld(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"wc";const{data:t,hasFinishedResolution:n,invalidateResolution:r}=qr("getGoogleMCContactInformation"),o=hu();let a=sd;if(n&&t){const{is_mc_address_different:n}=t,r="wc"===e?t.wc_address:t.mc_address,i=(null==r?void 0:r.street_address)||"",c=(null==r?void 0:r.locality)||"",s=(null==r?void 0:r.region)||"",l=(null==r?void 0:r.postal_code)||"",[u,d=""]=i.split("\n");a={address:u,address2:d,city:c,state:s,country:o[null==r?void 0:r.country],postcode:l,isAddressFilled:!t.wc_address_errors.length,isMCAddressDifferent:n}}return{refetch:r,loaded:n,data:a}}var ud={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([457]\\d{6})$","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2457]\\d{6})$","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"1|([267]\\d{6})$","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"0|(183[12])",0,0,0,[["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[047]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[25689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[25689]"]]]],BL:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([3-8]\\d{6})$","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-79]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}",[10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|74)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[12]|33|44|66|77|88)|622)[2-9]\\d{6}"],0,0,0,["600[2-9]\\d{6}"]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"0|([59]\\d{7})$","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","(?:0\\d\\d|222|800)\\d{6}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-3]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","(?:10|2[0-57-9])(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"0|(1(?:[12]\\d|79)\\d\\d)",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:(?:1\\d|[36])\\d{3}|9101)\\d{6}|[124-8]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1 $2",["[146][2-9]|[2578]"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["[39]"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["5"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"0|([59]\\d{7})$","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:83[0-38]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:1\\d|2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[05]\\d|[23]1|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[0568]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[189]"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-59]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-59]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d)(\\d{4,9})","$1 $2",["[2568][1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["[12]00|[368]|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[1245]|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[47]\\d{6}|76\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-24-69]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-278])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94|80\\d|976)\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"0|([25-9]\\d{5})$","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d\\d|606)\\d{5}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|1[0-2]|2[0-68]|3[1289]|4[0-24-9]|5[3-579]|6[0189]|7[08]|8[0-689]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"1|([3-9]\\d{6})$","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:862\\d|9008)\\d{3}|(?:[2-46]\\d|77)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-46-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4}(?:\\d(?:\\d(?:\\d{4})?)?)?|(?:[235-79]\\d|46)\\d{6}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","[2-489]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-489]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"0|([25-8]\\d{5})$","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|55\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[38]"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"0|([0-24-8]\\d{5})$","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:49|80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:496|802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:496|802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|(?:[235-8]\\d|99)\\d{7}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"1|([2-8]\\d{6})$","758$1",0,"758"],LI:["423","00","90\\d{5}|(?:[2378]|6\\d\\d)\\d{6}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[237-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"0|(1001)"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:2|33|5\\d|77|88)\\d{7}|[4-6]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{5})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29|38)[89]","5(?:29|38)[89]0"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|9)|892","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:29(?:[189][05]|2[29]|3[01])|38[89][05])\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|90)|3(?:[0-47]\\d|5[02-9]|6[02-8]|80|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:0\\d|1[0-5]|6[1267]|7[0-57]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590|(?:69|80)\\d|976)\\d{6}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["976[01]\\d{5}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"0|([24-9]\\d{6})$","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[57-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[57-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","670$1",0,"670"],MQ:["596","00","(?:69|80)\\d{7}|(?:59|97)6\\d{6}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"1|([34]\\d{6})$","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["5"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[3467]|9[13-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[19]\\d|[23]1|77|88)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9])|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1[36-8]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","[2-57-9]\\d{5}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[2-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[04]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-7]|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|[89]\\d{6,9}|1\\d{4,5}",[5,6,7,8,9,10],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-57-9]"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[489]|59"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-579]|6[2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[47]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-579]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|[89]0","50(?:[0367]|88)|[89]0"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[59]|80"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7|86"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,0," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","6\\d{5}(?:\\d{2})?|8\\d{9}|[1-9]\\d{6}(?:\\d{2})?",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","(?:[45]|80\\d\\d)\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-6])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}",[7,8,9],[["(\\d{3})(\\d{4})","$1 $2",["2[126]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]]]],RE:["262","00","9769\\d{5}|(?:26|[68]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,"26[23]|69|[89]"],RO:["40","00","(?:[2378]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[237-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-6]2|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-6]2|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","8000\\d{3}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-4]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|[57]9)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["24|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3478]|64|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|(5\\d{6})$","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"1|([2-479]\\d{6})$","649$1",0,"649"],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","(?:00|[1-57-9]\\d)\\d{7}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|616)","5(?:[0-59]|6161)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-46-8]\\d{6})$","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[26-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["4[45][0-5]|5(?:0|6[37])|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]","4[45][0-5]|5(?:0|6(?:3[14-7]|7))|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["[3-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}",[10],[["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-3]|[268]2)|3(?:0[02]|33)|4(?:00|4[24]|65|82)|5(?:00|29|83)|6(?:00|66|82)|777|8(?:00|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[39]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","4\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["405|8|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["4"],"0$1"]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:33|55|[679]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[35-9]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"1|([2-7]\\d{6})$","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"1|([2-578]\\d{6})$","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"1|([2-9]\\d{6})$","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[69]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3578]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7[24-68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","80\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,"269|63"],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","(?:63|80)0\\d{6}|(?:21|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:005|[1-9]\\d\\d)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:005|[1-9]\\d\\d)\\d{5}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"[0-36-9]\\d{8}",[9],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-36-9]"]]],0,0,0,0,0,0,[0,["[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|285\\d{9}|(?:[19]\\d|49)\\d{6}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["4"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[19]"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["34[57]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-3]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|3(?:2|47|7\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:(?:285\\d\\d|3(?:45|[69]\\d{3}))\\d|9[89])\\d{6}"]]],883:["883",0,"210\\d{7}|51\\d{7}(?:\\d{3})?",[9,10,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["510"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["5"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:210|51[013]0\\d)\\d{7}|5100\\d{5}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function dd(e,t){var n=Array.prototype.slice.call(t);return n.push(ud),e.apply(this,n)}var gd="".concat("-‐-―−ー-").concat("//").concat("..").concat(" ").concat("()()[]\\[\\]").concat("~⁓∼~"),fd=function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.name=this.constructor.name,this.message=t,this.stack=new Error(t).stack};(fd.prototype=Object.create(Error.prototype)).constructor=fd;var pd=function(e,t){e=e.split("-"),t=t.split("-");for(var n=e[0].split("."),r=t[0].split("."),o=0;o<3;o++){var a=Number(n[o]),i=Number(r[o]);if(a>i)return 1;if(i>a)return-1;if(!isNaN(a)&&isNaN(i))return 1;if(isNaN(a)&&!isNaN(i))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0};function bd(e){return(bd="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function md(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hd(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function yd(e,t,n){return t&&hd(e.prototype,t),n&&hd(e,n),e}var Od=/^\d+$/,vd=function(){function e(t){md(this,e),function(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!Cd(e)||!Cd(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(Cd(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+Sd(e)+": "+e,"."))}(t),this.metadata=t,xd.call(this,t)}return yd(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter((function(e){return"001"!==e}))}},{key:"getCountryMetadata",value:function(e){return this.metadata.countries[e]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(e){return void 0!==this.getCountryMetadata(e)}},{key:"hasCallingCode",value:function(e){if(this.getCountryCodesForCallingCode(e))return!0;if(this.nonGeographic()){if(this.nonGeographic()[e])return!0}else{var t=this.countryCallingCodes()[e];if(t&&1===t.length&&"001"===t[0])return!0}}},{key:"isNonGeographicCallingCode",value:function(e){return this.nonGeographic()?!!this.nonGeographic()[e]:!this.getCountryCodesForCallingCode(e)}},{key:"country",value:function(e){return this.selectNumberingPlan(e)}},{key:"selectNumberingPlan",value:function(e,t){if(e&&Od.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new jd(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new jd(this.getNumberingPlanMetadata(t),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(e){var t=this.countryCallingCodes()[e];if(t){if(1===t.length&&3===t[0].length)return;return t}}},{key:"getCountryCodeForCallingCode",value:function(e){var t=this.getCountryCodesForCallingCode(e);if(t)return t[0]}},{key:"getNumberingPlanMetadata",value:function(e){var t=this.getCountryCodeForCallingCode(e);if(t)return this.getCountryMetadata(t);if(this.nonGeographic()){var n=this.nonGeographic()[e];if(n)return n}else{var r=this.countryCallingCodes()[e];if(r&&1===r.length&&"001"===r[0])return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(e){return this.numberingPlan.type(e)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(e){return this.selectNumberingPlan(e)}},{key:"hasSelectedNumberingPlan",value:function(){return void 0!==this.numberingPlan}}]),e}(),jd=function(){function e(t,n){md(this,e),this.globalMetadataObject=n,this.metadata=t,xd.call(this,n.metadata)}return yd(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(e){return e[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var e=this;return(this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[]).map((function(t){return new _d(t,e)}))}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(e){return e[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return!(this.types()&&0===this.types().length||!this.types())}},{key:"type",value:function(e){if(this.hasTypes()&&$d(this.types(),e))return new Ed($d(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?" ext. ":this.metadata[13]||" ext. "}}]),e}(),_d=function(){function e(t,n){md(this,e),this._format=t,this.metadata=n}return yd(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!(!this.nationalPrefixFormattingRule()||wd.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),wd=/^\(?\$1\)?$/,Ed=function(){function e(t,n){md(this,e),this.type=t,this.metadata=n}return yd(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function $d(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}var Cd=function(e){return"object"===bd(e)},Sd=function(e){return bd(e)};function kd(e,t){if((t=new vd(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function xd(e){var t=e.version;"number"==typeof t?(this.v1=1===t,this.v2=2===t,this.v3=3===t,this.v4=4===t):t?-1===pd(t,"1.2.0")?this.v2=!0:-1===pd(t,"1.7.35")?this.v3=!0:this.v4=!0:this.v1=!0}var Pd=function(e){return"([".concat("0-90-9٠-٩۰-۹","]{1,").concat(e,"})")};function Ad(e){return";ext="+Pd("20")+"|[ \\t,]*(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)[:\\..]?[ \\t,-]*"+Pd("20")+"#?|[ \\t,]*(?:[xx##~~]|int|int)[:\\..]?[ \\t,-]*"+Pd("9")+"#?|[- ]+"+Pd("6")+"#|[ \\t]*(?:,{2}|;)[:\\..]?[ \\t,-]*"+Pd("15")+"#?|[ \\t]*(?:,)+[:\\..]?[ \\t,-]*"+Pd("9")+"#?"}var Nd="[++]{0,1}(?:["+gd+"]*[0-90-9٠-٩۰-۹]){3,}["+gd+"0-90-9٠-٩۰-۹]*",Rd=new RegExp("^[++]{0,1}(?:["+gd+"]*[0-90-9٠-٩۰-۹]){1,2}$","i"),Td=Nd+"(?:"+Ad()+")?",Md=new RegExp("^[0-90-9٠-٩۰-۹]{2}$|^"+Td+"$","i");function Id(e){return e.length>=2&&Md.test(e)}var Fd=new RegExp("(?:"+Ad()+")$","i"),Dd={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function Ld(e){var t="",n=e.split(""),r=Array.isArray(n),o=0;for(n=r?n:n[Symbol.iterator]();;){var a;if(r){if(o>=n.length)break;a=n[o++]}else{if((o=n.next()).done)break;a=o.value}t+=Bd(a,t)||""}return t}function Bd(e,t){if("+"===e){if(t)return;return"+"}return function(e){return Dd[e]}(e)}function Gd(e,t){return function e(t,n,r){var o=r.type(n),a=o&&o.possibleLengths()||r.possibleLengths();if(!a)return"IS_POSSIBLE";if("FIXED_LINE_OR_MOBILE"===n){if(!r.type("FIXED_LINE"))return e(t,"MOBILE",r);var i=r.type("MOBILE");i&&(a=function(e,t){var n=e.slice(),r=t,o=Array.isArray(r),a=0;for(r=o?r:r[Symbol.iterator]();;){var i;if(o){if(a>=r.length)break;i=r[a++]}else{if((a=r.next()).done)break;i=a.value}var c=i;e.indexOf(c)<0&&n.push(c)}return n.sort((function(e,t){return e-t}))}(a,i.possibleLengths()))}else if(n&&!o)return"INVALID_LENGTH";var c=t.length,s=a[0];return s===c?"IS_POSSIBLE":s>c?"TOO_SHORT":a[a.length-1]<c?"TOO_LONG":a.indexOf(c,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}(e,void 0,t)}function zd(e,t){switch(Gd(e,t)){case"IS_POSSIBLE":return!0;default:return!1}}function Ud(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}var Hd=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function qd(e,t,n){if(t=t||{},e.country){(n=new vd(n)).selectNumberingPlan(e.country,e.countryCallingCode);var r=t.v2?e.nationalNumber:e.phone;if(Ud(r,n.nationalNumberPattern())){if(Vd(r,"FIXED_LINE",n))return n.type("MOBILE")&&""===n.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":n.type("MOBILE")?Vd(r,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var o=0,a=Hd;o<a.length;o++){var i=a[o];if(Vd(r,i,n))return i}}}}function Vd(e,t,n){return!(!(t=n.type(t))||!t.pattern())&&!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&Ud(e,t.pattern())}var Yd=/(\$\d)/;var Wd=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function Kd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Qd={formatExtension:function(e,t,n){return"".concat(e).concat(n.ext()).concat(t)}};function Xd(e,t,n,r,o){var a=function(e,t){var n=e,r=Array.isArray(n),o=0;for(n=r?n:n[Symbol.iterator]();;){var a;if(r){if(o>=n.length)break;a=n[o++]}else{if((o=n.next()).done)break;a=o.value}var i=a;if(i.leadingDigitsPatterns().length>0){var c=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(0!==t.search(c))continue}if(Ud(t,i.pattern()))return i}}(r.formats(),e);return a?function(e,t,n){var r=n.useInternationalFormat,o=n.withNationalPrefix,a=(n.carrierCode,n.metadata,e.replace(new RegExp(t.pattern()),r?t.internationalFormat():o&&t.nationalPrefixFormattingRule()?t.format().replace(Yd,t.nationalPrefixFormattingRule()):t.format()));return r?function(e){return e.replace(new RegExp("[".concat(gd,"]+"),"g")," ").trim()}(a):a}(e,a,{useInternationalFormat:"INTERNATIONAL"===n,withNationalPrefix:!a.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!o||!1!==o.nationalPrefix,carrierCode:t,metadata:r}):e}function Jd(e,t,n,r){return t?r(e,t,n):e}function Zd(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function eg(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var tg=function(){function e(t,n,r){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!n)throw new TypeError("`nationalNumber` not passed");if(!r)throw new TypeError("`metadata` not passed");var o=new vd(r);ng(t)&&(this.country=t,o.country(t),t=o.countryCallingCode()),this.countryCallingCode=t,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.metadata=r}var t,n;return t=e,(n=[{key:"setExt",value:function(e){this.ext=e}},{key:"isPossible",value:function(){return function(e,t,n){if(void 0===t&&(t={}),n=new vd(n),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(e.countryCallingCode)}}if(n.possibleLengths())return zd(e.phone||e.nationalNumber,n);if(e.countryCallingCode&&n.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}(this,{v2:!0},this.metadata)}},{key:"isValid",value:function(){return this,e={v2:!0},t=this.metadata,e=e||{},t=new vd(t),!!this.country&&(t.selectNumberingPlan(this.country,this.countryCallingCode),t.hasTypes()?void 0!==qd(this,e,t.metadata):Ud(e.v2?this.nationalNumber:this.phone,t.nationalNumberPattern()));var e,t}},{key:"isNonGeographic",value:function(){return new vd(this.metadata).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return qd(this,{v2:!0},this.metadata)}},{key:"format",value:function(e,t){return function(e,t,n,r){if(n=n?function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Kd(e,t,n[t])}))}return e}({},Qd,n):Qd,r=new vd(r),e.country&&"001"!==e.country){if(!r.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));r.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";r.selectNumberingPlan(e.countryCallingCode)}var o,a=r.countryCallingCode(),i=n.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return i?Jd(o=Xd(i,e.carrierCode,"NATIONAL",r,n),e.ext,r,n.formatExtension):"";case"INTERNATIONAL":return i?(o=Xd(i,null,"INTERNATIONAL",r,n),Jd(o="+".concat(a," ").concat(o),e.ext,r,n.formatExtension)):"+".concat(a);case"E.164":return"+".concat(a).concat(i);case"RFC3966":return function(e){var t=e.number,n=e.ext;if(!t)return"";if("+"!==t[0])throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(n?";ext="+n:"")}({number:"+".concat(a).concat(i),ext:e.ext});case"IDD":if(!n.fromCountry)return;return Jd(function(e,t,n,r,o){if(kd(r,o.metadata)===n){var a=Xd(e,t,"NATIONAL",o);return"1"===n?n+" "+a:a}var i=function(e,t,n){var r=new vd(n);return r.selectNumberingPlan(e,void 0),r.defaultIDDPrefix()?r.defaultIDDPrefix():Wd.test(r.IDDPrefix())?r.IDDPrefix():void 0}(r,0,o.metadata);if(i)return"".concat(i," ").concat(n," ").concat(Xd(e,null,"INTERNATIONAL",o))}(i,e.carrierCode,a,n.fromCountry,r),e.ext,r,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}(this,e,t?function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Zd(e,t,n[t])}))}return e}({},t,{v2:!0}):{v2:!0},this.metadata)}},{key:"formatNational",value:function(e){return this.format("NATIONAL",e)}},{key:"formatInternational",value:function(e){return this.format("INTERNATIONAL",e)}},{key:"getURI",value:function(e){return this.format("RFC3966",e)}}])&&eg(t.prototype,n),e}(),ng=function(e){return/^[A-Z]{2}$/.test(e)},rg=new RegExp("([0-90-9٠-٩۰-۹])");function og(e,t){var n=function(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),r=n.exec(e);if(r){var o,a,i,c=r.length-1,s=c>0&&r[c];if(t.nationalPrefixTransformRule()&&s)o=e.replace(n,t.nationalPrefixTransformRule()),c>1&&(a=r[1]);else{var l=r[0];o=e.slice(l.length),s&&(a=r[1])}if(s){var u=e.indexOf(r[1]);e.slice(0,u)===t.numberingPlan.nationalPrefix()&&(i=t.numberingPlan.nationalPrefix())}else i=r[0];return{nationalNumber:o,nationalPrefix:i,carrierCode:a}}}return{nationalNumber:e}}(e,t),r=n.nationalNumber,o=n.carrierCode;if(!function(e,t,n){return!(Ud(e,n.nationalNumberPattern())&&!Ud(t,n.nationalNumberPattern()))}(e,r,t))return{nationalNumber:e};if(e.length!==r.length+(o?o.length:0)&&t.possibleLengths())switch(Gd(r,t)){case"TOO_SHORT":case"INVALID_LENGTH":return{nationalNumber:e}}return{nationalNumber:r,carrierCode:o}}var ag=new RegExp("[++0-90-9٠-٩۰-۹]"),ig=new RegExp("[^0-90-9٠-٩۰-۹#]+$");function cg(e,t,n){if(t=t||{},n=new vd(n),t.defaultCountry&&!n.hasCountry(t.defaultCountry)){if(t.v2)throw new fd("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var r=function(e,t,n){if(e&&0===e.indexOf("tel:"))return function(e){var t,n,r,o,a=(e=e.replace(/^tel:/,"tel=")).split(";"),i=Array.isArray(a),c=0;for(a=i?a:a[Symbol.iterator]();;){var s;if(i){if(c>=a.length)break;s=a[c++]}else{if((c=a.next()).done)break;s=c.value}var l=(r=s.split("="),o=2,function(e){if(Array.isArray(e))return e}(r)||function(e,t){var n=[],_n=!0,r=!1,o=void 0;try{for(var a,i=e[Symbol.iterator]();!(_n=(a=i.next()).done)&&(n.push(a.value),!t||n.length!==t);_n=!0);}catch(e){r=!0,o=e}finally{try{_n||null==i.return||i.return()}finally{if(r)throw o}}return n}(r,o)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),u=l[0],d=l[1];switch(u){case"tel":t=d;break;case"ext":n=d;break;case"phone-context":"+"===d[0]&&(t=d+t)}}if(!Id(t))return{};var g={number:t};return n&&(g.ext=n),g}(e);var r=function(e,t,n){if(e)if(e.length>250){if(n)throw new fd("TOO_LONG")}else{if(!1===t)return e;var r=e.search(ag);if(!(r<0))return e.slice(r).replace(ig,"")}}(e,n,t);if(!r)return{};if(!Id(r))return function(e){return Rd.test(e)}(r)?{error:"TOO_SHORT"}:{};var o=function(e){var t=e.search(Fd);if(t<0)return{};for(var n=e.slice(0,t),r=e.match(Fd),o=1;o<r.length;){if(r[o])return{number:n,ext:r[o]};o++}}(r);return o.ext?o:{number:r}}(e,t.v2,t.extract),o=r.number,a=r.ext,i=r.error;if(!o){if(t.v2){if("TOO_SHORT"===i)throw new fd("TOO_SHORT");throw new fd("NOT_A_NUMBER")}return{}}var c=function(e,t,n,r){var o,a=function(e,t,n,r){if(!e)return{};if("+"!==e[0]){var o=function(e,t,n,r){if(t){var o=new vd(r);o.selectNumberingPlan(t,n);var a=new RegExp(o.IDDPrefix());if(0===e.search(a)){var i=(e=e.slice(e.match(a)[0].length)).match(rg);if(!(i&&null!=i[1]&&i[1].length>0&&"0"===i[1]))return e}}}(e,t,n,r);if(!o||o===e){if(t||n){var a=function(e,t,n,r){var o=t?kd(t,r):n;if(0===e.indexOf(o)){(r=new vd(r)).selectNumberingPlan(t,n);var a=e.slice(o.length),i=og(a,r).nationalNumber,c=og(e,r).nationalNumber;if(!Ud(c,r.nationalNumberPattern())&&Ud(i,r.nationalNumberPattern())||"TOO_LONG"===Gd(c,r))return{countryCallingCode:o,number:a}}return{number:e}}(e,t,n,r),i=a.countryCallingCode,c=a.number;if(i)return{countryCallingCode:i,number:c}}return{number:e}}e="+"+o}if("0"===e[1])return{};r=new vd(r);for(var s=2;s-1<=3&&s<=e.length;){var l=e.slice(1,s);if(r.hasCallingCode(l))return r.selectNumberingPlan(l),{countryCallingCode:l,number:e.slice(s)};s++}return{}}(Ld(e),t,n,r.metadata),i=a.countryCallingCode,c=a.number;if(i)r.selectNumberingPlan(i);else{if(!c||!t&&!n)return{};r.selectNumberingPlan(t,n),t&&(o=t),i=n||kd(t,r.metadata)}if(!c)return{countryCallingCode:i};var s=og(Ld(c),r),l=s.nationalNumber,u=s.carrierCode,d=function(e,t,n){var r=n.getCountryCodesForCallingCode(e);if(r)return 1===r.length?r[0]:function(e,t,n){n=new vd(n);var r=e,o=Array.isArray(r),a=0;for(r=o?r:r[Symbol.iterator]();;){var i;if(o){if(a>=r.length)break;i=r[a++]}else{if((a=r.next()).done)break;i=a.value}var c=i;if(n.country(c),n.leadingDigits()){if(t&&0===t.search(n.leadingDigits()))return c}else if(qd({phone:t,country:c},void 0,n.metadata))return c}}(r,t,n.metadata)}(i,l,r);return d&&(o=d,"001"===d||r.country(o)),{country:o,countryCallingCode:i,nationalNumber:l,carrierCode:u}}(o,t.defaultCountry,t.defaultCallingCode,n),s=c.country,l=c.nationalNumber,u=c.countryCallingCode,d=c.carrierCode;if(!n.hasSelectedNumberingPlan()){if(t.v2)throw new fd("INVALID_COUNTRY");return{}}if(!l||l.length<2){if(t.v2)throw new fd("TOO_SHORT");return{}}if(l.length>17){if(t.v2)throw new fd("TOO_LONG");return{}}if(t.v2){var g=new tg(u,l,n.metadata);return s&&(g.country=s),d&&(g.carrierCode=d),a&&(g.ext=a),g}var f=!!(t.extended?n.hasSelectedNumberingPlan():s)&&Ud(l,n.nationalNumberPattern());return t.extended?{country:s,countryCallingCode:u,carrierCode:d,valid:f,possible:!!f||!(!0!==t.extended||!n.possibleLengths()||!zd(l,n)),phone:l,ext:a}:f?function(e,t,n){var r={country:e,phone:t};return n&&(r.ext=n),r}(s,l,a):{}}function sg(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function lg(e){return(lg="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ug(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function dg(e){var t,n,r,o,a,i=(o=Array.prototype.slice.call(e),a=4,function(e){if(Array.isArray(e))return e}(o)||function(e,t){var n=[],_n=!0,r=!1,o=void 0;try{for(var a,i=e[Symbol.iterator]();!(_n=(a=i.next()).done)&&(n.push(a.value),!t||n.length!==t);_n=!0);}catch(e){r=!0,o=e}finally{try{_n||null==i.return||i.return()}finally{if(r)throw o}}return n}(o,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()),c=i[0],s=i[1],l=i[2],u=i[3];if("string"!=typeof c)throw new TypeError("A text for parsing must be a string.");if(t=c,s&&"string"!=typeof s){if(!gg(s))throw new Error("Invalid second argument: ".concat(s));l?(n=s,r=l):r=s}else u?(n=l,r=u):(n=void 0,r=l),s&&(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ug(e,t,n[t])}))}return e}({defaultCountry:s},n));return{text:t,options:n,metadata:r}}var gg=function(e){return"object"===lg(e)};function fg(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function pg(e,t,n){t&&t.defaultCountry&&!function(e,t){return void 0!==t.countries[e]}(t.defaultCountry,n)&&(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fg(e,t,n[t])}))}return e}({},t,{defaultCountry:void 0}));try{return function(e,t,n){return cg(e,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sg(e,t,n[t])}))}return e}({},t,{v2:!0}),n)}(e,t,n)}catch(e){if(!(e instanceof fd))throw e}}function bg(){var e=dg(arguments),t=e.text,n=e.options,r=e.metadata;return pg(t,n,r)}function mg(){return dd(bg,arguments)}const hg={country:"",countryCallingCode:"",nationalNumber:"",isValid:!1,display:""};function yg(){return Object(ot.useSelect)(e=>{const{getGoogleMCPhoneNumber:t}=e("wc/gla"),{data:n,loaded:r}=t();let o=hg;if(n){const e=mg(n.phone_number||"");e&&(o={...e,isValid:e.isValid(),display:e.formatInternational()},delete o.metadata)}return{loaded:r,data:o}},[])}const Og=Array(6).fill(""),vg=e=>{const t=e.join("");return{code:t,isFilled:6===t.length}};function jg(e){let{onCodeChange:t,resetNeedle:n=""}=e;const r=Object(l.useRef)([]),o=Object(l.useRef)(0),a=Object(l.useRef)(),[i,c]=Object(l.useState)(Og);a.current=t;const s=e=>{const t=r.current[e];t&&t.focus()},u=e=>{const{dataset:t,selectionStart:n,selectionEnd:r,value:o}=e.target,a=Number(t.idx);switch(e.keyCode){case 37:case 8:0===n&&0===r&&s(a-1);break;case 39:1!==n&&o||s(a+1)}},d=e=>{o.current=e.target.selectionStart},g=e=>{const{value:n,dataset:r}=e.target,a=Number(r.idx),l=n.substr(o.current,1).replace(/\D/,"");if(l!==n&&(e.target.value=l),l&&s(a+1),l!==i[a]){const e=[...i];e[a]=l,c(e),t(vg(e))}};return Object(l.useEffect)(()=>{r.current.forEach(e=>e.value=""),c(Og),a.current(vg(Og))},[n]),Object(l.useEffect)(()=>{i===Og&&s(0)},[n,i]),Object(l.createElement)(Ko,{className:"gla-verification-code-control",justify:"normal",gap:2},i.map((e,t)=>Object(l.createElement)(rl,{key:t,ref:e=>r.current[t]=e,"data-idx":t,value:e,onKeyDown:u,onBeforeInput:d,onInput:g,autoComplete:"off"})))}const _g=Object.freeze({SMS:"SMS",PHONE_CALL:"PHONE_CALL"}),wg={[_g.SMS]:{toInstruction:e=>Object(l.createInterpolateElement)(Object(i.__)("A text message with the 6-digit verification code has been sent to <userPhoneNumber />.","google-listings-and-ads"),{userPhoneNumber:Object(l.createElement)("strong",null,e)}),textResend:Object(i.__)("Resend code","google-listings-and-ads"),
|
15 |
// translators: %d: seconds to wait until the next verification code can be requested via SMS.
|
16 |
textResendCooldown:Object(i.__)("Resend code (in %ds)","google-listings-and-ads"),textSwitch:Object(i.__)("Or, receive a verification code through a phone call","google-listings-and-ads")},[_g.PHONE_CALL]:{toInstruction:e=>Object(l.createInterpolateElement)(Object(i.__)("You will receive a phone call at <userPhoneNumber /> with an automated message containing the 6-digit verification code.","google-listings-and-ads"),{userPhoneNumber:Object(l.createElement)("strong",null,e)}),textResend:Object(i.__)("Call again","google-listings-and-ads"),
|
17 |
// translators: %d: seconds to wait until the next verification code can be requested via phone call.
|
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"
|
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.3\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-05T18:54:50+00: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"
|
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.2 - 2022-04-05 =
|
113 |
* Add - Unit test for AdsConversionAction.
|
114 |
* Add - Unit test for AdsReport.
|
@@ -120,27 +123,4 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis
|
|
120 |
* 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.
|
121 |
* Fix - Do not sync shipping rates if the shipping time setting is set to complex.
|
122 |
|
123 |
-
= 1.12.0 - 2022-03-29 =
|
124 |
-
* Add - Additional data points for tracker snapshot.
|
125 |
-
* Add - Enables merchants to select multiple countries as their audience when creating a Google Ads campaign (Smart Shopping Campaign).
|
126 |
-
* Add - Google Listings And Ads product attributes icon.
|
127 |
-
* Add - Integration with WooCommerce Shipping Zone to automatically sync shipping settings to Merchant Center.
|
128 |
-
* FIx - Show right link and message in Paid Campaigns report when there is no data available.
|
129 |
-
* Fix - Cleanup synced products locally when disconnecting Merchant Center account.
|
130 |
-
* Fix - Combine duplicate account issues per country.
|
131 |
-
* Fix - Fatal error when the plugin is activated before WooCommerce.
|
132 |
-
* Fix - Fix incorrect HTTP status code when campaign creation and edit APIs call fails.
|
133 |
-
* Fix - Limit failed delete retries to 5 and schedule again after one minute.
|
134 |
-
* Fix - Performance issue related with NoteInitializer class.
|
135 |
-
* Tweak - Add message to advise users to only connect Google Ads child account, not manager account.
|
136 |
-
* Tweak - Catch errors related to invalid top-level domains specifically, and throw an error when the site's URL ends with an invalid top-level domain.
|
137 |
-
* Tweak - Improve Ads error messages returned by the API.
|
138 |
-
* Tweak - Simplify the format processing of number and amount values for all report metrics.
|
139 |
-
* Update - Budget recommendation API supports for multiple countries.
|
140 |
-
* Update - Campaigns APIs support for multiple countries.
|
141 |
-
* Update - Change Campaign operations to batch requests.
|
142 |
-
* Update - Refactor the Middleware class.
|
143 |
-
* Update - Remove delete operations for campaign budget and ads group.
|
144 |
-
* Update - WP-CLI dev dependencies.
|
145 |
-
|
146 |
[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.3
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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 |
+
|
115 |
= 1.12.2 - 2022-04-05 =
|
116 |
* Add - Unit test for AdsConversionAction.
|
117 |
* Add - Unit test for AdsReport.
|
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).
|
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 ComposerAutoloaderInit89f8e2f77144243a53b33770fdc5ebf1::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\jp89f8e2f77144243a53b33770fdc5ebf1;
|
9 |
|
10 |
// phpcs:ignore
|
11 |
|
vendor/composer/ClassLoader.php
CHANGED
@@ -37,80 +37,26 @@ 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 |
-
/** @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,47 +66,28 @@ class ClassLoader
|
|
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
|
161 |
-
* @psalm-param array<string, string> $classMap
|
162 |
-
*
|
163 |
-
* @return void
|
164 |
*/
|
165 |
public function addClassMap(array $classMap)
|
166 |
{
|
@@ -175,11 +102,9 @@ class ClassLoader
|
|
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
|
179 |
-
* @param
|
180 |
-
* @param bool
|
181 |
-
*
|
182 |
-
* @return void
|
183 |
*/
|
184 |
public function add($prefix, $paths, $prepend = false)
|
185 |
{
|
@@ -222,13 +147,11 @@ class ClassLoader
|
|
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
|
226 |
-
* @param
|
227 |
-
* @param bool
|
228 |
*
|
229 |
* @throws \InvalidArgumentException
|
230 |
-
*
|
231 |
-
* @return void
|
232 |
*/
|
233 |
public function addPsr4($prefix, $paths, $prepend = false)
|
234 |
{
|
@@ -272,10 +195,8 @@ class ClassLoader
|
|
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
|
276 |
-
* @param
|
277 |
-
*
|
278 |
-
* @return void
|
279 |
*/
|
280 |
public function set($prefix, $paths)
|
281 |
{
|
@@ -290,12 +211,10 @@ class ClassLoader
|
|
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
|
294 |
-
* @param
|
295 |
*
|
296 |
* @throws \InvalidArgumentException
|
297 |
-
*
|
298 |
-
* @return void
|
299 |
*/
|
300 |
public function setPsr4($prefix, $paths)
|
301 |
{
|
@@ -315,8 +234,6 @@ class ClassLoader
|
|
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,8 +256,6 @@ class ClassLoader
|
|
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,8 +276,6 @@ class ClassLoader
|
|
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,44 +296,25 @@ class ClassLoader
|
|
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
|
424 |
*/
|
425 |
public function loadClass($class)
|
426 |
{
|
@@ -429,8 +323,6 @@ class ClassLoader
|
|
429 |
|
430 |
return true;
|
431 |
}
|
432 |
-
|
433 |
-
return null;
|
434 |
}
|
435 |
|
436 |
/**
|
@@ -475,21 +367,6 @@ class ClassLoader
|
|
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,10 +438,6 @@ class ClassLoader
|
|
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 |
{
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
+
* @see http://www.php-fig.org/psr/psr-0/
|
41 |
+
* @see http://www.php-fig.org/psr/psr-4/
|
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 |
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 array $classMap Class to filename map
|
|
|
|
|
|
|
91 |
*/
|
92 |
public function addClassMap(array $classMap)
|
93 |
{
|
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 $prefix The prefix
|
106 |
+
* @param array|string $paths The PSR-0 root directories
|
107 |
+
* @param bool $prepend Whether to prepend the directories
|
|
|
|
|
108 |
*/
|
109 |
public function add($prefix, $paths, $prepend = false)
|
110 |
{
|
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 $prefix The prefix/namespace, with trailing '\\'
|
151 |
+
* @param array|string $paths The PSR-4 base directories
|
152 |
+
* @param bool $prepend Whether to prepend the directories
|
153 |
*
|
154 |
* @throws \InvalidArgumentException
|
|
|
|
|
155 |
*/
|
156 |
public function addPsr4($prefix, $paths, $prepend = false)
|
157 |
{
|
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 $prefix The prefix
|
199 |
+
* @param array|string $paths The PSR-0 base directories
|
|
|
|
|
200 |
*/
|
201 |
public function set($prefix, $paths)
|
202 |
{
|
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 $prefix The prefix/namespace, with trailing '\\'
|
215 |
+
* @param array|string $paths The PSR-4 base directories
|
216 |
*
|
217 |
* @throws \InvalidArgumentException
|
|
|
|
|
218 |
*/
|
219 |
public function setPsr4($prefix, $paths)
|
220 |
{
|
234 |
* Turns on searching the include path for class files.
|
235 |
*
|
236 |
* @param bool $useIncludePath
|
|
|
|
|
237 |
*/
|
238 |
public function setUseIncludePath($useIncludePath)
|
239 |
{
|
256 |
* that have not been registered with the class map.
|
257 |
*
|
258 |
* @param bool $classMapAuthoritative
|
|
|
|
|
259 |
*/
|
260 |
public function setClassMapAuthoritative($classMapAuthoritative)
|
261 |
{
|
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 |
* 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 bool|null True if loaded, null otherwise
|
318 |
*/
|
319 |
public function loadClass($class)
|
320 |
{
|
323 |
|
324 |
return true;
|
325 |
}
|
|
|
|
|
326 |
}
|
327 |
|
328 |
/**
|
367 |
return $file;
|
368 |
}
|
369 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
private function findFileWithExtension($class, $ext)
|
371 |
{
|
372 |
// PSR-4 lookup
|
438 |
* Scope isolated include.
|
439 |
*
|
440 |
* Prevents access to $this/self from included files.
|
|
|
|
|
|
|
|
|
441 |
*/
|
442 |
function includeFile($file)
|
443 |
{
|
vendor/composer/InstalledVersions.php
DELETED
@@ -1,350 +0,0 @@
|
|
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,6 +403,69 @@ 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\\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,7 +656,6 @@ return array(
|
|
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,7 +5733,9 @@ return array(
|
|
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',
|
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 |
'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 |
'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',
|
vendor/composer/autoload_files.php
CHANGED
@@ -7,8 +7,10 @@ $baseDir = dirname($vendorDir);
|
|
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',
|
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',
|
vendor/composer/autoload_psr4.php
CHANGED
@@ -38,6 +38,7 @@ 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\\' => array($baseDir . '/src'),
|
42 |
'Automattic\\Jetpack\\Autoloader\\' => array($vendorDir . '/automattic/jetpack-autoloader/src'),
|
43 |
);
|
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 |
);
|
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,17 +22,15 @@ class ComposerAutoloaderInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
-
spl_autoload_unregister(array('ComposerAutoloaderInit98567ccb8b89dc4eb91b3dfe06b0e8b6', '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 |
-
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
@@ -53,28 +51,23 @@ class ComposerAutoloaderInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
53 |
$loader->register(true);
|
54 |
|
55 |
if ($useStaticLoader) {
|
56 |
-
$includeFiles = Composer\Autoload\
|
57 |
} else {
|
58 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
59 |
}
|
60 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
61 |
-
|
62 |
}
|
63 |
|
64 |
return $loader;
|
65 |
}
|
66 |
}
|
67 |
|
68 |
-
|
69 |
-
* @param string $fileIdentifier
|
70 |
-
* @param string $file
|
71 |
-
* @return void
|
72 |
-
*/
|
73 |
-
function composerRequire98567ccb8b89dc4eb91b3dfe06b0e8b6($fileIdentifier, $file)
|
74 |
{
|
75 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
76 |
-
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
77 |
-
|
78 |
require $file;
|
|
|
|
|
79 |
}
|
80 |
}
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit89f8e2f77144243a53b33770fdc5ebf1
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('ComposerAutoloaderInit89f8e2f77144243a53b33770fdc5ebf1', 'loadClassLoader'), true, true);
|
26 |
+
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
27 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit89f8e2f77144243a53b33770fdc5ebf1', 'loadClassLoader'));
|
|
|
|
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
+
require_once __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = Composer\Autoload\ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequire89f8e2f77144243a53b33770fdc5ebf1($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
63 |
}
|
64 |
}
|
65 |
|
66 |
+
function composerRequire89f8e2f77144243a53b33770fdc5ebf1($fileIdentifier, $file)
|
|
|
|
|
|
|
|
|
|
|
67 |
{
|
68 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
|
|
|
|
69 |
require $file;
|
70 |
+
|
71 |
+
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
72 |
}
|
73 |
}
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,12 +4,14 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
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,6 +79,7 @@ class ComposerStaticInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
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,6 +216,10 @@ class ComposerStaticInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
213 |
array (
|
214 |
0 => __DIR__ . '/..' . '/google/auth/src',
|
215 |
),
|
|
|
|
|
|
|
|
|
216 |
'Automattic\\WooCommerce\\GoogleListingsAndAds\\' =>
|
217 |
array (
|
218 |
0 => __DIR__ . '/../..' . '/src',
|
@@ -621,6 +628,69 @@ class ComposerStaticInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
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,7 +881,6 @@ class ComposerStaticInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
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,7 +5958,9 @@ class ComposerStaticInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
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,9 +6317,9 @@ class ComposerStaticInit98567ccb8b89dc4eb91b3dfe06b0e8b6
|
|
6246 |
public static function getInitializer(ClassLoader $loader)
|
6247 |
{
|
6248 |
return \Closure::bind(function () use ($loader) {
|
6249 |
-
$loader->prefixLengthsPsr4 =
|
6250 |
-
$loader->prefixDirsPsr4 =
|
6251 |
-
$loader->classMap =
|
6252 |
|
6253 |
}, null, ClassLoader::class);
|
6254 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1
|
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 |
'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 |
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 |
'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 |
'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 |
'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 |
public static function getInitializer(ClassLoader $loader)
|
6318 |
{
|
6319 |
return \Closure::bind(function () use ($loader) {
|
6320 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1::$prefixLengthsPsr4;
|
6321 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1::$prefixDirsPsr4;
|
6322 |
+
$loader->classMap = ComposerStaticInit89f8e2f77144243a53b33770fdc5ebf1::$classMap;
|
6323 |
|
6324 |
}, null, ClassLoader::class);
|
6325 |
}
|
vendor/composer/installed.json
CHANGED
@@ -1,2825 +1,2780 @@
|
|
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 |
-
"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 |
-
"
|
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 |
-
"
|
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 |
-
"type": "
|
2778 |
-
"
|
2779 |
-
"
|
2780 |
-
|
2781 |
-
|
2782 |
-
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2786 |
},
|
2787 |
-
"
|
2788 |
-
|
2789 |
-
"MIT"
|
2790 |
],
|
2791 |
-
"
|
2792 |
-
|
2793 |
-
|
2794 |
-
|
2795 |
-
|
2796 |
-
|
2797 |
-
|
2798 |
-
|
2799 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2800 |
],
|
2801 |
-
"
|
2802 |
-
|
2803 |
-
"support": {
|
2804 |
-
"source": "https://github.com/symfony/validator/tree/v5.2.7"
|
2805 |
},
|
2806 |
-
"
|
2807 |
-
|
2808 |
-
|
2809 |
-
|
2810 |
-
|
2811 |
-
|
2812 |
-
|
2813 |
-
|
2814 |
-
|
2815 |
-
|
2816 |
-
|
2817 |
-
|
2818 |
-
|
2819 |
-
|
2820 |
-
|
2821 |
-
|
2822 |
-
|
2823 |
-
|
2824 |
-
|
2825 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"name": "automattic/jetpack-a8c-mc-stats",
|
4 |
+
"version": "1.4.1",
|
5 |
+
"version_normalized": "1.4.1.0",
|
6 |
+
"source": {
|
7 |
+
"type": "git",
|
8 |
+
"url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
|
9 |
+
"reference": "b2f6b20aa3046848391593e6a18f87ae3797e888"
|
10 |
+
},
|
11 |
+
"dist": {
|
12 |
+
"type": "zip",
|
13 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/b2f6b20aa3046848391593e6a18f87ae3797e888",
|
14 |
+
"reference": "b2f6b20aa3046848391593e6a18f87ae3797e888",
|
15 |
+
"shasum": ""
|
16 |
+
},
|
17 |
+
"require-dev": {
|
18 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
19 |
+
},
|
20 |
+
"time": "2021-02-05T19:06:50+00:00",
|
21 |
+
"type": "library",
|
22 |
+
"extra": {
|
23 |
+
"mirror-repo": "Automattic/jetpack-a8c-mc-stats"
|
24 |
+
},
|
25 |
+
"installation-source": "dist",
|
26 |
+
"autoload": {
|
27 |
+
"classmap": [
|
28 |
+
"src/"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"notification-url": "https://packagist.org/downloads/",
|
32 |
+
"license": [
|
33 |
+
"GPL-2.0-or-later"
|
34 |
+
],
|
35 |
+
"description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
|
36 |
+
"support": {
|
37 |
+
"source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/1.4.1"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"name": "automattic/jetpack-assets",
|
42 |
+
"version": "v1.11.2",
|
43 |
+
"version_normalized": "1.11.2.0",
|
44 |
+
"source": {
|
45 |
+
"type": "git",
|
46 |
+
"url": "https://github.com/Automattic/jetpack-assets.git",
|
47 |
+
"reference": "833a6840b5f39ef05b2a65def8a1e61dc7c45a7a"
|
48 |
+
},
|
49 |
+
"dist": {
|
50 |
+
"type": "zip",
|
51 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/833a6840b5f39ef05b2a65def8a1e61dc7c45a7a",
|
52 |
+
"reference": "833a6840b5f39ef05b2a65def8a1e61dc7c45a7a",
|
53 |
+
"shasum": ""
|
54 |
+
},
|
55 |
+
"require": {
|
56 |
+
"automattic/jetpack-constants": "1.6.2"
|
57 |
+
},
|
58 |
+
"require-dev": {
|
59 |
+
"brain/monkey": "2.6.0",
|
60 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
61 |
+
},
|
62 |
+
"time": "2021-02-23T14:58:20+00:00",
|
63 |
+
"type": "library",
|
64 |
+
"extra": {
|
65 |
+
"mirror-repo": "Automattic/jetpack-assets"
|
66 |
+
},
|
67 |
+
"installation-source": "dist",
|
68 |
+
"autoload": {
|
69 |
+
"classmap": [
|
70 |
+
"src/"
|
71 |
+
]
|
72 |
+
},
|
73 |
+
"notification-url": "https://packagist.org/downloads/",
|
74 |
+
"license": [
|
75 |
+
"GPL-2.0-or-later"
|
76 |
+
],
|
77 |
+
"description": "Asset management utilities for Jetpack ecosystem packages",
|
78 |
+
"support": {
|
79 |
+
"source": "https://github.com/Automattic/jetpack-assets/tree/v1.11.2"
|
80 |
+
}
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"name": "automattic/jetpack-autoloader",
|
84 |
+
"version": "v2.10.0",
|
85 |
+
"version_normalized": "2.10.0.0",
|
86 |
+
"source": {
|
87 |
+
"type": "git",
|
88 |
+
"url": "https://github.com/Automattic/jetpack-autoloader.git",
|
89 |
+
"reference": "6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6"
|
90 |
+
},
|
91 |
+
"dist": {
|
92 |
+
"type": "zip",
|
93 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6",
|
94 |
+
"reference": "6409c42b32ed82aff50869fd0a6a2e5c7a96fbd6",
|
95 |
+
"shasum": ""
|
96 |
+
},
|
97 |
+
"require": {
|
98 |
+
"composer-plugin-api": "^1.1 || ^2.0"
|
99 |
+
},
|
100 |
+
"require-dev": {
|
101 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
102 |
+
},
|
103 |
+
"time": "2021-02-09T18:24:48+00:00",
|
104 |
+
"type": "composer-plugin",
|
105 |
+
"extra": {
|
106 |
+
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
|
107 |
+
"mirror-repo": "Automattic/jetpack-autoloader"
|
108 |
+
},
|
109 |
+
"installation-source": "dist",
|
110 |
+
"autoload": {
|
111 |
+
"classmap": [
|
112 |
+
"src/AutoloadGenerator.php"
|
113 |
+
],
|
114 |
+
"psr-4": {
|
115 |
+
"Automattic\\Jetpack\\Autoloader\\": "src"
|
116 |
+
}
|
117 |
+
},
|
118 |
+
"notification-url": "https://packagist.org/downloads/",
|
119 |
+
"license": [
|
120 |
+
"GPL-2.0-or-later"
|
121 |
+
],
|
122 |
+
"description": "Creates a custom autoloader for a plugin or theme.",
|
123 |
+
"support": {
|
124 |
+
"source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.10.0"
|
125 |
+
}
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"name": "automattic/jetpack-config",
|
129 |
+
"version": "v1.4.3",
|
130 |
+
"version_normalized": "1.4.3.0",
|
131 |
+
"source": {
|
132 |
+
"type": "git",
|
133 |
+
"url": "https://github.com/Automattic/jetpack-config.git",
|
134 |
+
"reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066"
|
135 |
+
},
|
136 |
+
"dist": {
|
137 |
+
"type": "zip",
|
138 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
|
139 |
+
"reference": "6bc77aa73d90510c9488e2d8fdaad4b056d3a066",
|
140 |
+
"shasum": ""
|
141 |
+
},
|
142 |
+
"time": "2021-01-19T14:25:05+00:00",
|
143 |
+
"type": "library",
|
144 |
+
"extra": {
|
145 |
+
"mirror-repo": "Automattic/jetpack-config"
|
146 |
+
},
|
147 |
+
"installation-source": "dist",
|
148 |
+
"autoload": {
|
149 |
+
"classmap": [
|
150 |
+
"src/"
|
151 |
+
]
|
152 |
+
},
|
153 |
+
"notification-url": "https://packagist.org/downloads/",
|
154 |
+
"license": [
|
155 |
+
"GPL-2.0-or-later"
|
156 |
+
],
|
157 |
+
"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.",
|
158 |
+
"support": {
|
159 |
+
"source": "https://github.com/Automattic/jetpack-config/tree/v1.4.3"
|
160 |
+
}
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"name": "automattic/jetpack-connection",
|
164 |
+
"version": "v1.24.0",
|
165 |
+
"version_normalized": "1.24.0.0",
|
166 |
+
"source": {
|
167 |
+
"type": "git",
|
168 |
+
"url": "https://github.com/Automattic/jetpack-connection.git",
|
169 |
+
"reference": "5ffc22ecc7210cb229ab4a9833e2ba1def817ff8"
|
170 |
+
},
|
171 |
+
"dist": {
|
172 |
+
"type": "zip",
|
173 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/5ffc22ecc7210cb229ab4a9833e2ba1def817ff8",
|
174 |
+
"reference": "5ffc22ecc7210cb229ab4a9833e2ba1def817ff8",
|
175 |
+
"shasum": ""
|
176 |
+
},
|
177 |
+
"require": {
|
178 |
+
"automattic/jetpack-constants": "1.6.2",
|
179 |
+
"automattic/jetpack-heartbeat": "1.3.3",
|
180 |
+
"automattic/jetpack-options": "1.11.2",
|
181 |
+
"automattic/jetpack-roles": "1.4.2",
|
182 |
+
"automattic/jetpack-status": "1.7.2",
|
183 |
+
"automattic/jetpack-tracking": "1.13.2"
|
184 |
+
},
|
185 |
+
"require-dev": {
|
186 |
+
"automattic/wordbless": "@dev",
|
187 |
+
"brain/monkey": "^2.6",
|
188 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
189 |
+
},
|
190 |
+
"time": "2021-02-23T15:05:16+00:00",
|
191 |
+
"type": "library",
|
192 |
+
"extra": {
|
193 |
+
"mirror-repo": "Automattic/jetpack-connection"
|
194 |
+
},
|
195 |
+
"installation-source": "dist",
|
196 |
+
"autoload": {
|
197 |
+
"files": [
|
198 |
+
"legacy/load-ixr.php"
|
199 |
+
],
|
200 |
+
"classmap": [
|
201 |
+
"legacy",
|
202 |
+
"src/"
|
203 |
+
]
|
204 |
+
},
|
205 |
+
"notification-url": "https://packagist.org/downloads/",
|
206 |
+
"license": [
|
207 |
+
"GPL-2.0-or-later"
|
208 |
+
],
|
209 |
+
"description": "Everything needed to connect to the Jetpack infrastructure",
|
210 |
+
"support": {
|
211 |
+
"source": "https://github.com/Automattic/jetpack-connection/tree/v1.24.0"
|
212 |
+
}
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"name": "automattic/jetpack-constants",
|
216 |
+
"version": "v1.6.2",
|
217 |
+
"version_normalized": "1.6.2.0",
|
218 |
+
"source": {
|
219 |
+
"type": "git",
|
220 |
+
"url": "https://github.com/Automattic/jetpack-constants.git",
|
221 |
+
"reference": "84c8f09c5a6467104094243912fdcfe8eaed945b"
|
222 |
+
},
|
223 |
+
"dist": {
|
224 |
+
"type": "zip",
|
225 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/84c8f09c5a6467104094243912fdcfe8eaed945b",
|
226 |
+
"reference": "84c8f09c5a6467104094243912fdcfe8eaed945b",
|
227 |
+
"shasum": ""
|
228 |
+
},
|
229 |
+
"require-dev": {
|
230 |
+
"brain/monkey": "2.6.0",
|
231 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
232 |
+
},
|
233 |
+
"time": "2021-02-05T19:07:24+00:00",
|
234 |
+
"type": "library",
|
235 |
+
"extra": {
|
236 |
+
"mirror-repo": "Automattic/jetpack-constants"
|
237 |
+
},
|
238 |
+
"installation-source": "dist",
|
239 |
+
"autoload": {
|
240 |
+
"classmap": [
|
241 |
+
"src/"
|
242 |
+
]
|
243 |
+
},
|
244 |
+
"notification-url": "https://packagist.org/downloads/",
|
245 |
+
"license": [
|
246 |
+
"GPL-2.0-or-later"
|
247 |
+
],
|
248 |
+
"description": "A wrapper for defining constants in a more testable way.",
|
249 |
+
"support": {
|
250 |
+
"source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.2"
|
251 |
+
}
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"name": "automattic/jetpack-heartbeat",
|
255 |
+
"version": "v1.3.3",
|
256 |
+
"version_normalized": "1.3.3.0",
|
257 |
+
"source": {
|
258 |
+
"type": "git",
|
259 |
+
"url": "https://github.com/Automattic/jetpack-heartbeat.git",
|
260 |
+
"reference": "d6e906c15a539bee5f52957126ba1b43d11e63da"
|
261 |
+
},
|
262 |
+
"dist": {
|
263 |
+
"type": "zip",
|
264 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/d6e906c15a539bee5f52957126ba1b43d11e63da",
|
265 |
+
"reference": "d6e906c15a539bee5f52957126ba1b43d11e63da",
|
266 |
+
"shasum": ""
|
267 |
+
},
|
268 |
+
"require": {
|
269 |
+
"automattic/jetpack-a8c-mc-stats": "1.4.1",
|
270 |
+
"automattic/jetpack-options": "1.11.2"
|
271 |
+
},
|
272 |
+
"time": "2021-02-23T15:01:22+00:00",
|
273 |
+
"type": "library",
|
274 |
+
"extra": {
|
275 |
+
"mirror-repo": "Automattic/jetpack-heartbeat"
|
276 |
+
},
|
277 |
+
"installation-source": "dist",
|
278 |
+
"autoload": {
|
279 |
+
"classmap": [
|
280 |
+
"src/"
|
281 |
+
]
|
282 |
+
},
|
283 |
+
"notification-url": "https://packagist.org/downloads/",
|
284 |
+
"license": [
|
285 |
+
"GPL-2.0-or-later"
|
286 |
+
],
|
287 |
+
"description": "This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day",
|
288 |
+
"support": {
|
289 |
+
"source": "https://github.com/Automattic/jetpack-heartbeat/tree/v1.3.3"
|
290 |
+
}
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"name": "automattic/jetpack-options",
|
294 |
+
"version": "v1.11.2",
|
295 |
+
"version_normalized": "1.11.2.0",
|
296 |
+
"source": {
|
297 |
+
"type": "git",
|
298 |
+
"url": "https://github.com/Automattic/jetpack-options.git",
|
299 |
+
"reference": "1889f3648782b5ceaac255f2a5ee96c1de8cca1e"
|
300 |
+
},
|
301 |
+
"dist": {
|
302 |
+
"type": "zip",
|
303 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/1889f3648782b5ceaac255f2a5ee96c1de8cca1e",
|
304 |
+
"reference": "1889f3648782b5ceaac255f2a5ee96c1de8cca1e",
|
305 |
+
"shasum": ""
|
306 |
+
},
|
307 |
+
"require": {
|
308 |
+
"automattic/jetpack-constants": "1.6.2"
|
309 |
+
},
|
310 |
+
"require-dev": {
|
311 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
312 |
+
},
|
313 |
+
"time": "2021-02-23T15:00:26+00:00",
|
314 |
+
"type": "library",
|
315 |
+
"extra": {
|
316 |
+
"mirror-repo": "Automattic/jetpack-options"
|
317 |
+
},
|
318 |
+
"installation-source": "dist",
|
319 |
+
"autoload": {
|
320 |
+
"classmap": [
|
321 |
+
"legacy"
|
322 |
+
]
|
323 |
+
},
|
324 |
+
"notification-url": "https://packagist.org/downloads/",
|
325 |
+
"license": [
|
326 |
+
"GPL-2.0-or-later"
|
327 |
+
],
|
328 |
+
"description": "A wrapper for wp-options to manage specific Jetpack options.",
|
329 |
+
"support": {
|
330 |
+
"source": "https://github.com/Automattic/jetpack-options/tree/v1.11.2"
|
331 |
+
}
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"name": "automattic/jetpack-roles",
|
335 |
+
"version": "v1.4.2",
|
336 |
+
"version_normalized": "1.4.2.0",
|
337 |
+
"source": {
|
338 |
+
"type": "git",
|
339 |
+
"url": "https://github.com/Automattic/jetpack-roles.git",
|
340 |
+
"reference": "ad4e0c4483945b24db10c09696558a2f381236ee"
|
341 |
+
},
|
342 |
+
"dist": {
|
343 |
+
"type": "zip",
|
344 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/ad4e0c4483945b24db10c09696558a2f381236ee",
|
345 |
+
"reference": "ad4e0c4483945b24db10c09696558a2f381236ee",
|
346 |
+
"shasum": ""
|
347 |
+
},
|
348 |
+
"require-dev": {
|
349 |
+
"brain/monkey": "2.6.0",
|
350 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
351 |
+
},
|
352 |
+
"time": "2021-02-05T19:07:59+00:00",
|
353 |
+
"type": "library",
|
354 |
+
"extra": {
|
355 |
+
"mirror-repo": "Automattic/jetpack-roles"
|
356 |
+
},
|
357 |
+
"installation-source": "dist",
|
358 |
+
"autoload": {
|
359 |
+
"classmap": [
|
360 |
+
"src/"
|
361 |
+
]
|
362 |
+
},
|
363 |
+
"notification-url": "https://packagist.org/downloads/",
|
364 |
+
"license": [
|
365 |
+
"GPL-2.0-or-later"
|
366 |
+
],
|
367 |
+
"description": "Utilities, related with user roles and capabilities.",
|
368 |
+
"support": {
|
369 |
+
"source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.2"
|
370 |
+
}
|
371 |
+
},
|
372 |
+
{
|
373 |
+
"name": "automattic/jetpack-status",
|
374 |
+
"version": "v1.7.2",
|
375 |
+
"version_normalized": "1.7.2.0",
|
376 |
+
"source": {
|
377 |
+
"type": "git",
|
378 |
+
"url": "https://github.com/Automattic/jetpack-status.git",
|
379 |
+
"reference": "a0f1f7450f045afc2669135ba576632ca0889506"
|
380 |
+
},
|
381 |
+
"dist": {
|
382 |
+
"type": "zip",
|
383 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/a0f1f7450f045afc2669135ba576632ca0889506",
|
384 |
+
"reference": "a0f1f7450f045afc2669135ba576632ca0889506",
|
385 |
+
"shasum": ""
|
386 |
+
},
|
387 |
+
"require-dev": {
|
388 |
+
"brain/monkey": "2.6.0",
|
389 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
390 |
+
},
|
391 |
+
"time": "2021-02-05T19:08:03+00:00",
|
392 |
+
"type": "library",
|
393 |
+
"extra": {
|
394 |
+
"mirror-repo": "Automattic/jetpack-status"
|
395 |
+
},
|
396 |
+
"installation-source": "dist",
|
397 |
+
"autoload": {
|
398 |
+
"classmap": [
|
399 |
+
"src/"
|
400 |
+
]
|
401 |
+
},
|
402 |
+
"notification-url": "https://packagist.org/downloads/",
|
403 |
+
"license": [
|
404 |
+
"GPL-2.0-or-later"
|
405 |
+
],
|
406 |
+
"description": "Used to retrieve information about the current status of Jetpack and the site overall.",
|
407 |
+
"support": {
|
408 |
+
"source": "https://github.com/Automattic/jetpack-status/tree/v1.7.2"
|
409 |
+
}
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"name": "automattic/jetpack-terms-of-service",
|
413 |
+
"version": "v1.9.3",
|
414 |
+
"version_normalized": "1.9.3.0",
|
415 |
+
"source": {
|
416 |
+
"type": "git",
|
417 |
+
"url": "https://github.com/Automattic/jetpack-terms-of-service.git",
|
418 |
+
"reference": "f8435228d918a5bd32912339b1124d35911efde1"
|
419 |
+
},
|
420 |
+
"dist": {
|
421 |
+
"type": "zip",
|
422 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/f8435228d918a5bd32912339b1124d35911efde1",
|
423 |
+
"reference": "f8435228d918a5bd32912339b1124d35911efde1",
|
424 |
+
"shasum": ""
|
425 |
+
},
|
426 |
+
"require": {
|
427 |
+
"automattic/jetpack-options": "1.11.2",
|
428 |
+
"automattic/jetpack-status": "1.7.2"
|
429 |
+
},
|
430 |
+
"require-dev": {
|
431 |
+
"brain/monkey": "2.6.0",
|
432 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
433 |
+
},
|
434 |
+
"time": "2021-02-23T15:02:14+00:00",
|
435 |
+
"type": "library",
|
436 |
+
"extra": {
|
437 |
+
"mirror-repo": "Automattic/jetpack-terms-of-service"
|
438 |
+
},
|
439 |
+
"installation-source": "dist",
|
440 |
+
"autoload": {
|
441 |
+
"classmap": [
|
442 |
+
"src/"
|
443 |
+
]
|
444 |
+
},
|
445 |
+
"notification-url": "https://packagist.org/downloads/",
|
446 |
+
"license": [
|
447 |
+
"GPL-2.0-or-later"
|
448 |
+
],
|
449 |
+
"description": "Everything need to manage the terms of service state",
|
450 |
+
"support": {
|
451 |
+
"source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.3"
|
452 |
+
}
|
453 |
+
},
|
454 |
+
{
|
455 |
+
"name": "automattic/jetpack-tracking",
|
456 |
+
"version": "v1.13.2",
|
457 |
+
"version_normalized": "1.13.2.0",
|
458 |
+
"source": {
|
459 |
+
"type": "git",
|
460 |
+
"url": "https://github.com/Automattic/jetpack-tracking.git",
|
461 |
+
"reference": "b2dc6688098798111e21bd7d5d052fb828fa0932"
|
462 |
+
},
|
463 |
+
"dist": {
|
464 |
+
"type": "zip",
|
465 |
+
"url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/b2dc6688098798111e21bd7d5d052fb828fa0932",
|
466 |
+
"reference": "b2dc6688098798111e21bd7d5d052fb828fa0932",
|
467 |
+
"shasum": ""
|
468 |
+
},
|
469 |
+
"require": {
|
470 |
+
"automattic/jetpack-assets": "1.11.2",
|
471 |
+
"automattic/jetpack-options": "1.11.2",
|
472 |
+
"automattic/jetpack-status": "1.7.2",
|
473 |
+
"automattic/jetpack-terms-of-service": "1.9.3"
|
474 |
+
},
|
475 |
+
"require-dev": {
|
476 |
+
"yoast/phpunit-polyfills": "0.2.0"
|
477 |
+
},
|
478 |
+
"time": "2021-02-23T15:03:25+00:00",
|
479 |
+
"type": "library",
|
480 |
+
"extra": {
|
481 |
+
"mirror-repo": "Automattic/jetpack-tracking"
|
482 |
+
},
|
483 |
+
"installation-source": "dist",
|
484 |
+
"autoload": {
|
485 |
+
"classmap": [
|
486 |
+
"legacy",
|
487 |
+
"src/"
|
488 |
+
]
|
489 |
+
},
|
490 |
+
"notification-url": "https://packagist.org/downloads/",
|
491 |
+
"license": [
|
492 |
+
"GPL-2.0-or-later"
|
493 |
+
],
|
494 |
+
"description": "Tracking for Jetpack",
|
495 |
+
"support": {
|
496 |
+
"source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.2"
|
497 |
+
}
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"name": "firebase/php-jwt",
|
501 |
+
"version": "v5.5.1",
|
502 |
+
"version_normalized": "5.5.1.0",
|
503 |
+
"source": {
|
504 |
+
"type": "git",
|
505 |
+
"url": "https://github.com/firebase/php-jwt.git",
|
506 |
+
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
|
507 |
+
},
|
508 |
+
"dist": {
|
509 |
+
"type": "zip",
|
510 |
+
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
|
511 |
+
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
|
512 |
+
"shasum": ""
|
513 |
+
},
|
514 |
+
"require": {
|
515 |
+
"php": ">=5.3.0"
|
516 |
+
},
|
517 |
+
"require-dev": {
|
518 |
+
"phpunit/phpunit": ">=4.8 <=9"
|
519 |
+
},
|
520 |
+
"suggest": {
|
521 |
+
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
522 |
+
},
|
523 |
+
"time": "2021-11-08T20:18:51+00:00",
|
524 |
+
"type": "library",
|
525 |
+
"installation-source": "dist",
|
526 |
+
"autoload": {
|
527 |
+
"psr-4": {
|
528 |
+
"Firebase\\JWT\\": "src"
|
529 |
+
}
|
530 |
+
},
|
531 |
+
"notification-url": "https://packagist.org/downloads/",
|
532 |
+
"license": [
|
533 |
+
"BSD-3-Clause"
|
534 |
+
],
|
535 |
+
"authors": [
|
536 |
+
{
|
537 |
+
"name": "Neuman Vong",
|
538 |
+
"email": "neuman+pear@twilio.com",
|
539 |
+
"role": "Developer"
|
540 |
+
},
|
541 |
+
{
|
542 |
+
"name": "Anant Narayanan",
|
543 |
+
"email": "anant@php.net",
|
544 |
+
"role": "Developer"
|
545 |
+
}
|
546 |
+
],
|
547 |
+
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
548 |
+
"homepage": "https://github.com/firebase/php-jwt",
|
549 |
+
"keywords": [
|
550 |
+
"jwt",
|
551 |
+
"php"
|
552 |
+
],
|
553 |
+
"support": {
|
554 |
+
"issues": "https://github.com/firebase/php-jwt/issues",
|
555 |
+
"source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
|
556 |
+
}
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"name": "google/apiclient",
|
560 |
+
"version": "v2.12.1",
|
561 |
+
"version_normalized": "2.12.1.0",
|
562 |
+
"source": {
|
563 |
+
"type": "git",
|
564 |
+
"url": "https://github.com/googleapis/google-api-php-client.git",
|
565 |
+
"reference": "1530583a711f4414407112c4068464bcbace1c71"
|
566 |
+
},
|
567 |
+
"dist": {
|
568 |
+
"type": "zip",
|
569 |
+
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/1530583a711f4414407112c4068464bcbace1c71",
|
570 |
+
"reference": "1530583a711f4414407112c4068464bcbace1c71",
|
571 |
+
"shasum": ""
|
572 |
+
},
|
573 |
+
"require": {
|
574 |
+
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
|
575 |
+
"google/apiclient-services": "~0.200",
|
576 |
+
"google/auth": "^1.10",
|
577 |
+
"guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
|
578 |
+
"guzzlehttp/psr7": "^1.7||^2.0.0",
|
579 |
+
"monolog/monolog": "^1.17||^2.0",
|
580 |
+
"php": "^5.6|^7.0|^8.0",
|
581 |
+
"phpseclib/phpseclib": "~2.0||^3.0.2"
|
582 |
+
},
|
583 |
+
"require-dev": {
|
584 |
+
"cache/filesystem-adapter": "^0.3.2|^1.1",
|
585 |
+
"composer/composer": "^1.10.22",
|
586 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
587 |
+
"phpcompatibility/php-compatibility": "^9.2",
|
588 |
+
"phpspec/prophecy-phpunit": "^1.1||^2.0",
|
589 |
+
"phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
|
590 |
+
"squizlabs/php_codesniffer": "~2.3",
|
591 |
+
"symfony/css-selector": "~2.1",
|
592 |
+
"symfony/dom-crawler": "~2.1",
|
593 |
+
"yoast/phpunit-polyfills": "^1.0"
|
594 |
+
},
|
595 |
+
"suggest": {
|
596 |
+
"cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
|
597 |
+
},
|
598 |
+
"time": "2021-12-02T03:34:25+00:00",
|
599 |
+
"type": "library",
|
600 |
+
"extra": {
|
601 |
+
"branch-alias": {
|
602 |
+
"dev-main": "2.x-dev"
|
603 |
+
}
|
604 |
+
},
|
605 |
+
"installation-source": "dist",
|
606 |
+
"autoload": {
|
607 |
+
"psr-4": {
|
608 |
+
"Google\\": "src/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
},
|
610 |
+
"files": [
|
611 |
+
"src/aliases.php"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
612 |
],
|
613 |
+
"classmap": [
|
614 |
+
"src/aliases.php"
|
615 |
+
]
|
616 |
+
},
|
617 |
+
"notification-url": "https://packagist.org/downloads/",
|
618 |
+
"license": [
|
619 |
+
"Apache-2.0"
|
620 |
+
],
|
621 |
+
"description": "Client library for Google APIs",
|
622 |
+
"homepage": "http://developers.google.com/api-client-library/php",
|
623 |
+
"keywords": [
|
624 |
+
"google"
|
625 |
+
],
|
626 |
+
"support": {
|
627 |
+
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
628 |
+
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.1"
|
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 |
+
"files": [
|
2458 |
+
"bootstrap.php"
|
|
|
2459 |
],
|
2460 |
+
"classmap": [
|
2461 |
+
"Resources/stubs"
|
2462 |
+
]
|
2463 |
+
},
|
2464 |
+
"notification-url": "https://packagist.org/downloads/",
|
2465 |
+
"license": [
|
2466 |
+
"MIT"
|
2467 |
+
],
|
2468 |
+
"authors": [
|
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 |
+
"psr-4": {
|
2539 |
+
"Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
|
2540 |
},
|
2541 |
+
"classmap": [
|
2542 |
+
"Resources/stubs"
|
2543 |
+
]
|
2544 |
+
},
|
2545 |
+
"notification-url": "https://packagist.org/downloads/",
|
2546 |
+
"license": [
|
2547 |
+
"MIT"
|
2548 |
+
],
|
2549 |
+
"authors": [
|
2550 |
+
{
|
2551 |
+
"name": "Ion Bazan",
|
2552 |
+
"email": "ion.bazan@gmail.com"
|
2553 |
+
},
|
2554 |
+
{
|
2555 |
+
"name": "Nicolas Grekas",
|
2556 |
+
"email": "p@tchwork.com"
|
2557 |
+
},
|
2558 |
+
{
|
2559 |
+
"name": "Symfony Community",
|
2560 |
+
"homepage": "https://symfony.com/contributors"
|
2561 |
+
}
|
2562 |
+
],
|
2563 |
+
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
2564 |
+
"homepage": "https://symfony.com",
|
2565 |
+
"keywords": [
|
2566 |
+
"compatibility",
|
2567 |
+
"polyfill",
|
2568 |
+
"portable",
|
2569 |
+
"shim"
|
2570 |
+
],
|
2571 |
+
"support": {
|
2572 |
+
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
|
2573 |
+
},
|
2574 |
+
"funding": [
|
2575 |
+
{
|
2576 |
+
"url": "https://symfony.com/sponsor",
|
2577 |
+
"type": "custom"
|
2578 |
+
},
|
2579 |
+
{
|
2580 |
+
"url": "https://github.com/fabpot",
|
2581 |
+
"type": "github"
|
2582 |
+
},
|
2583 |
+
{
|
2584 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2585 |
+
"type": "tidelift"
|
2586 |
+
}
|
2587 |
+
]
|
2588 |
+
},
|
2589 |
+
{
|
2590 |
+
"name": "symfony/translation-contracts",
|
2591 |
+
"version": "v2.3.0",
|
2592 |
+
"version_normalized": "2.3.0.0",
|
2593 |
+
"source": {
|
2594 |
+
"type": "git",
|
2595 |
+
"url": "https://github.com/symfony/translation-contracts.git",
|
2596 |
+
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
|
2597 |
+
},
|
2598 |
+
"dist": {
|
2599 |
+
"type": "zip",
|
2600 |
+
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
|
2601 |
+
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
|
2602 |
+
"shasum": ""
|
2603 |
+
},
|
2604 |
+
"require": {
|
2605 |
+
"php": ">=7.2.5"
|
2606 |
+
},
|
2607 |
+
"suggest": {
|
2608 |
+
"symfony/translation-implementation": ""
|
2609 |
+
},
|
2610 |
+
"time": "2020-09-28T13:05:58+00:00",
|
2611 |
+
"type": "library",
|
2612 |
+
"extra": {
|
2613 |
+
"branch-alias": {
|
2614 |
+
"dev-master": "2.3-dev"
|
2615 |
+
},
|
2616 |
+
"thanks": {
|
2617 |
+
"name": "symfony/contracts",
|
2618 |
+
"url": "https://github.com/symfony/contracts"
|
2619 |
+
}
|
2620 |
+
},
|
2621 |
+
"installation-source": "dist",
|
2622 |
+
"autoload": {
|
2623 |
+
"psr-4": {
|
2624 |
+
"Symfony\\Contracts\\Translation\\": ""
|
2625 |
+
}
|
2626 |
+
},
|
2627 |
+
"notification-url": "https://packagist.org/downloads/",
|
2628 |
+
"license": [
|
2629 |
+
"MIT"
|
2630 |
+
],
|
2631 |
+
"authors": [
|
2632 |
+
{
|
2633 |
+
"name": "Nicolas Grekas",
|
2634 |
+
"email": "p@tchwork.com"
|
2635 |
+
},
|
2636 |
+
{
|
2637 |
+
"name": "Symfony Community",
|
2638 |
+
"homepage": "https://symfony.com/contributors"
|
2639 |
+
}
|
2640 |
+
],
|
2641 |
+
"description": "Generic abstractions related to translation",
|
2642 |
+
"homepage": "https://symfony.com",
|
2643 |
+
"keywords": [
|
2644 |
+
"abstractions",
|
2645 |
+
"contracts",
|
2646 |
+
"decoupling",
|
2647 |
+
"interfaces",
|
2648 |
+
"interoperability",
|
2649 |
+
"standards"
|
2650 |
+
],
|
2651 |
+
"support": {
|
2652 |
+
"source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
|
2653 |
+
},
|
2654 |
+
"funding": [
|
2655 |
+
{
|
2656 |
+
"url": "https://symfony.com/sponsor",
|
2657 |
+
"type": "custom"
|
2658 |
+
},
|
2659 |
+
{
|
2660 |
+
"url": "https://github.com/fabpot",
|
2661 |
+
"type": "github"
|
2662 |
+
},
|
2663 |
+
{
|
2664 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2665 |
+
"type": "tidelift"
|
2666 |
+
}
|
2667 |
+
]
|
2668 |
+
},
|
2669 |
+
{
|
2670 |
+
"name": "symfony/validator",
|
2671 |
+
"version": "v5.2.7",
|
2672 |
+
"version_normalized": "5.2.7.0",
|
2673 |
+
"source": {
|
2674 |
+
"type": "git",
|
2675 |
+
"url": "https://github.com/symfony/validator.git",
|
2676 |
+
"reference": "b0be0360bfbf15059308d815da7f4151bd448b37"
|
2677 |
+
},
|
2678 |
+
"dist": {
|
2679 |
+
"type": "zip",
|
2680 |
+
"url": "https://api.github.com/repos/symfony/validator/zipball/b0be0360bfbf15059308d815da7f4151bd448b37",
|
2681 |
+
"reference": "b0be0360bfbf15059308d815da7f4151bd448b37",
|
2682 |
+
"shasum": ""
|
2683 |
+
},
|
2684 |
+
"require": {
|
2685 |
+
"php": ">=7.2.5",
|
2686 |
+
"symfony/deprecation-contracts": "^2.1",
|
2687 |
+
"symfony/polyfill-ctype": "~1.8",
|
2688 |
+
"symfony/polyfill-mbstring": "~1.0",
|
2689 |
+
"symfony/polyfill-php73": "~1.0",
|
2690 |
+
"symfony/polyfill-php80": "^1.15",
|
2691 |
+
"symfony/translation-contracts": "^1.1|^2"
|
2692 |
+
},
|
2693 |
+
"conflict": {
|
2694 |
+
"doctrine/lexer": "<1.0.2",
|
2695 |
+
"phpunit/phpunit": "<5.4.3",
|
2696 |
+
"symfony/dependency-injection": "<4.4",
|
2697 |
+
"symfony/expression-language": "<5.1",
|
2698 |
+
"symfony/http-kernel": "<4.4",
|
2699 |
+
"symfony/intl": "<4.4",
|
2700 |
+
"symfony/translation": "<4.4",
|
2701 |
+
"symfony/yaml": "<4.4"
|
2702 |
+
},
|
2703 |
+
"require-dev": {
|
2704 |
+
"doctrine/annotations": "^1.10.4",
|
2705 |
+
"doctrine/cache": "~1.0",
|
2706 |
+
"egulias/email-validator": "^2.1.10|^3",
|
2707 |
+
"symfony/cache": "^4.4|^5.0",
|
2708 |
+
"symfony/config": "^4.4|^5.0",
|
2709 |
+
"symfony/console": "^4.4|^5.0",
|
2710 |
+
"symfony/dependency-injection": "^4.4|^5.0",
|
2711 |
+
"symfony/expression-language": "^5.1",
|
2712 |
+
"symfony/finder": "^4.4|^5.0",
|
2713 |
+
"symfony/http-client": "^4.4|^5.0",
|
2714 |
+
"symfony/http-foundation": "^4.4|^5.0",
|
2715 |
+
"symfony/http-kernel": "^4.4|^5.0",
|
2716 |
+
"symfony/intl": "^4.4|^5.0",
|
2717 |
+
"symfony/mime": "^4.4|^5.0",
|
2718 |
+
"symfony/property-access": "^4.4|^5.0",
|
2719 |
+
"symfony/property-info": "^4.4|^5.0",
|
2720 |
+
"symfony/translation": "^4.4|^5.0",
|
2721 |
+
"symfony/yaml": "^4.4|^5.0"
|
2722 |
+
},
|
2723 |
+
"suggest": {
|
2724 |
+
"egulias/email-validator": "Strict (RFC compliant) email validation",
|
2725 |
+
"psr/cache-implementation": "For using the mapping cache.",
|
2726 |
+
"symfony/config": "",
|
2727 |
+
"symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
|
2728 |
+
"symfony/http-foundation": "",
|
2729 |
+
"symfony/intl": "",
|
2730 |
+
"symfony/property-access": "For accessing properties within comparison constraints",
|
2731 |
+
"symfony/property-info": "To automatically add NotNull and Type constraints",
|
2732 |
+
"symfony/translation": "For translating validation errors.",
|
2733 |
+
"symfony/yaml": ""
|
2734 |
+
},
|
2735 |
+
"time": "2021-04-14T13:12:03+00:00",
|
2736 |
+
"type": "library",
|
2737 |
+
"installation-source": "dist",
|
2738 |
+
"autoload": {
|
2739 |
+
"psr-4": {
|
2740 |
+
"Symfony\\Component\\Validator\\": ""
|
2741 |
+
},
|
2742 |
+
"exclude-from-classmap": [
|
2743 |
+
"/Tests/"
|
2744 |
+
]
|
2745 |
+
},
|
2746 |
+
"notification-url": "https://packagist.org/downloads/",
|
2747 |
+
"license": [
|
2748 |
+
"MIT"
|
2749 |
+
],
|
2750 |
+
"authors": [
|
2751 |
+
{
|
2752 |
+
"name": "Fabien Potencier",
|
2753 |
+
"email": "fabien@symfony.com"
|
2754 |
+
},
|
2755 |
+
{
|
2756 |
+
"name": "Symfony Community",
|
2757 |
+
"homepage": "https://symfony.com/contributors"
|
2758 |
+
}
|
2759 |
+
],
|
2760 |
+
"description": "Provides tools to validate values",
|
2761 |
+
"homepage": "https://symfony.com",
|
2762 |
+
"support": {
|
2763 |
+
"source": "https://github.com/symfony/validator/tree/v5.2.7"
|
2764 |
+
},
|
2765 |
+
"funding": [
|
2766 |
+
{
|
2767 |
+
"url": "https://symfony.com/sponsor",
|
2768 |
+
"type": "custom"
|
2769 |
+
},
|
2770 |
+
{
|
2771 |
+
"url": "https://github.com/fabpot",
|
2772 |
+
"type": "github"
|
2773 |
+
},
|
2774 |
+
{
|
2775 |
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
2776 |
+
"type": "tidelift"
|
2777 |
+
}
|
2778 |
+
]
|
2779 |
+
}
|
2780 |
+
]
|
vendor/composer/installed.php
DELETED
@@ -1,470 +0,0 @@
|
|
1 |
-
<?php return array(
|
2 |
-
'root' => array(
|
3 |
-
'pretty_version' => 'dev-release/1.12.2',
|
4 |
-
'version' => 'dev-release/1.12.2',
|
5 |
-
'type' => 'wordpress-plugin',
|
6 |
-
'install_path' => __DIR__ . '/../../',
|
7 |
-
'aliases' => array(),
|
8 |
-
'reference' => '3a8b949ea3cfd2e58ef6fd6237405582568b3bff',
|
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.2',
|
462 |
-
'version' => 'dev-release/1.12.2',
|
463 |
-
'type' => 'wordpress-plugin',
|
464 |
-
'install_path' => __DIR__ . '/../../',
|
465 |
-
'aliases' => array(),
|
466 |
-
'reference' => '3a8b949ea3cfd2e58ef6fd6237405582568b3bff',
|
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' => array(
|
222 |
'version' => '3.0.12.0',
|
223 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php'
|
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/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/
|
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\\
|
426 |
'version' => '3.0.12.0',
|
427 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
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\\
|
434 |
'version' => '3.0.12.0',
|
435 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
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\\
|
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\\Maps\\
|
518 |
'version' => '3.0.12.0',
|
519 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
|
520 |
),
|
521 |
-
'phpseclib3\\File\\ASN1\\
|
522 |
'version' => '3.0.12.0',
|
523 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/
|
524 |
),
|
525 |
-
'phpseclib3\\File\\ASN1
|
526 |
'version' => '3.0.12.0',
|
527 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1
|
528 |
),
|
529 |
-
'phpseclib3\\File\\
|
530 |
'version' => '3.0.12.0',
|
531 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/
|
532 |
),
|
533 |
-
'phpseclib3\\File\\
|
534 |
'version' => '3.0.12.0',
|
535 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/
|
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\\
|
726 |
'version' => '3.0.12.0',
|
727 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
728 |
),
|
729 |
-
'phpseclib3\\Crypt\\
|
730 |
'version' => '3.0.12.0',
|
731 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
732 |
),
|
733 |
-
'phpseclib3\\Crypt\\
|
734 |
'version' => '3.0.12.0',
|
735 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
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\\
|
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/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/
|
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\\
|
882 |
'version' => '3.0.12.0',
|
883 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
884 |
),
|
885 |
-
'phpseclib3\\Crypt\\
|
886 |
'version' => '3.0.12.0',
|
887 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
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\\
|
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\\Curves\\
|
974 |
'version' => '3.0.12.0',
|
975 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
976 |
),
|
977 |
-
'phpseclib3\\Crypt\\EC\\Curves\\
|
978 |
'version' => '3.0.12.0',
|
979 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
|
980 |
),
|
981 |
-
'phpseclib3\\Crypt\\EC\\
|
982 |
'version' => '3.0.12.0',
|
983 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
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\\
|
1118 |
'version' => '3.0.12.0',
|
1119 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1120 |
),
|
1121 |
-
'phpseclib3\\Crypt\\
|
1122 |
'version' => '3.0.12.0',
|
1123 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1124 |
),
|
1125 |
-
'phpseclib3\\Crypt\\EC
|
1126 |
'version' => '3.0.12.0',
|
1127 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC
|
1128 |
),
|
1129 |
-
'phpseclib3\\Crypt\\
|
1130 |
'version' => '3.0.12.0',
|
1131 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
1132 |
),
|
1133 |
-
'phpseclib3\\Crypt\\
|
1134 |
'version' => '3.0.12.0',
|
1135 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
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/
|
1296 |
),
|
1297 |
-
'phpseclib3\\
|
1298 |
'version' => '3.0.12.0',
|
1299 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
1300 |
),
|
1301 |
-
'phpseclib3\\
|
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,905 +1338,909 @@ 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/Test/TranslatorTest.php'
|
1344 |
-
),
|
1345 |
-
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => array(
|
1346 |
'version' => '2.3.0.0',
|
1347 |
-
'path' => $vendorDir . '/symfony/translation-contracts/
|
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\\
|
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/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/
|
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\\
|
1534 |
'version' => '5.2.7.0',
|
1535 |
-
'path' => $vendorDir . '/symfony/validator/
|
1536 |
),
|
1537 |
-
'Symfony\\Component\\Validator\\
|
1538 |
'version' => '5.2.7.0',
|
1539 |
-
'path' => $vendorDir . '/symfony/validator/
|
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\\EmailValidator' => array(
|
1554 |
'version' => '5.2.7.0',
|
1555 |
'path' => $vendorDir . '/symfony/validator/Constraints/EmailValidator.php'
|
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/
|
1572 |
),
|
1573 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
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/
|
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\\ImageValidator' => array(
|
1682 |
'version' => '5.2.7.0',
|
1683 |
'path' => $vendorDir . '/symfony/validator/Constraints/ImageValidator.php'
|
1684 |
),
|
1685 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
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/
|
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\\
|
1762 |
'version' => '5.2.7.0',
|
1763 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
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\\PositiveOrZero' => array(
|
1774 |
'version' => '5.2.7.0',
|
1775 |
'path' => $vendorDir . '/symfony/validator/Constraints/PositiveOrZero.php'
|
1776 |
),
|
1777 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
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/
|
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\\NegativeOrZero' => array(
|
1806 |
'version' => '5.2.7.0',
|
1807 |
'path' => $vendorDir . '/symfony/validator/Constraints/NegativeOrZero.php'
|
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/
|
1832 |
),
|
1833 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
1834 |
'version' => '5.2.7.0',
|
1835 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
1836 |
),
|
1837 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
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\\
|
1886 |
'version' => '5.2.7.0',
|
1887 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
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\\IsNull' => array(
|
1962 |
'version' => '5.2.7.0',
|
1963 |
'path' => $vendorDir . '/symfony/validator/Constraints/IsNull.php'
|
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\\
|
2006 |
'version' => '5.2.7.0',
|
2007 |
-
'path' => $vendorDir . '/symfony/validator/
|
2008 |
),
|
2009 |
-
'Symfony\\Component\\Validator\\
|
2010 |
'version' => '5.2.7.0',
|
2011 |
-
'path' => $vendorDir . '/symfony/validator/
|
2012 |
),
|
2013 |
-
'Symfony\\Component\\Validator\\
|
2014 |
'version' => '5.2.7.0',
|
2015 |
-
'path' => $vendorDir . '/symfony/validator/
|
2016 |
),
|
2017 |
-
'Symfony\\Component\\Validator\\
|
2018 |
'version' => '5.2.7.0',
|
2019 |
-
'path' => $vendorDir . '/symfony/validator/
|
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\\
|
2062 |
'version' => '5.2.7.0',
|
2063 |
-
'path' => $vendorDir . '/symfony/validator/
|
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 |
'Psr\\Log\\LoggerAwareInterface' => array(
|
2202 |
'version' => '1.1.4.0',
|
2203 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php'
|
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\\InvalidArgumentException' => array(
|
2218 |
'version' => '1.1.4.0',
|
2219 |
'path' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php'
|
2220 |
),
|
2221 |
-
'Psr\\Log\\
|
2222 |
'version' => '1.1.4.0',
|
2223 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
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\\AbstractLogger' => array(
|
2234 |
'version' => '1.1.4.0',
|
2235 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
2236 |
),
|
2237 |
-
'Psr\\
|
2238 |
-
'version' => '1.1.
|
2239 |
-
'path' => $vendorDir . '/psr/
|
2240 |
),
|
2241 |
'Psr\\Http\\Message\\StreamFactoryInterface' => array(
|
2242 |
'version' => '1.0.1.0',
|
@@ -2250,25 +2254,29 @@ return array(
|
|
2250 |
'version' => '1.0.1.0',
|
2251 |
'path' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php'
|
2252 |
),
|
2253 |
-
'Psr\\Http\\Message\\
|
2254 |
'version' => '1.0.1.0',
|
2255 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
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\\
|
2262 |
'version' => '1.0.1.0',
|
2263 |
-
'path' => $vendorDir . '/psr/http-
|
2264 |
),
|
2265 |
-
'Psr\\Http\\Message\\
|
2266 |
'version' => '1.0.1.0',
|
2267 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
2268 |
),
|
2269 |
-
'Psr\\Http\\Message\\
|
2270 |
'version' => '1.0.1.0',
|
2271 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
|
|
|
|
|
|
|
|
2272 |
),
|
2273 |
'Psr\\Http\\Message\\RequestInterface' => array(
|
2274 |
'version' => '1.0.1.0',
|
@@ -2278,38 +2286,26 @@ return array(
|
|
2278 |
'version' => '1.0.1.0',
|
2279 |
'path' => $vendorDir . '/psr/http-message/src/ResponseInterface.php'
|
2280 |
),
|
2281 |
-
'Psr\\Http\\Message\\
|
2282 |
'version' => '1.0.1.0',
|
2283 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
2284 |
),
|
2285 |
-
'Psr\\Http\\
|
2286 |
'version' => '1.0.1.0',
|
2287 |
-
'path' => $vendorDir . '/psr/http-
|
2288 |
),
|
2289 |
-
'Psr\\Http\\
|
2290 |
'version' => '1.0.1.0',
|
2291 |
-
'path' => $vendorDir . '/psr/http-
|
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,2353 +2314,2345 @@ return array(
|
|
2318 |
'version' => '1.1.1.0',
|
2319 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
2320 |
),
|
2321 |
-
'Psr\\
|
2322 |
-
'version' => '1.
|
2323 |
-
'path' => $vendorDir . '/psr/
|
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 |
-
'
|
2338 |
-
'version' => '
|
2339 |
-
'path' => $vendorDir . '/
|
2340 |
),
|
2341 |
-
'
|
2342 |
-
'version' => '
|
2343 |
-
'path' => $vendorDir . '/
|
2344 |
),
|
2345 |
-
'ParagonIE\\ConstantTime\\
|
2346 |
'version' => '2.5.0.0',
|
2347 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
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\\
|
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\\
|
2362 |
'version' => '2.5.0.0',
|
2363 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2364 |
),
|
2365 |
-
'ParagonIE\\ConstantTime\\
|
2366 |
'version' => '2.5.0.0',
|
2367 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
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\\
|
2374 |
'version' => '2.5.0.0',
|
2375 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2376 |
),
|
2377 |
-
'ParagonIE\\ConstantTime\\
|
2378 |
'version' => '2.5.0.0',
|
2379 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
2380 |
),
|
2381 |
-
'
|
2382 |
-
'version' => '2.
|
2383 |
-
'path' => $vendorDir . '/
|
2384 |
),
|
2385 |
-
'
|
|
|
|
|
|
|
|
|
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\\
|
2474 |
'version' => '2.3.5.0',
|
2475 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
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\\
|
2490 |
'version' => '2.3.5.0',
|
2491 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
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\\
|
2498 |
'version' => '2.3.5.0',
|
2499 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
2500 |
),
|
2501 |
-
'Monolog\\Handler\\
|
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\\
|
2554 |
'version' => '2.3.5.0',
|
2555 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
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\\GcpExtensionChannel' => array(
|
2826 |
-
'version' => '0.2.0.0',
|
2827 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/GcpExtensionChannel.php'
|
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\\
|
2838 |
'version' => '0.2.0.0',
|
2839 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/
|
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\\
|
2846 |
'version' => '0.2.0.0',
|
2847 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/
|
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\\
|
2862 |
'version' => '0.2.0.0',
|
2863 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
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\\
|
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\\ServerCallWriter' => array(
|
2886 |
'version' => '1.42.0.0',
|
2887 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php'
|
2888 |
),
|
2889 |
-
'Grpc\\
|
2890 |
'version' => '1.42.0.0',
|
2891 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2892 |
),
|
2893 |
-
'Grpc\\
|
2894 |
'version' => '1.42.0.0',
|
2895 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2896 |
),
|
2897 |
-
'Grpc\\
|
2898 |
'version' => '1.42.0.0',
|
2899 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
|
|
|
|
|
|
|
|
2900 |
),
|
2901 |
'Grpc\\CallInvoker' => array(
|
2902 |
'version' => '1.42.0.0',
|
2903 |
'path' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php'
|
2904 |
),
|
2905 |
-
'Grpc\\
|
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/
|
2920 |
),
|
2921 |
'Grpc\\BaseStub' => array(
|
2922 |
'version' => '1.42.0.0',
|
2923 |
'path' => $vendorDir . '/grpc/grpc/src/lib/BaseStub.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\\Status' => array(
|
2934 |
'version' => '1.42.0.0',
|
2935 |
'path' => $vendorDir . '/grpc/grpc/src/lib/Status.php'
|
2936 |
),
|
2937 |
-
'Grpc\\
|
2938 |
'version' => '1.42.0.0',
|
2939 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2940 |
),
|
2941 |
-
'Grpc\\
|
2942 |
'version' => '1.42.0.0',
|
2943 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2944 |
),
|
2945 |
-
'Grpc\\
|
2946 |
'version' => '1.42.0.0',
|
2947 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
2948 |
),
|
2949 |
-
'Google\\Service\\
|
2950 |
'version' => '0.230.0.0',
|
2951 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
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\\
|
2958 |
'version' => '0.230.0.0',
|
2959 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2960 |
),
|
2961 |
-
'Google\\Service\\ShoppingContent\\
|
2962 |
'version' => '0.230.0.0',
|
2963 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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\\
|
2982 |
'version' => '0.230.0.0',
|
2983 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2984 |
),
|
2985 |
-
'Google\\Service\\ShoppingContent\\
|
2986 |
'version' => '0.230.0.0',
|
2987 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2988 |
),
|
2989 |
-
'Google\\Service\\ShoppingContent\\
|
2990 |
'version' => '0.230.0.0',
|
2991 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
2992 |
),
|
2993 |
-
'Google\\Service\\ShoppingContent\\
|
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\\
|
3170 |
'version' => '0.230.0.0',
|
3171 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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\\
|
3390 |
'version' => '0.230.0.0',
|
3391 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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/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/
|
3432 |
),
|
3433 |
-
'Google\\Service\\ShoppingContent\\
|
3434 |
'version' => '0.230.0.0',
|
3435 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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\\
|
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\\
|
3742 |
'version' => '0.230.0.0',
|
3743 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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/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/
|
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\\AccountsListLinksResponse' => array(
|
4098 |
'version' => '0.230.0.0',
|
4099 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListLinksResponse.php'
|
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\\ProductProductDetail' => array(
|
4166 |
'version' => '0.230.0.0',
|
4167 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductProductDetail.php'
|
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\\
|
4462 |
'version' => '0.230.0.0',
|
4463 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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\\
|
4502 |
'version' => '0.230.0.0',
|
4503 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4504 |
),
|
4505 |
-
'Google\\Service\\ShoppingContent\\
|
4506 |
'version' => '0.230.0.0',
|
4507 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4508 |
),
|
4509 |
-
'Google\\Service\\ShoppingContent\\
|
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\\
|
4534 |
'version' => '0.230.0.0',
|
4535 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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\\
|
4646 |
'version' => '0.230.0.0',
|
4647 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
4648 |
),
|
4649 |
-
'Google\\Service\\ShoppingContent\\
|
4650 |
'version' => '0.230.0.0',
|
4651 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
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\\SiteVerification
|
4662 |
'version' => '0.230.0.0',
|
4663 |
-
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification
|
4664 |
),
|
4665 |
-
'Google\\Service\\SiteVerification\\
|
4666 |
'version' => '0.230.0.0',
|
4667 |
-
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/
|
4668 |
),
|
4669 |
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequestSite' => array(
|
4670 |
'version' => '0.230.0.0',
|
@@ -4674,169 +4662,169 @@ return array(
|
|
4674 |
'version' => '0.230.0.0',
|
4675 |
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php'
|
4676 |
),
|
4677 |
-
'Google\\Service\\SiteVerification\\
|
4678 |
'version' => '0.230.0.0',
|
4679 |
-
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/
|
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\\
|
4686 |
-
'version' => '
|
4687 |
-
'path' => $vendorDir . '/google/
|
4688 |
),
|
4689 |
-
'Google\\
|
4690 |
-
'version' => '
|
4691 |
-
'path' => $vendorDir . '/google/
|
4692 |
),
|
4693 |
-
'Google\\
|
4694 |
-
'version' => '
|
4695 |
-
'path' => $vendorDir . '/google/
|
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\\
|
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\\
|
4718 |
'version' => '3.19.3.0',
|
4719 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4720 |
),
|
4721 |
-
'Google\\Protobuf\\
|
4722 |
'version' => '3.19.3.0',
|
4723 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4724 |
),
|
4725 |
-
'Google\\Protobuf\\
|
4726 |
'version' => '3.19.3.0',
|
4727 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
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\\
|
4742 |
'version' => '3.19.3.0',
|
4743 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
4744 |
),
|
4745 |
-
'Google\\Protobuf\\
|
4746 |
'version' => '3.19.3.0',
|
4747 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
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\\EnumDescriptorProto' => array(
|
4818 |
'version' => '3.19.3.0',
|
4819 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php'
|
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\\FieldOptions\\CType' => array(
|
4842 |
'version' => '3.19.3.0',
|
@@ -4846,185 +4834,205 @@ return array(
|
|
4846 |
'version' => '3.19.3.0',
|
4847 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php'
|
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\\
|
4870 |
'version' => '3.19.3.0',
|
4871 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
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\\OneofDescriptor' => array(
|
4930 |
'version' => '3.19.3.0',
|
4931 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php'
|
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\\
|
4942 |
'version' => '3.19.3.0',
|
4943 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
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\\
|
5022 |
'version' => '3.19.3.0',
|
5023 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
5024 |
),
|
5025 |
-
'Google\\Protobuf\\
|
5026 |
'version' => '3.19.3.0',
|
5027 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5028 |
),
|
5029 |
'Google\\Protobuf\\Field' => array(
|
5030 |
'version' => '3.19.3.0',
|
@@ -5034,12197 +5042,12201 @@ return array(
|
|
5034 |
'version' => '3.19.3.0',
|
5035 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php'
|
5036 |
),
|
5037 |
-
'Google\\Protobuf\\
|
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/
|
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\\FloatValue' => array(
|
5058 |
'version' => '3.19.3.0',
|
5059 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php'
|
5060 |
),
|
5061 |
-
'Google\\Protobuf\\
|
5062 |
'version' => '3.19.3.0',
|
5063 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
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\\ListValue' => array(
|
5106 |
'version' => '3.19.3.0',
|
5107 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/ListValue.php'
|
5108 |
),
|
5109 |
-
'Google\\Protobuf\\
|
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/
|
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\\
|
5246 |
'version' => '1.10.0.0',
|
5247 |
-
'path' => $vendorDir . '/google/gax/src/
|
5248 |
),
|
5249 |
-
'Google\\ApiCore\\
|
5250 |
'version' => '1.10.0.0',
|
5251 |
-
'path' => $vendorDir . '/google/gax/src/
|
5252 |
),
|
5253 |
-
'Google\\ApiCore\\
|
5254 |
'version' => '1.10.0.0',
|
5255 |
-
'path' => $vendorDir . '/google/gax/src/
|
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\\
|
5346 |
'version' => '1.10.0.0',
|
5347 |
-
'path' => $vendorDir . '/google/gax/src/
|
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\\
|
5390 |
'version' => '1.10.0.0',
|
5391 |
-
'path' => $vendorDir . '/google/gax/src/
|
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\\
|
5406 |
'version' => '1.10.0.0',
|
5407 |
-
'path' => $vendorDir . '/google/gax/src/
|
5408 |
),
|
5409 |
-
'Google\\Ads\\GoogleAds\\
|
5410 |
'version' => '12.1.0.0',
|
5411 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5412 |
),
|
5413 |
-
'Google\\Ads\\GoogleAds\\
|
5414 |
'version' => '12.1.0.0',
|
5415 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
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\\
|
5426 |
'version' => '12.1.0.0',
|
5427 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5428 |
),
|
5429 |
-
'Google\\Ads\\GoogleAds\\
|
5430 |
'version' => '12.1.0.0',
|
5431 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5432 |
),
|
5433 |
-
'Google\\Ads\\GoogleAds\\
|
5434 |
'version' => '12.1.0.0',
|
5435 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5436 |
),
|
5437 |
-
'Google\\Ads\\GoogleAds\\
|
5438 |
'version' => '12.1.0.0',
|
5439 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
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\\
|
5462 |
'version' => '12.1.0.0',
|
5463 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5464 |
),
|
5465 |
-
'Google\\Ads\\GoogleAds\\
|
5466 |
'version' => '12.1.0.0',
|
5467 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5468 |
),
|
5469 |
-
'Google\\Ads\\GoogleAds\\
|
5470 |
'version' => '12.1.0.0',
|
5471 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5472 |
),
|
5473 |
-
'Google\\Ads\\GoogleAds\\
|
5474 |
'version' => '12.1.0.0',
|
5475 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5476 |
),
|
5477 |
-
'Google\\Ads\\GoogleAds\\
|
5478 |
'version' => '12.1.0.0',
|
5479 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5480 |
),
|
5481 |
-
'Google\\Ads\\GoogleAds\\
|
5482 |
'version' => '12.1.0.0',
|
5483 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5484 |
),
|
5485 |
-
'Google\\Ads\\GoogleAds\\
|
5486 |
'version' => '12.1.0.0',
|
5487 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5488 |
),
|
5489 |
-
'Google\\Ads\\GoogleAds\\
|
5490 |
'version' => '12.1.0.0',
|
5491 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5492 |
),
|
5493 |
-
'Google\\Ads\\GoogleAds\\
|
5494 |
'version' => '12.1.0.0',
|
5495 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5496 |
),
|
5497 |
-
'Google\\Ads\\GoogleAds\\
|
5498 |
'version' => '12.1.0.0',
|
5499 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5500 |
),
|
5501 |
-
'Google\\Ads\\GoogleAds\\
|
5502 |
'version' => '12.1.0.0',
|
5503 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5504 |
),
|
5505 |
-
'Google\\Ads\\GoogleAds\\
|
5506 |
'version' => '12.1.0.0',
|
5507 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5508 |
),
|
5509 |
-
'Google\\Ads\\GoogleAds\\
|
5510 |
'version' => '12.1.0.0',
|
5511 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5512 |
),
|
5513 |
-
'Google\\Ads\\GoogleAds\\
|
5514 |
'version' => '12.1.0.0',
|
5515 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5516 |
),
|
5517 |
-
'Google\\Ads\\GoogleAds\\
|
5518 |
'version' => '12.1.0.0',
|
5519 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5520 |
),
|
5521 |
-
'Google\\Ads\\GoogleAds\\
|
5522 |
'version' => '12.1.0.0',
|
5523 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5524 |
),
|
5525 |
-
'Google\\Ads\\GoogleAds\\
|
5526 |
'version' => '12.1.0.0',
|
5527 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5528 |
),
|
5529 |
-
'Google\\Ads\\GoogleAds\\
|
5530 |
'version' => '12.1.0.0',
|
5531 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5532 |
),
|
5533 |
-
'Google\\Ads\\GoogleAds\\
|
5534 |
'version' => '12.1.0.0',
|
5535 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5536 |
),
|
5537 |
-
'Google\\Ads\\GoogleAds\\
|
5538 |
'version' => '12.1.0.0',
|
5539 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5540 |
),
|
5541 |
-
'Google\\Ads\\GoogleAds\\
|
5542 |
'version' => '12.1.0.0',
|
5543 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5544 |
),
|
5545 |
-
'Google\\Ads\\GoogleAds\\
|
5546 |
'version' => '12.1.0.0',
|
5547 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5548 |
),
|
5549 |
-
'Google\\Ads\\GoogleAds\\
|
5550 |
'version' => '12.1.0.0',
|
5551 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5552 |
),
|
5553 |
-
'Google\\Ads\\GoogleAds\\
|
5554 |
'version' => '12.1.0.0',
|
5555 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
5556 |
),
|
5557 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5558 |
'version' => '12.1.0.0',
|
5559 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
5560 |
),
|
5561 |
-
'Google\\Ads\\GoogleAds\\V9\\
|
5562 |
'version' => '12.1.0.0',
|
5563 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/
|
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\\Services\\GroupPlac
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
+
'phpseclib3\\Net\\SSH2' => array(
|
10 |
'version' => '3.0.12.0',
|
11 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php'
|
12 |
),
|
13 |
+
'phpseclib3\\Net\\SFTP' => array(
|
14 |
'version' => '3.0.12.0',
|
15 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php'
|
16 |
),
|
17 |
+
'phpseclib3\\Net\\SFTP\\Stream' => array(
|
18 |
'version' => '3.0.12.0',
|
19 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'
|
20 |
),
|
21 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => array(
|
22 |
'version' => '3.0.12.0',
|
23 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php'
|
24 |
),
|
25 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLReason' => array(
|
26 |
'version' => '3.0.12.0',
|
27 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php'
|
28 |
),
|
29 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => array(
|
30 |
'version' => '3.0.12.0',
|
31 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php'
|
32 |
),
|
33 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => array(
|
34 |
'version' => '3.0.12.0',
|
35 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php'
|
36 |
),
|
37 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => array(
|
38 |
'version' => '3.0.12.0',
|
39 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php'
|
40 |
),
|
41 |
+
'phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => array(
|
42 |
'version' => '3.0.12.0',
|
43 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php'
|
44 |
),
|
45 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => array(
|
46 |
'version' => '3.0.12.0',
|
47 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php'
|
48 |
),
|
49 |
+
'phpseclib3\\File\\ASN1\\Maps\\FieldElement' => array(
|
50 |
'version' => '3.0.12.0',
|
51 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php'
|
52 |
),
|
53 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBES2params' => array(
|
54 |
'version' => '3.0.12.0',
|
55 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php'
|
56 |
),
|
57 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeType' => array(
|
58 |
'version' => '3.0.12.0',
|
59 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php'
|
60 |
),
|
61 |
+
'phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => array(
|
62 |
'version' => '3.0.12.0',
|
63 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php'
|
64 |
),
|
65 |
+
'phpseclib3\\File\\ASN1\\Maps\\Trinomial' => array(
|
66 |
'version' => '3.0.12.0',
|
67 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php'
|
68 |
),
|
69 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECPoint' => array(
|
70 |
'version' => '3.0.12.0',
|
71 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php'
|
72 |
),
|
73 |
+
'phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => array(
|
74 |
'version' => '3.0.12.0',
|
75 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php'
|
76 |
),
|
77 |
+
'phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => array(
|
78 |
'version' => '3.0.12.0',
|
79 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php'
|
80 |
),
|
81 |
+
'phpseclib3\\File\\ASN1\\Maps\\Time' => array(
|
82 |
'version' => '3.0.12.0',
|
83 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php'
|
84 |
),
|
85 |
+
'phpseclib3\\File\\ASN1\\Maps\\DHParameter' => array(
|
86 |
'version' => '3.0.12.0',
|
87 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php'
|
88 |
),
|
89 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => array(
|
90 |
'version' => '3.0.12.0',
|
91 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php'
|
92 |
),
|
93 |
+
'phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => array(
|
94 |
'version' => '3.0.12.0',
|
95 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php'
|
96 |
),
|
97 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => array(
|
98 |
'version' => '3.0.12.0',
|
99 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php'
|
100 |
),
|
101 |
+
'phpseclib3\\File\\ASN1\\Maps\\Attributes' => array(
|
102 |
'version' => '3.0.12.0',
|
103 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php'
|
104 |
),
|
105 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => array(
|
106 |
'version' => '3.0.12.0',
|
107 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php'
|
108 |
),
|
109 |
+
'phpseclib3\\File\\ASN1\\Maps\\Certificate' => array(
|
110 |
'version' => '3.0.12.0',
|
111 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php'
|
112 |
),
|
113 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => array(
|
114 |
'version' => '3.0.12.0',
|
115 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php'
|
116 |
),
|
117 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateList' => array(
|
118 |
'version' => '3.0.12.0',
|
119 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php'
|
120 |
),
|
121 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => array(
|
122 |
'version' => '3.0.12.0',
|
123 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php'
|
124 |
),
|
125 |
+
'phpseclib3\\File\\ASN1\\Maps\\CPSuri' => array(
|
126 |
'version' => '3.0.12.0',
|
127 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php'
|
128 |
),
|
129 |
+
'phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => array(
|
130 |
'version' => '3.0.12.0',
|
131 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php'
|
132 |
),
|
133 |
+
'phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => array(
|
134 |
'version' => '3.0.12.0',
|
135 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php'
|
136 |
),
|
137 |
+
'phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => array(
|
138 |
'version' => '3.0.12.0',
|
139 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php'
|
140 |
),
|
141 |
+
'phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => array(
|
142 |
'version' => '3.0.12.0',
|
143 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php'
|
144 |
),
|
145 |
+
'phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => array(
|
146 |
'version' => '3.0.12.0',
|
147 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php'
|
148 |
),
|
149 |
+
'phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => array(
|
150 |
'version' => '3.0.12.0',
|
151 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php'
|
152 |
),
|
153 |
+
'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => array(
|
154 |
'version' => '3.0.12.0',
|
155 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php'
|
156 |
),
|
157 |
+
'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => array(
|
158 |
'version' => '3.0.12.0',
|
159 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php'
|
160 |
),
|
161 |
+
'phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => array(
|
162 |
'version' => '3.0.12.0',
|
163 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php'
|
164 |
),
|
165 |
+
'phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => array(
|
166 |
'version' => '3.0.12.0',
|
167 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php'
|
168 |
),
|
169 |
+
'phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => array(
|
170 |
'version' => '3.0.12.0',
|
171 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php'
|
172 |
),
|
173 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => array(
|
174 |
'version' => '3.0.12.0',
|
175 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php'
|
176 |
),
|
177 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => array(
|
178 |
'version' => '3.0.12.0',
|
179 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php'
|
180 |
),
|
181 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECParameters' => array(
|
182 |
'version' => '3.0.12.0',
|
183 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php'
|
184 |
),
|
185 |
+
'phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => array(
|
186 |
'version' => '3.0.12.0',
|
187 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php'
|
188 |
),
|
189 |
+
'phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => array(
|
190 |
'version' => '3.0.12.0',
|
191 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php'
|
192 |
),
|
193 |
+
'phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => array(
|
194 |
'version' => '3.0.12.0',
|
195 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php'
|
196 |
),
|
197 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => array(
|
198 |
'version' => '3.0.12.0',
|
199 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php'
|
200 |
),
|
201 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKey' => array(
|
202 |
'version' => '3.0.12.0',
|
203 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php'
|
204 |
),
|
205 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => array(
|
206 |
'version' => '3.0.12.0',
|
207 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php'
|
208 |
),
|
209 |
+
'phpseclib3\\File\\ASN1\\Maps\\Attribute' => array(
|
210 |
'version' => '3.0.12.0',
|
211 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php'
|
212 |
),
|
213 |
+
'phpseclib3\\File\\ASN1\\Maps\\PersonalName' => array(
|
214 |
'version' => '3.0.12.0',
|
215 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php'
|
216 |
),
|
217 |
+
'phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => array(
|
218 |
'version' => '3.0.12.0',
|
219 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php'
|
220 |
),
|
221 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => array(
|
222 |
'version' => '3.0.12.0',
|
223 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php'
|
224 |
),
|
225 |
+
'phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => array(
|
226 |
'version' => '3.0.12.0',
|
227 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php'
|
228 |
),
|
229 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => array(
|
230 |
'version' => '3.0.12.0',
|
231 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php'
|
232 |
),
|
233 |
+
'phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => array(
|
234 |
'version' => '3.0.12.0',
|
235 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php'
|
236 |
),
|
237 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => array(
|
238 |
'version' => '3.0.12.0',
|
239 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php'
|
240 |
),
|
241 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => array(
|
242 |
'version' => '3.0.12.0',
|
243 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php'
|
244 |
),
|
245 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => array(
|
246 |
'version' => '3.0.12.0',
|
247 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php'
|
248 |
),
|
249 |
+
'phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => array(
|
250 |
'version' => '3.0.12.0',
|
251 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php'
|
252 |
),
|
253 |
+
'phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => array(
|
254 |
'version' => '3.0.12.0',
|
255 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php'
|
256 |
),
|
257 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAParams' => array(
|
258 |
'version' => '3.0.12.0',
|
259 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php'
|
260 |
),
|
261 |
+
'phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => array(
|
262 |
'version' => '3.0.12.0',
|
263 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php'
|
264 |
),
|
265 |
+
'phpseclib3\\File\\ASN1\\Maps\\FieldID' => array(
|
|
|
|
|
|
|
|
|
266 |
'version' => '3.0.12.0',
|
267 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php'
|
268 |
),
|
269 |
+
'phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => array(
|
270 |
'version' => '3.0.12.0',
|
271 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php'
|
272 |
),
|
273 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => array(
|
274 |
'version' => '3.0.12.0',
|
275 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php'
|
276 |
),
|
277 |
+
'phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => array(
|
278 |
'version' => '3.0.12.0',
|
279 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php'
|
280 |
),
|
281 |
+
'phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => array(
|
282 |
'version' => '3.0.12.0',
|
283 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php'
|
284 |
),
|
285 |
+
'phpseclib3\\File\\ASN1\\Maps\\AnotherName' => array(
|
286 |
'version' => '3.0.12.0',
|
287 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php'
|
288 |
),
|
289 |
+
'phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => array(
|
290 |
'version' => '3.0.12.0',
|
291 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php'
|
292 |
),
|
293 |
+
'phpseclib3\\File\\ASN1\\Maps\\Prime_p' => array(
|
294 |
'version' => '3.0.12.0',
|
295 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php'
|
296 |
),
|
297 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => array(
|
298 |
'version' => '3.0.12.0',
|
299 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php'
|
300 |
),
|
301 |
+
'phpseclib3\\File\\ASN1\\Maps\\CountryName' => array(
|
302 |
'version' => '3.0.12.0',
|
303 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php'
|
304 |
),
|
305 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => array(
|
306 |
'version' => '3.0.12.0',
|
307 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php'
|
308 |
),
|
309 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => array(
|
310 |
'version' => '3.0.12.0',
|
311 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php'
|
312 |
),
|
313 |
+
'phpseclib3\\File\\ASN1\\Maps\\ORAddress' => array(
|
314 |
'version' => '3.0.12.0',
|
315 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php'
|
316 |
),
|
317 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => array(
|
318 |
'version' => '3.0.12.0',
|
319 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php'
|
320 |
),
|
321 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => array(
|
322 |
'version' => '3.0.12.0',
|
323 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php'
|
324 |
),
|
325 |
+
'phpseclib3\\File\\ASN1\\Maps\\UserNotice' => array(
|
326 |
'version' => '3.0.12.0',
|
327 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php'
|
328 |
),
|
329 |
+
'phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => array(
|
330 |
'version' => '3.0.12.0',
|
331 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php'
|
332 |
),
|
333 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => array(
|
334 |
'version' => '3.0.12.0',
|
335 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php'
|
336 |
),
|
337 |
+
'phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => array(
|
338 |
'version' => '3.0.12.0',
|
339 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php'
|
340 |
),
|
341 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => array(
|
342 |
'version' => '3.0.12.0',
|
343 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php'
|
344 |
),
|
345 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => array(
|
346 |
'version' => '3.0.12.0',
|
347 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php'
|
348 |
),
|
349 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => array(
|
350 |
'version' => '3.0.12.0',
|
351 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php'
|
352 |
),
|
353 |
+
'phpseclib3\\File\\ASN1\\Maps\\Validity' => array(
|
354 |
'version' => '3.0.12.0',
|
355 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php'
|
356 |
),
|
357 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => array(
|
358 |
'version' => '3.0.12.0',
|
359 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php'
|
360 |
),
|
361 |
+
'phpseclib3\\File\\ASN1\\Maps\\DisplayText' => array(
|
362 |
'version' => '3.0.12.0',
|
363 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php'
|
364 |
),
|
365 |
+
'phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => array(
|
366 |
'version' => '3.0.12.0',
|
367 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php'
|
368 |
),
|
369 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => array(
|
370 |
'version' => '3.0.12.0',
|
371 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php'
|
372 |
),
|
373 |
+
'phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => array(
|
374 |
'version' => '3.0.12.0',
|
375 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php'
|
376 |
),
|
377 |
+
'phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => array(
|
378 |
'version' => '3.0.12.0',
|
379 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php'
|
380 |
),
|
381 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => array(
|
382 |
'version' => '3.0.12.0',
|
383 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php'
|
384 |
),
|
385 |
+
'phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => array(
|
386 |
'version' => '3.0.12.0',
|
387 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php'
|
388 |
),
|
389 |
+
'phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => array(
|
390 |
'version' => '3.0.12.0',
|
391 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php'
|
392 |
),
|
393 |
+
'phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => array(
|
394 |
'version' => '3.0.12.0',
|
395 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php'
|
396 |
),
|
397 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => array(
|
398 |
'version' => '3.0.12.0',
|
399 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php'
|
400 |
),
|
401 |
+
'phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => array(
|
402 |
'version' => '3.0.12.0',
|
403 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php'
|
404 |
),
|
405 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => array(
|
406 |
'version' => '3.0.12.0',
|
407 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php'
|
408 |
),
|
409 |
+
'phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => array(
|
410 |
'version' => '3.0.12.0',
|
411 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php'
|
412 |
),
|
413 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => array(
|
414 |
'version' => '3.0.12.0',
|
415 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php'
|
416 |
),
|
417 |
+
'phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => array(
|
418 |
'version' => '3.0.12.0',
|
419 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php'
|
420 |
),
|
421 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralName' => array(
|
422 |
'version' => '3.0.12.0',
|
423 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php'
|
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\\DSAPrivateKey' => array(
|
430 |
'version' => '3.0.12.0',
|
431 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php'
|
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\\BuiltInDomainDefinedAttribute' => array(
|
438 |
'version' => '3.0.12.0',
|
439 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php'
|
440 |
),
|
441 |
+
'phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => array(
|
442 |
'version' => '3.0.12.0',
|
443 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php'
|
444 |
),
|
445 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => array(
|
446 |
'version' => '3.0.12.0',
|
447 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php'
|
448 |
),
|
449 |
+
'phpseclib3\\File\\ASN1\\Maps\\Name' => array(
|
450 |
'version' => '3.0.12.0',
|
451 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php'
|
452 |
),
|
453 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => array(
|
454 |
'version' => '3.0.12.0',
|
455 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php'
|
456 |
),
|
457 |
+
'phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => array(
|
458 |
'version' => '3.0.12.0',
|
459 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php'
|
460 |
),
|
461 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => array(
|
462 |
'version' => '3.0.12.0',
|
463 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php'
|
464 |
),
|
465 |
+
'phpseclib3\\File\\ASN1\\Maps\\Curve' => array(
|
466 |
'version' => '3.0.12.0',
|
467 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php'
|
468 |
),
|
469 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => array(
|
470 |
'version' => '3.0.12.0',
|
471 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php'
|
472 |
),
|
473 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => array(
|
474 |
'version' => '3.0.12.0',
|
475 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php'
|
476 |
),
|
477 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => array(
|
478 |
'version' => '3.0.12.0',
|
479 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php'
|
480 |
),
|
481 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => array(
|
482 |
'version' => '3.0.12.0',
|
483 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php'
|
484 |
),
|
485 |
+
'phpseclib3\\File\\ASN1\\Maps\\Extensions' => array(
|
486 |
'version' => '3.0.12.0',
|
487 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php'
|
488 |
),
|
489 |
+
'phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => array(
|
490 |
'version' => '3.0.12.0',
|
491 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php'
|
492 |
),
|
493 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => array(
|
494 |
'version' => '3.0.12.0',
|
495 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php'
|
496 |
),
|
497 |
+
'phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => array(
|
498 |
'version' => '3.0.12.0',
|
499 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php'
|
500 |
),
|
501 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => array(
|
502 |
'version' => '3.0.12.0',
|
503 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php'
|
504 |
),
|
505 |
+
'phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => array(
|
506 |
'version' => '3.0.12.0',
|
507 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php'
|
508 |
),
|
509 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => array(
|
510 |
'version' => '3.0.12.0',
|
511 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php'
|
512 |
),
|
513 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => array(
|
514 |
'version' => '3.0.12.0',
|
515 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php'
|
516 |
),
|
517 |
+
'phpseclib3\\File\\ASN1\\Element' => array(
|
518 |
'version' => '3.0.12.0',
|
519 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'
|
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\\ANSI' => array(
|
526 |
'version' => '3.0.12.0',
|
527 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php'
|
528 |
),
|
529 |
+
'phpseclib3\\File\\X509' => array(
|
530 |
'version' => '3.0.12.0',
|
531 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/X509.php'
|
532 |
),
|
533 |
+
'phpseclib3\\Crypt\\Hash' => array(
|
534 |
'version' => '3.0.12.0',
|
535 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'
|
536 |
),
|
537 |
+
'phpseclib3\\Crypt\\RSA' => array(
|
538 |
'version' => '3.0.12.0',
|
539 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'
|
540 |
),
|
541 |
+
'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => array(
|
542 |
'version' => '3.0.12.0',
|
543 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php'
|
544 |
),
|
545 |
+
'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => array(
|
546 |
'version' => '3.0.12.0',
|
547 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php'
|
548 |
),
|
549 |
+
'phpseclib3\\Crypt\\DH\\PublicKey' => array(
|
550 |
'version' => '3.0.12.0',
|
551 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php'
|
552 |
),
|
553 |
+
'phpseclib3\\Crypt\\DH\\Parameters' => array(
|
554 |
'version' => '3.0.12.0',
|
555 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php'
|
556 |
),
|
557 |
+
'phpseclib3\\Crypt\\DH\\PrivateKey' => array(
|
558 |
'version' => '3.0.12.0',
|
559 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php'
|
560 |
),
|
561 |
+
'phpseclib3\\Crypt\\AES' => array(
|
562 |
'version' => '3.0.12.0',
|
563 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php'
|
564 |
),
|
565 |
+
'phpseclib3\\Crypt\\DH' => array(
|
566 |
'version' => '3.0.12.0',
|
567 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php'
|
568 |
),
|
569 |
+
'phpseclib3\\Crypt\\DES' => array(
|
570 |
'version' => '3.0.12.0',
|
571 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php'
|
572 |
),
|
573 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => array(
|
574 |
'version' => '3.0.12.0',
|
575 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php'
|
576 |
),
|
577 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => array(
|
578 |
'version' => '3.0.12.0',
|
579 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php'
|
580 |
),
|
581 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => array(
|
582 |
'version' => '3.0.12.0',
|
583 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php'
|
584 |
),
|
585 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => array(
|
586 |
'version' => '3.0.12.0',
|
587 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php'
|
588 |
),
|
589 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => array(
|
590 |
'version' => '3.0.12.0',
|
591 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php'
|
592 |
),
|
593 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => array(
|
594 |
'version' => '3.0.12.0',
|
595 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php'
|
596 |
),
|
597 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => array(
|
598 |
'version' => '3.0.12.0',
|
599 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php'
|
600 |
),
|
601 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => array(
|
602 |
'version' => '3.0.12.0',
|
603 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php'
|
604 |
),
|
605 |
+
'phpseclib3\\Crypt\\RSA\\PublicKey' => array(
|
606 |
'version' => '3.0.12.0',
|
607 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php'
|
608 |
),
|
609 |
+
'phpseclib3\\Crypt\\RSA\\PrivateKey' => array(
|
610 |
'version' => '3.0.12.0',
|
611 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php'
|
612 |
),
|
613 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => array(
|
614 |
'version' => '3.0.12.0',
|
615 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php'
|
616 |
),
|
617 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => array(
|
618 |
'version' => '3.0.12.0',
|
619 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php'
|
620 |
),
|
621 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => array(
|
622 |
'version' => '3.0.12.0',
|
623 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php'
|
624 |
),
|
625 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => array(
|
626 |
'version' => '3.0.12.0',
|
627 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php'
|
628 |
),
|
629 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => array(
|
630 |
'version' => '3.0.12.0',
|
631 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php'
|
632 |
),
|
633 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => array(
|
634 |
'version' => '3.0.12.0',
|
635 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php'
|
636 |
),
|
637 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => array(
|
638 |
'version' => '3.0.12.0',
|
639 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php'
|
640 |
),
|
641 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => array(
|
642 |
'version' => '3.0.12.0',
|
643 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php'
|
644 |
),
|
645 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => array(
|
646 |
'version' => '3.0.12.0',
|
647 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php'
|
648 |
),
|
649 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => array(
|
650 |
'version' => '3.0.12.0',
|
651 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php'
|
652 |
),
|
653 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => array(
|
654 |
'version' => '3.0.12.0',
|
655 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php'
|
656 |
),
|
657 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => array(
|
658 |
'version' => '3.0.12.0',
|
659 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php'
|
660 |
),
|
661 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => array(
|
662 |
'version' => '3.0.12.0',
|
663 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php'
|
664 |
),
|
665 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => array(
|
666 |
'version' => '3.0.12.0',
|
667 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php'
|
668 |
),
|
669 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => array(
|
670 |
'version' => '3.0.12.0',
|
671 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php'
|
672 |
),
|
673 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => array(
|
674 |
'version' => '3.0.12.0',
|
675 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php'
|
676 |
),
|
677 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => array(
|
678 |
'version' => '3.0.12.0',
|
679 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php'
|
680 |
),
|
681 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => array(
|
682 |
'version' => '3.0.12.0',
|
683 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php'
|
684 |
),
|
685 |
+
'phpseclib3\\Crypt\\EC\\PublicKey' => array(
|
686 |
'version' => '3.0.12.0',
|
687 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php'
|
688 |
),
|
689 |
+
'phpseclib3\\Crypt\\EC\\Parameters' => array(
|
690 |
'version' => '3.0.12.0',
|
691 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php'
|
692 |
),
|
693 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Curve448' => array(
|
694 |
'version' => '3.0.12.0',
|
695 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php'
|
696 |
),
|
697 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => array(
|
698 |
'version' => '3.0.12.0',
|
699 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php'
|
700 |
),
|
701 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => array(
|
702 |
'version' => '3.0.12.0',
|
703 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php'
|
704 |
),
|
705 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => array(
|
706 |
'version' => '3.0.12.0',
|
707 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php'
|
708 |
),
|
709 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => array(
|
710 |
'version' => '3.0.12.0',
|
711 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php'
|
712 |
),
|
713 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => array(
|
714 |
'version' => '3.0.12.0',
|
715 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php'
|
716 |
),
|
717 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => array(
|
718 |
'version' => '3.0.12.0',
|
719 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php'
|
720 |
),
|
721 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk283' => array(
|
722 |
'version' => '3.0.12.0',
|
723 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php'
|
724 |
),
|
725 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => array(
|
726 |
'version' => '3.0.12.0',
|
727 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php'
|
728 |
),
|
729 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => array(
|
730 |
'version' => '3.0.12.0',
|
731 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php'
|
732 |
),
|
733 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => array(
|
734 |
'version' => '3.0.12.0',
|
735 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php'
|
736 |
),
|
737 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => array(
|
738 |
'version' => '3.0.12.0',
|
739 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php'
|
740 |
),
|
741 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => array(
|
742 |
'version' => '3.0.12.0',
|
743 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php'
|
744 |
),
|
745 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => array(
|
746 |
'version' => '3.0.12.0',
|
747 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php'
|
748 |
),
|
749 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => array(
|
750 |
'version' => '3.0.12.0',
|
751 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php'
|
752 |
),
|
753 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => array(
|
754 |
'version' => '3.0.12.0',
|
755 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php'
|
756 |
),
|
757 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => array(
|
758 |
'version' => '3.0.12.0',
|
759 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php'
|
760 |
),
|
761 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => array(
|
762 |
'version' => '3.0.12.0',
|
763 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php'
|
764 |
),
|
765 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => array(
|
766 |
'version' => '3.0.12.0',
|
767 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php'
|
768 |
),
|
769 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => array(
|
770 |
'version' => '3.0.12.0',
|
771 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php'
|
772 |
),
|
773 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => array(
|
774 |
'version' => '3.0.12.0',
|
775 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php'
|
776 |
),
|
777 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => array(
|
778 |
'version' => '3.0.12.0',
|
779 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php'
|
780 |
),
|
781 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => array(
|
|
|
|
|
|
|
|
|
782 |
'version' => '3.0.12.0',
|
783 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php'
|
784 |
),
|
785 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistt571' => array(
|
786 |
'version' => '3.0.12.0',
|
787 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php'
|
788 |
),
|
789 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => array(
|
790 |
'version' => '3.0.12.0',
|
791 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php'
|
792 |
),
|
793 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => array(
|
794 |
'version' => '3.0.12.0',
|
795 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php'
|
796 |
),
|
797 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => array(
|
798 |
'version' => '3.0.12.0',
|
799 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php'
|
800 |
),
|
801 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Ed448' => array(
|
802 |
'version' => '3.0.12.0',
|
803 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php'
|
804 |
),
|
805 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => array(
|
806 |
'version' => '3.0.12.0',
|
807 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php'
|
808 |
),
|
809 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => array(
|
810 |
'version' => '3.0.12.0',
|
811 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php'
|
812 |
),
|
813 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => array(
|
814 |
'version' => '3.0.12.0',
|
815 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php'
|
816 |
),
|
817 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk233' => array(
|
818 |
'version' => '3.0.12.0',
|
819 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php'
|
820 |
),
|
821 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => array(
|
822 |
'version' => '3.0.12.0',
|
823 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php'
|
824 |
),
|
825 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk409' => array(
|
826 |
'version' => '3.0.12.0',
|
827 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php'
|
828 |
),
|
829 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => array(
|
830 |
'version' => '3.0.12.0',
|
831 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php'
|
832 |
),
|
833 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => array(
|
834 |
'version' => '3.0.12.0',
|
835 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php'
|
836 |
),
|
837 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => array(
|
838 |
'version' => '3.0.12.0',
|
839 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php'
|
840 |
),
|
841 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => array(
|
842 |
'version' => '3.0.12.0',
|
843 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php'
|
844 |
),
|
845 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => array(
|
846 |
'version' => '3.0.12.0',
|
847 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php'
|
848 |
),
|
849 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => array(
|
850 |
'version' => '3.0.12.0',
|
851 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php'
|
852 |
),
|
853 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => array(
|
854 |
'version' => '3.0.12.0',
|
855 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php'
|
856 |
),
|
857 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk163' => array(
|
858 |
'version' => '3.0.12.0',
|
859 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php'
|
860 |
),
|
861 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => array(
|
862 |
'version' => '3.0.12.0',
|
863 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php'
|
864 |
),
|
865 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => array(
|
866 |
'version' => '3.0.12.0',
|
867 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php'
|
868 |
),
|
869 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => array(
|
870 |
'version' => '3.0.12.0',
|
871 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php'
|
872 |
),
|
873 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistb233' => array(
|
874 |
'version' => '3.0.12.0',
|
875 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php'
|
876 |
),
|
877 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp521' => array(
|
878 |
'version' => '3.0.12.0',
|
879 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php'
|
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\\sect113r2' => array(
|
886 |
'version' => '3.0.12.0',
|
887 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php'
|
888 |
),
|
889 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp256' => array(
|
890 |
'version' => '3.0.12.0',
|
891 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php'
|
892 |
),
|
893 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => array(
|
894 |
'version' => '3.0.12.0',
|
895 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php'
|
896 |
),
|
897 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => array(
|
898 |
'version' => '3.0.12.0',
|
899 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php'
|
900 |
),
|
901 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => array(
|
902 |
'version' => '3.0.12.0',
|
903 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php'
|
904 |
),
|
905 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => array(
|
906 |
'version' => '3.0.12.0',
|
907 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php'
|
908 |
),
|
909 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp192' => array(
|
910 |
'version' => '3.0.12.0',
|
911 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php'
|
912 |
),
|
913 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => array(
|
914 |
'version' => '3.0.12.0',
|
915 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php'
|
916 |
),
|
917 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp384' => array(
|
918 |
'version' => '3.0.12.0',
|
919 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php'
|
920 |
),
|
921 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => array(
|
922 |
'version' => '3.0.12.0',
|
923 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php'
|
924 |
),
|
925 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => array(
|
926 |
'version' => '3.0.12.0',
|
927 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php'
|
928 |
),
|
929 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => array(
|
930 |
'version' => '3.0.12.0',
|
931 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php'
|
932 |
),
|
933 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp224' => array(
|
934 |
'version' => '3.0.12.0',
|
935 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php'
|
936 |
),
|
937 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => array(
|
938 |
'version' => '3.0.12.0',
|
939 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php'
|
940 |
),
|
941 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => array(
|
942 |
'version' => '3.0.12.0',
|
943 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php'
|
944 |
),
|
945 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => array(
|
946 |
'version' => '3.0.12.0',
|
947 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php'
|
948 |
),
|
949 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => array(
|
950 |
'version' => '3.0.12.0',
|
951 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php'
|
952 |
),
|
953 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => array(
|
954 |
'version' => '3.0.12.0',
|
955 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php'
|
956 |
),
|
957 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => array(
|
958 |
'version' => '3.0.12.0',
|
959 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php'
|
960 |
),
|
961 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => array(
|
962 |
'version' => '3.0.12.0',
|
963 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php'
|
964 |
),
|
965 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => array(
|
966 |
'version' => '3.0.12.0',
|
967 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php'
|
968 |
),
|
969 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => array(
|
970 |
'version' => '3.0.12.0',
|
971 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php'
|
972 |
),
|
973 |
+
'phpseclib3\\Crypt\\EC\\PrivateKey' => array(
|
974 |
'version' => '3.0.12.0',
|
975 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php'
|
976 |
),
|
977 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => array(
|
978 |
'version' => '3.0.12.0',
|
979 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php'
|
980 |
),
|
981 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => array(
|
982 |
'version' => '3.0.12.0',
|
983 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php'
|
984 |
),
|
985 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => array(
|
986 |
'version' => '3.0.12.0',
|
987 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php'
|
988 |
),
|
989 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => array(
|
990 |
'version' => '3.0.12.0',
|
991 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php'
|
992 |
),
|
993 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => array(
|
994 |
'version' => '3.0.12.0',
|
995 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php'
|
996 |
),
|
997 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => array(
|
998 |
'version' => '3.0.12.0',
|
999 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php'
|
1000 |
),
|
1001 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => array(
|
1002 |
'version' => '3.0.12.0',
|
1003 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php'
|
1004 |
),
|
1005 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => array(
|
1006 |
'version' => '3.0.12.0',
|
1007 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php'
|
1008 |
),
|
1009 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => array(
|
1010 |
'version' => '3.0.12.0',
|
1011 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php'
|
1012 |
),
|
1013 |
+
'phpseclib3\\Crypt\\DSA\\PublicKey' => array(
|
1014 |
'version' => '3.0.12.0',
|
1015 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php'
|
1016 |
),
|
1017 |
+
'phpseclib3\\Crypt\\DSA\\Parameters' => array(
|
1018 |
'version' => '3.0.12.0',
|
1019 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php'
|
1020 |
),
|
1021 |
+
'phpseclib3\\Crypt\\DSA\\PrivateKey' => array(
|
1022 |
'version' => '3.0.12.0',
|
1023 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php'
|
1024 |
),
|
1025 |
+
'phpseclib3\\Crypt\\ChaCha20' => array(
|
1026 |
'version' => '3.0.12.0',
|
1027 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php'
|
1028 |
),
|
1029 |
+
'phpseclib3\\Crypt\\Blowfish' => array(
|
1030 |
'version' => '3.0.12.0',
|
1031 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'
|
1032 |
),
|
1033 |
+
'phpseclib3\\Crypt\\Twofish' => array(
|
1034 |
'version' => '3.0.12.0',
|
1035 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'
|
1036 |
),
|
1037 |
+
'phpseclib3\\Crypt\\Rijndael' => array(
|
1038 |
'version' => '3.0.12.0',
|
1039 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'
|
1040 |
),
|
1041 |
+
'phpseclib3\\Crypt\\Salsa20' => array(
|
1042 |
'version' => '3.0.12.0',
|
1043 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php'
|
1044 |
),
|
1045 |
+
'phpseclib3\\Crypt\\PublicKeyLoader' => array(
|
1046 |
'version' => '3.0.12.0',
|
1047 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php'
|
1048 |
),
|
1049 |
+
'phpseclib3\\Crypt\\RC4' => array(
|
1050 |
'version' => '3.0.12.0',
|
1051 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'
|
1052 |
),
|
1053 |
+
'phpseclib3\\Crypt\\Common\\StreamCipher' => array(
|
1054 |
'version' => '3.0.12.0',
|
1055 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php'
|
1056 |
),
|
1057 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => array(
|
1058 |
'version' => '3.0.12.0',
|
1059 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php'
|
1060 |
),
|
1061 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => array(
|
1062 |
'version' => '3.0.12.0',
|
1063 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php'
|
1064 |
),
|
1065 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => array(
|
1066 |
'version' => '3.0.12.0',
|
1067 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php'
|
1068 |
),
|
1069 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => array(
|
1070 |
'version' => '3.0.12.0',
|
1071 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php'
|
1072 |
),
|
1073 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => array(
|
1074 |
'version' => '3.0.12.0',
|
1075 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php'
|
1076 |
),
|
1077 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => array(
|
1078 |
'version' => '3.0.12.0',
|
1079 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php'
|
1080 |
),
|
1081 |
+
'phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => array(
|
1082 |
'version' => '3.0.12.0',
|
1083 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php'
|
1084 |
),
|
1085 |
+
'phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => array(
|
1086 |
'version' => '3.0.12.0',
|
1087 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php'
|
1088 |
),
|
1089 |
+
'phpseclib3\\Crypt\\Common\\PublicKey' => array(
|
1090 |
'version' => '3.0.12.0',
|
1091 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php'
|
1092 |
),
|
1093 |
+
'phpseclib3\\Crypt\\Common\\SymmetricKey' => array(
|
1094 |
'version' => '3.0.12.0',
|
1095 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php'
|
1096 |
),
|
1097 |
+
'phpseclib3\\Crypt\\Common\\AsymmetricKey' => array(
|
1098 |
'version' => '3.0.12.0',
|
1099 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php'
|
1100 |
),
|
1101 |
+
'phpseclib3\\Crypt\\Common\\BlockCipher' => array(
|
1102 |
'version' => '3.0.12.0',
|
1103 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php'
|
1104 |
),
|
1105 |
+
'phpseclib3\\Crypt\\Common\\PrivateKey' => array(
|
1106 |
'version' => '3.0.12.0',
|
1107 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php'
|
1108 |
),
|
1109 |
+
'phpseclib3\\Crypt\\Random' => array(
|
1110 |
'version' => '3.0.12.0',
|
1111 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php'
|
1112 |
),
|
1113 |
+
'phpseclib3\\Crypt\\DSA' => array(
|
1114 |
'version' => '3.0.12.0',
|
1115 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php'
|
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\\RC2' => array(
|
1122 |
'version' => '3.0.12.0',
|
1123 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'
|
1124 |
),
|
1125 |
+
'phpseclib3\\Crypt\\TripleDES' => array(
|
1126 |
'version' => '3.0.12.0',
|
1127 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'
|
1128 |
),
|
1129 |
+
'phpseclib3\\Math\\BinaryField' => array(
|
1130 |
'version' => '3.0.12.0',
|
1131 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php'
|
1132 |
),
|
1133 |
+
'phpseclib3\\Math\\BinaryField\\Integer' => array(
|
1134 |
'version' => '3.0.12.0',
|
1135 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php'
|
1136 |
),
|
1137 |
+
'phpseclib3\\Math\\BigInteger' => array(
|
1138 |
'version' => '3.0.12.0',
|
1139 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'
|
1140 |
),
|
1141 |
+
'phpseclib3\\Math\\Common\\FiniteField\\Integer' => array(
|
1142 |
'version' => '3.0.12.0',
|
1143 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php'
|
1144 |
),
|
1145 |
+
'phpseclib3\\Math\\Common\\FiniteField' => array(
|
1146 |
'version' => '3.0.12.0',
|
1147 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php'
|
1148 |
),
|
1149 |
+
'phpseclib3\\Math\\PrimeField\\Integer' => array(
|
1150 |
'version' => '3.0.12.0',
|
1151 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php'
|
1152 |
),
|
1153 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => array(
|
1154 |
'version' => '3.0.12.0',
|
1155 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php'
|
1156 |
),
|
1157 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\Engine' => array(
|
1158 |
'version' => '3.0.12.0',
|
1159 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php'
|
1160 |
),
|
1161 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => array(
|
1162 |
'version' => '3.0.12.0',
|
1163 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php'
|
1164 |
),
|
1165 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => array(
|
1166 |
'version' => '3.0.12.0',
|
1167 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php'
|
1168 |
),
|
1169 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => array(
|
1170 |
'version' => '3.0.12.0',
|
1171 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php'
|
1172 |
),
|
1173 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => array(
|
1174 |
'version' => '3.0.12.0',
|
1175 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php'
|
1176 |
),
|
1177 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => array(
|
1178 |
'version' => '3.0.12.0',
|
1179 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php'
|
1180 |
),
|
1181 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => array(
|
1182 |
'version' => '3.0.12.0',
|
1183 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php'
|
1184 |
),
|
1185 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => array(
|
1186 |
'version' => '3.0.12.0',
|
1187 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php'
|
1188 |
),
|
1189 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => array(
|
1190 |
'version' => '3.0.12.0',
|
1191 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php'
|
1192 |
),
|
1193 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => array(
|
1194 |
'version' => '3.0.12.0',
|
1195 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php'
|
1196 |
),
|
1197 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => array(
|
1198 |
'version' => '3.0.12.0',
|
1199 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php'
|
1200 |
),
|
1201 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => array(
|
1202 |
'version' => '3.0.12.0',
|
1203 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php'
|
1204 |
),
|
1205 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => array(
|
1206 |
'version' => '3.0.12.0',
|
1207 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php'
|
1208 |
),
|
1209 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\GMP' => array(
|
1210 |
'version' => '3.0.12.0',
|
1211 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php'
|
1212 |
),
|
1213 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => array(
|
1214 |
'version' => '3.0.12.0',
|
1215 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php'
|
1216 |
),
|
1217 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => array(
|
1218 |
'version' => '3.0.12.0',
|
1219 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php'
|
1220 |
),
|
1221 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP' => array(
|
1222 |
'version' => '3.0.12.0',
|
1223 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php'
|
1224 |
),
|
1225 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => array(
|
1226 |
'version' => '3.0.12.0',
|
1227 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php'
|
1228 |
),
|
1229 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => array(
|
1230 |
'version' => '3.0.12.0',
|
1231 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php'
|
1232 |
),
|
1233 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => array(
|
1234 |
'version' => '3.0.12.0',
|
1235 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php'
|
1236 |
),
|
1237 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => array(
|
1238 |
'version' => '3.0.12.0',
|
1239 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php'
|
1240 |
),
|
1241 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => array(
|
1242 |
'version' => '3.0.12.0',
|
1243 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php'
|
1244 |
),
|
1245 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => array(
|
1246 |
'version' => '3.0.12.0',
|
1247 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php'
|
1248 |
),
|
1249 |
+
'phpseclib3\\Math\\PrimeField' => array(
|
1250 |
'version' => '3.0.12.0',
|
1251 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php'
|
1252 |
),
|
1253 |
+
'phpseclib3\\System\\SSH\\Agent' => array(
|
1254 |
'version' => '3.0.12.0',
|
1255 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'
|
1256 |
),
|
1257 |
+
'phpseclib3\\System\\SSH\\Agent\\Identity' => array(
|
1258 |
'version' => '3.0.12.0',
|
1259 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'
|
1260 |
),
|
1261 |
+
'phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => array(
|
1262 |
'version' => '3.0.12.0',
|
1263 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php'
|
1264 |
),
|
1265 |
+
'phpseclib3\\Common\\Functions\\Strings' => array(
|
1266 |
'version' => '3.0.12.0',
|
1267 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php'
|
1268 |
),
|
1269 |
+
'phpseclib3\\Exception\\BadDecryptionException' => array(
|
1270 |
'version' => '3.0.12.0',
|
1271 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php'
|
1272 |
),
|
1273 |
+
'phpseclib3\\Exception\\ConnectionClosedException' => array(
|
1274 |
'version' => '3.0.12.0',
|
1275 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php'
|
1276 |
),
|
1277 |
+
'phpseclib3\\Exception\\InsufficientSetupException' => array(
|
1278 |
'version' => '3.0.12.0',
|
1279 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php'
|
1280 |
),
|
1281 |
+
'phpseclib3\\Exception\\NoKeyLoadedException' => array(
|
1282 |
'version' => '3.0.12.0',
|
1283 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php'
|
1284 |
),
|
1285 |
+
'phpseclib3\\Exception\\UnsupportedOperationException' => array(
|
1286 |
'version' => '3.0.12.0',
|
1287 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php'
|
1288 |
),
|
1289 |
+
'phpseclib3\\Exception\\UnsupportedAlgorithmException' => array(
|
1290 |
'version' => '3.0.12.0',
|
1291 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php'
|
1292 |
),
|
1293 |
+
'phpseclib3\\Exception\\UnsupportedCurveException' => array(
|
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/Exception/UnableToConnectException.php'
|
1304 |
),
|
1305 |
+
'phpseclib3\\Exception\\InconsistentSetupException' => array(
|
1306 |
'version' => '3.0.12.0',
|
1307 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php'
|
1308 |
),
|
1309 |
+
'phpseclib3\\Exception\\BadConfigurationException' => array(
|
1310 |
'version' => '3.0.12.0',
|
1311 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php'
|
1312 |
),
|
1313 |
+
'phpseclib3\\Exception\\BadModeException' => array(
|
1314 |
'version' => '3.0.12.0',
|
1315 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php'
|
1316 |
+
),
|
1317 |
+
'phpseclib3\\Exception\\UnsupportedFormatException' => array(
|
1318 |
+
'version' => '3.0.12.0',
|
1319 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php'
|
1320 |
+
),
|
1321 |
+
'phpseclib3\\Exception\\FileNotFoundException' => array(
|
1322 |
+
'version' => '3.0.12.0',
|
1323 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.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\\TranslatableInterface' => array(
|
|
|
|
|
|
|
|
|
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/TranslatorInterface.php'
|
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\\Test\\TranslatorTest' => array(
|
1354 |
+
'version' => '2.3.0.0',
|
1355 |
+
'path' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.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\\DataCollector\\ValidatorDataCollector' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
'version' => '5.2.7.0',
|
1363 |
+
'path' => $vendorDir . '/symfony/validator/DataCollector/ValidatorDataCollector.php'
|
1364 |
),
|
1365 |
+
'Symfony\\Component\\Validator\\Mapping\\GenericMetadata' => array(
|
1366 |
'version' => '5.2.7.0',
|
1367 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/GenericMetadata.php'
|
1368 |
),
|
1369 |
+
'Symfony\\Component\\Validator\\Mapping\\CascadingStrategy' => array(
|
1370 |
'version' => '5.2.7.0',
|
1371 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/CascadingStrategy.php'
|
1372 |
),
|
1373 |
+
'Symfony\\Component\\Validator\\Mapping\\ClassMetadataInterface' => array(
|
1374 |
'version' => '5.2.7.0',
|
1375 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/ClassMetadataInterface.php'
|
1376 |
),
|
1377 |
+
'Symfony\\Component\\Validator\\Mapping\\AutoMappingStrategy' => array(
|
1378 |
'version' => '5.2.7.0',
|
1379 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/AutoMappingStrategy.php'
|
1380 |
),
|
1381 |
+
'Symfony\\Component\\Validator\\Mapping\\GetterMetadata' => array(
|
1382 |
'version' => '5.2.7.0',
|
1383 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/GetterMetadata.php'
|
1384 |
),
|
1385 |
+
'Symfony\\Component\\Validator\\Mapping\\ClassMetadata' => array(
|
1386 |
'version' => '5.2.7.0',
|
1387 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/ClassMetadata.php'
|
1388 |
),
|
1389 |
+
'Symfony\\Component\\Validator\\Mapping\\MemberMetadata' => array(
|
1390 |
'version' => '5.2.7.0',
|
1391 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/MemberMetadata.php'
|
1392 |
),
|
1393 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AutoMappingTrait' => array(
|
1394 |
'version' => '5.2.7.0',
|
1395 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AutoMappingTrait.php'
|
1396 |
),
|
1397 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFilesLoader' => array(
|
1398 |
'version' => '5.2.7.0',
|
1399 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFilesLoader.php'
|
1400 |
),
|
1401 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFilesLoader' => array(
|
1402 |
'version' => '5.2.7.0',
|
1403 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFilesLoader.php'
|
1404 |
),
|
1405 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\FileLoader' => array(
|
1406 |
'version' => '5.2.7.0',
|
1407 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/FileLoader.php'
|
1408 |
),
|
1409 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderInterface' => array(
|
1410 |
'version' => '5.2.7.0',
|
1411 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderInterface.php'
|
1412 |
),
|
1413 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFileLoader' => array(
|
1414 |
'version' => '5.2.7.0',
|
1415 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFileLoader.php'
|
1416 |
),
|
1417 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\FilesLoader' => array(
|
1418 |
'version' => '5.2.7.0',
|
1419 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/FilesLoader.php'
|
1420 |
),
|
1421 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFileLoader' => array(
|
1422 |
'version' => '5.2.7.0',
|
1423 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFileLoader.php'
|
1424 |
),
|
1425 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderChain' => array(
|
1426 |
'version' => '5.2.7.0',
|
1427 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderChain.php'
|
1428 |
),
|
1429 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AnnotationLoader' => array(
|
1430 |
'version' => '5.2.7.0',
|
1431 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AnnotationLoader.php'
|
1432 |
),
|
1433 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\StaticMethodLoader' => array(
|
1434 |
'version' => '5.2.7.0',
|
1435 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/StaticMethodLoader.php'
|
1436 |
),
|
1437 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\PropertyInfoLoader' => array(
|
1438 |
'version' => '5.2.7.0',
|
1439 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/PropertyInfoLoader.php'
|
1440 |
),
|
1441 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader' => array(
|
1442 |
'version' => '5.2.7.0',
|
1443 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AbstractLoader.php'
|
1444 |
),
|
1445 |
+
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => array(
|
1446 |
'version' => '5.2.7.0',
|
1447 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadataInterface.php'
|
1448 |
),
|
1449 |
+
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => array(
|
1450 |
'version' => '5.2.7.0',
|
1451 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/TraversalStrategy.php'
|
1452 |
),
|
1453 |
+
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadata' => array(
|
1454 |
'version' => '5.2.7.0',
|
1455 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadata.php'
|
1456 |
),
|
1457 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\BlackHoleMetadataFactory' => array(
|
1458 |
'version' => '5.2.7.0',
|
1459 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php'
|
1460 |
),
|
1461 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\MetadataFactoryInterface' => array(
|
1462 |
'version' => '5.2.7.0',
|
1463 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php'
|
1464 |
),
|
1465 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\LazyLoadingMetadataFactory' => array(
|
1466 |
'version' => '5.2.7.0',
|
1467 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php'
|
1468 |
),
|
1469 |
+
'Symfony\\Component\\Validator\\Mapping\\MetadataInterface' => array(
|
1470 |
'version' => '5.2.7.0',
|
1471 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/MetadataInterface.php'
|
1472 |
),
|
1473 |
+
'Symfony\\Component\\Validator\\ContainerConstraintValidatorFactory' => array(
|
1474 |
'version' => '5.2.7.0',
|
1475 |
+
'path' => $vendorDir . '/symfony/validator/ContainerConstraintValidatorFactory.php'
|
1476 |
),
|
1477 |
+
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => array(
|
1478 |
'version' => '5.2.7.0',
|
1479 |
+
'path' => $vendorDir . '/symfony/validator/ObjectInitializerInterface.php'
|
1480 |
),
|
1481 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextFactoryInterface' => array(
|
1482 |
'version' => '5.2.7.0',
|
1483 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactoryInterface.php'
|
1484 |
),
|
1485 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextFactory' => array(
|
1486 |
'version' => '5.2.7.0',
|
1487 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactory.php'
|
1488 |
),
|
1489 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContext' => array(
|
1490 |
'version' => '5.2.7.0',
|
1491 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContext.php'
|
1492 |
),
|
1493 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextInterface' => array(
|
1494 |
'version' => '5.2.7.0',
|
1495 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextInterface.php'
|
1496 |
),
|
1497 |
+
'Symfony\\Component\\Validator\\Validator\\RecursiveValidator' => array(
|
1498 |
'version' => '5.2.7.0',
|
1499 |
+
'path' => $vendorDir . '/symfony/validator/Validator/RecursiveValidator.php'
|
1500 |
),
|
1501 |
+
'Symfony\\Component\\Validator\\Validator\\ContextualValidatorInterface' => array(
|
1502 |
'version' => '5.2.7.0',
|
1503 |
+
'path' => $vendorDir . '/symfony/validator/Validator/ContextualValidatorInterface.php'
|
1504 |
),
|
1505 |
+
'Symfony\\Component\\Validator\\Validator\\LazyProperty' => array(
|
1506 |
'version' => '5.2.7.0',
|
1507 |
+
'path' => $vendorDir . '/symfony/validator/Validator/LazyProperty.php'
|
1508 |
),
|
1509 |
+
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => array(
|
1510 |
'version' => '5.2.7.0',
|
1511 |
+
'path' => $vendorDir . '/symfony/validator/Validator/ValidatorInterface.php'
|
1512 |
),
|
1513 |
+
'Symfony\\Component\\Validator\\Validator\\TraceableValidator' => array(
|
1514 |
'version' => '5.2.7.0',
|
1515 |
+
'path' => $vendorDir . '/symfony/validator/Validator/TraceableValidator.php'
|
1516 |
),
|
1517 |
+
'Symfony\\Component\\Validator\\Validator\\RecursiveContextualValidator' => array(
|
1518 |
'version' => '5.2.7.0',
|
1519 |
+
'path' => $vendorDir . '/symfony/validator/Validator/RecursiveContextualValidator.php'
|
1520 |
),
|
1521 |
+
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => array(
|
1522 |
'version' => '5.2.7.0',
|
1523 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
1524 |
),
|
1525 |
+
'Symfony\\Component\\Validator\\Test\\ConstraintViolationAssertion' => array(
|
1526 |
'version' => '5.2.7.0',
|
1527 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
1528 |
),
|
1529 |
+
'Symfony\\Component\\Validator\\Test\\AssertingContextualValidator' => array(
|
1530 |
'version' => '5.2.7.0',
|
1531 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
1532 |
),
|
1533 |
+
'Symfony\\Component\\Validator\\Constraints\\LuhnValidator' => array(
|
1534 |
'version' => '5.2.7.0',
|
1535 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LuhnValidator.php'
|
1536 |
),
|
1537 |
+
'Symfony\\Component\\Validator\\Constraints\\Expression' => array(
|
1538 |
'version' => '5.2.7.0',
|
1539 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Expression.php'
|
1540 |
),
|
1541 |
+
'Symfony\\Component\\Validator\\Constraints\\DisableAutoMapping' => array(
|
1542 |
'version' => '5.2.7.0',
|
1543 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DisableAutoMapping.php'
|
1544 |
),
|
1545 |
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => array(
|
1546 |
'version' => '5.2.7.0',
|
1547 |
'path' => $vendorDir . '/symfony/validator/Constraints/EmailValidator.php'
|
1548 |
),
|
1549 |
+
'Symfony\\Component\\Validator\\Constraints\\Email' => array(
|
1550 |
'version' => '5.2.7.0',
|
1551 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Email.php'
|
1552 |
),
|
1553 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntax' => array(
|
1554 |
'version' => '5.2.7.0',
|
1555 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntax.php'
|
1556 |
),
|
1557 |
+
'Symfony\\Component\\Validator\\Constraints\\IbanValidator' => array(
|
1558 |
'version' => '5.2.7.0',
|
1559 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IbanValidator.php'
|
1560 |
),
|
1561 |
+
'Symfony\\Component\\Validator\\Constraints\\DateTime' => array(
|
1562 |
'version' => '5.2.7.0',
|
1563 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateTime.php'
|
1564 |
),
|
1565 |
+
'Symfony\\Component\\Validator\\Constraints\\LanguageValidator' => array(
|
|
|
|
|
|
|
|
|
1566 |
'version' => '5.2.7.0',
|
1567 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LanguageValidator.php'
|
1568 |
),
|
1569 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntaxValidator' => array(
|
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/LessThanValidator.php'
|
1580 |
),
|
1581 |
+
'Symfony\\Component\\Validator\\Constraints\\ChoiceValidator' => array(
|
1582 |
'version' => '5.2.7.0',
|
1583 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ChoiceValidator.php'
|
1584 |
),
|
1585 |
+
'Symfony\\Component\\Validator\\Constraints\\EqualToValidator' => array(
|
1586 |
'version' => '5.2.7.0',
|
1587 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EqualToValidator.php'
|
1588 |
),
|
1589 |
+
'Symfony\\Component\\Validator\\Constraints\\SequentiallyValidator' => array(
|
1590 |
'version' => '5.2.7.0',
|
1591 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/SequentiallyValidator.php'
|
1592 |
),
|
1593 |
+
'Symfony\\Component\\Validator\\Constraints\\IsTrueValidator' => array(
|
1594 |
'version' => '5.2.7.0',
|
1595 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsTrueValidator.php'
|
1596 |
),
|
1597 |
+
'Symfony\\Component\\Validator\\Constraints\\IsFalse' => array(
|
1598 |
'version' => '5.2.7.0',
|
1599 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsFalse.php'
|
1600 |
),
|
1601 |
+
'Symfony\\Component\\Validator\\Constraints\\IsFalseValidator' => array(
|
1602 |
'version' => '5.2.7.0',
|
1603 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsFalseValidator.php'
|
1604 |
),
|
1605 |
+
'Symfony\\Component\\Validator\\Constraints\\IsNullValidator' => array(
|
1606 |
'version' => '5.2.7.0',
|
1607 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsNullValidator.php'
|
1608 |
),
|
1609 |
+
'Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator' => array(
|
1610 |
'version' => '5.2.7.0',
|
1611 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DivisibleByValidator.php'
|
1612 |
),
|
1613 |
+
'Symfony\\Component\\Validator\\Constraints\\Luhn' => array(
|
1614 |
'version' => '5.2.7.0',
|
1615 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Luhn.php'
|
1616 |
),
|
1617 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThan' => array(
|
1618 |
'version' => '5.2.7.0',
|
1619 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThan.php'
|
1620 |
),
|
1621 |
+
'Symfony\\Component\\Validator\\Constraints\\Time' => array(
|
1622 |
'version' => '5.2.7.0',
|
1623 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Time.php'
|
1624 |
),
|
1625 |
+
'Symfony\\Component\\Validator\\Constraints\\Issn' => array(
|
1626 |
'version' => '5.2.7.0',
|
1627 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Issn.php'
|
1628 |
),
|
1629 |
+
'Symfony\\Component\\Validator\\Constraints\\ZeroComparisonConstraintTrait' => array(
|
1630 |
'version' => '5.2.7.0',
|
1631 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ZeroComparisonConstraintTrait.php'
|
1632 |
),
|
1633 |
+
'Symfony\\Component\\Validator\\Constraints\\NotBlankValidator' => array(
|
1634 |
'version' => '5.2.7.0',
|
1635 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotBlankValidator.php'
|
1636 |
),
|
1637 |
+
'Symfony\\Component\\Validator\\Constraints\\Type' => array(
|
1638 |
'version' => '5.2.7.0',
|
1639 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Type.php'
|
1640 |
),
|
1641 |
+
'Symfony\\Component\\Validator\\Constraints\\Regex' => array(
|
1642 |
'version' => '5.2.7.0',
|
1643 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Regex.php'
|
1644 |
),
|
1645 |
+
'Symfony\\Component\\Validator\\Constraints\\UuidValidator' => array(
|
1646 |
'version' => '5.2.7.0',
|
1647 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UuidValidator.php'
|
1648 |
),
|
1649 |
+
'Symfony\\Component\\Validator\\Constraints\\RegexValidator' => array(
|
1650 |
'version' => '5.2.7.0',
|
1651 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/RegexValidator.php'
|
1652 |
),
|
1653 |
+
'Symfony\\Component\\Validator\\Constraints\\IsinValidator' => array(
|
1654 |
'version' => '5.2.7.0',
|
1655 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsinValidator.php'
|
1656 |
),
|
1657 |
+
'Symfony\\Component\\Validator\\Constraints\\Json' => array(
|
1658 |
'version' => '5.2.7.0',
|
1659 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Json.php'
|
1660 |
),
|
1661 |
+
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalTo' => array(
|
1662 |
'version' => '5.2.7.0',
|
1663 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalTo.php'
|
1664 |
),
|
1665 |
+
'Symfony\\Component\\Validator\\Constraints\\Hostname' => array(
|
1666 |
'version' => '5.2.7.0',
|
1667 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Hostname.php'
|
1668 |
),
|
1669 |
'Symfony\\Component\\Validator\\Constraints\\ImageValidator' => array(
|
1670 |
'version' => '5.2.7.0',
|
1671 |
'path' => $vendorDir . '/symfony/validator/Constraints/ImageValidator.php'
|
1672 |
),
|
1673 |
+
'Symfony\\Component\\Validator\\Constraints\\NotNullValidator' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1674 |
'version' => '5.2.7.0',
|
1675 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotNullValidator.php'
|
1676 |
),
|
1677 |
+
'Symfony\\Component\\Validator\\Constraints\\Country' => array(
|
1678 |
'version' => '5.2.7.0',
|
1679 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Country.php'
|
1680 |
),
|
1681 |
+
'Symfony\\Component\\Validator\\Constraints\\Blank' => array(
|
1682 |
'version' => '5.2.7.0',
|
1683 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Blank.php'
|
1684 |
),
|
1685 |
+
'Symfony\\Component\\Validator\\Constraints\\All' => array(
|
1686 |
'version' => '5.2.7.0',
|
1687 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/All.php'
|
1688 |
),
|
1689 |
+
'Symfony\\Component\\Validator\\Constraints\\Ulid' => array(
|
1690 |
'version' => '5.2.7.0',
|
1691 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Ulid.php'
|
1692 |
),
|
1693 |
+
'Symfony\\Component\\Validator\\Constraints\\FileValidator' => array(
|
1694 |
'version' => '5.2.7.0',
|
1695 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/FileValidator.php'
|
1696 |
),
|
1697 |
+
'Symfony\\Component\\Validator\\Constraints\\Unique' => array(
|
1698 |
'version' => '5.2.7.0',
|
1699 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Unique.php'
|
1700 |
),
|
1701 |
+
'Symfony\\Component\\Validator\\Constraints\\NumberConstraintTrait' => array(
|
1702 |
'version' => '5.2.7.0',
|
1703 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NumberConstraintTrait.php'
|
1704 |
),
|
1705 |
+
'Symfony\\Component\\Validator\\Constraints\\JsonValidator' => array(
|
1706 |
'version' => '5.2.7.0',
|
1707 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/JsonValidator.php'
|
1708 |
),
|
1709 |
+
'Symfony\\Component\\Validator\\Constraints\\GroupSequenceProvider' => array(
|
1710 |
'version' => '5.2.7.0',
|
1711 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GroupSequenceProvider.php'
|
1712 |
),
|
1713 |
+
'Symfony\\Component\\Validator\\Constraints\\Bic' => array(
|
1714 |
'version' => '5.2.7.0',
|
1715 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Bic.php'
|
1716 |
),
|
1717 |
+
'Symfony\\Component\\Validator\\Constraints\\CallbackValidator' => array(
|
1718 |
'version' => '5.2.7.0',
|
1719 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CallbackValidator.php'
|
1720 |
),
|
1721 |
+
'Symfony\\Component\\Validator\\Constraints\\File' => array(
|
1722 |
'version' => '5.2.7.0',
|
1723 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/File.php'
|
1724 |
),
|
1725 |
+
'Symfony\\Component\\Validator\\Constraints\\IsTrue' => array(
|
1726 |
'version' => '5.2.7.0',
|
1727 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsTrue.php'
|
1728 |
),
|
1729 |
+
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => array(
|
1730 |
'version' => '5.2.7.0',
|
1731 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPasswordValidator.php'
|
1732 |
),
|
1733 |
+
'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOf' => array(
|
1734 |
'version' => '5.2.7.0',
|
1735 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOf.php'
|
1736 |
),
|
1737 |
+
'Symfony\\Component\\Validator\\Constraints\\Uuid' => array(
|
1738 |
'version' => '5.2.7.0',
|
1739 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Uuid.php'
|
1740 |
),
|
1741 |
+
'Symfony\\Component\\Validator\\Constraints\\Composite' => array(
|
1742 |
'version' => '5.2.7.0',
|
1743 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Composite.php'
|
1744 |
),
|
1745 |
+
'Symfony\\Component\\Validator\\Constraints\\LocaleValidator' => array(
|
1746 |
'version' => '5.2.7.0',
|
1747 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LocaleValidator.php'
|
1748 |
),
|
1749 |
+
'Symfony\\Component\\Validator\\Constraints\\NotNull' => array(
|
1750 |
'version' => '5.2.7.0',
|
1751 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotNull.php'
|
1752 |
),
|
1753 |
'Symfony\\Component\\Validator\\Constraints\\PositiveOrZero' => array(
|
1754 |
'version' => '5.2.7.0',
|
1755 |
'path' => $vendorDir . '/symfony/validator/Constraints/PositiveOrZero.php'
|
1756 |
),
|
1757 |
+
'Symfony\\Component\\Validator\\Constraints\\IdenticalTo' => array(
|
|
|
|
|
|
|
|
|
1758 |
'version' => '5.2.7.0',
|
1759 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IdenticalTo.php'
|
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\\CurrencyValidator' => array(
|
1766 |
'version' => '5.2.7.0',
|
1767 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CurrencyValidator.php'
|
1768 |
),
|
1769 |
+
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPassword' => array(
|
1770 |
'version' => '5.2.7.0',
|
1771 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPassword.php'
|
1772 |
),
|
1773 |
+
'Symfony\\Component\\Validator\\Constraints\\Cascade' => array(
|
1774 |
'version' => '5.2.7.0',
|
1775 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Cascade.php'
|
1776 |
),
|
1777 |
+
'Symfony\\Component\\Validator\\Constraints\\GroupSequence' => array(
|
1778 |
'version' => '5.2.7.0',
|
1779 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GroupSequence.php'
|
1780 |
),
|
1781 |
'Symfony\\Component\\Validator\\Constraints\\NegativeOrZero' => array(
|
1782 |
'version' => '5.2.7.0',
|
1783 |
'path' => $vendorDir . '/symfony/validator/Constraints/NegativeOrZero.php'
|
1784 |
),
|
1785 |
+
'Symfony\\Component\\Validator\\Constraints\\CollectionValidator' => array(
|
1786 |
'version' => '5.2.7.0',
|
1787 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CollectionValidator.php'
|
1788 |
),
|
1789 |
+
'Symfony\\Component\\Validator\\Constraints\\Url' => array(
|
1790 |
'version' => '5.2.7.0',
|
1791 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Url.php'
|
1792 |
),
|
1793 |
+
'Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator' => array(
|
1794 |
'version' => '5.2.7.0',
|
1795 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotEqualToValidator.php'
|
1796 |
),
|
1797 |
+
'Symfony\\Component\\Validator\\Constraints\\NotEqualTo' => array(
|
1798 |
'version' => '5.2.7.0',
|
1799 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotEqualTo.php'
|
1800 |
),
|
1801 |
+
'Symfony\\Component\\Validator\\Constraints\\Optional' => array(
|
1802 |
'version' => '5.2.7.0',
|
1803 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Optional.php'
|
1804 |
),
|
1805 |
+
'Symfony\\Component\\Validator\\Constraints\\TypeValidator' => array(
|
1806 |
'version' => '5.2.7.0',
|
1807 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TypeValidator.php'
|
1808 |
),
|
1809 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator' => array(
|
1810 |
'version' => '5.2.7.0',
|
1811 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanValidator.php'
|
1812 |
),
|
1813 |
+
'Symfony\\Component\\Validator\\Constraints\\Ip' => array(
|
1814 |
'version' => '5.2.7.0',
|
1815 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Ip.php'
|
1816 |
),
|
1817 |
+
'Symfony\\Component\\Validator\\Constraints\\Existence' => array(
|
1818 |
'version' => '5.2.7.0',
|
1819 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Existence.php'
|
1820 |
),
|
1821 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator' => array(
|
1822 |
'version' => '5.2.7.0',
|
1823 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqualValidator.php'
|
1824 |
),
|
1825 |
+
'Symfony\\Component\\Validator\\Constraints\\IpValidator' => array(
|
1826 |
'version' => '5.2.7.0',
|
1827 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IpValidator.php'
|
1828 |
),
|
1829 |
+
'Symfony\\Component\\Validator\\Constraints\\TimezoneValidator' => array(
|
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/Choice.php'
|
1840 |
),
|
1841 |
+
'Symfony\\Component\\Validator\\Constraints\\Negative' => array(
|
1842 |
'version' => '5.2.7.0',
|
1843 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Negative.php'
|
1844 |
),
|
1845 |
+
'Symfony\\Component\\Validator\\Constraints\\TimeValidator' => array(
|
1846 |
'version' => '5.2.7.0',
|
1847 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TimeValidator.php'
|
1848 |
),
|
1849 |
+
'Symfony\\Component\\Validator\\Constraints\\Iban' => array(
|
1850 |
'version' => '5.2.7.0',
|
1851 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Iban.php'
|
1852 |
),
|
1853 |
+
'Symfony\\Component\\Validator\\Constraints\\Date' => array(
|
1854 |
'version' => '5.2.7.0',
|
1855 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Date.php'
|
1856 |
),
|
1857 |
+
'Symfony\\Component\\Validator\\Constraints\\DivisibleBy' => array(
|
1858 |
'version' => '5.2.7.0',
|
1859 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DivisibleBy.php'
|
1860 |
),
|
1861 |
+
'Symfony\\Component\\Validator\\Constraints\\Count' => array(
|
1862 |
'version' => '5.2.7.0',
|
1863 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Count.php'
|
1864 |
),
|
1865 |
+
'Symfony\\Component\\Validator\\Constraints\\IsbnValidator' => array(
|
1866 |
'version' => '5.2.7.0',
|
1867 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsbnValidator.php'
|
1868 |
),
|
1869 |
+
'Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator' => array(
|
1870 |
'version' => '5.2.7.0',
|
1871 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CardSchemeValidator.php'
|
1872 |
),
|
1873 |
+
'Symfony\\Component\\Validator\\Constraints\\CountryValidator' => array(
|
1874 |
'version' => '5.2.7.0',
|
1875 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CountryValidator.php'
|
1876 |
),
|
1877 |
+
'Symfony\\Component\\Validator\\Constraints\\ValidValidator' => array(
|
1878 |
'version' => '5.2.7.0',
|
1879 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ValidValidator.php'
|
1880 |
),
|
1881 |
+
'Symfony\\Component\\Validator\\Constraints\\UrlValidator' => array(
|
1882 |
'version' => '5.2.7.0',
|
1883 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UrlValidator.php'
|
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\\CountValidator' => array(
|
1890 |
'version' => '5.2.7.0',
|
1891 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CountValidator.php'
|
1892 |
),
|
1893 |
+
'Symfony\\Component\\Validator\\Constraints\\Currency' => array(
|
1894 |
'version' => '5.2.7.0',
|
1895 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Currency.php'
|
1896 |
),
|
1897 |
+
'Symfony\\Component\\Validator\\Constraints\\Timezone' => array(
|
1898 |
'version' => '5.2.7.0',
|
1899 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Timezone.php'
|
1900 |
),
|
1901 |
+
'Symfony\\Component\\Validator\\Constraints\\IssnValidator' => array(
|
1902 |
'version' => '5.2.7.0',
|
1903 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IssnValidator.php'
|
1904 |
),
|
1905 |
+
'Symfony\\Component\\Validator\\Constraints\\BlankValidator' => array(
|
1906 |
'version' => '5.2.7.0',
|
1907 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/BlankValidator.php'
|
1908 |
),
|
1909 |
+
'Symfony\\Component\\Validator\\Constraints\\UlidValidator' => array(
|
1910 |
'version' => '5.2.7.0',
|
1911 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UlidValidator.php'
|
1912 |
),
|
1913 |
+
'Symfony\\Component\\Validator\\Constraints\\Language' => array(
|
1914 |
'version' => '5.2.7.0',
|
1915 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Language.php'
|
1916 |
),
|
1917 |
+
'Symfony\\Component\\Validator\\Constraints\\RangeValidator' => array(
|
1918 |
'version' => '5.2.7.0',
|
1919 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/RangeValidator.php'
|
1920 |
),
|
1921 |
+
'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator' => array(
|
1922 |
'version' => '5.2.7.0',
|
1923 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOfValidator.php'
|
1924 |
),
|
1925 |
+
'Symfony\\Component\\Validator\\Constraints\\UniqueValidator' => array(
|
1926 |
'version' => '5.2.7.0',
|
1927 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UniqueValidator.php'
|
1928 |
),
|
1929 |
+
'Symfony\\Component\\Validator\\Constraints\\Collection' => array(
|
1930 |
'version' => '5.2.7.0',
|
1931 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Collection.php'
|
1932 |
),
|
1933 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqual' => array(
|
1934 |
'version' => '5.2.7.0',
|
1935 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqual.php'
|
1936 |
),
|
1937 |
'Symfony\\Component\\Validator\\Constraints\\IsNull' => array(
|
1938 |
'version' => '5.2.7.0',
|
1939 |
'path' => $vendorDir . '/symfony/validator/Constraints/IsNull.php'
|
1940 |
),
|
1941 |
+
'Symfony\\Component\\Validator\\Constraints\\Valid' => array(
|
1942 |
'version' => '5.2.7.0',
|
1943 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Valid.php'
|
1944 |
),
|
1945 |
+
'Symfony\\Component\\Validator\\Constraints\\Length' => array(
|
1946 |
'version' => '5.2.7.0',
|
1947 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Length.php'
|
1948 |
),
|
1949 |
+
'Symfony\\Component\\Validator\\Constraints\\CardScheme' => array(
|
1950 |
'version' => '5.2.7.0',
|
1951 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CardScheme.php'
|
1952 |
),
|
1953 |
+
'Symfony\\Component\\Validator\\Constraints\\AllValidator' => array(
|
1954 |
'version' => '5.2.7.0',
|
1955 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AllValidator.php'
|
1956 |
),
|
1957 |
+
'Symfony\\Component\\Validator\\Constraints\\Range' => array(
|
1958 |
'version' => '5.2.7.0',
|
1959 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Range.php'
|
1960 |
),
|
1961 |
+
'Symfony\\Component\\Validator\\Constraints\\Isin' => array(
|
1962 |
'version' => '5.2.7.0',
|
1963 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Isin.php'
|
1964 |
),
|
1965 |
+
'Symfony\\Component\\Validator\\Constraints\\EnableAutoMapping' => array(
|
1966 |
'version' => '5.2.7.0',
|
1967 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EnableAutoMapping.php'
|
1968 |
),
|
1969 |
+
'Symfony\\Component\\Validator\\Constraints\\Required' => array(
|
1970 |
'version' => '5.2.7.0',
|
1971 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Required.php'
|
1972 |
),
|
1973 |
+
'Symfony\\Component\\Validator\\Constraints\\DateValidator' => array(
|
1974 |
'version' => '5.2.7.0',
|
1975 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateValidator.php'
|
1976 |
),
|
1977 |
+
'Symfony\\Component\\Validator\\Constraints\\AbstractComparisonValidator' => array(
|
1978 |
'version' => '5.2.7.0',
|
1979 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AbstractComparisonValidator.php'
|
1980 |
),
|
1981 |
+
'Symfony\\Component\\Validator\\Constraints\\Traverse' => array(
|
1982 |
'version' => '5.2.7.0',
|
1983 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Traverse.php'
|
1984 |
),
|
1985 |
+
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator' => array(
|
1986 |
'version' => '5.2.7.0',
|
1987 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalToValidator.php'
|
1988 |
),
|
1989 |
+
'Symfony\\Component\\Validator\\Constraints\\LengthValidator' => array(
|
1990 |
'version' => '5.2.7.0',
|
1991 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LengthValidator.php'
|
1992 |
),
|
1993 |
+
'Symfony\\Component\\Validator\\Constraints\\Compound' => array(
|
1994 |
'version' => '5.2.7.0',
|
1995 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Compound.php'
|
1996 |
),
|
1997 |
+
'Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator' => array(
|
1998 |
'version' => '5.2.7.0',
|
1999 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IdenticalToValidator.php'
|
2000 |
),
|
2001 |
+
'Symfony\\Component\\Validator\\Constraints\\AbstractComparison' => array(
|
2002 |
'version' => '5.2.7.0',
|
2003 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AbstractComparison.php'
|
2004 |
),
|
2005 |
+
'Symfony\\Component\\Validator\\Constraints\\DateTimeValidator' => array(
|
2006 |
'version' => '5.2.7.0',
|
2007 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateTimeValidator.php'
|
2008 |
),
|
2009 |
+
'Symfony\\Component\\Validator\\Constraints\\Locale' => array(
|
2010 |
'version' => '5.2.7.0',
|
2011 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Locale.php'
|
2012 |
),
|
2013 |
+
'Symfony\\Component\\Validator\\Constraints\\EqualTo' => array(
|
2014 |
'version' => '5.2.7.0',
|
2015 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EqualTo.php'
|
2016 |
),
|
2017 |
+
'Symfony\\Component\\Validator\\Constraints\\Positive' => array(
|
2018 |
'version' => '5.2.7.0',
|
2019 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Positive.php'
|
2020 |
),
|
2021 |
+
'Symfony\\Component\\Validator\\Constraints\\Callback' => array(
|
2022 |
'version' => '5.2.7.0',
|
2023 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Callback.php'
|
2024 |
),
|
2025 |
+
'Symfony\\Component\\Validator\\Constraints\\Image' => array(
|
2026 |
'version' => '5.2.7.0',
|
2027 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Image.php'
|
2028 |
),
|
2029 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThan' => array(
|
2030 |
'version' => '5.2.7.0',
|
2031 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThan.php'
|
2032 |
),
|
2033 |
+
'Symfony\\Component\\Validator\\Constraints\\NotBlank' => array(
|
2034 |
'version' => '5.2.7.0',
|
2035 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotBlank.php'
|
2036 |
),
|
2037 |
+
'Symfony\\Component\\Validator\\Constraints\\Sequentially' => array(
|
2038 |
'version' => '5.2.7.0',
|
2039 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Sequentially.php'
|
2040 |
),
|
2041 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator' => array(
|
2042 |
'version' => '5.2.7.0',
|
2043 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqualValidator.php'
|
2044 |
),
|
2045 |
+
'Symfony\\Component\\Validator\\Constraints\\BicValidator' => array(
|
2046 |
'version' => '5.2.7.0',
|
2047 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/BicValidator.php'
|
2048 |
),
|
2049 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => array(
|
2050 |
'version' => '5.2.7.0',
|
2051 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionValidator.php'
|
2052 |
),
|
2053 |
+
'Symfony\\Component\\Validator\\ConstraintValidator' => array(
|
2054 |
'version' => '5.2.7.0',
|
2055 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidator.php'
|
2056 |
),
|
2057 |
+
'Symfony\\Component\\Validator\\Util\\PropertyPath' => array(
|
2058 |
'version' => '5.2.7.0',
|
2059 |
+
'path' => $vendorDir . '/symfony/validator/Util/PropertyPath.php'
|
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\\ConstraintViolation' => array(
|
2066 |
'version' => '5.2.7.0',
|
2067 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolation.php'
|
2068 |
),
|
2069 |
+
'Symfony\\Component\\Validator\\Constraint' => array(
|
2070 |
'version' => '5.2.7.0',
|
2071 |
+
'path' => $vendorDir . '/symfony/validator/Constraint.php'
|
2072 |
),
|
2073 |
+
'Symfony\\Component\\Validator\\GroupSequenceProviderInterface' => array(
|
2074 |
'version' => '5.2.7.0',
|
2075 |
+
'path' => $vendorDir . '/symfony/validator/GroupSequenceProviderInterface.php'
|
2076 |
),
|
2077 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorFactory' => array(
|
2078 |
'version' => '5.2.7.0',
|
2079 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorFactory.php'
|
2080 |
),
|
2081 |
+
'Symfony\\Component\\Validator\\ConstraintViolationList' => array(
|
2082 |
'version' => '5.2.7.0',
|
2083 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationList.php'
|
2084 |
),
|
2085 |
+
'Symfony\\Component\\Validator\\Command\\DebugCommand' => array(
|
2086 |
'version' => '5.2.7.0',
|
2087 |
+
'path' => $vendorDir . '/symfony/validator/Command/DebugCommand.php'
|
2088 |
),
|
2089 |
+
'Symfony\\Component\\Validator\\ConstraintViolationInterface' => array(
|
2090 |
'version' => '5.2.7.0',
|
2091 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationInterface.php'
|
2092 |
),
|
2093 |
+
'Symfony\\Component\\Validator\\Validation' => array(
|
2094 |
'version' => '5.2.7.0',
|
2095 |
+
'path' => $vendorDir . '/symfony/validator/Validation.php'
|
2096 |
),
|
2097 |
+
'Symfony\\Component\\Validator\\ValidatorBuilder' => array(
|
2098 |
'version' => '5.2.7.0',
|
2099 |
+
'path' => $vendorDir . '/symfony/validator/ValidatorBuilder.php'
|
2100 |
),
|
2101 |
+
'Symfony\\Component\\Validator\\ConstraintViolationListInterface' => array(
|
2102 |
'version' => '5.2.7.0',
|
2103 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationListInterface.php'
|
2104 |
),
|
2105 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorInterface' => array(
|
2106 |
'version' => '5.2.7.0',
|
2107 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorInterface.php'
|
2108 |
),
|
2109 |
+
'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilderInterface' => array(
|
2110 |
'version' => '5.2.7.0',
|
2111 |
+
'path' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilderInterface.php'
|
2112 |
),
|
2113 |
+
'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilder' => array(
|
2114 |
'version' => '5.2.7.0',
|
2115 |
+
'path' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilder.php'
|
2116 |
),
|
2117 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => array(
|
2118 |
'version' => '5.2.7.0',
|
2119 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php'
|
2120 |
),
|
2121 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => array(
|
2122 |
'version' => '5.2.7.0',
|
2123 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php'
|
2124 |
),
|
2125 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => array(
|
2126 |
'version' => '5.2.7.0',
|
2127 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddAutoMappingConfigurationPass.php'
|
2128 |
),
|
2129 |
+
'Symfony\\Component\\Validator\\Exception\\ConstraintDefinitionException' => array(
|
2130 |
'version' => '5.2.7.0',
|
2131 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ConstraintDefinitionException.php'
|
2132 |
),
|
2133 |
+
'Symfony\\Component\\Validator\\Exception\\InvalidOptionsException' => array(
|
2134 |
'version' => '5.2.7.0',
|
2135 |
+
'path' => $vendorDir . '/symfony/validator/Exception/InvalidOptionsException.php'
|
2136 |
),
|
2137 |
+
'Symfony\\Component\\Validator\\Exception\\MissingOptionsException' => array(
|
2138 |
'version' => '5.2.7.0',
|
2139 |
+
'path' => $vendorDir . '/symfony/validator/Exception/MissingOptionsException.php'
|
2140 |
),
|
2141 |
+
'Symfony\\Component\\Validator\\Exception\\LogicException' => array(
|
2142 |
'version' => '5.2.7.0',
|
2143 |
+
'path' => $vendorDir . '/symfony/validator/Exception/LogicException.php'
|
2144 |
),
|
2145 |
+
'Symfony\\Component\\Validator\\Exception\\GroupDefinitionException' => array(
|
2146 |
'version' => '5.2.7.0',
|
2147 |
+
'path' => $vendorDir . '/symfony/validator/Exception/GroupDefinitionException.php'
|
2148 |
),
|
2149 |
+
'Symfony\\Component\\Validator\\Exception\\UnsupportedMetadataException' => array(
|
2150 |
'version' => '5.2.7.0',
|
2151 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnsupportedMetadataException.php'
|
2152 |
),
|
2153 |
+
'Symfony\\Component\\Validator\\Exception\\ExceptionInterface' => array(
|
2154 |
'version' => '5.2.7.0',
|
2155 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ExceptionInterface.php'
|
2156 |
),
|
2157 |
+
'Symfony\\Component\\Validator\\Exception\\ValidationFailedException' => array(
|
2158 |
'version' => '5.2.7.0',
|
2159 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ValidationFailedException.php'
|
2160 |
),
|
2161 |
+
'Symfony\\Component\\Validator\\Exception\\OutOfBoundsException' => array(
|
2162 |
'version' => '5.2.7.0',
|
2163 |
+
'path' => $vendorDir . '/symfony/validator/Exception/OutOfBoundsException.php'
|
2164 |
),
|
2165 |
+
'Symfony\\Component\\Validator\\Exception\\UnexpectedValueException' => array(
|
2166 |
'version' => '5.2.7.0',
|
2167 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnexpectedValueException.php'
|
2168 |
),
|
2169 |
+
'Symfony\\Component\\Validator\\Exception\\RuntimeException' => array(
|
2170 |
'version' => '5.2.7.0',
|
2171 |
+
'path' => $vendorDir . '/symfony/validator/Exception/RuntimeException.php'
|
2172 |
),
|
2173 |
+
'Symfony\\Component\\Validator\\Exception\\InvalidArgumentException' => array(
|
2174 |
+
'version' => '5.2.7.0',
|
2175 |
+
'path' => $vendorDir . '/symfony/validator/Exception/InvalidArgumentException.php'
|
2176 |
+
),
|
2177 |
+
'Symfony\\Component\\Validator\\Exception\\ValidatorException' => array(
|
2178 |
+
'version' => '5.2.7.0',
|
2179 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ValidatorException.php'
|
2180 |
+
),
|
2181 |
+
'Symfony\\Component\\Validator\\Exception\\NoSuchMetadataException' => array(
|
2182 |
+
'version' => '5.2.7.0',
|
2183 |
+
'path' => $vendorDir . '/symfony/validator/Exception/NoSuchMetadataException.php'
|
2184 |
+
),
|
2185 |
+
'Symfony\\Component\\Validator\\Exception\\BadMethodCallException' => array(
|
2186 |
+
'version' => '5.2.7.0',
|
2187 |
+
'path' => $vendorDir . '/symfony/validator/Exception/BadMethodCallException.php'
|
2188 |
+
),
|
2189 |
+
'Symfony\\Component\\Validator\\Exception\\MappingException' => array(
|
2190 |
+
'version' => '5.2.7.0',
|
2191 |
+
'path' => $vendorDir . '/symfony/validator/Exception/MappingException.php'
|
2192 |
+
),
|
2193 |
+
'Symfony\\Component\\Validator\\Exception\\UnexpectedTypeException' => array(
|
2194 |
+
'version' => '5.2.7.0',
|
2195 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnexpectedTypeException.php'
|
2196 |
),
|
2197 |
'Psr\\Log\\LoggerAwareInterface' => array(
|
2198 |
'version' => '1.1.4.0',
|
2199 |
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php'
|
2200 |
),
|
2201 |
+
'Psr\\Log\\LogLevel' => array(
|
2202 |
'version' => '1.1.4.0',
|
2203 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php'
|
2204 |
),
|
2205 |
+
'Psr\\Log\\Test\\LoggerInterfaceTest' => array(
|
2206 |
'version' => '1.1.4.0',
|
2207 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'
|
2208 |
),
|
2209 |
+
'Psr\\Log\\Test\\TestLogger' => array(
|
2210 |
'version' => '1.1.4.0',
|
2211 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php'
|
2212 |
+
),
|
2213 |
+
'Psr\\Log\\Test\\DummyTest' => array(
|
2214 |
+
'version' => '1.1.4.0',
|
2215 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php'
|
2216 |
+
),
|
2217 |
+
'Psr\\Log\\LoggerAwareTrait' => array(
|
2218 |
+
'version' => '1.1.4.0',
|
2219 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php'
|
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\\NullLogger' => array(
|
2226 |
'version' => '1.1.4.0',
|
2227 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php'
|
2228 |
),
|
2229 |
+
'Psr\\Log\\LoggerInterface' => array(
|
2230 |
'version' => '1.1.4.0',
|
2231 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php'
|
2232 |
),
|
2233 |
+
'Psr\\Log\\LoggerTrait' => array(
|
2234 |
'version' => '1.1.4.0',
|
2235 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php'
|
2236 |
),
|
2237 |
'Psr\\Log\\AbstractLogger' => array(
|
2238 |
'version' => '1.1.4.0',
|
2239 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
2240 |
),
|
2241 |
+
'Psr\\Http\\Message\\ResponseFactoryInterface' => array(
|
2242 |
+
'version' => '1.0.1.0',
|
2243 |
+
'path' => $vendorDir . '/psr/http-factory/src/ResponseFactoryInterface.php'
|
2244 |
),
|
2245 |
'Psr\\Http\\Message\\StreamFactoryInterface' => array(
|
2246 |
'version' => '1.0.1.0',
|
2254 |
'version' => '1.0.1.0',
|
2255 |
'path' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php'
|
2256 |
),
|
2257 |
+
'Psr\\Http\\Message\\ServerRequestFactoryInterface' => array(
|
2258 |
'version' => '1.0.1.0',
|
2259 |
+
'path' => $vendorDir . '/psr/http-factory/src/ServerRequestFactoryInterface.php'
|
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\\ServerRequestInterface' => array(
|
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-message/src/UriInterface.php'
|
2272 |
),
|
2273 |
+
'Psr\\Http\\Message\\StreamInterface' => array(
|
2274 |
'version' => '1.0.1.0',
|
2275 |
+
'path' => $vendorDir . '/psr/http-message/src/StreamInterface.php'
|
2276 |
+
),
|
2277 |
+
'Psr\\Http\\Message\\UploadedFileInterface' => array(
|
2278 |
+
'version' => '1.0.1.0',
|
2279 |
+
'path' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php'
|
2280 |
),
|
2281 |
'Psr\\Http\\Message\\RequestInterface' => array(
|
2282 |
'version' => '1.0.1.0',
|
2286 |
'version' => '1.0.1.0',
|
2287 |
'path' => $vendorDir . '/psr/http-message/src/ResponseInterface.php'
|
2288 |
),
|
2289 |
+
'Psr\\Http\\Message\\MessageInterface' => array(
|
2290 |
'version' => '1.0.1.0',
|
2291 |
+
'path' => $vendorDir . '/psr/http-message/src/MessageInterface.php'
|
2292 |
),
|
2293 |
+
'Psr\\Http\\Client\\NetworkExceptionInterface' => array(
|
2294 |
'version' => '1.0.1.0',
|
2295 |
+
'path' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php'
|
2296 |
),
|
2297 |
+
'Psr\\Http\\Client\\RequestExceptionInterface' => array(
|
2298 |
'version' => '1.0.1.0',
|
2299 |
+
'path' => $vendorDir . '/psr/http-client/src/RequestExceptionInterface.php'
|
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 |
'version' => '1.1.1.0',
|
2315 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
2316 |
),
|
2317 |
+
'Psr\\Container\\ContainerExceptionInterface' => array(
|
2318 |
+
'version' => '1.1.1.0',
|
2319 |
+
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
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 |
+
'Psr\\Cache\\InvalidArgumentException' => array(
|
2330 |
+
'version' => '1.0.1.0',
|
2331 |
+
'path' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php'
|
2332 |
),
|
2333 |
+
'Psr\\Cache\\CacheException' => array(
|
2334 |
+
'version' => '1.0.1.0',
|
2335 |
+
'path' => $vendorDir . '/psr/cache/src/CacheException.php'
|
2336 |
),
|
2337 |
+
'ParagonIE\\ConstantTime\\Base64UrlSafe' => array(
|
2338 |
'version' => '2.5.0.0',
|
2339 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php'
|
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\\Base64DotSlash' => array(
|
2346 |
'version' => '2.5.0.0',
|
2347 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php'
|
2348 |
),
|
2349 |
+
'ParagonIE\\ConstantTime\\Encoding' => array(
|
2350 |
'version' => '2.5.0.0',
|
2351 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Encoding.php'
|
2352 |
),
|
2353 |
+
'ParagonIE\\ConstantTime\\EncoderInterface' => array(
|
2354 |
'version' => '2.5.0.0',
|
2355 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php'
|
2356 |
),
|
2357 |
+
'ParagonIE\\ConstantTime\\Base32' => array(
|
2358 |
'version' => '2.5.0.0',
|
2359 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php'
|
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\\Base64DotSlashOrdered' => array(
|
2366 |
'version' => '2.5.0.0',
|
2367 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php'
|
2368 |
),
|
2369 |
+
'ParagonIE\\ConstantTime\\Binary' => array(
|
2370 |
'version' => '2.5.0.0',
|
2371 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Binary.php'
|
2372 |
),
|
2373 |
+
'ParagonIE\\ConstantTime\\RFC4648' => array(
|
2374 |
+
'version' => '2.5.0.0',
|
2375 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php'
|
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\\Handler\\SendGridHandler' => array(
|
2382 |
'version' => '2.3.5.0',
|
2383 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SendGridHandler.php'
|
2384 |
),
|
2385 |
+
'Monolog\\Handler\\InsightOpsHandler' => array(
|
2386 |
'version' => '2.3.5.0',
|
2387 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php'
|
2388 |
),
|
2389 |
+
'Monolog\\Handler\\TestHandler' => array(
|
2390 |
'version' => '2.3.5.0',
|
2391 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php'
|
2392 |
),
|
2393 |
+
'Monolog\\Handler\\IFTTTHandler' => array(
|
2394 |
'version' => '2.3.5.0',
|
2395 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php'
|
2396 |
),
|
2397 |
+
'Monolog\\Handler\\WebRequestRecognizerTrait' => array(
|
2398 |
'version' => '2.3.5.0',
|
2399 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php'
|
2400 |
),
|
2401 |
+
'Monolog\\Handler\\SocketHandler' => array(
|
2402 |
'version' => '2.3.5.0',
|
2403 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php'
|
2404 |
),
|
2405 |
+
'Monolog\\Handler\\NoopHandler' => array(
|
2406 |
'version' => '2.3.5.0',
|
2407 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NoopHandler.php'
|
2408 |
),
|
2409 |
+
'Monolog\\Handler\\BufferHandler' => array(
|
2410 |
'version' => '2.3.5.0',
|
2411 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php'
|
2412 |
),
|
2413 |
+
'Monolog\\Handler\\SyslogHandler' => array(
|
2414 |
'version' => '2.3.5.0',
|
2415 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php'
|
2416 |
),
|
2417 |
+
'Monolog\\Handler\\RollbarHandler' => array(
|
2418 |
'version' => '2.3.5.0',
|
2419 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php'
|
2420 |
),
|
2421 |
+
'Monolog\\Handler\\FingersCrossedHandler' => array(
|
2422 |
'version' => '2.3.5.0',
|
2423 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php'
|
2424 |
),
|
2425 |
+
'Monolog\\Handler\\OverflowHandler' => array(
|
2426 |
'version' => '2.3.5.0',
|
2427 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/OverflowHandler.php'
|
2428 |
),
|
2429 |
+
'Monolog\\Handler\\HandlerWrapper' => array(
|
2430 |
'version' => '2.3.5.0',
|
2431 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php'
|
2432 |
),
|
2433 |
+
'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => array(
|
2434 |
'version' => '2.3.5.0',
|
2435 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php'
|
2436 |
),
|
2437 |
+
'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => array(
|
2438 |
'version' => '2.3.5.0',
|
2439 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php'
|
2440 |
),
|
2441 |
+
'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => array(
|
2442 |
'version' => '2.3.5.0',
|
2443 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php'
|
2444 |
),
|
2445 |
+
'Monolog\\Handler\\GroupHandler' => array(
|
2446 |
'version' => '2.3.5.0',
|
2447 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GroupHandler.php'
|
2448 |
),
|
2449 |
+
'Monolog\\Handler\\ElasticsearchHandler' => array(
|
2450 |
'version' => '2.3.5.0',
|
2451 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php'
|
2452 |
),
|
2453 |
+
'Monolog\\Handler\\SamplingHandler' => array(
|
2454 |
'version' => '2.3.5.0',
|
2455 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php'
|
2456 |
),
|
2457 |
+
'Monolog\\Handler\\Handler' => array(
|
2458 |
'version' => '2.3.5.0',
|
2459 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Handler.php'
|
2460 |
),
|
2461 |
+
'Monolog\\Handler\\AbstractHandler' => array(
|
2462 |
'version' => '2.3.5.0',
|
2463 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'
|
2464 |
),
|
2465 |
+
'Monolog\\Handler\\SwiftMailerHandler' => array(
|
2466 |
'version' => '2.3.5.0',
|
2467 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php'
|
2468 |
),
|
2469 |
+
'Monolog\\Handler\\FlowdockHandler' => array(
|
2470 |
'version' => '2.3.5.0',
|
2471 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php'
|
2472 |
),
|
2473 |
+
'Monolog\\Handler\\PushoverHandler' => array(
|
2474 |
'version' => '2.3.5.0',
|
2475 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'
|
2476 |
),
|
2477 |
+
'Monolog\\Handler\\ProcessableHandlerInterface' => array(
|
2478 |
'version' => '2.3.5.0',
|
2479 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'
|
2480 |
),
|
2481 |
+
'Monolog\\Handler\\MissingExtensionException' => array(
|
2482 |
'version' => '2.3.5.0',
|
2483 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php'
|
2484 |
),
|
2485 |
+
'Monolog\\Handler\\AbstractSyslogHandler' => array(
|
2486 |
'version' => '2.3.5.0',
|
2487 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php'
|
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\\BrowserConsoleHandler' => array(
|
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/SqsHandler.php'
|
2504 |
),
|
2505 |
+
'Monolog\\Handler\\RotatingFileHandler' => array(
|
2506 |
'version' => '2.3.5.0',
|
2507 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php'
|
2508 |
),
|
2509 |
+
'Monolog\\Handler\\FallbackGroupHandler' => array(
|
2510 |
'version' => '2.3.5.0',
|
2511 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php'
|
2512 |
),
|
2513 |
+
'Monolog\\Handler\\NativeMailerHandler' => array(
|
2514 |
'version' => '2.3.5.0',
|
2515 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php'
|
2516 |
),
|
2517 |
+
'Monolog\\Handler\\MongoDBHandler' => array(
|
2518 |
'version' => '2.3.5.0',
|
2519 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php'
|
2520 |
),
|
2521 |
+
'Monolog\\Handler\\ProcessHandler' => array(
|
2522 |
'version' => '2.3.5.0',
|
2523 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessHandler.php'
|
2524 |
),
|
2525 |
+
'Monolog\\Handler\\FormattableHandlerTrait' => array(
|
2526 |
'version' => '2.3.5.0',
|
2527 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php'
|
2528 |
),
|
2529 |
+
'Monolog\\Handler\\GelfHandler' => array(
|
2530 |
'version' => '2.3.5.0',
|
2531 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GelfHandler.php'
|
2532 |
),
|
2533 |
+
'Monolog\\Handler\\ZendMonitorHandler' => array(
|
2534 |
'version' => '2.3.5.0',
|
2535 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php'
|
2536 |
),
|
2537 |
+
'Monolog\\Handler\\PHPConsoleHandler' => array(
|
2538 |
'version' => '2.3.5.0',
|
2539 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php'
|
2540 |
),
|
2541 |
+
'Monolog\\Handler\\ErrorLogHandler' => array(
|
2542 |
'version' => '2.3.5.0',
|
2543 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php'
|
2544 |
),
|
2545 |
+
'Monolog\\Handler\\LogEntriesHandler' => array(
|
2546 |
'version' => '2.3.5.0',
|
2547 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php'
|
2548 |
),
|
2549 |
+
'Monolog\\Handler\\LogmaticHandler' => array(
|
2550 |
'version' => '2.3.5.0',
|
2551 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php'
|
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\\FirePHPHandler' => array(
|
2558 |
'version' => '2.3.5.0',
|
2559 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'
|
2560 |
),
|
2561 |
+
'Monolog\\Handler\\Curl\\Util' => array(
|
2562 |
'version' => '2.3.5.0',
|
2563 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php'
|
2564 |
+
),
|
2565 |
+
'Monolog\\Handler\\DoctrineCouchDBHandler' => array(
|
2566 |
+
'version' => '2.3.5.0',
|
2567 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.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\\FormattableHandlerInterface' => array(
|
2574 |
'version' => '2.3.5.0',
|
2575 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php'
|
2576 |
),
|
2577 |
+
'Monolog\\Handler\\RedisPubSubHandler' => array(
|
2578 |
'version' => '2.3.5.0',
|
2579 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php'
|
2580 |
),
|
2581 |
+
'Monolog\\Handler\\MailHandler' => array(
|
2582 |
'version' => '2.3.5.0',
|
2583 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MailHandler.php'
|
2584 |
),
|
2585 |
+
'Monolog\\Handler\\StreamHandler' => array(
|
2586 |
'version' => '2.3.5.0',
|
2587 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.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\\SlackWebhookHandler' => array(
|
2594 |
'version' => '2.3.5.0',
|
2595 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php'
|
2596 |
),
|
2597 |
+
'Monolog\\Handler\\ElasticaHandler' => array(
|
2598 |
'version' => '2.3.5.0',
|
2599 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php'
|
2600 |
),
|
2601 |
+
'Monolog\\Handler\\WhatFailureGroupHandler' => array(
|
2602 |
'version' => '2.3.5.0',
|
2603 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php'
|
2604 |
),
|
2605 |
+
'Monolog\\Handler\\ChromePHPHandler' => array(
|
2606 |
'version' => '2.3.5.0',
|
2607 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php'
|
2608 |
),
|
2609 |
+
'Monolog\\Handler\\Slack\\SlackRecord' => array(
|
2610 |
'version' => '2.3.5.0',
|
2611 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php'
|
2612 |
),
|
2613 |
+
'Monolog\\Handler\\PsrHandler' => array(
|
2614 |
'version' => '2.3.5.0',
|
2615 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PsrHandler.php'
|
2616 |
),
|
2617 |
+
'Monolog\\Handler\\NewRelicHandler' => array(
|
2618 |
'version' => '2.3.5.0',
|
2619 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php'
|
2620 |
),
|
2621 |
+
'Monolog\\Handler\\ProcessableHandlerTrait' => array(
|
2622 |
'version' => '2.3.5.0',
|
2623 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php'
|
2624 |
),
|
2625 |
+
'Monolog\\Handler\\HandlerInterface' => array(
|
2626 |
'version' => '2.3.5.0',
|
2627 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'
|
2628 |
),
|
2629 |
+
'Monolog\\Handler\\SlackHandler' => array(
|
2630 |
'version' => '2.3.5.0',
|
2631 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php'
|
2632 |
),
|
2633 |
+
'Monolog\\Handler\\FleepHookHandler' => array(
|
2634 |
'version' => '2.3.5.0',
|
2635 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php'
|
2636 |
),
|
2637 |
+
'Monolog\\Handler\\NullHandler' => array(
|
2638 |
'version' => '2.3.5.0',
|
2639 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php'
|
2640 |
),
|
2641 |
+
'Monolog\\Handler\\AmqpHandler' => array(
|
2642 |
'version' => '2.3.5.0',
|
2643 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php'
|
2644 |
),
|
2645 |
+
'Monolog\\Handler\\TelegramBotHandler' => array(
|
2646 |
'version' => '2.3.5.0',
|
2647 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php'
|
2648 |
),
|
2649 |
+
'Monolog\\Handler\\MandrillHandler' => array(
|
2650 |
'version' => '2.3.5.0',
|
2651 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php'
|
2652 |
),
|
2653 |
+
'Monolog\\Handler\\AbstractProcessingHandler' => array(
|
2654 |
'version' => '2.3.5.0',
|
2655 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'
|
2656 |
),
|
2657 |
+
'Monolog\\Handler\\CouchDBHandler' => array(
|
2658 |
'version' => '2.3.5.0',
|
2659 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php'
|
2660 |
),
|
2661 |
+
'Monolog\\Handler\\RedisHandler' => array(
|
2662 |
'version' => '2.3.5.0',
|
2663 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisHandler.php'
|
2664 |
),
|
2665 |
+
'Monolog\\Handler\\CubeHandler' => array(
|
2666 |
'version' => '2.3.5.0',
|
2667 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php'
|
2668 |
),
|
2669 |
+
'Monolog\\Handler\\SyslogUdp\\UdpSocket' => array(
|
2670 |
'version' => '2.3.5.0',
|
2671 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php'
|
2672 |
),
|
2673 |
+
'Monolog\\Logger' => array(
|
2674 |
'version' => '2.3.5.0',
|
2675 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php'
|
2676 |
),
|
2677 |
+
'Monolog\\DateTimeImmutable' => array(
|
2678 |
'version' => '2.3.5.0',
|
2679 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.php'
|
2680 |
),
|
2681 |
+
'Monolog\\Test\\TestCase' => array(
|
2682 |
'version' => '2.3.5.0',
|
2683 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Test/TestCase.php'
|
2684 |
),
|
2685 |
+
'Monolog\\Registry' => array(
|
2686 |
'version' => '2.3.5.0',
|
2687 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php'
|
2688 |
),
|
2689 |
+
'Monolog\\Processor\\HostnameProcessor' => array(
|
2690 |
'version' => '2.3.5.0',
|
2691 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php'
|
2692 |
),
|
2693 |
+
'Monolog\\Processor\\PsrLogMessageProcessor' => array(
|
2694 |
'version' => '2.3.5.0',
|
2695 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'
|
2696 |
),
|
2697 |
+
'Monolog\\Processor\\WebProcessor' => array(
|
2698 |
'version' => '2.3.5.0',
|
2699 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php'
|
2700 |
),
|
2701 |
+
'Monolog\\Processor\\MemoryPeakUsageProcessor' => array(
|
2702 |
'version' => '2.3.5.0',
|
2703 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php'
|
2704 |
),
|
2705 |
+
'Monolog\\Processor\\ProcessIdProcessor' => array(
|
2706 |
'version' => '2.3.5.0',
|
2707 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php'
|
2708 |
),
|
2709 |
+
'Monolog\\Processor\\MercurialProcessor' => array(
|
2710 |
'version' => '2.3.5.0',
|
2711 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php'
|
2712 |
),
|
2713 |
+
'Monolog\\Processor\\TagProcessor' => array(
|
2714 |
'version' => '2.3.5.0',
|
2715 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php'
|
2716 |
),
|
2717 |
+
'Monolog\\Processor\\GitProcessor' => array(
|
2718 |
'version' => '2.3.5.0',
|
2719 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php'
|
2720 |
),
|
2721 |
+
'Monolog\\Processor\\MemoryProcessor' => array(
|
2722 |
'version' => '2.3.5.0',
|
2723 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'
|
2724 |
),
|
2725 |
+
'Monolog\\Processor\\IntrospectionProcessor' => array(
|
2726 |
'version' => '2.3.5.0',
|
2727 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php'
|
2728 |
),
|
2729 |
+
'Monolog\\Processor\\UidProcessor' => array(
|
2730 |
'version' => '2.3.5.0',
|
2731 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php'
|
2732 |
),
|
2733 |
+
'Monolog\\Processor\\ProcessorInterface' => array(
|
2734 |
'version' => '2.3.5.0',
|
2735 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'
|
2736 |
),
|
2737 |
+
'Monolog\\Processor\\MemoryUsageProcessor' => array(
|
2738 |
'version' => '2.3.5.0',
|
2739 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php'
|
2740 |
),
|
2741 |
+
'Monolog\\ResettableInterface' => array(
|
2742 |
'version' => '2.3.5.0',
|
2743 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php'
|
2744 |
),
|
2745 |
+
'Monolog\\SignalHandler' => array(
|
2746 |
'version' => '2.3.5.0',
|
2747 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php'
|
2748 |
),
|
2749 |
+
'Monolog\\Formatter\\LogmaticFormatter' => array(
|
2750 |
'version' => '2.3.5.0',
|
2751 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php'
|
2752 |
),
|
2753 |
+
'Monolog\\Formatter\\ElasticaFormatter' => array(
|
2754 |
'version' => '2.3.5.0',
|
2755 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php'
|
2756 |
),
|
2757 |
+
'Monolog\\Formatter\\LineFormatter' => array(
|
2758 |
'version' => '2.3.5.0',
|
2759 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'
|
2760 |
),
|
2761 |
+
'Monolog\\Formatter\\JsonFormatter' => array(
|
2762 |
'version' => '2.3.5.0',
|
2763 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php'
|
2764 |
),
|
2765 |
+
'Monolog\\Formatter\\FlowdockFormatter' => array(
|
2766 |
'version' => '2.3.5.0',
|
2767 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php'
|
2768 |
),
|
2769 |
+
'Monolog\\Formatter\\FormatterInterface' => array(
|
2770 |
'version' => '2.3.5.0',
|
2771 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'
|
2772 |
),
|
2773 |
+
'Monolog\\Formatter\\LogstashFormatter' => array(
|
2774 |
'version' => '2.3.5.0',
|
2775 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php'
|
2776 |
),
|
2777 |
+
'Monolog\\Formatter\\LogglyFormatter' => array(
|
2778 |
'version' => '2.3.5.0',
|
2779 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php'
|
2780 |
),
|
2781 |
+
'Monolog\\Formatter\\ElasticsearchFormatter' => array(
|
2782 |
'version' => '2.3.5.0',
|
2783 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php'
|
2784 |
),
|
2785 |
+
'Monolog\\Formatter\\ScalarFormatter' => array(
|
2786 |
'version' => '2.3.5.0',
|
2787 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php'
|
2788 |
),
|
2789 |
+
'Monolog\\Formatter\\MongoDBFormatter' => array(
|
2790 |
'version' => '2.3.5.0',
|
2791 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php'
|
2792 |
),
|
2793 |
+
'Monolog\\Formatter\\ChromePHPFormatter' => array(
|
2794 |
'version' => '2.3.5.0',
|
2795 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'
|
2796 |
),
|
2797 |
+
'Monolog\\Formatter\\FluentdFormatter' => array(
|
2798 |
'version' => '2.3.5.0',
|
2799 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php'
|
2800 |
),
|
2801 |
+
'Monolog\\Formatter\\GelfMessageFormatter' => array(
|
2802 |
'version' => '2.3.5.0',
|
2803 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php'
|
2804 |
),
|
2805 |
+
'Monolog\\Formatter\\WildfireFormatter' => array(
|
2806 |
'version' => '2.3.5.0',
|
2807 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php'
|
2808 |
),
|
2809 |
+
'Monolog\\Formatter\\NormalizerFormatter' => array(
|
2810 |
'version' => '2.3.5.0',
|
2811 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'
|
2812 |
),
|
2813 |
+
'Monolog\\Formatter\\HtmlFormatter' => array(
|
2814 |
'version' => '2.3.5.0',
|
2815 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php'
|
2816 |
),
|
2817 |
+
'Monolog\\ErrorHandler' => array(
|
2818 |
'version' => '2.3.5.0',
|
2819 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php'
|
2820 |
),
|
2821 |
+
'Monolog\\Utils' => array(
|
2822 |
'version' => '2.3.5.0',
|
2823 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php'
|
|
|
|
|
|
|
|
|
2824 |
),
|
2825 |
+
'Grpc\\Gcp\\ApiConfig' => array(
|
2826 |
'version' => '0.2.0.0',
|
2827 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php'
|
2828 |
),
|
2829 |
+
'Grpc\\Gcp\\MethodConfig' => array(
|
2830 |
'version' => '0.2.0.0',
|
2831 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php'
|
2832 |
),
|
2833 |
+
'Grpc\\Gcp\\AffinityConfig' => array(
|
2834 |
'version' => '0.2.0.0',
|
2835 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php'
|
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\\ChannelPoolConfig' => array(
|
2842 |
'version' => '0.2.0.0',
|
2843 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php'
|
2844 |
),
|
2845 |
+
'Grpc\\Gcp\\GCPBidiStreamingCall' => array(
|
2846 |
'version' => '0.2.0.0',
|
2847 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPBidiStreamingCall.php'
|
2848 |
),
|
2849 |
+
'Grpc\\Gcp\\GCPCallInvoker' => array(
|
2850 |
'version' => '0.2.0.0',
|
2851 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPCallInvoker.php'
|
2852 |
),
|
2853 |
+
'Grpc\\Gcp\\GCPClientStreamCall' => array(
|
2854 |
'version' => '0.2.0.0',
|
2855 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPClientStreamCall.php'
|
2856 |
),
|
2857 |
+
'Grpc\\Gcp\\GcpBaseCall' => array(
|
2858 |
'version' => '0.2.0.0',
|
2859 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GcpBaseCall.php'
|
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\\GcpExtensionChannel' => array(
|
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/GCPServerStreamCall.php'
|
2872 |
+
),
|
2873 |
+
'Grpc\\Gcp\\ChannelRef' => array(
|
2874 |
+
'version' => '0.2.0.0',
|
2875 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/ChannelRef.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\\GCPUnaryCall' => array(
|
2882 |
'version' => '0.2.0.0',
|
2883 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPUnaryCall.php'
|
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\\UnaryCall' => array(
|
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/Interceptor.php'
|
2900 |
),
|
2901 |
+
'Grpc\\DefaultCallInvoker' => array(
|
2902 |
'version' => '1.42.0.0',
|
2903 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/DefaultCallInvoker.php'
|
2904 |
+
),
|
2905 |
+
'Grpc\\ServerStreamingCall' => array(
|
2906 |
+
'version' => '1.42.0.0',
|
2907 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerStreamingCall.php'
|
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\\AbstractCall' => array(
|
2926 |
'version' => '1.42.0.0',
|
2927 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/AbstractCall.php'
|
2928 |
+
),
|
2929 |
+
'Grpc\\BidiStreamingCall' => array(
|
2930 |
+
'version' => '1.42.0.0',
|
2931 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/BidiStreamingCall.php'
|
2932 |
),
|
2933 |
'Grpc\\Status' => array(
|
2934 |
'version' => '1.42.0.0',
|
2935 |
'path' => $vendorDir . '/grpc/grpc/src/lib/Status.php'
|
2936 |
),
|
2937 |
+
'Grpc\\ClientStreamingCall' => array(
|
2938 |
'version' => '1.42.0.0',
|
2939 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ClientStreamingCall.php'
|
2940 |
),
|
2941 |
+
'Grpc\\MethodDescriptor' => array(
|
2942 |
'version' => '1.42.0.0',
|
2943 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/MethodDescriptor.php'
|
2944 |
),
|
2945 |
+
'Grpc\\ServerContext' => array(
|
2946 |
'version' => '1.42.0.0',
|
2947 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerContext.php'
|
2948 |
),
|
2949 |
+
'Google\\Service\\ShoppingContent\\ProductStatusDestinationStatus' => array(
|
2950 |
'version' => '0.230.0.0',
|
2951 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatusDestinationStatus.php'
|
2952 |
),
|
2953 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsProcessResponse' => array(
|
2954 |
'version' => '0.230.0.0',
|
2955 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsProcessResponse.php'
|
2956 |
),
|
2957 |
+
'Google\\Service\\ShoppingContent\\OrderreportsListTransactionsResponse' => array(
|
2958 |
'version' => '0.230.0.0',
|
2959 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreportsListTransactionsResponse.php'
|
2960 |
),
|
2961 |
+
'Google\\Service\\ShoppingContent\\AccountGoogleMyBusinessLink' => array(
|
2962 |
'version' => '0.230.0.0',
|
2963 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountGoogleMyBusinessLink.php'
|
2964 |
),
|
2965 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchResponseEntry' => array(
|
2966 |
'version' => '0.230.0.0',
|
2967 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchResponseEntry.php'
|
2968 |
),
|
2969 |
+
'Google\\Service\\ShoppingContent\\TransitTableTransitTimeRowTransitTimeValue' => array(
|
2970 |
'version' => '0.230.0.0',
|
2971 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.php'
|
2972 |
),
|
2973 |
+
'Google\\Service\\ShoppingContent\\PosSaleRequest' => array(
|
2974 |
'version' => '0.230.0.0',
|
2975 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSaleRequest.php'
|
2976 |
),
|
2977 |
+
'Google\\Service\\ShoppingContent\\OrdersShipLineItemsRequest' => array(
|
2978 |
'version' => '0.230.0.0',
|
2979 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersShipLineItemsRequest.php'
|
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\\LabelIds' => array(
|
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/Errors.php'
|
2996 |
),
|
2997 |
+
'Google\\Service\\ShoppingContent\\OrderAddress' => array(
|
2998 |
'version' => '0.230.0.0',
|
2999 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderAddress.php'
|
3000 |
),
|
3001 |
+
'Google\\Service\\ShoppingContent\\LiaInventorySettings' => array(
|
3002 |
'version' => '0.230.0.0',
|
3003 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaInventorySettings.php'
|
3004 |
),
|
3005 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionIdentifiers' => array(
|
3006 |
'version' => '0.230.0.0',
|
3007 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionIdentifiers.php'
|
3008 |
),
|
3009 |
+
'Google\\Service\\ShoppingContent\\DateTime' => array(
|
3010 |
'version' => '0.230.0.0',
|
3011 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DateTime.php'
|
3012 |
),
|
3013 |
+
'Google\\Service\\ShoppingContent\\RegionalInventory' => array(
|
3014 |
'version' => '0.230.0.0',
|
3015 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalInventory.php'
|
3016 |
),
|
3017 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesListResponse' => array(
|
3018 |
'version' => '0.230.0.0',
|
3019 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesListResponse.php'
|
3020 |
),
|
3021 |
+
'Google\\Service\\ShoppingContent\\Headers' => array(
|
3022 |
'version' => '0.230.0.0',
|
3023 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Headers.php'
|
3024 |
),
|
3025 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemReturnInfo' => array(
|
3026 |
'version' => '0.230.0.0',
|
3027 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemReturnInfo.php'
|
3028 |
),
|
3029 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsRefundOperation' => array(
|
3030 |
'version' => '0.230.0.0',
|
3031 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsRefundOperation.php'
|
3032 |
),
|
3033 |
+
'Google\\Service\\ShoppingContent\\OrderCustomerMarketingRightsInfo' => array(
|
3034 |
'version' => '0.230.0.0',
|
3035 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomerMarketingRightsInfo.php'
|
3036 |
),
|
3037 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequest' => array(
|
3038 |
'version' => '0.230.0.0',
|
3039 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchRequest.php'
|
3040 |
),
|
3041 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateShipmentResponse' => array(
|
3042 |
'version' => '0.230.0.0',
|
3043 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateShipmentResponse.php'
|
3044 |
),
|
3045 |
+
'Google\\Service\\ShoppingContent\\ProductShippingWeight' => array(
|
3046 |
'version' => '0.230.0.0',
|
3047 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShippingWeight.php'
|
3048 |
),
|
3049 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEligibleOfferMatcherStringMatcher' => array(
|
3050 |
'version' => '0.230.0.0',
|
3051 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEligibleOfferMatcherStringMatcher.php'
|
3052 |
),
|
3053 |
+
'Google\\Service\\ShoppingContent\\Region' => array(
|
3054 |
'version' => '0.230.0.0',
|
3055 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Region.php'
|
3056 |
),
|
3057 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequest' => array(
|
3058 |
'version' => '0.230.0.0',
|
3059 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchRequest.php'
|
3060 |
),
|
3061 |
+
'Google\\Service\\ShoppingContent\\AccountUser' => array(
|
3062 |
'version' => '0.230.0.0',
|
3063 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountUser.php'
|
3064 |
),
|
3065 |
+
'Google\\Service\\ShoppingContent\\RegionGeoTargetArea' => array(
|
3066 |
'version' => '0.230.0.0',
|
3067 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionGeoTargetArea.php'
|
3068 |
),
|
3069 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryRefundItemItem' => array(
|
3070 |
'version' => '0.230.0.0',
|
3071 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemItem.php'
|
3072 |
),
|
3073 |
+
'Google\\Service\\ShoppingContent\\OrderReportTransaction' => array(
|
3074 |
'version' => '0.230.0.0',
|
3075 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReportTransaction.php'
|
3076 |
),
|
3077 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundOrderResponse' => array(
|
3078 |
'version' => '0.230.0.0',
|
3079 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundOrderResponse.php'
|
3080 |
),
|
3081 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry' => array(
|
3082 |
'version' => '0.230.0.0',
|
3083 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php'
|
3084 |
),
|
3085 |
+
'Google\\Service\\ShoppingContent\\LinkService' => array(
|
3086 |
'version' => '0.230.0.0',
|
3087 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LinkService.php'
|
3088 |
),
|
3089 |
+
'Google\\Service\\ShoppingContent\\OrderPromotion' => array(
|
3090 |
'version' => '0.230.0.0',
|
3091 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPromotion.php'
|
3092 |
),
|
3093 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequest' => array(
|
3094 |
'version' => '0.230.0.0',
|
3095 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchRequest.php'
|
3096 |
),
|
3097 |
+
'Google\\Service\\ShoppingContent\\OrdersGetByMerchantOrderIdResponse' => array(
|
3098 |
'version' => '0.230.0.0',
|
3099 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php'
|
3100 |
),
|
3101 |
+
'Google\\Service\\ShoppingContent\\TransitTableTransitTimeRow' => array(
|
3102 |
'version' => '0.230.0.0',
|
3103 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTableTransitTimeRow.php'
|
3104 |
),
|
3105 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineReturnShippingFee' => array(
|
3106 |
'version' => '0.230.0.0',
|
3107 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineReturnShippingFee.php'
|
3108 |
),
|
3109 |
+
'Google\\Service\\ShoppingContent\\PauseBuyOnGoogleProgramRequest' => array(
|
3110 |
'version' => '0.230.0.0',
|
3111 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PauseBuyOnGoogleProgramRequest.php'
|
3112 |
),
|
3113 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchResponseEntry' => array(
|
3114 |
'version' => '0.230.0.0',
|
3115 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php'
|
3116 |
),
|
3117 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProduct' => array(
|
3118 |
'version' => '0.230.0.0',
|
3119 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProduct.php'
|
3120 |
),
|
3121 |
+
'Google\\Service\\ShoppingContent\\TimePeriod' => array(
|
3122 |
'version' => '0.230.0.0',
|
3123 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TimePeriod.php'
|
3124 |
),
|
3125 |
+
'Google\\Service\\ShoppingContent\\ReportRow' => array(
|
3126 |
'version' => '0.230.0.0',
|
3127 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReportRow.php'
|
3128 |
),
|
3129 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleStatsBasedRule' => array(
|
3130 |
'version' => '0.230.0.0',
|
3131 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleStatsBasedRule.php'
|
3132 |
),
|
3133 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequest' => array(
|
3134 |
'version' => '0.230.0.0',
|
3135 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequest.php'
|
3136 |
),
|
3137 |
+
'Google\\Service\\ShoppingContent\\LiaOnDisplayToOrderSettings' => array(
|
3138 |
'version' => '0.230.0.0',
|
3139 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaOnDisplayToOrderSettings.php'
|
3140 |
),
|
3141 |
+
'Google\\Service\\ShoppingContent\\DatafeedFetchSchedule' => array(
|
3142 |
'version' => '0.230.0.0',
|
3143 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedFetchSchedule.php'
|
3144 |
),
|
3145 |
+
'Google\\Service\\ShoppingContent\\AccountAddress' => array(
|
3146 |
'version' => '0.230.0.0',
|
3147 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAddress.php'
|
3148 |
),
|
3149 |
+
'Google\\Service\\ShoppingContent\\OrderShipment' => array(
|
3150 |
'version' => '0.230.0.0',
|
3151 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipment.php'
|
3152 |
),
|
3153 |
+
'Google\\Service\\ShoppingContent\\AccountStatus' => array(
|
3154 |
'version' => '0.230.0.0',
|
3155 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatus.php'
|
3156 |
),
|
3157 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleReportBuyboxWinningRuleStats' => array(
|
3158 |
'version' => '0.230.0.0',
|
3159 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleReportBuyboxWinningRuleStats.php'
|
3160 |
),
|
3161 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchResponse' => array(
|
3162 |
'version' => '0.230.0.0',
|
3163 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchResponse.php'
|
3164 |
),
|
3165 |
+
'Google\\Service\\ShoppingContent\\OrdersListResponse' => array(
|
3166 |
'version' => '0.230.0.0',
|
3167 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersListResponse.php'
|
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\\OrderreturnsListResponse' => array(
|
3174 |
'version' => '0.230.0.0',
|
3175 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsListResponse.php'
|
3176 |
),
|
3177 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestOrderResponse' => array(
|
3178 |
'version' => '0.230.0.0',
|
3179 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestOrderResponse.php'
|
3180 |
),
|
3181 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatusRegionStatus' => array(
|
3182 |
'version' => '0.230.0.0',
|
3183 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatusRegionStatus.php'
|
3184 |
),
|
3185 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatus' => array(
|
3186 |
'version' => '0.230.0.0',
|
3187 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatus.php'
|
3188 |
),
|
3189 |
+
'Google\\Service\\ShoppingContent\\RequestPhoneVerificationResponse' => array(
|
3190 |
'version' => '0.230.0.0',
|
3191 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestPhoneVerificationResponse.php'
|
3192 |
),
|
3193 |
+
'Google\\Service\\ShoppingContent\\LiaSettings' => array(
|
3194 |
'version' => '0.230.0.0',
|
3195 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaSettings.php'
|
3196 |
),
|
3197 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundItemRequest' => array(
|
3198 |
'version' => '0.230.0.0',
|
3199 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundItemRequest.php'
|
3200 |
),
|
3201 |
+
'Google\\Service\\ShoppingContent\\AccountsLinkResponse' => array(
|
3202 |
'version' => '0.230.0.0',
|
3203 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsLinkResponse.php'
|
3204 |
),
|
3205 |
+
'Google\\Service\\ShoppingContent\\ShipmentInvoiceLineItemInvoice' => array(
|
3206 |
'version' => '0.230.0.0',
|
3207 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentInvoiceLineItemInvoice.php'
|
3208 |
),
|
3209 |
+
'Google\\Service\\ShoppingContent\\UnitInvoice' => array(
|
3210 |
'version' => '0.230.0.0',
|
3211 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoice.php'
|
3212 |
),
|
3213 |
+
'Google\\Service\\ShoppingContent\\OrderPromotionItem' => array(
|
3214 |
'version' => '0.230.0.0',
|
3215 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPromotionItem.php'
|
3216 |
),
|
3217 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequestEntry' => array(
|
3218 |
'version' => '0.230.0.0',
|
3219 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchRequestEntry.php'
|
3220 |
),
|
3221 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequest' => array(
|
3222 |
'version' => '0.230.0.0',
|
3223 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchRequest.php'
|
3224 |
),
|
3225 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnRequest' => array(
|
3226 |
'version' => '0.230.0.0',
|
3227 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsCreateOrderReturnRequest.php'
|
3228 |
),
|
3229 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequestEntry' => array(
|
3230 |
'version' => '0.230.0.0',
|
3231 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.php'
|
3232 |
),
|
3233 |
+
'Google\\Service\\ShoppingContent\\CaptureOrderResponse' => array(
|
3234 |
'version' => '0.230.0.0',
|
3235 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CaptureOrderResponse.php'
|
3236 |
),
|
3237 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry' => array(
|
3238 |
'version' => '0.230.0.0',
|
3239 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchRequestEntry.php'
|
3240 |
),
|
3241 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesListResponse' => array(
|
3242 |
'version' => '0.230.0.0',
|
3243 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesListResponse.php'
|
3244 |
),
|
3245 |
+
'Google\\Service\\ShoppingContent\\WarehouseBasedDeliveryTime' => array(
|
3246 |
'version' => '0.230.0.0',
|
3247 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/WarehouseBasedDeliveryTime.php'
|
3248 |
),
|
3249 |
+
'Google\\Service\\ShoppingContent\\SearchRequest' => array(
|
3250 |
'version' => '0.230.0.0',
|
3251 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SearchRequest.php'
|
3252 |
),
|
3253 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequest' => array(
|
3254 |
'version' => '0.230.0.0',
|
3255 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequest.php'
|
3256 |
),
|
3257 |
+
'Google\\Service\\ShoppingContent\\Product' => array(
|
3258 |
'version' => '0.230.0.0',
|
3259 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Product.php'
|
3260 |
),
|
3261 |
+
'Google\\Service\\ShoppingContent\\Order' => array(
|
3262 |
'version' => '0.230.0.0',
|
3263 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Order.php'
|
3264 |
),
|
3265 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelTestOrderByCustomerRequest' => array(
|
3266 |
'version' => '0.230.0.0',
|
3267 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.php'
|
3268 |
),
|
3269 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestReturnRequest' => array(
|
3270 |
'version' => '0.230.0.0',
|
3271 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestReturnRequest.php'
|
3272 |
),
|
3273 |
+
'Google\\Service\\ShoppingContent\\PosInventoryResponse' => array(
|
3274 |
'version' => '0.230.0.0',
|
3275 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventoryResponse.php'
|
3276 |
),
|
3277 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchResponseEntry' => array(
|
3278 |
'version' => '0.230.0.0',
|
3279 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchResponseEntry.php'
|
3280 |
),
|
3281 |
+
'Google\\Service\\ShoppingContent\\SettlementReport' => array(
|
3282 |
'version' => '0.230.0.0',
|
3283 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementReport.php'
|
3284 |
),
|
3285 |
+
'Google\\Service\\ShoppingContent\\LinkedAccount' => array(
|
3286 |
'version' => '0.230.0.0',
|
3287 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LinkedAccount.php'
|
3288 |
),
|
3289 |
+
'Google\\Service\\ShoppingContent\\OrdersAdvanceTestOrderResponse' => array(
|
3290 |
'version' => '0.230.0.0',
|
3291 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAdvanceTestOrderResponse.php'
|
3292 |
),
|
3293 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntryLinkRequest' => array(
|
3294 |
'version' => '0.230.0.0',
|
3295 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.php'
|
3296 |
),
|
3297 |
+
'Google\\Service\\ShoppingContent\\RepricingProductReport' => array(
|
3298 |
'version' => '0.230.0.0',
|
3299 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingProductReport.php'
|
3300 |
),
|
3301 |
+
'Google\\Service\\ShoppingContent\\RequestReviewShoppingAdsRequest' => array(
|
3302 |
'version' => '0.230.0.0',
|
3303 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewShoppingAdsRequest.php'
|
3304 |
),
|
3305 |
+
'Google\\Service\\ShoppingContent\\ListRepricingRulesResponse' => array(
|
3306 |
'version' => '0.230.0.0',
|
3307 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingRulesResponse.php'
|
3308 |
),
|
3309 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequestEntry' => array(
|
3310 |
'version' => '0.230.0.0',
|
3311 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php'
|
3312 |
),
|
3313 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateRefundInvoiceResponse' => array(
|
3314 |
'version' => '0.230.0.0',
|
3315 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.php'
|
3316 |
),
|
3317 |
+
'Google\\Service\\ShoppingContent\\HolidayCutoff' => array(
|
3318 |
'version' => '0.230.0.0',
|
3319 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/HolidayCutoff.php'
|
3320 |
),
|
3321 |
+
'Google\\Service\\ShoppingContent\\DatafeedFormat' => array(
|
3322 |
'version' => '0.230.0.0',
|
3323 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedFormat.php'
|
3324 |
),
|
3325 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionAmount' => array(
|
3326 |
'version' => '0.230.0.0',
|
3327 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmount.php'
|
3328 |
),
|
3329 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchResponse' => array(
|
3330 |
'version' => '0.230.0.0',
|
3331 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchResponse.php'
|
3332 |
),
|
3333 |
+
'Google\\Service\\ShoppingContent\\VerifyPhoneNumberResponse' => array(
|
3334 |
'version' => '0.230.0.0',
|
3335 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/VerifyPhoneNumberResponse.php'
|
3336 |
),
|
3337 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequest' => array(
|
3338 |
'version' => '0.230.0.0',
|
3339 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchRequest.php'
|
3340 |
),
|
3341 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsProcessRequest' => array(
|
3342 |
'version' => '0.230.0.0',
|
3343 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsProcessRequest.php'
|
3344 |
),
|
3345 |
+
'Google\\Service\\ShoppingContent\\MerchantRejectionReason' => array(
|
3346 |
'version' => '0.230.0.0',
|
3347 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantRejectionReason.php'
|
3348 |
),
|
3349 |
+
'Google\\Service\\ShoppingContent\\CustomAttribute' => array(
|
3350 |
'version' => '0.230.0.0',
|
3351 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CustomAttribute.php'
|
3352 |
),
|
3353 |
+
'Google\\Service\\ShoppingContent\\Service' => array(
|
3354 |
'version' => '0.230.0.0',
|
3355 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Service.php'
|
3356 |
),
|
3357 |
+
'Google\\Service\\ShoppingContent\\PosInventory' => array(
|
3358 |
'version' => '0.230.0.0',
|
3359 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventory.php'
|
3360 |
),
|
3361 |
+
'Google\\Service\\ShoppingContent\\PosSaleResponse' => array(
|
3362 |
'version' => '0.230.0.0',
|
3363 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSaleResponse.php'
|
3364 |
),
|
3365 |
+
'Google\\Service\\ShoppingContent\\PickupCarrierService' => array(
|
3366 |
'version' => '0.230.0.0',
|
3367 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PickupCarrierService.php'
|
3368 |
),
|
3369 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleRestrictionBoundary' => array(
|
3370 |
'version' => '0.230.0.0',
|
3371 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleRestrictionBoundary.php'
|
3372 |
),
|
3373 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails' => array(
|
3374 |
'version' => '0.230.0.0',
|
3375 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails.php'
|
3376 |
),
|
3377 |
+
'Google\\Service\\ShoppingContent\\Address' => array(
|
3378 |
'version' => '0.230.0.0',
|
3379 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Address.php'
|
3380 |
),
|
3381 |
+
'Google\\Service\\ShoppingContent\\DatafeedsFetchNowResponse' => array(
|
3382 |
'version' => '0.230.0.0',
|
3383 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsFetchNowResponse.php'
|
3384 |
),
|
3385 |
+
'Google\\Service\\ShoppingContent\\AccountTax' => array(
|
3386 |
'version' => '0.230.0.0',
|
3387 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountTax.php'
|
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\\PostalCodeRange' => array(
|
3394 |
'version' => '0.230.0.0',
|
3395 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PostalCodeRange.php'
|
3396 |
),
|
3397 |
+
'Google\\Service\\ShoppingContent\\ListAccountLabelsResponse' => array(
|
3398 |
'version' => '0.230.0.0',
|
3399 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountLabelsResponse.php'
|
3400 |
),
|
3401 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleRestriction' => array(
|
3402 |
'version' => '0.230.0.0',
|
3403 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleRestriction.php'
|
3404 |
),
|
3405 |
+
'Google\\Service\\ShoppingContent\\InapplicabilityDetails' => array(
|
3406 |
'version' => '0.230.0.0',
|
3407 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InapplicabilityDetails.php'
|
3408 |
),
|
3409 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalShipmentLineItemMapping' => array(
|
3410 |
'version' => '0.230.0.0',
|
3411 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalShipmentLineItemMapping.php'
|
3412 |
),
|
3413 |
+
'Google\\Service\\ShoppingContent\\AccountsUpdateLabelsResponse' => array(
|
3414 |
'version' => '0.230.0.0',
|
3415 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsUpdateLabelsResponse.php'
|
3416 |
),
|
3417 |
+
'Google\\Service\\ShoppingContent\\OrderShipmentLineItemShipment' => array(
|
3418 |
'version' => '0.230.0.0',
|
3419 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipmentLineItemShipment.php'
|
3420 |
),
|
3421 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemShippingDetailsMethod' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3422 |
'version' => '0.230.0.0',
|
3423 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemShippingDetailsMethod.php'
|
3424 |
),
|
3425 |
+
'Google\\Service\\ShoppingContent\\OrdersInStoreRefundLineItemRequest' => array(
|
3426 |
'version' => '0.230.0.0',
|
3427 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersInStoreRefundLineItemRequest.php'
|
3428 |
),
|
3429 |
'Google\\Service\\ShoppingContent\\MerchantOrderReturnItem' => array(
|
3430 |
'version' => '0.230.0.0',
|
3431 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantOrderReturnItem.php'
|
3432 |
),
|
3433 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTime' => array(
|
3434 |
'version' => '0.230.0.0',
|
3435 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEffectiveTime.php'
|
3436 |
),
|
3437 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatus' => array(
|
3438 |
'version' => '0.230.0.0',
|
3439 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatus.php'
|
3440 |
),
|
3441 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelTestOrderByCustomerResponse' => array(
|
3442 |
'version' => '0.230.0.0',
|
3443 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.php'
|
3444 |
),
|
3445 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineRestockingFee' => array(
|
3446 |
'version' => '0.230.0.0',
|
3447 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineRestockingFee.php'
|
3448 |
),
|
3449 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelResponse' => array(
|
3450 |
'version' => '0.230.0.0',
|
3451 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelResponse.php'
|
3452 |
),
|
3453 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlinePolicy' => array(
|
3454 |
'version' => '0.230.0.0',
|
3455 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlinePolicy.php'
|
3456 |
),
|
3457 |
+
'Google\\Service\\ShoppingContent\\SearchResponse' => array(
|
3458 |
'version' => '0.230.0.0',
|
3459 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SearchResponse.php'
|
3460 |
),
|
3461 |
+
'Google\\Service\\ShoppingContent\\GmbAccountsGmbAccount' => array(
|
3462 |
'version' => '0.230.0.0',
|
3463 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/GmbAccountsGmbAccount.php'
|
3464 |
),
|
3465 |
+
'Google\\Service\\ShoppingContent\\PubsubNotificationSettings' => array(
|
3466 |
'version' => '0.230.0.0',
|
3467 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PubsubNotificationSettings.php'
|
3468 |
),
|
3469 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelRequest' => array(
|
3470 |
'version' => '0.230.0.0',
|
3471 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelRequest.php'
|
3472 |
),
|
3473 |
+
'Google\\Service\\ShoppingContent\\RequestPhoneVerificationRequest' => array(
|
3474 |
'version' => '0.230.0.0',
|
3475 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestPhoneVerificationRequest.php'
|
3476 |
),
|
3477 |
+
'Google\\Service\\ShoppingContent\\RepricingRule' => array(
|
3478 |
'version' => '0.230.0.0',
|
3479 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRule.php'
|
3480 |
),
|
3481 |
+
'Google\\Service\\ShoppingContent\\ECommercePlatformLinkInfo' => array(
|
3482 |
'version' => '0.230.0.0',
|
3483 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ECommercePlatformLinkInfo.php'
|
3484 |
),
|
3485 |
+
'Google\\Service\\ShoppingContent\\AccountIdentifier' => array(
|
3486 |
'version' => '0.230.0.0',
|
3487 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountIdentifier.php'
|
3488 |
),
|
3489 |
+
'Google\\Service\\ShoppingContent\\Promotion' => array(
|
3490 |
'version' => '0.230.0.0',
|
3491 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Promotion.php'
|
3492 |
),
|
3493 |
+
'Google\\Service\\ShoppingContent\\ProductTax' => array(
|
3494 |
'version' => '0.230.0.0',
|
3495 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductTax.php'
|
3496 |
),
|
3497 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsAcknowledgeResponse' => array(
|
3498 |
'version' => '0.230.0.0',
|
3499 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsAcknowledgeResponse.php'
|
3500 |
),
|
3501 |
+
'Google\\Service\\ShoppingContent\\ListRepricingProductReportsResponse' => array(
|
3502 |
'version' => '0.230.0.0',
|
3503 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingProductReportsResponse.php'
|
3504 |
),
|
3505 |
+
'Google\\Service\\ShoppingContent\\TestOrderPickupDetails' => array(
|
3506 |
'version' => '0.230.0.0',
|
3507 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderPickupDetails.php'
|
3508 |
),
|
3509 |
+
'Google\\Service\\ShoppingContent\\ProductsListResponse' => array(
|
3510 |
'version' => '0.230.0.0',
|
3511 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsListResponse.php'
|
3512 |
),
|
3513 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatusRegionStatus' => array(
|
3514 |
'version' => '0.230.0.0',
|
3515 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatusRegionStatus.php'
|
3516 |
),
|
3517 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchResponseEntry' => array(
|
3518 |
'version' => '0.230.0.0',
|
3519 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php'
|
3520 |
),
|
3521 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry' => array(
|
3522 |
'version' => '0.230.0.0',
|
3523 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php'
|
3524 |
),
|
3525 |
+
'Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue' => array(
|
3526 |
'version' => '0.230.0.0',
|
3527 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusItemLevelIssue.php'
|
3528 |
),
|
3529 |
+
'Google\\Service\\ShoppingContent\\AccountStatusStatistics' => array(
|
3530 |
'version' => '0.230.0.0',
|
3531 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusStatistics.php'
|
3532 |
),
|
3533 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchResponseEntry' => array(
|
3534 |
'version' => '0.230.0.0',
|
3535 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php'
|
3536 |
),
|
3537 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesListResponse' => array(
|
3538 |
'version' => '0.230.0.0',
|
3539 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesListResponse.php'
|
3540 |
),
|
3541 |
+
'Google\\Service\\ShoppingContent\\Account' => array(
|
3542 |
'version' => '0.230.0.0',
|
3543 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Account.php'
|
3544 |
),
|
3545 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatusExample' => array(
|
3546 |
'version' => '0.230.0.0',
|
3547 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatusExample.php'
|
3548 |
),
|
3549 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTimeFixedTimePeriod' => array(
|
3550 |
'version' => '0.230.0.0',
|
3551 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEffectiveTimeFixedTimePeriod.php'
|
3552 |
),
|
3553 |
+
'Google\\Service\\ShoppingContent\\TestOrderAddress' => array(
|
3554 |
'version' => '0.230.0.0',
|
3555 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderAddress.php'
|
3556 |
),
|
3557 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedHolidaysResponse' => array(
|
3558 |
'version' => '0.230.0.0',
|
3559 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.php'
|
3560 |
),
|
3561 |
+
'Google\\Service\\ShoppingContent\\DeliveryTime' => array(
|
3562 |
'version' => '0.230.0.0',
|
3563 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DeliveryTime.php'
|
3564 |
),
|
3565 |
+
'Google\\Service\\ShoppingContent\\LoyaltyPoints' => array(
|
3566 |
'version' => '0.230.0.0',
|
3567 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LoyaltyPoints.php'
|
3568 |
),
|
3569 |
+
'Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataResponse' => array(
|
3570 |
'version' => '0.230.0.0',
|
3571 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersSetLineItemMetadataResponse.php'
|
3572 |
),
|
3573 |
+
'Google\\Service\\ShoppingContent\\ProductUnitPricingMeasure' => array(
|
3574 |
'version' => '0.230.0.0',
|
3575 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductUnitPricingMeasure.php'
|
3576 |
),
|
3577 |
+
'Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataRequest' => array(
|
3578 |
'version' => '0.230.0.0',
|
3579 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersSetLineItemMetadataRequest.php'
|
3580 |
),
|
3581 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchResponseEntry' => array(
|
3582 |
'version' => '0.230.0.0',
|
3583 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php'
|
3584 |
),
|
3585 |
+
'Google\\Service\\ShoppingContent\\ProductSubscriptionCost' => array(
|
3586 |
'version' => '0.230.0.0',
|
3587 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductSubscriptionCost.php'
|
3588 |
),
|
3589 |
+
'Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue' => array(
|
3590 |
'version' => '0.230.0.0',
|
3591 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatusItemLevelIssue.php'
|
3592 |
),
|
3593 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest' => array(
|
3594 |
'version' => '0.230.0.0',
|
3595 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestOrderRequest.php'
|
3596 |
),
|
3597 |
+
'Google\\Service\\ShoppingContent\\RequestReviewBuyOnGoogleProgramRequest' => array(
|
3598 |
'version' => '0.230.0.0',
|
3599 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php'
|
3600 |
),
|
3601 |
+
'Google\\Service\\ShoppingContent\\SettlementTransaction' => array(
|
3602 |
'version' => '0.230.0.0',
|
3603 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransaction.php'
|
3604 |
),
|
3605 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedPickupServicesResponse' => array(
|
3606 |
'version' => '0.230.0.0',
|
3607 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedPickupServicesResponse.php'
|
3608 |
),
|
3609 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundItemResponse' => array(
|
3610 |
'version' => '0.230.0.0',
|
3611 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundItemResponse.php'
|
3612 |
),
|
3613 |
+
'Google\\Service\\ShoppingContent\\AccountReturnCarrier' => array(
|
3614 |
'version' => '0.230.0.0',
|
3615 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountReturnCarrier.php'
|
3616 |
),
|
3617 |
+
'Google\\Service\\ShoppingContent\\MerchantOrderReturn' => array(
|
3618 |
'version' => '0.230.0.0',
|
3619 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantOrderReturn.php'
|
3620 |
),
|
3621 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicySeasonalOverride' => array(
|
3622 |
'version' => '0.230.0.0',
|
3623 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicySeasonalOverride.php'
|
3624 |
),
|
3625 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo' => array(
|
3626 |
'version' => '0.230.0.0',
|
3627 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.php'
|
3628 |
),
|
3629 |
+
'Google\\Service\\ShoppingContent\\RegionPostalCodeAreaPostalCodeRange' => array(
|
3630 |
'version' => '0.230.0.0',
|
3631 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionPostalCodeAreaPostalCodeRange.php'
|
3632 |
),
|
3633 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEligibleOfferMatcher' => array(
|
3634 |
'version' => '0.230.0.0',
|
3635 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEligibleOfferMatcher.php'
|
3636 |
),
|
3637 |
+
'Google\\Service\\ShoppingContent\\LiaCountrySettings' => array(
|
3638 |
'version' => '0.230.0.0',
|
3639 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaCountrySettings.php'
|
3640 |
),
|
3641 |
+
'Google\\Service\\ShoppingContent\\SettlementtransactionsListResponse' => array(
|
3642 |
'version' => '0.230.0.0',
|
3643 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementtransactionsListResponse.php'
|
3644 |
),
|
3645 |
+
'Google\\Service\\ShoppingContent\\OrderPickupDetails' => array(
|
3646 |
'version' => '0.230.0.0',
|
3647 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPickupDetails.php'
|
3648 |
),
|
3649 |
+
'Google\\Service\\ShoppingContent\\LiasettingsGetAccessibleGmbAccountsResponse' => array(
|
3650 |
'version' => '0.230.0.0',
|
3651 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.php'
|
3652 |
),
|
3653 |
+
'Google\\Service\\ShoppingContent\\ReturnAddressAddress' => array(
|
3654 |
'version' => '0.230.0.0',
|
3655 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnAddressAddress.php'
|
3656 |
),
|
3657 |
+
'Google\\Service\\ShoppingContent\\TestOrderDeliveryDetails' => array(
|
3658 |
'version' => '0.230.0.0',
|
3659 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderDeliveryDetails.php'
|
3660 |
),
|
3661 |
+
'Google\\Service\\ShoppingContent\\ReturnShippingLabel' => array(
|
3662 |
'version' => '0.230.0.0',
|
3663 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnShippingLabel.php'
|
3664 |
),
|
3665 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsAcknowledgeRequest' => array(
|
3666 |
'version' => '0.230.0.0',
|
3667 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsAcknowledgeRequest.php'
|
3668 |
),
|
3669 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchResponse' => array(
|
3670 |
'version' => '0.230.0.0',
|
3671 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchResponse.php'
|
3672 |
),
|
3673 |
+
'Google\\Service\\ShoppingContent\\AccounttaxListResponse' => array(
|
3674 |
'version' => '0.230.0.0',
|
3675 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxListResponse.php'
|
3676 |
),
|
3677 |
+
'Google\\Service\\ShoppingContent\\LiasettingsSetInventoryVerificationContactResponse' => array(
|
3678 |
'version' => '0.230.0.0',
|
3679 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.php'
|
3680 |
),
|
3681 |
+
'Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemRequest' => array(
|
3682 |
'version' => '0.230.0.0',
|
3683 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRejectReturnLineItemRequest.php'
|
3684 |
),
|
3685 |
+
'Google\\Service\\ShoppingContent\\InvoiceSummary' => array(
|
3686 |
'version' => '0.230.0.0',
|
3687 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummary.php'
|
3688 |
),
|
3689 |
+
'Google\\Service\\ShoppingContent\\PaymentServiceProviderLinkInfo' => array(
|
3690 |
'version' => '0.230.0.0',
|
3691 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PaymentServiceProviderLinkInfo.php'
|
3692 |
),
|
3693 |
+
'Google\\Service\\ShoppingContent\\LiasettingsListPosDataProvidersResponse' => array(
|
3694 |
'version' => '0.230.0.0',
|
3695 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsListPosDataProvidersResponse.php'
|
3696 |
),
|
3697 |
+
'Google\\Service\\ShoppingContent\\PosSale' => array(
|
3698 |
'version' => '0.230.0.0',
|
3699 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSale.php'
|
3700 |
),
|
3701 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelLineItemResponse' => array(
|
3702 |
'version' => '0.230.0.0',
|
3703 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelLineItemResponse.php'
|
3704 |
),
|
3705 |
+
'Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemResponse' => array(
|
3706 |
'version' => '0.230.0.0',
|
3707 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRejectReturnLineItemResponse.php'
|
3708 |
),
|
3709 |
+
'Google\\Service\\ShoppingContent\\CollectionFeaturedProduct' => array(
|
3710 |
'version' => '0.230.0.0',
|
3711 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionFeaturedProduct.php'
|
3712 |
),
|
3713 |
+
'Google\\Service\\ShoppingContent\\Value' => array(
|
3714 |
'version' => '0.230.0.0',
|
3715 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Value.php'
|
3716 |
),
|
3717 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProductFee' => array(
|
3718 |
'version' => '0.230.0.0',
|
3719 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProductFee.php'
|
3720 |
),
|
3721 |
+
'Google\\Service\\ShoppingContent\\AccountCredentials' => array(
|
3722 |
'version' => '0.230.0.0',
|
3723 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountCredentials.php'
|
3724 |
),
|
3725 |
+
'Google\\Service\\ShoppingContent\\MinimumOrderValueTable' => array(
|
3726 |
'version' => '0.230.0.0',
|
3727 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MinimumOrderValueTable.php'
|
3728 |
),
|
3729 |
+
'Google\\Service\\ShoppingContent\\TestOrderLineItem' => array(
|
3730 |
'version' => '0.230.0.0',
|
3731 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderLineItem.php'
|
3732 |
),
|
3733 |
+
'Google\\Service\\ShoppingContent\\Installment' => array(
|
3734 |
'version' => '0.230.0.0',
|
3735 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Installment.php'
|
3736 |
),
|
3737 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnline' => array(
|
3738 |
'version' => '0.230.0.0',
|
3739 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnline.php'
|
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\\OrdersReturnRefundLineItemRequest' => array(
|
3746 |
'version' => '0.230.0.0',
|
3747 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersReturnRefundLineItemRequest.php'
|
3748 |
),
|
3749 |
+
'Google\\Service\\ShoppingContent\\TransitTable' => array(
|
3750 |
'version' => '0.230.0.0',
|
3751 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTable.php'
|
3752 |
),
|
3753 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequest' => array(
|
3754 |
'version' => '0.230.0.0',
|
3755 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchRequest.php'
|
3756 |
),
|
3757 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry' => array(
|
3758 |
'version' => '0.230.0.0',
|
3759 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequestEntry.php'
|
3760 |
),
|
3761 |
+
'Google\\Service\\ShoppingContent\\Weight' => array(
|
3762 |
'version' => '0.230.0.0',
|
3763 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Weight.php'
|
3764 |
),
|
3765 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignal' => array(
|
3766 |
'version' => '0.230.0.0',
|
3767 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignal.php'
|
3768 |
),
|
3769 |
+
'Google\\Service\\ShoppingContent\\RateGroup' => array(
|
3770 |
'version' => '0.230.0.0',
|
3771 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RateGroup.php'
|
3772 |
),
|
3773 |
+
'Google\\Service\\ShoppingContent\\AccountBusinessInformation' => array(
|
3774 |
'version' => '0.230.0.0',
|
3775 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountBusinessInformation.php'
|
3776 |
),
|
3777 |
+
'Google\\Service\\ShoppingContent\\Row' => array(
|
3778 |
'version' => '0.230.0.0',
|
3779 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Row.php'
|
3780 |
),
|
3781 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequest' => array(
|
3782 |
'version' => '0.230.0.0',
|
3783 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchRequest.php'
|
3784 |
),
|
3785 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry' => array(
|
3786 |
'version' => '0.230.0.0',
|
3787 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchRequestEntry.php'
|
3788 |
),
|
3789 |
+
'Google\\Service\\ShoppingContent\\MinimumOrderValueTableStoreCodeSetWithMov' => array(
|
3790 |
'version' => '0.230.0.0',
|
3791 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MinimumOrderValueTableStoreCodeSetWithMov.php'
|
3792 |
),
|
3793 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchResponseEntry' => array(
|
3794 |
'version' => '0.230.0.0',
|
3795 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchResponseEntry.php'
|
3796 |
),
|
3797 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyPolicy' => array(
|
3798 |
'version' => '0.230.0.0',
|
3799 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyPolicy.php'
|
3800 |
),
|
3801 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchResponse' => array(
|
3802 |
'version' => '0.230.0.0',
|
3803 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchResponse.php'
|
3804 |
),
|
3805 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsReturnItem' => array(
|
3806 |
'version' => '0.230.0.0',
|
3807 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsReturnItem.php'
|
3808 |
),
|
3809 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchResponseEntry' => array(
|
3810 |
'version' => '0.230.0.0',
|
3811 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.php'
|
3812 |
),
|
3813 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryCreateTestReturnReturnItem' => array(
|
3814 |
'version' => '0.230.0.0',
|
3815 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.php'
|
3816 |
),
|
3817 |
+
'Google\\Service\\ShoppingContent\\OrderLineItem' => array(
|
3818 |
'version' => '0.230.0.0',
|
3819 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItem.php'
|
3820 |
),
|
3821 |
+
'Google\\Service\\ShoppingContent\\AccountsUpdateLabelsRequest' => array(
|
3822 |
'version' => '0.230.0.0',
|
3823 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsUpdateLabelsRequest.php'
|
3824 |
),
|
3825 |
+
'Google\\Service\\ShoppingContent\\AccountAdsLink' => array(
|
3826 |
'version' => '0.230.0.0',
|
3827 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAdsLink.php'
|
3828 |
),
|
3829 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequestEntry' => array(
|
3830 |
'version' => '0.230.0.0',
|
3831 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchRequestEntry.php'
|
3832 |
),
|
3833 |
+
'Google\\Service\\ShoppingContent\\AccountsAuthInfoResponse' => array(
|
3834 |
'version' => '0.230.0.0',
|
3835 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsAuthInfoResponse.php'
|
3836 |
),
|
3837 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequest' => array(
|
3838 |
'version' => '0.230.0.0',
|
3839 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchRequest.php'
|
3840 |
),
|
3841 |
+
'Google\\Service\\ShoppingContent\\Price' => array(
|
3842 |
'version' => '0.230.0.0',
|
3843 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Price.php'
|
3844 |
),
|
3845 |
+
'Google\\Service\\ShoppingContent\\OrderShipmentScheduledDeliveryDetails' => array(
|
3846 |
'version' => '0.230.0.0',
|
3847 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipmentScheduledDeliveryDetails.php'
|
3848 |
),
|
3849 |
+
'Google\\Service\\ShoppingContent\\OrderReportDisbursement' => array(
|
3850 |
'version' => '0.230.0.0',
|
3851 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReportDisbursement.php'
|
3852 |
),
|
3853 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnResponse' => array(
|
3854 |
'version' => '0.230.0.0',
|
3855 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsCreateOrderReturnResponse.php'
|
3856 |
),
|
3857 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponse' => array(
|
3858 |
'version' => '0.230.0.0',
|
3859 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchResponse.php'
|
3860 |
),
|
3861 |
+
'Google\\Service\\ShoppingContent\\InvoiceSummaryAdditionalChargeSummary' => array(
|
3862 |
'version' => '0.230.0.0',
|
3863 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php'
|
3864 |
),
|
3865 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsLineItem' => array(
|
3866 |
'version' => '0.230.0.0',
|
3867 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsLineItem.php'
|
3868 |
),
|
3869 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchResponseEntry' => array(
|
3870 |
'version' => '0.230.0.0',
|
3871 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchResponseEntry.php'
|
3872 |
),
|
3873 |
+
'Google\\Service\\ShoppingContent\\PosDataProviders' => array(
|
3874 |
'version' => '0.230.0.0',
|
3875 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosDataProviders.php'
|
3876 |
),
|
3877 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchResponseEntry' => array(
|
3878 |
'version' => '0.230.0.0',
|
3879 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchResponseEntry.php'
|
3880 |
),
|
3881 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchRequest' => array(
|
3882 |
'version' => '0.230.0.0',
|
3883 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchRequest.php'
|
3884 |
),
|
3885 |
+
'Google\\Service\\ShoppingContent\\Error' => array(
|
3886 |
'version' => '0.230.0.0',
|
3887 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Error.php'
|
3888 |
),
|
3889 |
+
'Google\\Service\\ShoppingContent\\OrdersInStoreRefundLineItemResponse' => array(
|
3890 |
'version' => '0.230.0.0',
|
3891 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersInStoreRefundLineItemResponse.php'
|
3892 |
),
|
3893 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsListResponse' => array(
|
3894 |
'version' => '0.230.0.0',
|
3895 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsListResponse.php'
|
3896 |
),
|
3897 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalShippingInfo' => array(
|
3898 |
'version' => '0.230.0.0',
|
3899 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalShippingInfo.php'
|
3900 |
),
|
3901 |
+
'Google\\Service\\ShoppingContent\\Date' => array(
|
3902 |
'version' => '0.230.0.0',
|
3903 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Date.php'
|
3904 |
),
|
3905 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry' => array(
|
3906 |
'version' => '0.230.0.0',
|
3907 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.php'
|
3908 |
),
|
3909 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProductVariantAttribute' => array(
|
3910 |
'version' => '0.230.0.0',
|
3911 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProductVariantAttribute.php'
|
3912 |
),
|
3913 |
+
'Google\\Service\\ShoppingContent\\OrderPickupDetailsCollector' => array(
|
3914 |
'version' => '0.230.0.0',
|
3915 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPickupDetailsCollector.php'
|
3916 |
),
|
3917 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdRequest' => array(
|
3918 |
'version' => '0.230.0.0',
|
3919 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.php'
|
3920 |
),
|
3921 |
+
'Google\\Service\\ShoppingContent\\ListRegionsResponse' => array(
|
3922 |
'version' => '0.230.0.0',
|
3923 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRegionsResponse.php'
|
3924 |
),
|
3925 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry' => array(
|
3926 |
'version' => '0.230.0.0',
|
3927 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchRequestEntry.php'
|
3928 |
),
|
3929 |
+
'Google\\Service\\ShoppingContent\\OrderCustomer' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3930 |
'version' => '0.230.0.0',
|
3931 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomer.php'
|
3932 |
),
|
3933 |
+
'Google\\Service\\ShoppingContent\\ShipmentTrackingInfo' => array(
|
3934 |
'version' => '0.230.0.0',
|
3935 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentTrackingInfo.php'
|
3936 |
),
|
3937 |
+
'Google\\Service\\ShoppingContent\\Amount' => array(
|
3938 |
'version' => '0.230.0.0',
|
3939 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Amount.php'
|
3940 |
),
|
3941 |
+
'Google\\Service\\ShoppingContent\\CollectionStatus' => array(
|
3942 |
'version' => '0.230.0.0',
|
3943 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatus.php'
|
3944 |
),
|
3945 |
+
'Google\\Service\\ShoppingContent\\PostalCodeGroup' => array(
|
3946 |
'version' => '0.230.0.0',
|
3947 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PostalCodeGroup.php'
|
3948 |
),
|
3949 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchResponse' => array(
|
3950 |
'version' => '0.230.0.0',
|
3951 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchResponse.php'
|
3952 |
),
|
3953 |
+
'Google\\Service\\ShoppingContent\\OrderreportsListDisbursementsResponse' => array(
|
3954 |
'version' => '0.230.0.0',
|
3955 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreportsListDisbursementsResponse.php'
|
3956 |
),
|
3957 |
+
'Google\\Service\\ShoppingContent\\LiasettingsSetPosDataProviderResponse' => array(
|
3958 |
'version' => '0.230.0.0',
|
3959 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsSetPosDataProviderResponse.php'
|
3960 |
),
|
3961 |
+
'Google\\Service\\ShoppingContent\\AccountYouTubeChannelLink' => array(
|
3962 |
'version' => '0.230.0.0',
|
3963 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountYouTubeChannelLink.php'
|
3964 |
),
|
3965 |
+
'Google\\Service\\ShoppingContent\\OrdersReturnRefundLineItemResponse' => array(
|
3966 |
'version' => '0.230.0.0',
|
3967 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersReturnRefundLineItemResponse.php'
|
3968 |
),
|
3969 |
+
'Google\\Service\\ShoppingContent\\PosListResponse' => array(
|
3970 |
'version' => '0.230.0.0',
|
3971 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosListResponse.php'
|
3972 |
),
|
3973 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundOrderRequest' => array(
|
3974 |
'version' => '0.230.0.0',
|
3975 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundOrderRequest.php'
|
3976 |
),
|
3977 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleCostOfGoodsSaleRule' => array(
|
3978 |
'version' => '0.230.0.0',
|
3979 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleCostOfGoodsSaleRule.php'
|
3980 |
),
|
3981 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedCarriersResponse' => array(
|
3982 |
'version' => '0.230.0.0',
|
3983 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php'
|
3984 |
),
|
3985 |
+
'Google\\Service\\ShoppingContent\\LocalInventory' => array(
|
3986 |
'version' => '0.230.0.0',
|
3987 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalInventory.php'
|
3988 |
),
|
3989 |
+
'Google\\Service\\ShoppingContent\\BusinessDayConfig' => array(
|
3990 |
'version' => '0.230.0.0',
|
3991 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BusinessDayConfig.php'
|
3992 |
),
|
3993 |
+
'Google\\Service\\ShoppingContent\\OrderMerchantProvidedAnnotation' => array(
|
3994 |
'version' => '0.230.0.0',
|
3995 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderMerchantProvidedAnnotation.php'
|
3996 |
),
|
3997 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails' => array(
|
3998 |
'version' => '0.230.0.0',
|
3999 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalLineItemDetails.php'
|
4000 |
),
|
4001 |
+
'Google\\Service\\ShoppingContent\\LocationIdSet' => array(
|
4002 |
'version' => '0.230.0.0',
|
4003 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocationIdSet.php'
|
4004 |
),
|
4005 |
+
'Google\\Service\\ShoppingContent\\GmbAccounts' => array(
|
4006 |
'version' => '0.230.0.0',
|
4007 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/GmbAccounts.php'
|
4008 |
),
|
4009 |
+
'Google\\Service\\ShoppingContent\\ShippingSettings' => array(
|
4010 |
'version' => '0.230.0.0',
|
4011 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingSettings.php'
|
4012 |
),
|
4013 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemShippingDetails' => array(
|
4014 |
'version' => '0.230.0.0',
|
4015 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemShippingDetails.php'
|
4016 |
),
|
4017 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsPartialRefund' => array(
|
4018 |
'version' => '0.230.0.0',
|
4019 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsPartialRefund.php'
|
4020 |
),
|
4021 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleReport' => array(
|
4022 |
'version' => '0.230.0.0',
|
4023 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleReport.php'
|
4024 |
),
|
4025 |
+
'Google\\Service\\ShoppingContent\\ListRepricingRuleReportsResponse' => array(
|
4026 |
'version' => '0.230.0.0',
|
4027 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingRuleReportsResponse.php'
|
4028 |
),
|
4029 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchResponse' => array(
|
4030 |
'version' => '0.230.0.0',
|
4031 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchResponse.php'
|
4032 |
),
|
4033 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchResponse' => array(
|
4034 |
'version' => '0.230.0.0',
|
4035 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchResponse.php'
|
4036 |
),
|
4037 |
+
'Google\\Service\\ShoppingContent\\OrdersShipLineItemsResponse' => array(
|
4038 |
'version' => '0.230.0.0',
|
4039 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersShipLineItemsResponse.php'
|
4040 |
),
|
4041 |
+
'Google\\Service\\ShoppingContent\\DatafeedsListResponse' => array(
|
4042 |
'version' => '0.230.0.0',
|
4043 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsListResponse.php'
|
4044 |
),
|
4045 |
+
'Google\\Service\\ShoppingContent\\TimeZone' => array(
|
4046 |
'version' => '0.230.0.0',
|
4047 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TimeZone.php'
|
4048 |
),
|
4049 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryRefundItemShipping' => array(
|
4050 |
'version' => '0.230.0.0',
|
4051 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemShipping.php'
|
4052 |
),
|
4053 |
+
'Google\\Service\\ShoppingContent\\PickupServicesPickupService' => array(
|
4054 |
'version' => '0.230.0.0',
|
4055 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PickupServicesPickupService.php'
|
4056 |
),
|
4057 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption' => array(
|
4058 |
'version' => '0.230.0.0',
|
4059 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.php'
|
4060 |
),
|
4061 |
+
'Google\\Service\\ShoppingContent\\ReturnAddress' => array(
|
4062 |
'version' => '0.230.0.0',
|
4063 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnAddress.php'
|
4064 |
),
|
4065 |
+
'Google\\Service\\ShoppingContent\\LiaPosDataProvider' => array(
|
4066 |
'version' => '0.230.0.0',
|
4067 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaPosDataProvider.php'
|
4068 |
),
|
4069 |
+
'Google\\Service\\ShoppingContent\\SettlementreportsListResponse' => array(
|
4070 |
'version' => '0.230.0.0',
|
4071 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementreportsListResponse.php'
|
4072 |
),
|
4073 |
+
'Google\\Service\\ShoppingContent\\ListReturnPolicyOnlineResponse' => array(
|
4074 |
'version' => '0.230.0.0',
|
4075 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListReturnPolicyOnlineResponse.php'
|
4076 |
),
|
4077 |
+
'Google\\Service\\ShoppingContent\\RegionPostalCodeArea' => array(
|
4078 |
'version' => '0.230.0.0',
|
4079 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionPostalCodeArea.php'
|
4080 |
),
|
4081 |
'Google\\Service\\ShoppingContent\\AccountsListLinksResponse' => array(
|
4082 |
'version' => '0.230.0.0',
|
4083 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListLinksResponse.php'
|
4084 |
),
|
4085 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchRequest' => array(
|
4086 |
'version' => '0.230.0.0',
|
4087 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchRequest.php'
|
4088 |
),
|
4089 |
+
'Google\\Service\\ShoppingContent\\DatafeedTarget' => array(
|
4090 |
'version' => '0.230.0.0',
|
4091 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedTarget.php'
|
4092 |
),
|
4093 |
+
'Google\\Service\\ShoppingContent\\Metrics' => array(
|
4094 |
'version' => '0.230.0.0',
|
4095 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Metrics.php'
|
4096 |
),
|
4097 |
+
'Google\\Service\\ShoppingContent\\OrderDeliveryDetails' => array(
|
4098 |
'version' => '0.230.0.0',
|
4099 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderDeliveryDetails.php'
|
4100 |
),
|
4101 |
+
'Google\\Service\\ShoppingContent\\CutoffTime' => array(
|
4102 |
'version' => '0.230.0.0',
|
4103 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CutoffTime.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\\RefundReason' => array(
|
4110 |
'version' => '0.230.0.0',
|
4111 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RefundReason.php'
|
4112 |
),
|
4113 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequest' => array(
|
4114 |
'version' => '0.230.0.0',
|
4115 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchRequest.php'
|
4116 |
),
|
4117 |
+
'Google\\Service\\ShoppingContent\\RepricingProductReportBuyboxWinningProductStats' => array(
|
4118 |
'version' => '0.230.0.0',
|
4119 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingProductReportBuyboxWinningProductStats.php'
|
4120 |
),
|
4121 |
+
'Google\\Service\\ShoppingContent\\Collection' => array(
|
4122 |
'version' => '0.230.0.0',
|
4123 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Collection.php'
|
4124 |
),
|
4125 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicy' => array(
|
4126 |
'version' => '0.230.0.0',
|
4127 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicy.php'
|
4128 |
),
|
4129 |
+
'Google\\Service\\ShoppingContent\\ProductShipping' => array(
|
4130 |
'version' => '0.230.0.0',
|
4131 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShipping.php'
|
4132 |
),
|
4133 |
+
'Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue' => array(
|
4134 |
'version' => '0.230.0.0',
|
4135 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusAccountLevelIssue.php'
|
4136 |
),
|
4137 |
+
'Google\\Service\\ShoppingContent\\Warehouse' => array(
|
4138 |
'version' => '0.230.0.0',
|
4139 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Warehouse.php'
|
4140 |
),
|
4141 |
+
'Google\\Service\\ShoppingContent\\ProductStatus' => array(
|
4142 |
'version' => '0.230.0.0',
|
4143 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatus.php'
|
4144 |
),
|
4145 |
+
'Google\\Service\\ShoppingContent\\AccountTaxTaxRule' => array(
|
4146 |
'version' => '0.230.0.0',
|
4147 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountTaxTaxRule.php'
|
4148 |
+
),
|
4149 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressListResponse' => array(
|
4150 |
+
'version' => '0.230.0.0',
|
4151 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressListResponse.php'
|
4152 |
),
|
4153 |
'Google\\Service\\ShoppingContent\\ProductProductDetail' => array(
|
4154 |
'version' => '0.230.0.0',
|
4155 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductProductDetail.php'
|
4156 |
),
|
4157 |
+
'Google\\Service\\ShoppingContent\\OrderCancellation' => array(
|
4158 |
'version' => '0.230.0.0',
|
4159 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCancellation.php'
|
4160 |
),
|
4161 |
+
'Google\\Service\\ShoppingContent\\UnitInvoiceAdditionalCharge' => array(
|
4162 |
'version' => '0.230.0.0',
|
4163 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoiceAdditionalCharge.php'
|
4164 |
),
|
4165 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchResponseEntry' => array(
|
4166 |
'version' => '0.230.0.0',
|
4167 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchResponseEntry.php'
|
4168 |
),
|
4169 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceResponse' => array(
|
4170 |
'version' => '0.230.0.0',
|
4171 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.php'
|
4172 |
),
|
4173 |
+
'Google\\Service\\ShoppingContent\\OrdersAcknowledgeResponse' => array(
|
4174 |
'version' => '0.230.0.0',
|
4175 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAcknowledgeResponse.php'
|
4176 |
),
|
4177 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchResponse' => array(
|
4178 |
'version' => '0.230.0.0',
|
4179 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchResponse.php'
|
4180 |
),
|
4181 |
+
'Google\\Service\\ShoppingContent\\MonetaryAmount' => array(
|
4182 |
'version' => '0.230.0.0',
|
4183 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MonetaryAmount.php'
|
4184 |
),
|
4185 |
+
'Google\\Service\\ShoppingContent\\TestOrderLineItemProduct' => array(
|
4186 |
'version' => '0.230.0.0',
|
4187 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderLineItemProduct.php'
|
4188 |
),
|
4189 |
+
'Google\\Service\\ShoppingContent\\ListCssesResponse' => array(
|
4190 |
'version' => '0.230.0.0',
|
4191 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCssesResponse.php'
|
4192 |
),
|
4193 |
+
'Google\\Service\\ShoppingContent\\RequestReviewFreeListingsRequest' => array(
|
4194 |
'version' => '0.230.0.0',
|
4195 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewFreeListingsRequest.php'
|
4196 |
),
|
4197 |
+
'Google\\Service\\ShoppingContent\\AccountCustomerService' => array(
|
4198 |
'version' => '0.230.0.0',
|
4199 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountCustomerService.php'
|
4200 |
),
|
4201 |
+
'Google\\Service\\ShoppingContent\\TestOrder' => array(
|
4202 |
'version' => '0.230.0.0',
|
4203 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrder.php'
|
4204 |
),
|
4205 |
+
'Google\\Service\\ShoppingContent\\Segments' => array(
|
4206 |
'version' => '0.230.0.0',
|
4207 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Segments.php'
|
4208 |
),
|
4209 |
+
'Google\\Service\\ShoppingContent\\ProductDimension' => array(
|
4210 |
'version' => '0.230.0.0',
|
4211 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductDimension.php'
|
4212 |
),
|
4213 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchResponseEntry' => array(
|
4214 |
'version' => '0.230.0.0',
|
4215 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchResponseEntry.php'
|
4216 |
),
|
4217 |
+
'Google\\Service\\ShoppingContent\\OrderReturn' => array(
|
4218 |
'version' => '0.230.0.0',
|
4219 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReturn.php'
|
4220 |
),
|
4221 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequest' => array(
|
4222 |
'version' => '0.230.0.0',
|
4223 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchRequest.php'
|
4224 |
),
|
4225 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateShipmentRequest' => array(
|
4226 |
'version' => '0.230.0.0',
|
4227 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateShipmentRequest.php'
|
4228 |
),
|
4229 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceRequest' => array(
|
4230 |
'version' => '0.230.0.0',
|
4231 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php'
|
4232 |
),
|
4233 |
+
'Google\\Service\\ShoppingContent\\AccountsListResponse' => array(
|
4234 |
'version' => '0.230.0.0',
|
4235 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListResponse.php'
|
4236 |
),
|
4237 |
+
'Google\\Service\\ShoppingContent\\AccountStatusProducts' => array(
|
4238 |
'version' => '0.230.0.0',
|
4239 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusProducts.php'
|
4240 |
),
|
4241 |
+
'Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider' => array(
|
4242 |
'version' => '0.230.0.0',
|
4243 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosDataProvidersPosDataProvider.php'
|
4244 |
),
|
4245 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatus' => array(
|
4246 |
'version' => '0.230.0.0',
|
4247 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatus.php'
|
4248 |
),
|
4249 |
+
'Google\\Service\\ShoppingContent\\CarriersCarrier' => array(
|
4250 |
'version' => '0.230.0.0',
|
4251 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CarriersCarrier.php'
|
4252 |
),
|
4253 |
+
'Google\\Service\\ShoppingContent\\Resource\\Collectionstatuses' => array(
|
4254 |
'version' => '0.230.0.0',
|
4255 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Collectionstatuses.php'
|
4256 |
),
|
4257 |
+
'Google\\Service\\ShoppingContent\\Resource\\Regionalinventory' => array(
|
4258 |
'version' => '0.230.0.0',
|
4259 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Regionalinventory.php'
|
4260 |
),
|
4261 |
+
'Google\\Service\\ShoppingContent\\Resource\\Settlementreports' => array(
|
4262 |
'version' => '0.230.0.0',
|
4263 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Settlementreports.php'
|
4264 |
),
|
4265 |
+
'Google\\Service\\ShoppingContent\\Resource\\Settlementtransactions' => array(
|
4266 |
'version' => '0.230.0.0',
|
4267 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Settlementtransactions.php'
|
4268 |
),
|
4269 |
+
'Google\\Service\\ShoppingContent\\Resource\\Liasettings' => array(
|
4270 |
'version' => '0.230.0.0',
|
4271 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Liasettings.php'
|
4272 |
),
|
4273 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsLabels' => array(
|
4274 |
'version' => '0.230.0.0',
|
4275 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsLabels.php'
|
4276 |
),
|
4277 |
+
'Google\\Service\\ShoppingContent\\Resource\\Reports' => array(
|
4278 |
'version' => '0.230.0.0',
|
4279 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Reports.php'
|
4280 |
),
|
4281 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accounttax' => array(
|
4282 |
'version' => '0.230.0.0',
|
4283 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accounttax.php'
|
4284 |
),
|
4285 |
+
'Google\\Service\\ShoppingContent\\Resource\\Pubsubnotificationsettings' => array(
|
4286 |
'version' => '0.230.0.0',
|
4287 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Pubsubnotificationsettings.php'
|
4288 |
),
|
4289 |
+
'Google\\Service\\ShoppingContent\\Resource\\Datafeedstatuses' => array(
|
4290 |
'version' => '0.230.0.0',
|
4291 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Datafeedstatuses.php'
|
4292 |
),
|
4293 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderreturns' => array(
|
4294 |
'version' => '0.230.0.0',
|
4295 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderreturns.php'
|
4296 |
),
|
4297 |
+
'Google\\Service\\ShoppingContent\\Resource\\Buyongoogleprograms' => array(
|
4298 |
'version' => '0.230.0.0',
|
4299 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Buyongoogleprograms.php'
|
4300 |
),
|
4301 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderreports' => array(
|
4302 |
'version' => '0.230.0.0',
|
4303 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderreports.php'
|
4304 |
),
|
4305 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnpolicyonline' => array(
|
4306 |
'version' => '0.230.0.0',
|
4307 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnpolicyonline.php'
|
4308 |
),
|
4309 |
+
'Google\\Service\\ShoppingContent\\Resource\\OrderreturnsLabels' => array(
|
4310 |
'version' => '0.230.0.0',
|
4311 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/OrderreturnsLabels.php'
|
4312 |
),
|
4313 |
+
'Google\\Service\\ShoppingContent\\Resource\\Datafeeds' => array(
|
4314 |
'version' => '0.230.0.0',
|
4315 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Datafeeds.php'
|
4316 |
),
|
4317 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accounts' => array(
|
4318 |
'version' => '0.230.0.0',
|
4319 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accounts.php'
|
4320 |
),
|
4321 |
+
'Google\\Service\\ShoppingContent\\Resource\\Pos' => array(
|
4322 |
'version' => '0.230.0.0',
|
4323 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Pos.php'
|
4324 |
),
|
4325 |
+
'Google\\Service\\ShoppingContent\\Resource\\Promotions' => array(
|
4326 |
'version' => '0.230.0.0',
|
4327 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Promotions.php'
|
4328 |
),
|
4329 |
+
'Google\\Service\\ShoppingContent\\Resource\\Localinventory' => array(
|
4330 |
'version' => '0.230.0.0',
|
4331 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Localinventory.php'
|
4332 |
),
|
4333 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accountstatuses' => array(
|
4334 |
'version' => '0.230.0.0',
|
4335 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accountstatuses.php'
|
4336 |
),
|
4337 |
+
'Google\\Service\\ShoppingContent\\Resource\\Shippingsettings' => array(
|
4338 |
'version' => '0.230.0.0',
|
4339 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Shippingsettings.php'
|
4340 |
),
|
4341 |
+
'Google\\Service\\ShoppingContent\\Resource\\Csses' => array(
|
4342 |
'version' => '0.230.0.0',
|
4343 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Csses.php'
|
4344 |
),
|
4345 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnaddress' => array(
|
4346 |
'version' => '0.230.0.0',
|
4347 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnaddress.php'
|
4348 |
),
|
4349 |
+
'Google\\Service\\ShoppingContent\\Resource\\Repricingrules' => array(
|
4350 |
'version' => '0.230.0.0',
|
4351 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Repricingrules.php'
|
4352 |
),
|
4353 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnpolicy' => array(
|
4354 |
'version' => '0.230.0.0',
|
4355 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnpolicy.php'
|
4356 |
),
|
4357 |
+
'Google\\Service\\ShoppingContent\\Resource\\Products' => array(
|
4358 |
'version' => '0.230.0.0',
|
4359 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Products.php'
|
4360 |
),
|
4361 |
+
'Google\\Service\\ShoppingContent\\Resource\\Regions' => array(
|
4362 |
'version' => '0.230.0.0',
|
4363 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Regions.php'
|
4364 |
),
|
4365 |
+
'Google\\Service\\ShoppingContent\\Resource\\Ordertrackingsignals' => array(
|
4366 |
'version' => '0.230.0.0',
|
4367 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Ordertrackingsignals.php'
|
4368 |
),
|
4369 |
+
'Google\\Service\\ShoppingContent\\Resource\\Collections' => array(
|
4370 |
'version' => '0.230.0.0',
|
4371 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Collections.php'
|
4372 |
),
|
4373 |
+
'Google\\Service\\ShoppingContent\\Resource\\Shoppingadsprogram' => array(
|
4374 |
'version' => '0.230.0.0',
|
4375 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Shoppingadsprogram.php'
|
4376 |
),
|
4377 |
+
'Google\\Service\\ShoppingContent\\Resource\\Productstatuses' => array(
|
4378 |
'version' => '0.230.0.0',
|
4379 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Productstatuses.php'
|
4380 |
),
|
4381 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsReturncarrier' => array(
|
4382 |
'version' => '0.230.0.0',
|
4383 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsReturncarrier.php'
|
4384 |
),
|
4385 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsCredentials' => array(
|
4386 |
'version' => '0.230.0.0',
|
4387 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsCredentials.php'
|
4388 |
),
|
4389 |
+
'Google\\Service\\ShoppingContent\\Resource\\Freelistingsprogram' => array(
|
4390 |
'version' => '0.230.0.0',
|
4391 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Freelistingsprogram.php'
|
4392 |
),
|
4393 |
+
'Google\\Service\\ShoppingContent\\Resource\\ProductstatusesRepricingreports' => array(
|
4394 |
'version' => '0.230.0.0',
|
4395 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/ProductstatusesRepricingreports.php'
|
4396 |
),
|
4397 |
+
'Google\\Service\\ShoppingContent\\Resource\\RepricingrulesRepricingreports' => array(
|
4398 |
'version' => '0.230.0.0',
|
4399 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/RepricingrulesRepricingreports.php'
|
4400 |
),
|
4401 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderinvoices' => array(
|
4402 |
'version' => '0.230.0.0',
|
4403 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderinvoices.php'
|
4404 |
),
|
4405 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orders' => array(
|
4406 |
'version' => '0.230.0.0',
|
4407 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orders.php'
|
4408 |
),
|
4409 |
+
'Google\\Service\\ShoppingContent\\LiasettingsRequestGmbAccessResponse' => array(
|
4410 |
'version' => '0.230.0.0',
|
4411 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsRequestGmbAccessResponse.php'
|
4412 |
),
|
4413 |
+
'Google\\Service\\ShoppingContent\\Css' => array(
|
4414 |
'version' => '0.230.0.0',
|
4415 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Css.php'
|
4416 |
),
|
4417 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelLineItemRequest' => array(
|
4418 |
'version' => '0.230.0.0',
|
4419 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelLineItemRequest.php'
|
4420 |
),
|
4421 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchResponse' => array(
|
4422 |
'version' => '0.230.0.0',
|
4423 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchResponse.php'
|
4424 |
),
|
4425 |
+
'Google\\Service\\ShoppingContent\\ProductShippingDimension' => array(
|
4426 |
'version' => '0.230.0.0',
|
4427 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShippingDimension.php'
|
4428 |
),
|
4429 |
+
'Google\\Service\\ShoppingContent\\ProductWeight' => array(
|
4430 |
'version' => '0.230.0.0',
|
4431 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductWeight.php'
|
4432 |
),
|
4433 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionAmountCommission' => array(
|
4434 |
'version' => '0.230.0.0',
|
4435 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmountCommission.php'
|
4436 |
),
|
4437 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchResponse' => array(
|
4438 |
'version' => '0.230.0.0',
|
4439 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchResponse.php'
|
4440 |
),
|
4441 |
+
'Google\\Service\\ShoppingContent\\LiasettingsListResponse' => array(
|
4442 |
'version' => '0.230.0.0',
|
4443 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsListResponse.php'
|
4444 |
),
|
4445 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsRejectOperation' => array(
|
4446 |
'version' => '0.230.0.0',
|
4447 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsRejectOperation.php'
|
4448 |
),
|
4449 |
+
'Google\\Service\\ShoppingContent\\OrdersAcknowledgeRequest' => array(
|
4450 |
'version' => '0.230.0.0',
|
4451 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAcknowledgeRequest.php'
|
4452 |
),
|
4453 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemAdjustment' => array(
|
4454 |
'version' => '0.230.0.0',
|
4455 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemAdjustment.php'
|
4456 |
),
|
4457 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatusError' => array(
|
4458 |
'version' => '0.230.0.0',
|
4459 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatusError.php'
|
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\\Table' => array(
|
4466 |
'version' => '0.230.0.0',
|
4467 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Table.php'
|
4468 |
),
|
4469 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption' => array(
|
4470 |
'version' => '0.230.0.0',
|
4471 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.php'
|
4472 |
),
|
4473 |
+
'Google\\Service\\ShoppingContent\\OrderOrderAnnotation' => array(
|
4474 |
'version' => '0.230.0.0',
|
4475 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderOrderAnnotation.php'
|
4476 |
),
|
4477 |
+
'Google\\Service\\ShoppingContent\\PosInventoryRequest' => array(
|
4478 |
'version' => '0.230.0.0',
|
4479 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventoryRequest.php'
|
4480 |
),
|
4481 |
+
'Google\\Service\\ShoppingContent\\CarrierRate' => array(
|
4482 |
'version' => '0.230.0.0',
|
4483 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CarrierRate.php'
|
4484 |
),
|
4485 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyListResponse' => array(
|
4486 |
'version' => '0.230.0.0',
|
4487 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyListResponse.php'
|
4488 |
),
|
4489 |
+
'Google\\Service\\ShoppingContent\\WarehouseCutoffTime' => array(
|
4490 |
'version' => '0.230.0.0',
|
4491 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/WarehouseCutoffTime.php'
|
4492 |
),
|
4493 |
+
'Google\\Service\\ShoppingContent\\AccountLabel' => array(
|
4494 |
'version' => '0.230.0.0',
|
4495 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountLabel.php'
|
4496 |
),
|
4497 |
+
'Google\\Service\\ShoppingContent\\OrderCustomerLoyaltyInfo' => array(
|
4498 |
'version' => '0.230.0.0',
|
4499 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomerLoyaltyInfo.php'
|
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\\VerifyPhoneNumberRequest' => array(
|
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/PosStore.php'
|
4512 |
),
|
4513 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponseEntry' => array(
|
4514 |
'version' => '0.230.0.0',
|
4515 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.php'
|
4516 |
),
|
4517 |
+
'Google\\Service\\ShoppingContent\\OrderRefund' => array(
|
4518 |
'version' => '0.230.0.0',
|
4519 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderRefund.php'
|
4520 |
),
|
4521 |
+
'Google\\Service\\ShoppingContent\\OnboardBuyOnGoogleProgramRequest' => array(
|
4522 |
'version' => '0.230.0.0',
|
4523 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OnboardBuyOnGoogleProgramRequest.php'
|
4524 |
),
|
4525 |
+
'Google\\Service\\ShoppingContent\\CustomerReturnReason' => array(
|
4526 |
'version' => '0.230.0.0',
|
4527 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CustomerReturnReason.php'
|
4528 |
),
|
4529 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsResponse' => array(
|
4530 |
'version' => '0.230.0.0',
|
4531 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.php'
|
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\\AccounttaxCustomBatchResponse' => array(
|
4538 |
'version' => '0.230.0.0',
|
4539 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponse.php'
|
4540 |
),
|
4541 |
+
'Google\\Service\\ShoppingContent\\TestOrderPickupDetailsPickupPerson' => array(
|
4542 |
'version' => '0.230.0.0',
|
4543 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderPickupDetailsPickupPerson.php'
|
4544 |
),
|
4545 |
+
'Google\\Service\\ShoppingContent\\Datafeed' => array(
|
4546 |
'version' => '0.230.0.0',
|
4547 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Datafeed.php'
|
4548 |
),
|
4549 |
+
'Google\\Service\\ShoppingContent\\UnitInvoiceTaxLine' => array(
|
4550 |
'version' => '0.230.0.0',
|
4551 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoiceTaxLine.php'
|
4552 |
),
|
4553 |
+
'Google\\Service\\ShoppingContent\\AccountsClaimWebsiteResponse' => array(
|
4554 |
'version' => '0.230.0.0',
|
4555 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsClaimWebsiteResponse.php'
|
4556 |
),
|
4557 |
+
'Google\\Service\\ShoppingContent\\ActivateBuyOnGoogleProgramRequest' => array(
|
4558 |
'version' => '0.230.0.0',
|
4559 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php'
|
4560 |
),
|
4561 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchResponseEntry' => array(
|
4562 |
'version' => '0.230.0.0',
|
4563 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponseEntry.php'
|
4564 |
),
|
4565 |
+
'Google\\Service\\ShoppingContent\\HolidaysHoliday' => array(
|
4566 |
'version' => '0.230.0.0',
|
4567 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/HolidaysHoliday.php'
|
4568 |
),
|
4569 |
+
'Google\\Service\\ShoppingContent\\CollectionStatusDestinationStatus' => array(
|
4570 |
'version' => '0.230.0.0',
|
4571 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatusDestinationStatus.php'
|
4572 |
),
|
4573 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateRefundInvoiceRequest' => array(
|
4574 |
'version' => '0.230.0.0',
|
4575 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.php'
|
4576 |
),
|
4577 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsRequest' => array(
|
4578 |
'version' => '0.230.0.0',
|
4579 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.php'
|
4580 |
),
|
4581 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdResponse' => array(
|
4582 |
'version' => '0.230.0.0',
|
4583 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php'
|
4584 |
),
|
4585 |
+
'Google\\Service\\ShoppingContent\\ListCollectionsResponse' => array(
|
4586 |
'version' => '0.230.0.0',
|
4587 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCollectionsResponse.php'
|
4588 |
),
|
4589 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestReturnResponse' => array(
|
4590 |
'version' => '0.230.0.0',
|
4591 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestReturnResponse.php'
|
4592 |
),
|
4593 |
+
'Google\\Service\\ShoppingContent\\ReturnPricingInfo' => array(
|
4594 |
'version' => '0.230.0.0',
|
4595 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPricingInfo.php'
|
4596 |
),
|
4597 |
+
'Google\\Service\\ShoppingContent\\BuyOnGoogleProgramStatus' => array(
|
4598 |
'version' => '0.230.0.0',
|
4599 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BuyOnGoogleProgramStatus.php'
|
4600 |
),
|
4601 |
+
'Google\\Service\\ShoppingContent\\ListCollectionStatusesResponse' => array(
|
4602 |
'version' => '0.230.0.0',
|
4603 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCollectionStatusesResponse.php'
|
4604 |
),
|
4605 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchResponse' => array(
|
4606 |
'version' => '0.230.0.0',
|
4607 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchResponse.php'
|
4608 |
),
|
4609 |
+
'Google\\Service\\ShoppingContent\\LiasettingsRequestInventoryVerificationResponse' => array(
|
4610 |
'version' => '0.230.0.0',
|
4611 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.php'
|
4612 |
),
|
4613 |
+
'Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue' => array(
|
4614 |
'version' => '0.230.0.0',
|
4615 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatusItemLevelIssue.php'
|
4616 |
),
|
4617 |
+
'Google\\Service\\ShoppingContent\\LiaAboutPageSettings' => array(
|
4618 |
'version' => '0.230.0.0',
|
4619 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaAboutPageSettings.php'
|
4620 |
),
|
4621 |
+
'Google\\Service\\ShoppingContent\\ProductAmount' => array(
|
4622 |
'version' => '0.230.0.0',
|
4623 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductAmount.php'
|
4624 |
),
|
4625 |
+
'Google\\Service\\ShoppingContent\\PriceAmount' => array(
|
4626 |
'version' => '0.230.0.0',
|
4627 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PriceAmount.php'
|
4628 |
),
|
4629 |
+
'Google\\Service\\ShoppingContent\\CaptureOrderRequest' => array(
|
4630 |
'version' => '0.230.0.0',
|
4631 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CaptureOrderRequest.php'
|
4632 |
),
|
4633 |
+
'Google\\Service\\ShoppingContent\\ProductUnitPricingBaseMeasure' => array(
|
4634 |
'version' => '0.230.0.0',
|
4635 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductUnitPricingBaseMeasure.php'
|
4636 |
),
|
4637 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineReturnReasonCategoryInfo' => array(
|
4638 |
'version' => '0.230.0.0',
|
4639 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineReturnReasonCategoryInfo.php'
|
4640 |
),
|
4641 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionTransaction' => array(
|
4642 |
'version' => '0.230.0.0',
|
4643 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionTransaction.php'
|
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\\SiteVerification' => array(
|
4650 |
'version' => '0.230.0.0',
|
4651 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification.php'
|
4652 |
),
|
4653 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceListResponse' => array(
|
4654 |
'version' => '0.230.0.0',
|
4655 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php'
|
4656 |
),
|
4657 |
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequestSite' => array(
|
4658 |
'version' => '0.230.0.0',
|
4662 |
'version' => '0.230.0.0',
|
4663 |
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php'
|
4664 |
),
|
4665 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse' => array(
|
4666 |
'version' => '0.230.0.0',
|
4667 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenResponse.php'
|
|
|
|
|
|
|
|
|
4668 |
),
|
4669 |
+
'Google\\Service\\SiteVerification\\Resource\\WebResource' => array(
|
4670 |
+
'version' => '0.230.0.0',
|
4671 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/Resource/WebResource.php'
|
4672 |
),
|
4673 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceResourceSite' => array(
|
4674 |
+
'version' => '0.230.0.0',
|
4675 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php'
|
4676 |
),
|
4677 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceResource' => array(
|
4678 |
+
'version' => '0.230.0.0',
|
4679 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php'
|
4680 |
),
|
4681 |
'Google\\Protobuf\\Syntax' => array(
|
4682 |
'version' => '3.19.3.0',
|
4683 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Syntax.php'
|
4684 |
),
|
4685 |
+
'Google\\Protobuf\\StringValue' => array(
|
4686 |
'version' => '3.19.3.0',
|
4687 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/StringValue.php'
|
4688 |
),
|
4689 |
+
'Google\\Protobuf\\BoolValue' => array(
|
4690 |
'version' => '3.19.3.0',
|
4691 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BoolValue.php'
|
4692 |
),
|
4693 |
+
'Google\\Protobuf\\EnumDescriptor' => array(
|
4694 |
'version' => '3.19.3.0',
|
4695 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumDescriptor.php'
|
4696 |
),
|
4697 |
+
'Google\\Protobuf\\FieldDescriptor' => array(
|
4698 |
'version' => '3.19.3.0',
|
4699 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldDescriptor.php'
|
4700 |
),
|
4701 |
+
'Google\\Protobuf\\Timestamp' => array(
|
4702 |
'version' => '3.19.3.0',
|
4703 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Timestamp.php'
|
4704 |
),
|
4705 |
+
'Google\\Protobuf\\DoubleValue' => array(
|
4706 |
'version' => '3.19.3.0',
|
4707 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DoubleValue.php'
|
4708 |
),
|
4709 |
+
'Google\\Protobuf\\Field_Kind' => array(
|
4710 |
'version' => '3.19.3.0',
|
4711 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Kind.php'
|
4712 |
),
|
4713 |
+
'Google\\Protobuf\\Type' => array(
|
4714 |
'version' => '3.19.3.0',
|
4715 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Type.php'
|
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\\Field_Cardinality' => array(
|
4730 |
'version' => '3.19.3.0',
|
4731 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php'
|
4732 |
),
|
4733 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange' => array(
|
4734 |
'version' => '3.19.3.0',
|
4735 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php'
|
4736 |
),
|
4737 |
+
'Google\\Protobuf\\Internal\\EnumDescriptor' => array(
|
4738 |
'version' => '3.19.3.0',
|
4739 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php'
|
4740 |
),
|
4741 |
+
'Google\\Protobuf\\Internal\\OneofField' => array(
|
4742 |
'version' => '3.19.3.0',
|
4743 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php'
|
4744 |
),
|
4745 |
+
'Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange' => array(
|
4746 |
'version' => '3.19.3.0',
|
4747 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php'
|
4748 |
),
|
4749 |
+
'Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange' => array(
|
4750 |
'version' => '3.19.3.0',
|
4751 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php'
|
4752 |
),
|
4753 |
+
'Google\\Protobuf\\Internal\\MessageBuilderContext' => array(
|
4754 |
'version' => '3.19.3.0',
|
4755 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php'
|
4756 |
),
|
4757 |
+
'Google\\Protobuf\\Internal\\FieldDescriptor' => array(
|
4758 |
'version' => '3.19.3.0',
|
4759 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php'
|
4760 |
),
|
4761 |
+
'Google\\Protobuf\\Internal\\ServiceOptions' => array(
|
4762 |
'version' => '3.19.3.0',
|
4763 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php'
|
4764 |
),
|
4765 |
+
'Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel' => array(
|
4766 |
'version' => '3.19.3.0',
|
4767 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php'
|
4768 |
),
|
4769 |
+
'Google\\Protobuf\\Internal\\AnyBase' => array(
|
4770 |
'version' => '3.19.3.0',
|
4771 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php'
|
4772 |
),
|
4773 |
+
'Google\\Protobuf\\Internal\\RawInputStream' => array(
|
4774 |
'version' => '3.19.3.0',
|
4775 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php'
|
4776 |
),
|
4777 |
+
'Google\\Protobuf\\Internal\\OneofDescriptorProto' => array(
|
4778 |
'version' => '3.19.3.0',
|
4779 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php'
|
4780 |
),
|
4781 |
+
'Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode' => array(
|
4782 |
'version' => '3.19.3.0',
|
4783 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php'
|
4784 |
),
|
4785 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo\\Location' => array(
|
4786 |
'version' => '3.19.3.0',
|
4787 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php'
|
4788 |
),
|
4789 |
+
'Google\\Protobuf\\Internal\\RepeatedFieldIter' => array(
|
4790 |
'version' => '3.19.3.0',
|
4791 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php'
|
4792 |
),
|
4793 |
+
'Google\\Protobuf\\Internal\\GPBType' => array(
|
4794 |
'version' => '3.19.3.0',
|
4795 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBType.php'
|
4796 |
),
|
4797 |
+
'Google\\Protobuf\\Internal\\CodedInputStream' => array(
|
4798 |
'version' => '3.19.3.0',
|
4799 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php'
|
4800 |
+
),
|
4801 |
+
'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => array(
|
4802 |
+
'version' => '3.19.3.0',
|
4803 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php'
|
4804 |
),
|
4805 |
'Google\\Protobuf\\Internal\\EnumDescriptorProto' => array(
|
4806 |
'version' => '3.19.3.0',
|
4807 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php'
|
4808 |
),
|
4809 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto' => array(
|
4810 |
'version' => '3.19.3.0',
|
4811 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php'
|
4812 |
),
|
4813 |
+
'Google\\Protobuf\\Internal\\MapFieldIter' => array(
|
4814 |
'version' => '3.19.3.0',
|
4815 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php'
|
4816 |
),
|
4817 |
+
'Google\\Protobuf\\Internal\\GPBJsonWire' => array(
|
4818 |
'version' => '3.19.3.0',
|
4819 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php'
|
4820 |
),
|
4821 |
+
'Google\\Protobuf\\Internal\\MapField' => array(
|
4822 |
'version' => '3.19.3.0',
|
4823 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapField.php'
|
4824 |
),
|
4825 |
+
'Google\\Protobuf\\Internal\\FileDescriptorProto' => array(
|
4826 |
'version' => '3.19.3.0',
|
4827 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php'
|
4828 |
),
|
4829 |
'Google\\Protobuf\\Internal\\FieldOptions\\CType' => array(
|
4830 |
'version' => '3.19.3.0',
|
4834 |
'version' => '3.19.3.0',
|
4835 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php'
|
4836 |
),
|
4837 |
+
'Google\\Protobuf\\Internal\\CodedOutputStream' => array(
|
4838 |
'version' => '3.19.3.0',
|
4839 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php'
|
4840 |
),
|
4841 |
+
'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => array(
|
4842 |
'version' => '3.19.3.0',
|
4843 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php'
|
4844 |
),
|
4845 |
+
'Google\\Protobuf\\Internal\\EnumValueDescriptorProto' => array(
|
4846 |
'version' => '3.19.3.0',
|
4847 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php'
|
4848 |
),
|
4849 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto_EnumReservedRange' => array(
|
4850 |
'version' => '3.19.3.0',
|
4851 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php'
|
4852 |
),
|
4853 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto_Label' => array(
|
4854 |
'version' => '3.19.3.0',
|
4855 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php'
|
4856 |
),
|
4857 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto_Type' => array(
|
4858 |
'version' => '3.19.3.0',
|
4859 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php'
|
4860 |
),
|
4861 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption' => array(
|
4862 |
'version' => '3.19.3.0',
|
4863 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php'
|
4864 |
),
|
4865 |
+
'Google\\Protobuf\\Internal\\GPBWireType' => array(
|
4866 |
'version' => '3.19.3.0',
|
4867 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php'
|
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\\TimestampBase' => array(
|
4874 |
'version' => '3.19.3.0',
|
4875 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php'
|
4876 |
),
|
4877 |
+
'Google\\Protobuf\\Internal\\ExtensionRangeOptions' => array(
|
4878 |
'version' => '3.19.3.0',
|
4879 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.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\\HasPublicDescriptorTrait' => array(
|
4886 |
'version' => '3.19.3.0',
|
4887 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php'
|
4888 |
),
|
4889 |
+
'Google\\Protobuf\\Internal\\FieldOptions_JSType' => array(
|
4890 |
'version' => '3.19.3.0',
|
4891 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php'
|
4892 |
),
|
4893 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type' => array(
|
4894 |
'version' => '3.19.3.0',
|
4895 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php'
|
4896 |
),
|
4897 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label' => array(
|
4898 |
'version' => '3.19.3.0',
|
4899 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php'
|
4900 |
),
|
4901 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo' => array(
|
4902 |
'version' => '3.19.3.0',
|
4903 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php'
|
4904 |
),
|
4905 |
+
'Google\\Protobuf\\Internal\\MessageOptions' => array(
|
4906 |
'version' => '3.19.3.0',
|
4907 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php'
|
4908 |
),
|
4909 |
+
'Google\\Protobuf\\Internal\\OneofOptions' => array(
|
4910 |
'version' => '3.19.3.0',
|
4911 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php'
|
4912 |
),
|
4913 |
+
'Google\\Protobuf\\Internal\\GPBLabel' => array(
|
4914 |
'version' => '3.19.3.0',
|
4915 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php'
|
4916 |
),
|
4917 |
'Google\\Protobuf\\Internal\\OneofDescriptor' => array(
|
4918 |
'version' => '3.19.3.0',
|
4919 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php'
|
4920 |
),
|
4921 |
+
'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => array(
|
4922 |
'version' => '3.19.3.0',
|
4923 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php'
|
4924 |
),
|
4925 |
+
'Google\\Protobuf\\Internal\\FileOptions' => array(
|
4926 |
'version' => '3.19.3.0',
|
4927 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php'
|
4928 |
),
|
4929 |
+
'Google\\Protobuf\\Internal\\RepeatedField' => array(
|
4930 |
'version' => '3.19.3.0',
|
4931 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php'
|
4932 |
),
|
4933 |
+
'Google\\Protobuf\\Internal\\FieldOptions' => array(
|
4934 |
'version' => '3.19.3.0',
|
4935 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php'
|
4936 |
),
|
4937 |
+
'Google\\Protobuf\\Internal\\DescriptorPool' => array(
|
4938 |
'version' => '3.19.3.0',
|
4939 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php'
|
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\\UninterpretedOption_NamePart' => array(
|
4946 |
'version' => '3.19.3.0',
|
4947 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php'
|
4948 |
),
|
4949 |
+
'Google\\Protobuf\\Internal\\EnumBuilderContext' => array(
|
4950 |
'version' => '3.19.3.0',
|
4951 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php'
|
4952 |
),
|
4953 |
+
'Google\\Protobuf\\Internal\\MapEntry' => array(
|
4954 |
'version' => '3.19.3.0',
|
4955 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php'
|
4956 |
),
|
4957 |
+
'Google\\Protobuf\\Internal\\GPBUtil' => array(
|
4958 |
'version' => '3.19.3.0',
|
4959 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php'
|
4960 |
),
|
4961 |
+
'Google\\Protobuf\\Internal\\GPBDecodeException' => array(
|
4962 |
'version' => '3.19.3.0',
|
4963 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php'
|
4964 |
),
|
4965 |
+
'Google\\Protobuf\\Internal\\GPBWire' => array(
|
4966 |
'version' => '3.19.3.0',
|
4967 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php'
|
4968 |
),
|
4969 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo_Location' => array(
|
4970 |
'version' => '3.19.3.0',
|
4971 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php'
|
4972 |
),
|
4973 |
+
'Google\\Protobuf\\Internal\\Descriptor' => array(
|
4974 |
'version' => '3.19.3.0',
|
4975 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php'
|
4976 |
),
|
4977 |
+
'Google\\Protobuf\\Internal\\DescriptorProto' => array(
|
4978 |
'version' => '3.19.3.0',
|
4979 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php'
|
4980 |
),
|
4981 |
+
'Google\\Protobuf\\Internal\\FileOptions_OptimizeMode' => array(
|
4982 |
'version' => '3.19.3.0',
|
4983 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php'
|
4984 |
),
|
4985 |
+
'Google\\Protobuf\\Internal\\FileDescriptor' => array(
|
4986 |
'version' => '3.19.3.0',
|
4987 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php'
|
4988 |
),
|
4989 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart' => array(
|
4990 |
'version' => '3.19.3.0',
|
4991 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php'
|
4992 |
),
|
4993 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation' => array(
|
4994 |
'version' => '3.19.3.0',
|
4995 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php'
|
4996 |
),
|
4997 |
+
'Google\\Protobuf\\Internal\\GetPublicDescriptorTrait' => array(
|
4998 |
'version' => '3.19.3.0',
|
4999 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php'
|
5000 |
),
|
5001 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo' => array(
|
5002 |
'version' => '3.19.3.0',
|
5003 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php'
|
5004 |
),
|
5005 |
+
'Google\\Protobuf\\Internal\\Message' => array(
|
5006 |
'version' => '3.19.3.0',
|
5007 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Message.php'
|
5008 |
),
|
5009 |
+
'Google\\Protobuf\\Internal\\MethodOptions_IdempotencyLevel' => array(
|
5010 |
'version' => '3.19.3.0',
|
5011 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php'
|
5012 |
),
|
5013 |
+
'Google\\Protobuf\\Internal\\MethodOptions' => array(
|
5014 |
'version' => '3.19.3.0',
|
5015 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php'
|
5016 |
+
),
|
5017 |
+
'Google\\Protobuf\\Internal\\MethodDescriptorProto' => array(
|
5018 |
+
'version' => '3.19.3.0',
|
5019 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php'
|
5020 |
+
),
|
5021 |
+
'Google\\Protobuf\\Internal\\EnumOptions' => array(
|
5022 |
+
'version' => '3.19.3.0',
|
5023 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php'
|
5024 |
+
),
|
5025 |
+
'Google\\Protobuf\\Internal\\FileDescriptorSet' => array(
|
5026 |
+
'version' => '3.19.3.0',
|
5027 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php'
|
5028 |
+
),
|
5029 |
+
'Google\\Protobuf\\Int32Value' => array(
|
5030 |
+
'version' => '3.19.3.0',
|
5031 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int32Value.php'
|
5032 |
+
),
|
5033 |
+
'Google\\Protobuf\\Method' => array(
|
5034 |
+
'version' => '3.19.3.0',
|
5035 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Method.php'
|
5036 |
),
|
5037 |
'Google\\Protobuf\\Field' => array(
|
5038 |
'version' => '3.19.3.0',
|
5042 |
'version' => '3.19.3.0',
|
5043 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php'
|
5044 |
),
|
5045 |
+
'Google\\Protobuf\\Field\\Kind' => array(
|
|
|
|
|
|
|
|
|
5046 |
'version' => '3.19.3.0',
|
5047 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Kind.php'
|
5048 |
),
|
5049 |
+
'Google\\Protobuf\\Field\\Cardinality' => array(
|
5050 |
'version' => '3.19.3.0',
|
5051 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php'
|
5052 |
),
|
5053 |
+
'Google\\Protobuf\\Value' => array(
|
5054 |
'version' => '3.19.3.0',
|
5055 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Value.php'
|
5056 |
),
|
5057 |
+
'Google\\Protobuf\\NullValue' => array(
|
5058 |
'version' => '3.19.3.0',
|
5059 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/NullValue.php'
|
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\\Any' => array(
|
5066 |
'version' => '3.19.3.0',
|
5067 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Any.php'
|
5068 |
),
|
5069 |
+
'Google\\Protobuf\\GPBEmpty' => array(
|
5070 |
'version' => '3.19.3.0',
|
5071 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php'
|
5072 |
),
|
5073 |
+
'Google\\Protobuf\\OneofDescriptor' => array(
|
5074 |
'version' => '3.19.3.0',
|
5075 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/OneofDescriptor.php'
|
5076 |
),
|
5077 |
+
'Google\\Protobuf\\EnumValueDescriptor' => array(
|
5078 |
'version' => '3.19.3.0',
|
5079 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php'
|
5080 |
),
|
5081 |
+
'Google\\Protobuf\\FieldMask' => array(
|
5082 |
'version' => '3.19.3.0',
|
5083 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldMask.php'
|
5084 |
),
|
5085 |
+
'Google\\Protobuf\\SourceContext' => array(
|
5086 |
'version' => '3.19.3.0',
|
5087 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/SourceContext.php'
|
5088 |
),
|
5089 |
+
'Google\\Protobuf\\DescriptorPool' => array(
|
5090 |
'version' => '3.19.3.0',
|
5091 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DescriptorPool.php'
|
5092 |
),
|
5093 |
+
'Google\\Protobuf\\BytesValue' => array(
|
5094 |
'version' => '3.19.3.0',
|
5095 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BytesValue.php'
|
5096 |
),
|
5097 |
+
'Google\\Protobuf\\Api' => array(
|
5098 |
'version' => '3.19.3.0',
|
5099 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Api.php'
|
5100 |
),
|
5101 |
+
'Google\\Protobuf\\EnumValue' => array(
|
5102 |
'version' => '3.19.3.0',
|
5103 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValue.php'
|
5104 |
),
|
5105 |
+
'Google\\Protobuf\\Struct' => array(
|
5106 |
'version' => '3.19.3.0',
|
5107 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Struct.php'
|
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\\Descriptor' => array(
|
|
|
|
|
|
|
|
|
5114 |
'version' => '3.19.3.0',
|
5115 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Descriptor.php'
|
5116 |
),
|
5117 |
+
'Google\\Protobuf\\Int64Value' => array(
|
5118 |
'version' => '3.19.3.0',
|
5119 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int64Value.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\\Duration' => array(
|
5126 |
'version' => '3.19.3.0',
|
5127 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Duration.php'
|
5128 |
),
|
5129 |
+
'Google\\ApiCore\\Serializer' => array(
|
5130 |
'version' => '1.10.0.0',
|
5131 |
+
'path' => $vendorDir . '/google/gax/src/Serializer.php'
|
5132 |
),
|
5133 |
+
'Google\\ApiCore\\Middleware\\OptionsFilterMiddleware' => array(
|
5134 |
'version' => '1.10.0.0',
|
5135 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/OptionsFilterMiddleware.php'
|
5136 |
),
|
5137 |
+
'Google\\ApiCore\\Middleware\\OperationsMiddleware' => array(
|
5138 |
'version' => '1.10.0.0',
|
5139 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/OperationsMiddleware.php'
|
5140 |
),
|
5141 |
+
'Google\\ApiCore\\Middleware\\ResponseMetadataMiddleware' => array(
|
5142 |
'version' => '1.10.0.0',
|
5143 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/ResponseMetadataMiddleware.php'
|
5144 |
),
|
5145 |
+
'Google\\ApiCore\\Middleware\\CredentialsWrapperMiddleware' => array(
|
5146 |
'version' => '1.10.0.0',
|
5147 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/CredentialsWrapperMiddleware.php'
|
5148 |
),
|
5149 |
+
'Google\\ApiCore\\Middleware\\RetryMiddleware' => array(
|
5150 |
'version' => '1.10.0.0',
|
5151 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/RetryMiddleware.php'
|
5152 |
),
|
5153 |
+
'Google\\ApiCore\\Middleware\\PagedMiddleware' => array(
|
5154 |
'version' => '1.10.0.0',
|
5155 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/PagedMiddleware.php'
|
5156 |
),
|
5157 |
+
'Google\\ApiCore\\Middleware\\FixedHeaderMiddleware' => array(
|
5158 |
'version' => '1.10.0.0',
|
5159 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/FixedHeaderMiddleware.php'
|
5160 |
),
|
5161 |
+
'Google\\ApiCore\\GapicClientTrait' => array(
|
5162 |
'version' => '1.10.0.0',
|
5163 |
+
'path' => $vendorDir . '/google/gax/src/GapicClientTrait.php'
|
5164 |
),
|
5165 |
+
'Google\\ApiCore\\UriTrait' => array(
|
5166 |
'version' => '1.10.0.0',
|
5167 |
+
'path' => $vendorDir . '/google/gax/src/UriTrait.php'
|
5168 |
),
|
5169 |
+
'Google\\ApiCore\\ClientStream' => array(
|
5170 |
'version' => '1.10.0.0',
|
5171 |
+
'path' => $vendorDir . '/google/gax/src/ClientStream.php'
|
5172 |
),
|
5173 |
+
'Google\\ApiCore\\Transport\\TransportInterface' => array(
|
5174 |
'version' => '1.10.0.0',
|
5175 |
+
'path' => $vendorDir . '/google/gax/src/Transport/TransportInterface.php'
|
5176 |
),
|
5177 |
+
'Google\\ApiCore\\Transport\\RestTransport' => array(
|
5178 |
'version' => '1.10.0.0',
|
5179 |
+
'path' => $vendorDir . '/google/gax/src/Transport/RestTransport.php'
|
5180 |
),
|
5181 |
+
'Google\\ApiCore\\Transport\\GrpcTransport' => array(
|
5182 |
'version' => '1.10.0.0',
|
5183 |
+
'path' => $vendorDir . '/google/gax/src/Transport/GrpcTransport.php'
|
5184 |
),
|
5185 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingUnaryCall' => array(
|
5186 |
'version' => '1.10.0.0',
|
5187 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php'
|
5188 |
),
|
5189 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingCall' => array(
|
5190 |
'version' => '1.10.0.0',
|
5191 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingCall.php'
|
5192 |
),
|
5193 |
+
'Google\\ApiCore\\Transport\\Grpc\\UnaryInterceptorInterface' => array(
|
5194 |
'version' => '1.10.0.0',
|
5195 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php'
|
5196 |
),
|
5197 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingServerStreamingCall' => array(
|
5198 |
'version' => '1.10.0.0',
|
5199 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php'
|
5200 |
),
|
5201 |
+
'Google\\ApiCore\\Transport\\GrpcFallbackTransport' => array(
|
5202 |
'version' => '1.10.0.0',
|
5203 |
+
'path' => $vendorDir . '/google/gax/src/Transport/GrpcFallbackTransport.php'
|
5204 |
),
|
5205 |
+
'Google\\ApiCore\\Transport\\HttpUnaryTransportTrait' => array(
|
5206 |
'version' => '1.10.0.0',
|
5207 |
+
'path' => $vendorDir . '/google/gax/src/Transport/HttpUnaryTransportTrait.php'
|
5208 |
),
|
5209 |
+
'Google\\ApiCore\\AgentHeader' => array(
|
5210 |
'version' => '1.10.0.0',
|
5211 |
+
'path' => $vendorDir . '/google/gax/src/AgentHeader.php'
|
5212 |
),
|
5213 |
+
'Google\\ApiCore\\ArrayTrait' => array(
|
5214 |
'version' => '1.10.0.0',
|
5215 |
+
'path' => $vendorDir . '/google/gax/src/ArrayTrait.php'
|
5216 |
),
|
5217 |
+
'Google\\ApiCore\\PageStreamingDescriptor' => array(
|
5218 |
'version' => '1.10.0.0',
|
5219 |
+
'path' => $vendorDir . '/google/gax/src/PageStreamingDescriptor.php'
|
5220 |
),
|
5221 |
+
'Google\\ApiCore\\GPBType' => array(
|
5222 |
'version' => '1.10.0.0',
|
5223 |
+
'path' => $vendorDir . '/google/gax/src/GPBType.php'
|
5224 |
),
|
5225 |
+
'Google\\ApiCore\\FixedSizeCollection' => array(
|
5226 |
'version' => '1.10.0.0',
|
5227 |
+
'path' => $vendorDir . '/google/gax/src/FixedSizeCollection.php'
|
5228 |
),
|
5229 |
+
'Google\\ApiCore\\RetrySettings' => array(
|
5230 |
'version' => '1.10.0.0',
|
5231 |
+
'path' => $vendorDir . '/google/gax/src/RetrySettings.php'
|
5232 |
),
|
5233 |
+
'Google\\ApiCore\\ResourceTemplate\\Segment' => array(
|
5234 |
'version' => '1.10.0.0',
|
5235 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/Segment.php'
|
5236 |
),
|
5237 |
+
'Google\\ApiCore\\ResourceTemplate\\Parser' => array(
|
5238 |
'version' => '1.10.0.0',
|
5239 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/Parser.php'
|
5240 |
),
|
5241 |
+
'Google\\ApiCore\\ResourceTemplate\\ResourceTemplateInterface' => array(
|
5242 |
'version' => '1.10.0.0',
|
5243 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php'
|
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\\LongRunning\\Gapic\\OperationsGapicClient' => array(
|
5258 |
'version' => '1.10.0.0',
|
5259 |
+
'path' => $vendorDir . '/google/gax/src/LongRunning/Gapic/OperationsGapicClient.php'
|
5260 |
),
|
5261 |
+
'Google\\ApiCore\\LongRunning\\OperationsClient' => array(
|
5262 |
'version' => '1.10.0.0',
|
5263 |
+
'path' => $vendorDir . '/google/gax/src/LongRunning/OperationsClient.php'
|
5264 |
),
|
5265 |
+
'Google\\ApiCore\\OperationResponse' => array(
|
5266 |
'version' => '1.10.0.0',
|
5267 |
+
'path' => $vendorDir . '/google/gax/src/OperationResponse.php'
|
5268 |
),
|
5269 |
+
'Google\\ApiCore\\PathTemplate' => array(
|
5270 |
'version' => '1.10.0.0',
|
5271 |
+
'path' => $vendorDir . '/google/gax/src/PathTemplate.php'
|
5272 |
),
|
5273 |
+
'Google\\ApiCore\\Testing\\MockClientStreamingCall' => array(
|
5274 |
'version' => '1.10.0.0',
|
5275 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockClientStreamingCall.php'
|
5276 |
),
|
5277 |
+
'Google\\ApiCore\\Testing\\MessageAwareArrayComparator' => array(
|
5278 |
'version' => '1.10.0.0',
|
5279 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MessageAwareArrayComparator.php'
|
5280 |
),
|
5281 |
+
'Google\\ApiCore\\Testing\\MessageAwareExporter' => array(
|
5282 |
'version' => '1.10.0.0',
|
5283 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MessageAwareExporter.php'
|
5284 |
),
|
5285 |
+
'Google\\ApiCore\\Testing\\MockStatus' => array(
|
5286 |
'version' => '1.10.0.0',
|
5287 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockStatus.php'
|
5288 |
),
|
5289 |
+
'Google\\ApiCore\\Testing\\MockTransport' => array(
|
5290 |
'version' => '1.10.0.0',
|
5291 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockTransport.php'
|
5292 |
),
|
5293 |
+
'Google\\ApiCore\\Testing\\MockResponse' => array(
|
5294 |
'version' => '1.10.0.0',
|
5295 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockResponse.php'
|
5296 |
),
|
5297 |
+
'Google\\ApiCore\\Testing\\MockBidiStreamingCall' => array(
|
5298 |
'version' => '1.10.0.0',
|
5299 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockBidiStreamingCall.php'
|
5300 |
),
|
5301 |
+
'Google\\ApiCore\\Testing\\ProtobufMessageComparator' => array(
|
5302 |
'version' => '1.10.0.0',
|
5303 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ProtobufMessageComparator.php'
|
5304 |
),
|
5305 |
+
'Google\\ApiCore\\Testing\\ProtobufGPBEmptyComparator' => array(
|
5306 |
'version' => '1.10.0.0',
|
5307 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ProtobufGPBEmptyComparator.php'
|
5308 |
),
|
5309 |
+
'Google\\ApiCore\\Testing\\MockServerStreamingCall' => array(
|
5310 |
'version' => '1.10.0.0',
|
5311 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockServerStreamingCall.php'
|
5312 |
),
|
5313 |
+
'Google\\ApiCore\\Testing\\MockRequest' => array(
|
5314 |
'version' => '1.10.0.0',
|
5315 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockRequest.php'
|
5316 |
),
|
5317 |
+
'Google\\ApiCore\\Testing\\GeneratedTest' => array(
|
5318 |
'version' => '1.10.0.0',
|
5319 |
+
'path' => $vendorDir . '/google/gax/src/Testing/GeneratedTest.php'
|
5320 |
),
|
5321 |
+
'Google\\ApiCore\\Testing\\MockGrpcTransport' => array(
|
5322 |
'version' => '1.10.0.0',
|
5323 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockGrpcTransport.php'
|
5324 |
),
|
5325 |
+
'Google\\ApiCore\\Testing\\MockRequestBody' => array(
|
5326 |
'version' => '1.10.0.0',
|
5327 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockRequestBody.php'
|
5328 |
),
|
5329 |
+
'Google\\ApiCore\\Testing\\SerializationTrait' => array(
|
5330 |
'version' => '1.10.0.0',
|
5331 |
+
'path' => $vendorDir . '/google/gax/src/Testing/SerializationTrait.php'
|
5332 |
),
|
5333 |
+
'Google\\ApiCore\\Testing\\MockStubTrait' => array(
|
5334 |
'version' => '1.10.0.0',
|
5335 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockStubTrait.php'
|
5336 |
),
|
5337 |
+
'Google\\ApiCore\\Testing\\MockUnaryCall' => array(
|
5338 |
'version' => '1.10.0.0',
|
5339 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockUnaryCall.php'
|
5340 |
),
|
5341 |
+
'Google\\ApiCore\\Testing\\ReceivedRequest' => array(
|
5342 |
'version' => '1.10.0.0',
|
5343 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ReceivedRequest.php'
|
5344 |
),
|
5345 |
+
'Google\\ApiCore\\ValidationException' => array(
|
5346 |
'version' => '1.10.0.0',
|
5347 |
+
'path' => $vendorDir . '/google/gax/src/ValidationException.php'
|
5348 |
),
|
5349 |
+
'Google\\ApiCore\\ApiException' => array(
|
5350 |
'version' => '1.10.0.0',
|
5351 |
+
'path' => $vendorDir . '/google/gax/src/ApiException.php'
|
5352 |
),
|
5353 |
+
'Google\\ApiCore\\GPBLabel' => array(
|
5354 |
'version' => '1.10.0.0',
|
5355 |
+
'path' => $vendorDir . '/google/gax/src/GPBLabel.php'
|
5356 |
),
|
5357 |
+
'Google\\ApiCore\\RequestBuilder' => array(
|
5358 |
'version' => '1.10.0.0',
|
5359 |
+
'path' => $vendorDir . '/google/gax/src/RequestBuilder.php'
|
5360 |
),
|
5361 |
+
'Google\\ApiCore\\ValidationTrait' => array(
|
5362 |
'version' => '1.10.0.0',
|
5363 |
+
'path' => $vendorDir . '/google/gax/src/ValidationTrait.php'
|
5364 |
),
|
5365 |
+
'Google\\ApiCore\\Version' => array(
|
5366 |
'version' => '1.10.0.0',
|
5367 |
+
'path' => $vendorDir . '/google/gax/src/Version.php'
|
5368 |
),
|
5369 |
+
'Google\\ApiCore\\CredentialsWrapper' => array(
|
5370 |
'version' => '1.10.0.0',
|
5371 |
+
'path' => $vendorDir . '/google/gax/src/CredentialsWrapper.php'
|
5372 |
),
|
5373 |
+
'Google\\ApiCore\\PollingTrait' => array(
|
5374 |
'version' => '1.10.0.0',
|
5375 |
+
'path' => $vendorDir . '/google/gax/src/PollingTrait.php'
|
5376 |
),
|
5377 |
+
'Google\\ApiCore\\Call' => array(
|
5378 |
'version' => '1.10.0.0',
|
5379 |
+
'path' => $vendorDir . '/google/gax/src/Call.php'
|
5380 |
),
|
5381 |
+
'Google\\ApiCore\\Page' => array(
|
5382 |
'version' => '1.10.0.0',
|
5383 |
+
'path' => $vendorDir . '/google/gax/src/Page.php'
|
5384 |
),
|
5385 |
+
'Google\\ApiCore\\ServerStream' => array(
|
5386 |
'version' => '1.10.0.0',
|
5387 |
+
'path' => $vendorDir . '/google/gax/src/ServerStream.php'
|
5388 |
),
|
5389 |
+
'Google\\ApiCore\\ServiceAddressTrait' => array(
|
5390 |
'version' => '1.10.0.0',
|
5391 |
+
'path' => $vendorDir . '/google/gax/src/ServiceAddressTrait.php'
|
5392 |
),
|
5393 |
+
'Google\\ApiCore\\RequestParamsHeaderDescriptor' => array(
|
5394 |
'version' => '1.10.0.0',
|
5395 |
+
'path' => $vendorDir . '/google/gax/src/RequestParamsHeaderDescriptor.php'
|
5396 |
),
|
5397 |
+
'Google\\ApiCore\\ApiStatus' => array(
|
5398 |
'version' => '1.10.0.0',
|
5399 |
+
'path' => $vendorDir . '/google/gax/src/ApiStatus.php'
|
5400 |
),
|
5401 |
+
'Google\\ApiCore\\GrpcSupportTrait' => array(
|
5402 |
'version' => '1.10.0.0',
|
5403 |
+
'path' => $vendorDir . '/google/gax/src/GrpcSupportTrait.php'
|
5404 |
),
|
5405 |
+
'Google\\ApiCore\\BidiStream' => array(
|
5406 |
'version' => '1.10.0.0',
|
5407 |
+
'path' => $vendorDir . '/google/gax/src/BidiStream.php'
|
5408 |
),
|
5409 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_MaximizeConversionsOptInRecommendation' => array(
|
5410 |
'version' => '12.1.0.0',
|
5411 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_MaximizeConversionsOptInRecommendation.php'
|
5412 |
),
|
5413 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ListingGroupFilterDimension_ProductItemId' => array(
|
5414 |
'version' => '12.1.0.0',
|
5415 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ListingGroupFilterDimension_ProductItemId.php'
|
5416 |
),
|
5417 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Feed_PlacesLocationFeedData_OAuthInfo' => array(
|
5418 |
'version' => '12.1.0.0',
|
5419 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Feed_PlacesLocationFeedData_OAuthInfo.php'
|
5420 |
),
|
5421 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation' => array(
|
5422 |
'version' => '12.1.0.0',
|
5423 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation.php'
|
5424 |
),
|
5425 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\DynamicSearchAdsSearchTermView' => array(
|
5426 |
'version' => '12.1.0.0',
|
5427 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/DynamicSearchAdsSearchTermView.php'
|
5428 |
),
|
5429 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedItemTarget' => array(
|
5430 |
'version' => '12.1.0.0',
|
5431 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedItemTarget.php'
|
5432 |
),
|
5433 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\MediaFile' => array(
|
5434 |
'version' => '12.1.0.0',
|
5435 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/MediaFile.php'
|
5436 |
),
|
5437 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Campaign_NetworkSettings' => array(
|
5438 |
'version' => '12.1.0.0',
|
5439 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Campaign_NetworkSettings.php'
|
5440 |
),
|
5441 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\SearchPartnersOptInRecommendation' => array(
|
5442 |
'version' => '12.1.0.0',
|
5443 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/SearchPartnersOptInRecommendation.php'
|
5444 |
),
|
5445 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\TargetRoasOptInRecommendation' => array(
|
5446 |
'version' => '12.1.0.0',
|
5447 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/TargetRoasOptInRecommendation.php'
|
5448 |
),
|
5449 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\CampaignBudgetRecommendation\\CampaignBudgetRecommendationOption' => array(
|
5450 |
'version' => '12.1.0.0',
|
5451 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/CampaignBudgetRecommendation/CampaignBudgetRecommendationOption.php'
|
5452 |
),
|
5453 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\TargetCpaOptInRecommendation' => array(
|
5454 |
'version' => '12.1.0.0',
|
5455 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/TargetCpaOptInRecommendation.php'
|
5456 |
),
|
5457 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\RecommendationMetrics' => array(
|
5458 |
'version' => '12.1.0.0',
|
5459 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/RecommendationMetrics.php'
|
5460 |
),
|
5461 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\CalloutExtensionRecommendation' => array(
|
5462 |
'version' => '12.1.0.0',
|
5463 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/CalloutExtensionRecommendation.php'
|
5464 |
),
|
5465 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\ResponsiveSearchAdRecommendation' => array(
|
5466 |
'version' => '12.1.0.0',
|
5467 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/ResponsiveSearchAdRecommendation.php'
|
5468 |
),
|
5469 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\MaximizeConversionsOptInRecommendation' => array(
|
5470 |
'version' => '12.1.0.0',
|
5471 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/MaximizeConversionsOptInRecommendation.php'
|
5472 |
),
|
5473 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\CampaignBudgetRecommendation' => array(
|
5474 |
'version' => '12.1.0.0',
|
5475 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/CampaignBudgetRecommendation.php'
|
5476 |
),
|
5477 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\SitelinkExtensionRecommendation' => array(
|
5478 |
'version' => '12.1.0.0',
|
5479 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/SitelinkExtensionRecommendation.php'
|
5480 |
),
|
5481 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\TextAdRecommendation' => array(
|
5482 |
'version' => '12.1.0.0',
|
5483 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/TextAdRecommendation.php'
|
5484 |
),
|
5485 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\OptimizeAdRotationRecommendation' => array(
|
5486 |
'version' => '12.1.0.0',
|
5487 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/OptimizeAdRotationRecommendation.php'
|
5488 |
),
|
5489 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\KeywordRecommendation' => array(
|
5490 |
'version' => '12.1.0.0',
|
5491 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/KeywordRecommendation.php'
|
5492 |
),
|
5493 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\RecommendationImpact' => array(
|
5494 |
'version' => '12.1.0.0',
|
5495 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/RecommendationImpact.php'
|
5496 |
),
|
5497 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\KeywordMatchTypeRecommendation' => array(
|
5498 |
'version' => '12.1.0.0',
|
5499 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/KeywordMatchTypeRecommendation.php'
|
5500 |
),
|
5501 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\MaximizeClicksOptInRecommendation' => array(
|
5502 |
'version' => '12.1.0.0',
|
5503 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/MaximizeClicksOptInRecommendation.php'
|
5504 |
),
|
5505 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\MoveUnusedBudgetRecommendation' => array(
|
5506 |
'version' => '12.1.0.0',
|
5507 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/MoveUnusedBudgetRecommendation.php'
|
5508 |
),
|
5509 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\TargetCpaOptInRecommendation\\TargetCpaOptInRecommendationOption' => array(
|
5510 |
'version' => '12.1.0.0',
|
5511 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/TargetCpaOptInRecommendation/TargetCpaOptInRecommendationOption.php'
|
5512 |
),
|
5513 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\CallExtensionRecommendation' => array(
|
5514 |
'version' => '12.1.0.0',
|
5515 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/CallExtensionRecommendation.php'
|
5516 |
),
|
5517 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation\\EnhancedCpcOptInRecommendation' => array(
|
5518 |
'version' => '12.1.0.0',
|
5519 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation/EnhancedCpcOptInRecommendation.php'
|
5520 |
),
|
5521 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Feed_PlacesLocationFeedData' => array(
|
5522 |
'version' => '12.1.0.0',
|
5523 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Feed_PlacesLocationFeedData.php'
|
5524 |
),
|
5525 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CustomerConversionGoal' => array(
|
5526 |
'version' => '12.1.0.0',
|
5527 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CustomerConversionGoal.php'
|
5528 |
),
|
5529 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\MediaAudio' => array(
|
5530 |
'version' => '12.1.0.0',
|
5531 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/MediaAudio.php'
|
5532 |
),
|
5533 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\RemarketingAction' => array(
|
5534 |
'version' => '12.1.0.0',
|
5535 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/RemarketingAction.php'
|
5536 |
),
|
5537 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\DataPartnerLinkIdentifier' => array(
|
5538 |
'version' => '12.1.0.0',
|
5539 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/DataPartnerLinkIdentifier.php'
|
5540 |
),
|
5541 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule' => array(
|
5542 |
'version' => '12.1.0.0',
|
5543 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule.php'
|
5544 |
),
|
5545 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Feed' => array(
|
5546 |
'version' => '12.1.0.0',
|
5547 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Feed.php'
|
5548 |
),
|
5549 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CallReportingSetting' => array(
|
5550 |
'version' => '12.1.0.0',
|
5551 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CallReportingSetting.php'
|
5552 |
),
|
5553 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_OptimizeAdRotationRecommendation' => array(
|
5554 |
'version' => '12.1.0.0',
|
5555 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_OptimizeAdRotationRecommendation.php'
|
5556 |
),
|
5557 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ListingGroupFilterDimension_ProductCondition' => array(
|
5558 |
'version' => '12.1.0.0',
|
5559 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ListingGroupFilterDimension_ProductCondition.php'
|
5560 |
),
|
5561 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionAction_ValueSettings' => array(
|
5562 |
'version' => '12.1.0.0',
|
5563 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionAction_ValueSettings.php'
|
5564 |
),
|
5565 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Invoice_AccountBudgetSummary' => array(
|
5566 |
'version' => '12.1.0.0',
|
5567 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Invoice_AccountBudgetSummary.php'
|
5568 |
),
|
5569 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AdGroupAdAssetPolicySummary' => array(
|
5570 |
'version' => '12.1.0.0',
|
5571 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AdGroupAdAssetPolicySummary.php'
|
5572 |
),
|
5573 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CustomerFeed' => array(
|
5574 |
'version' => '12.1.0.0',
|
5575 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CustomerFeed.php'
|
5576 |
),
|
5577 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\GoogleAdsLinkIdentifier' => array(
|
5578 |
'version' => '12.1.0.0',
|
5579 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/GoogleAdsLinkIdentifier.php'
|
5580 |
),
|
5581 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\BillingSetup\\PaymentsAccountInfo' => array(
|
5582 |
'version' => '12.1.0.0',
|
5583 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/BillingSetup/PaymentsAccountInfo.php'
|
5584 |
),
|
5585 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AdGroupCriterion_PositionEstimates' => array(
|
5586 |
'version' => '12.1.0.0',
|
5587 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AdGroupCriterion_PositionEstimates.php'
|
5588 |
),
|
5589 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule_ValueRuleDeviceCondition' => array(
|
5590 |
'version' => '12.1.0.0',
|
5591 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule_ValueRuleDeviceCondition.php'
|
5592 |
),
|
5593 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CustomerManagerLink' => array(
|
5594 |
'version' => '12.1.0.0',
|
5595 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CustomerManagerLink.php'
|
5596 |
),
|
5597 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedItemAttributeValue' => array(
|
5598 |
'version' => '12.1.0.0',
|
5599 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedItemAttributeValue.php'
|
5600 |
),
|
5601 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\MediaVideo' => array(
|
5602 |
'version' => '12.1.0.0',
|
5603 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/MediaVideo.php'
|
5604 |
),
|
5605 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_ResponsiveSearchAdRecommendation' => array(
|
5606 |
'version' => '12.1.0.0',
|
5607 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_ResponsiveSearchAdRecommendation.php'
|
5608 |
),
|
5609 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedAttributeOperation' => array(
|
5610 |
'version' => '12.1.0.0',
|
5611 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedAttributeOperation.php'
|
5612 |
),
|
5613 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Ad' => array(
|
5614 |
'version' => '12.1.0.0',
|
5615 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Ad.php'
|
5616 |
),
|
5617 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\GoogleAdsField' => array(
|
5618 |
'version' => '12.1.0.0',
|
5619 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/GoogleAdsField.php'
|
5620 |
),
|
5621 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ListingGroupFilterDimension_ProductChannel' => array(
|
5622 |
'version' => '12.1.0.0',
|
5623 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ListingGroupFilterDimension_ProductChannel.php'
|
5624 |
),
|
5625 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ListingGroupFilterDimension' => array(
|
5626 |
'version' => '12.1.0.0',
|
5627 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ListingGroupFilterDimension.php'
|
5628 |
),
|
5629 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ChangeEvent' => array(
|
5630 |
'version' => '12.1.0.0',
|
5631 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ChangeEvent.php'
|
5632 |
),
|
5633 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AccessibleBiddingStrategy_TargetRoas' => array(
|
5634 |
'version' => '12.1.0.0',
|
5635 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AccessibleBiddingStrategy_TargetRoas.php'
|
5636 |
),
|
5637 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedAttribute' => array(
|
5638 |
'version' => '12.1.0.0',
|
5639 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedAttribute.php'
|
5640 |
),
|
5641 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AssetGroupListingGroupFilter' => array(
|
5642 |
'version' => '12.1.0.0',
|
5643 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AssetGroupListingGroupFilter.php'
|
5644 |
),
|
5645 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedAttributeOperation\\Operator' => array(
|
5646 |
'version' => '12.1.0.0',
|
5647 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedAttributeOperation/Operator.php'
|
5648 |
),
|
5649 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption' => array(
|
5650 |
'version' => '12.1.0.0',
|
5651 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption.php'
|
5652 |
),
|
5653 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Campaign_SelectiveOptimization' => array(
|
5654 |
'version' => '12.1.0.0',
|
5655 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Campaign_SelectiveOptimization.php'
|
5656 |
),
|
5657 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Campaign' => array(
|
5658 |
'version' => '12.1.0.0',
|
5659 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Campaign.php'
|
5660 |
),
|
5661 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CampaignAudienceView' => array(
|
5662 |
'version' => '12.1.0.0',
|
5663 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CampaignAudienceView.php'
|
5664 |
),
|
5665 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedItemPlaceholderPolicyInfo' => array(
|
5666 |
'version' => '12.1.0.0',
|
5667 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedItemPlaceholderPolicyInfo.php'
|
5668 |
),
|
5669 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_EnhancedCpcOptInRecommendation' => array(
|
5670 |
'version' => '12.1.0.0',
|
5671 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_EnhancedCpcOptInRecommendation.php'
|
5672 |
),
|
5673 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CustomerLabel' => array(
|
5674 |
'version' => '12.1.0.0',
|
5675 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CustomerLabel.php'
|
5676 |
),
|
5677 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\HotelPerformanceView' => array(
|
5678 |
'version' => '12.1.0.0',
|
5679 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/HotelPerformanceView.php'
|
5680 |
),
|
5681 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule\\ValueRuleDeviceCondition' => array(
|
5682 |
'version' => '12.1.0.0',
|
5683 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule/ValueRuleDeviceCondition.php'
|
5684 |
),
|
5685 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule\\ValueRuleAction' => array(
|
5686 |
'version' => '12.1.0.0',
|
5687 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule/ValueRuleAction.php'
|
5688 |
),
|
5689 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule\\ValueRuleGeoLocationCondition' => array(
|
5690 |
'version' => '12.1.0.0',
|
5691 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule/ValueRuleGeoLocationCondition.php'
|
5692 |
),
|
5693 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule\\ValueRuleAudienceCondition' => array(
|
5694 |
'version' => '12.1.0.0',
|
5695 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule/ValueRuleAudienceCondition.php'
|
5696 |
),
|
5697 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ManagedPlacementView' => array(
|
5698 |
'version' => '12.1.0.0',
|
5699 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ManagedPlacementView.php'
|
5700 |
),
|
5701 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AssetGroup' => array(
|
5702 |
'version' => '12.1.0.0',
|
5703 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AssetGroup.php'
|
5704 |
),
|
5705 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Campaign_OptimizationGoalSetting' => array(
|
5706 |
'version' => '12.1.0.0',
|
5707 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Campaign_OptimizationGoalSetting.php'
|
5708 |
),
|
5709 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedItemSet' => array(
|
5710 |
'version' => '12.1.0.0',
|
5711 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedItemSet.php'
|
5712 |
),
|
5713 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_TargetCpaOptInRecommendation' => array(
|
5714 |
'version' => '12.1.0.0',
|
5715 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_TargetCpaOptInRecommendation.php'
|
5716 |
),
|
5717 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AdGroupCriterionLabel' => array(
|
5718 |
'version' => '12.1.0.0',
|
5719 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AdGroupCriterionLabel.php'
|
5720 |
),
|
5721 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ConversionValueRule_ValueRuleAction' => array(
|
5722 |
'version' => '12.1.0.0',
|
5723 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ConversionValueRule_ValueRuleAction.php'
|
5724 |
),
|
5725 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CampaignBidModifier' => array(
|
5726 |
'version' => '12.1.0.0',
|
5727 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CampaignBidModifier.php'
|
5728 |
),
|
5729 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\SmartCampaignSetting_PhoneNumber' => array(
|
5730 |
'version' => '12.1.0.0',
|
5731 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/SmartCampaignSetting_PhoneNumber.php'
|
5732 |
),
|
5733 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AssetSetAsset' => array(
|
5734 |
'version' => '12.1.0.0',
|
5735 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AssetSetAsset.php'
|
5736 |
),
|
5737 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ListingGroupFilterDimension_ProductType' => array(
|
5738 |
'version' => '12.1.0.0',
|
5739 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ListingGroupFilterDimension_ProductType.php'
|
5740 |
),
|
5741 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Campaign_DynamicSearchAdsSetting' => array(
|
5742 |
'version' => '12.1.0.0',
|
5743 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Campaign_DynamicSearchAdsSetting.php'
|
5744 |
),
|
5745 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_SitelinkExtensionRecommendation' => array(
|
5746 |
'version' => '12.1.0.0',
|
5747 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_SitelinkExtensionRecommendation.php'
|
5748 |
),
|
5749 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AttributeFieldMapping' => array(
|
5750 |
'version' => '12.1.0.0',
|
5751 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AttributeFieldMapping.php'
|
5752 |
),
|
5753 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CampaignAssetSet' => array(
|
5754 |
'version' => '12.1.0.0',
|
5755 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CampaignAssetSet.php'
|
5756 |
),
|
5757 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_KeywordRecommendation' => array(
|
5758 |
'version' => '12.1.0.0',
|
5759 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_KeywordRecommendation.php'
|
5760 |
),
|
5761 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CustomInterestMember' => array(
|
5762 |
'version' => '12.1.0.0',
|
5763 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CustomInterestMember.php'
|
5764 |
),
|
5765 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\CarrierConstant' => array(
|
5766 |
'version' => '12.1.0.0',
|
5767 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/CarrierConstant.php'
|
5768 |
),
|
5769 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\SmartCampaignSetting\\PhoneNumber' => array(
|
5770 |
'version' => '12.1.0.0',
|
5771 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/SmartCampaignSetting/PhoneNumber.php'
|
5772 |
),
|
5773 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AdScheduleView' => array(
|
5774 |
'version' => '12.1.0.0',
|
5775 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AdScheduleView.php'
|
5776 |
),
|
5777 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\ListingGroupFilterDimension_ProductBrand' => array(
|
5778 |
'version' => '12.1.0.0',
|
5779 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/ListingGroupFilterDimension_ProductBrand.php'
|
5780 |
),
|
5781 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\SmartCampaignSetting' => array(
|
5782 |
'version' => '12.1.0.0',
|
5783 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/SmartCampaignSetting.php'
|
5784 |
),
|
5785 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Recommendation_RecommendationMetrics' => array(
|
5786 |
'version' => '12.1.0.0',
|
5787 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Recommendation_RecommendationMetrics.php'
|
5788 |
),
|
5789 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AdGroupCriterion_QualityInfo' => array(
|
5790 |
'version' => '12.1.0.0',
|
5791 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AdGroupCriterion_QualityInfo.php'
|
5792 |
),
|
5793 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Campaign_ShoppingSetting' => array(
|
5794 |
'version' => '12.1.0.0',
|
5795 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Campaign_ShoppingSetting.php'
|
5796 |
),
|
5797 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AccountLink' => array(
|
5798 |
'version' => '12.1.0.0',
|
5799 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AccountLink.php'
|
5800 |
),
|
5801 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AdGroupLabel' => array(
|
5802 |
'version' => '12.1.0.0',
|
5803 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AdGroupLabel.php'
|
5804 |
),
|
5805 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\LifeEvent' => array(
|
5806 |
'version' => '12.1.0.0',
|
5807 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/LifeEvent.php'
|
5808 |
),
|
5809 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\Label' => array(
|
5810 |
'version' => '12.1.0.0',
|
5811 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/Label.php'
|
5812 |
),
|
5813 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\BatchJob_BatchJobMetadata' => array(
|
5814 |
'version' => '12.1.0.0',
|
5815 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/BatchJob_BatchJobMetadata.php'
|
5816 |
),
|
5817 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\FeedItemValidationError' => array(
|
5818 |
'version' => '12.1.0.0',
|
5819 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/FeedItemValidationError.php'
|
5820 |
),
|
5821 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AccountBudget\\PendingAccountBudgetProposal' => array(
|
5822 |
'version' => '12.1.0.0',
|
5823 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AccountBudget/PendingAccountBudgetProposal.php'
|
5824 |
),
|
5825 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\MediaImage' => array(
|
5826 |
'version' => '12.1.0.0',
|
5827 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/MediaImage.php'
|
5828 |
),
|
5829 |
+
'Google\\Ads\\GoogleAds\\V9\\Resources\\AccountBudgetProposal' => array(
|
5830 |
'version' => '12.1.0.0',
|
5831 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V9/Resources/AccountBudgetProposal.php'
|
5832 |
),
|
|