Plugin Directory

Changeset 2065535


Ignore:
Timestamp:
04/09/2019 06:13:35 AM (7 years ago)
Author:
fazae
Message:

version 1.0.3

Location:
fazacrm-client/trunk
Files:
43 edited

Legend:

Unmodified
Added
Removed
  • fazacrm-client/trunk/Plugin.php

    r2035100 r2065535  
    1616 * Plugin URI:        https://www.fazae.com/fazacrmclient
    1717 * Description:       Transmet les contacts WordPress dans le FazaCRM.
    18  * Version:           1.0.2
     18 * Version:           1.0.3
    1919 * Author:            Fabrice Piccinali & Léo Coulomb
    2020 * Author URI:        https://www.fazae.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('FAZACRM_PLUGIN_NAME_VERSION', '1.0.2');
     36define('FAZACRMCLIENT_PLUGIN_NAME_VERSION', '1.0.3');
    3737
    3838require __DIR__ . "/vendor/autoload.php";
  • fazacrm-client/trunk/composer.lock

    r2033088 r2065535  
    134134        {
    135135            "name": "zendframework/zend-http",
    136             "version": "2.9.1",
     136            "version": "2.10.0",
    137137            "source": {
    138138                "type": "git",
    139139                "url": "https://github.com/zendframework/zend-http.git",
    140                 "reference": "fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0"
    141             },
    142             "dist": {
    143                 "type": "zip",
    144                 "url": "https://api.github.com/repos/zendframework/zend-http/zipball/fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",
    145                 "reference": "fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",
     140                "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0"
     141            },
     142            "dist": {
     143                "type": "zip",
     144                "url": "https://api.github.com/repos/zendframework/zend-http/zipball/4b4983178693a8fdda53b0bbee58552e2d2b1ac0",
     145                "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0",
    146146                "shasum": ""
    147147            },
     
    164164            "extra": {
    165165                "branch-alias": {
    166                     "dev-master": "2.9.x-dev",
    167                     "dev-develop": "2.10.x-dev"
     166                    "dev-master": "2.10.x-dev",
     167                    "dev-develop": "2.11.x-dev"
    168168                }
    169169            },
     
    185185                "zf"
    186186            ],
    187             "time": "2019-01-22T19:48:43+00:00"
     187            "time": "2019-02-19T18:58:14+00:00"
    188188        },
    189189        {
     
    280280        {
    281281            "name": "zendframework/zend-uri",
    282             "version": "2.6.1",
     282            "version": "2.7.0",
    283283            "source": {
    284284                "type": "git",
    285285                "url": "https://github.com/zendframework/zend-uri.git",
    286                 "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
    287             },
    288             "dist": {
    289                 "type": "zip",
    290                 "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
    291                 "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
     286                "reference": "b2785cd38fe379a784645449db86f21b7739b1ee"
     287            },
     288            "dist": {
     289                "type": "zip",
     290                "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/b2785cd38fe379a784645449db86f21b7739b1ee",
     291                "reference": "b2785cd38fe379a784645449db86f21b7739b1ee",
    292292                "shasum": ""
    293293            },
     
    304304            "extra": {
    305305                "branch-alias": {
    306                     "dev-master": "2.6.x-dev",
    307                     "dev-develop": "2.7.x-dev"
     306                    "dev-master": "2.7.x-dev",
     307                    "dev-develop": "2.8.x-dev"
    308308                }
    309309            },
     
    323323                "zf"
    324324            ],
    325             "time": "2018-04-30T13:40:08+00:00"
     325            "time": "2019-02-27T21:39:04+00:00"
    326326        },
    327327        {
    328328            "name": "zendframework/zend-validator",
    329             "version": "2.11.0",
     329            "version": "2.12.0",
    330330            "source": {
    331331                "type": "git",
    332332                "url": "https://github.com/zendframework/zend-validator.git",
    333                 "reference": "f0789b4c4c099afdd2ecc58cc209a26c64bd4f17"
    334             },
    335             "dist": {
    336                 "type": "zip",
    337                 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",
    338                 "reference": "f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",
     333                "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30"
     334            },
     335            "dist": {
     336                "type": "zip",
     337                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/64c33668e5fa2d39c6289a878f927ea2b0850c30",
     338                "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30",
    339339                "shasum": ""
    340340            },
     
    342342                "container-interop/container-interop": "^1.1",
    343343                "php": "^5.6 || ^7.0",
    344                 "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
     344                "zendframework/zend-stdlib": "^3.2.1"
    345345            },
    346346            "require-dev": {
     
    373373            "extra": {
    374374                "branch-alias": {
    375                     "dev-master": "2.11.x-dev",
    376                     "dev-develop": "2.12.x-dev"
     375                    "dev-master": "2.12.x-dev",
     376                    "dev-develop": "2.13.x-dev"
    377377                },
    378378                "zf": {
     
    396396                "zf2"
    397397            ],
    398             "time": "2018-12-13T21:23:15+00:00"
     398            "time": "2019-01-30T14:26:10+00:00"
    399399        }
    400400    ],
  • fazacrm-client/trunk/readme.txt

    r2034321 r2065535  
    1 === FazaCrmClient ===
     1=== FazaCrm Client ===
    22Contributors: fazae, lcoulomb
    33Donate link:
     
    55Requires at least: 4.9.1
    66Tested up to: 5.1
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88Requires PHP: 5.3.3
    99License: GPLv2 or later
     
    2424#### Qu'est ce que le FazaCrm?
    2525
    26 Le [FazaCrm](https://www.fazae.com/nos-solutions/fazacrm/) est une solution [Fazaé](https://www.fazae.com) vous permettant de gagnez du temps et développez votre business.  
     26Le [FazaCrm](https://www.fazae.com/nos-solutions/fazacrm/) est une solution [Fazaé](https://www.fazae.com) vous permettant de gagnez du temps et développez votre business.
    2727
    28 Cet outil vous permettra notamment d'envoyer des campagnes d'email à une liste d'abonnés en les triant sur différents critères pour cibler au mieux vos clients.
     28Cet outil vous permettra notamment d'envoyer des campagnes d'email à une liste d'abonnés, en les triant sur différents critères, pour cibler au mieux vos clients.
    2929
    3030Pour obtenir votre propre interface FazaCrm [contactez-nous](https://www.fazae.com/contact/) .
     
    4141= Où trouver ma clé API ? =
    4242
    43 Rendez-vous sur votre interface FazaCrm, sur votre profil, vous trouverez un champs clé API que vous n'aurez plus qu'à copier-coller dans la case du même nom sur la page principal de configuration du plugin.
     43Rendez-vous sur votre interface FazaCrm, sur votre profil, vous trouverez un **champ clé API** que vous n'aurez plus qu'à copier-coller dans la case du même nom sur la page principal de configuration du plugin.
    4444
    4545= Où trouver mon URL FazaCrm ? =
     
    5353= Où puis-je obtenir de l'aide ? =
    5454
    55 Vous pouvez nous contacter soit par téléphone au **+33 4 27 46 38 40** ou par email à l'adresse **support@fazae.com**
     55Vous pouvez nous contacter soit par téléphone au [+33 4 27 46 38 40] (+33 4 27 46 38 40) ou par email à l'adresse [support@fazae.com] (support@fazae.com)
    5656
    5757== Screenshots ==
     
    59591. Configuration simple et rapide.
    60602. Tester votre configuration.
     613. Documentation associée pour vous permettre d'intégrer le plugin aisément.
    6162
    6263== Changelog ==
    63 
    64 = 1.0.2 =
    65 * Ajout d'une rubrique FAQ.
    6664
    6765= 1.0.1 =
  • fazacrm-client/trunk/src/Contact.php

    r2034321 r2065535  
    1515    public function __construct() {
    1616        $crm_uri = get_option('fazacrm_urlFazacrm', '');
     17
     18        if (substr($crm_uri, -1) != "/")
     19            $crm_uri .= "/";
     20        $crm_uri .= "api/";
     21
    1722        $apiVersion = 1.1;
    1823        $apiKey = get_option('fazacrm_keyPrivate', '');
     
    3641     * @return int|bool L'ID du contact s'il est crée/mis à jour et FALSE si une erreur se produit
    3742     */
    38    
    3943    public function fazaCRMContactSubscribe($email) {
    4044        $contact_data = array(
     
    4347            'nom' => null,
    4448            'prenom' => null,
    45           //'fonction' => null,
    46           //'civilite' => null,
    47           //'origine' => null,
    48           //'adresse' => null
     49                //'fonction' => null,
     50                //'civilite' => null,
     51                //'origine' => null,
     52                //'adresse' => null
    4953        );
    50        
     54
    5155        $id = parent::contactCreate($contact_data);
    5256        return $id;
  • fazacrm-client/trunk/vendor/composer/ClassLoader.php

    r2033088 r2065535  
    280280    public function setApcuPrefix($apcuPrefix)
    281281    {
    282         $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
     282        $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
    283283    }
    284284
  • fazacrm-client/trunk/vendor/composer/autoload_classmap.php

    r2033088 r2065535  
    77
    88return array(
    9     'Interop\\Container\\ContainerInterface' => $vendorDir . '/container-interop/container-interop/src/Interop/Container/ContainerInterface.php',
    10     'Interop\\Container\\Exception\\ContainerException' => $vendorDir . '/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php',
    11     'Interop\\Container\\Exception\\NotFoundException' => $vendorDir . '/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php',
    12     'Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php',
    13     'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php',
    14     'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php',
    15     'Zend\\Escaper\\Escaper' => $vendorDir . '/zendframework/zend-escaper/src/Escaper.php',
    16     'Zend\\Escaper\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-escaper/src/Exception/ExceptionInterface.php',
    17     'Zend\\Escaper\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php',
    18     'Zend\\Escaper\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-escaper/src/Exception/RuntimeException.php',
    19     'Zend\\Http\\AbstractMessage' => $vendorDir . '/zendframework/zend-http/src/AbstractMessage.php',
    20     'Zend\\Http\\Client' => $vendorDir . '/zendframework/zend-http/src/Client.php',
    21     'Zend\\Http\\ClientStatic' => $vendorDir . '/zendframework/zend-http/src/ClientStatic.php',
    22     'Zend\\Http\\Client\\Adapter\\AdapterInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php',
    23     'Zend\\Http\\Client\\Adapter\\Curl' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Curl.php',
    24     'Zend\\Http\\Client\\Adapter\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php',
    25     'Zend\\Http\\Client\\Adapter\\Exception\\InitializationException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php',
    26     'Zend\\Http\\Client\\Adapter\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php',
    27     'Zend\\Http\\Client\\Adapter\\Exception\\OutOfRangeException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php',
    28     'Zend\\Http\\Client\\Adapter\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php',
    29     'Zend\\Http\\Client\\Adapter\\Exception\\TimeoutException' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php',
    30     'Zend\\Http\\Client\\Adapter\\Proxy' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Proxy.php',
    31     'Zend\\Http\\Client\\Adapter\\Socket' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Socket.php',
    32     'Zend\\Http\\Client\\Adapter\\StreamInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/StreamInterface.php',
    33     'Zend\\Http\\Client\\Adapter\\Test' => $vendorDir . '/zendframework/zend-http/src/Client/Adapter/Test.php',
    34     'Zend\\Http\\Client\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php',
    35     'Zend\\Http\\Client\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php',
    36     'Zend\\Http\\Client\\Exception\\OutOfRangeException' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/OutOfRangeException.php',
    37     'Zend\\Http\\Client\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Client/Exception/RuntimeException.php',
    38     'Zend\\Http\\Cookies' => $vendorDir . '/zendframework/zend-http/src/Cookies.php',
    39     'Zend\\Http\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Exception/ExceptionInterface.php',
    40     'Zend\\Http\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Exception/InvalidArgumentException.php',
    41     'Zend\\Http\\Exception\\OutOfRangeException' => $vendorDir . '/zendframework/zend-http/src/Exception/OutOfRangeException.php',
    42     'Zend\\Http\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Exception/RuntimeException.php',
    43     'Zend\\Http\\HeaderLoader' => $vendorDir . '/zendframework/zend-http/src/HeaderLoader.php',
    44     'Zend\\Http\\Header\\AbstractAccept' => $vendorDir . '/zendframework/zend-http/src/Header/AbstractAccept.php',
    45     'Zend\\Http\\Header\\AbstractDate' => $vendorDir . '/zendframework/zend-http/src/Header/AbstractDate.php',
    46     'Zend\\Http\\Header\\AbstractLocation' => $vendorDir . '/zendframework/zend-http/src/Header/AbstractLocation.php',
    47     'Zend\\Http\\Header\\Accept' => $vendorDir . '/zendframework/zend-http/src/Header/Accept.php',
    48     'Zend\\Http\\Header\\AcceptCharset' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptCharset.php',
    49     'Zend\\Http\\Header\\AcceptEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptEncoding.php',
    50     'Zend\\Http\\Header\\AcceptLanguage' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptLanguage.php',
    51     'Zend\\Http\\Header\\AcceptRanges' => $vendorDir . '/zendframework/zend-http/src/Header/AcceptRanges.php',
    52     'Zend\\Http\\Header\\Accept\\FieldValuePart\\AbstractFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php',
    53     'Zend\\Http\\Header\\Accept\\FieldValuePart\\AcceptFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php',
    54     'Zend\\Http\\Header\\Accept\\FieldValuePart\\CharsetFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php',
    55     'Zend\\Http\\Header\\Accept\\FieldValuePart\\EncodingFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php',
    56     'Zend\\Http\\Header\\Accept\\FieldValuePart\\LanguageFieldValuePart' => $vendorDir . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php',
    57     'Zend\\Http\\Header\\Age' => $vendorDir . '/zendframework/zend-http/src/Header/Age.php',
    58     'Zend\\Http\\Header\\Allow' => $vendorDir . '/zendframework/zend-http/src/Header/Allow.php',
    59     'Zend\\Http\\Header\\AuthenticationInfo' => $vendorDir . '/zendframework/zend-http/src/Header/AuthenticationInfo.php',
    60     'Zend\\Http\\Header\\Authorization' => $vendorDir . '/zendframework/zend-http/src/Header/Authorization.php',
    61     'Zend\\Http\\Header\\CacheControl' => $vendorDir . '/zendframework/zend-http/src/Header/CacheControl.php',
    62     'Zend\\Http\\Header\\Connection' => $vendorDir . '/zendframework/zend-http/src/Header/Connection.php',
    63     'Zend\\Http\\Header\\ContentDisposition' => $vendorDir . '/zendframework/zend-http/src/Header/ContentDisposition.php',
    64     'Zend\\Http\\Header\\ContentEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/ContentEncoding.php',
    65     'Zend\\Http\\Header\\ContentLanguage' => $vendorDir . '/zendframework/zend-http/src/Header/ContentLanguage.php',
    66     'Zend\\Http\\Header\\ContentLength' => $vendorDir . '/zendframework/zend-http/src/Header/ContentLength.php',
    67     'Zend\\Http\\Header\\ContentLocation' => $vendorDir . '/zendframework/zend-http/src/Header/ContentLocation.php',
    68     'Zend\\Http\\Header\\ContentMD5' => $vendorDir . '/zendframework/zend-http/src/Header/ContentMD5.php',
    69     'Zend\\Http\\Header\\ContentRange' => $vendorDir . '/zendframework/zend-http/src/Header/ContentRange.php',
    70     'Zend\\Http\\Header\\ContentSecurityPolicy' => $vendorDir . '/zendframework/zend-http/src/Header/ContentSecurityPolicy.php',
    71     'Zend\\Http\\Header\\ContentTransferEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/ContentTransferEncoding.php',
    72     'Zend\\Http\\Header\\ContentType' => $vendorDir . '/zendframework/zend-http/src/Header/ContentType.php',
    73     'Zend\\Http\\Header\\Cookie' => $vendorDir . '/zendframework/zend-http/src/Header/Cookie.php',
    74     'Zend\\Http\\Header\\Date' => $vendorDir . '/zendframework/zend-http/src/Header/Date.php',
    75     'Zend\\Http\\Header\\Etag' => $vendorDir . '/zendframework/zend-http/src/Header/Etag.php',
    76     'Zend\\Http\\Header\\Exception\\DomainException' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/DomainException.php',
    77     'Zend\\Http\\Header\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/ExceptionInterface.php',
    78     'Zend\\Http\\Header\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/InvalidArgumentException.php',
    79     'Zend\\Http\\Header\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-http/src/Header/Exception/RuntimeException.php',
    80     'Zend\\Http\\Header\\Expect' => $vendorDir . '/zendframework/zend-http/src/Header/Expect.php',
    81     'Zend\\Http\\Header\\Expires' => $vendorDir . '/zendframework/zend-http/src/Header/Expires.php',
    82     'Zend\\Http\\Header\\From' => $vendorDir . '/zendframework/zend-http/src/Header/From.php',
    83     'Zend\\Http\\Header\\GenericHeader' => $vendorDir . '/zendframework/zend-http/src/Header/GenericHeader.php',
    84     'Zend\\Http\\Header\\GenericMultiHeader' => $vendorDir . '/zendframework/zend-http/src/Header/GenericMultiHeader.php',
    85     'Zend\\Http\\Header\\HeaderInterface' => $vendorDir . '/zendframework/zend-http/src/Header/HeaderInterface.php',
    86     'Zend\\Http\\Header\\HeaderValue' => $vendorDir . '/zendframework/zend-http/src/Header/HeaderValue.php',
    87     'Zend\\Http\\Header\\Host' => $vendorDir . '/zendframework/zend-http/src/Header/Host.php',
    88     'Zend\\Http\\Header\\IfMatch' => $vendorDir . '/zendframework/zend-http/src/Header/IfMatch.php',
    89     'Zend\\Http\\Header\\IfModifiedSince' => $vendorDir . '/zendframework/zend-http/src/Header/IfModifiedSince.php',
    90     'Zend\\Http\\Header\\IfNoneMatch' => $vendorDir . '/zendframework/zend-http/src/Header/IfNoneMatch.php',
    91     'Zend\\Http\\Header\\IfRange' => $vendorDir . '/zendframework/zend-http/src/Header/IfRange.php',
    92     'Zend\\Http\\Header\\IfUnmodifiedSince' => $vendorDir . '/zendframework/zend-http/src/Header/IfUnmodifiedSince.php',
    93     'Zend\\Http\\Header\\KeepAlive' => $vendorDir . '/zendframework/zend-http/src/Header/KeepAlive.php',
    94     'Zend\\Http\\Header\\LastModified' => $vendorDir . '/zendframework/zend-http/src/Header/LastModified.php',
    95     'Zend\\Http\\Header\\Location' => $vendorDir . '/zendframework/zend-http/src/Header/Location.php',
    96     'Zend\\Http\\Header\\MaxForwards' => $vendorDir . '/zendframework/zend-http/src/Header/MaxForwards.php',
    97     'Zend\\Http\\Header\\MultipleHeaderInterface' => $vendorDir . '/zendframework/zend-http/src/Header/MultipleHeaderInterface.php',
    98     'Zend\\Http\\Header\\Origin' => $vendorDir . '/zendframework/zend-http/src/Header/Origin.php',
    99     'Zend\\Http\\Header\\Pragma' => $vendorDir . '/zendframework/zend-http/src/Header/Pragma.php',
    100     'Zend\\Http\\Header\\ProxyAuthenticate' => $vendorDir . '/zendframework/zend-http/src/Header/ProxyAuthenticate.php',
    101     'Zend\\Http\\Header\\ProxyAuthorization' => $vendorDir . '/zendframework/zend-http/src/Header/ProxyAuthorization.php',
    102     'Zend\\Http\\Header\\Range' => $vendorDir . '/zendframework/zend-http/src/Header/Range.php',
    103     'Zend\\Http\\Header\\Referer' => $vendorDir . '/zendframework/zend-http/src/Header/Referer.php',
    104     'Zend\\Http\\Header\\Refresh' => $vendorDir . '/zendframework/zend-http/src/Header/Refresh.php',
    105     'Zend\\Http\\Header\\RetryAfter' => $vendorDir . '/zendframework/zend-http/src/Header/RetryAfter.php',
    106     'Zend\\Http\\Header\\Server' => $vendorDir . '/zendframework/zend-http/src/Header/Server.php',
    107     'Zend\\Http\\Header\\SetCookie' => $vendorDir . '/zendframework/zend-http/src/Header/SetCookie.php',
    108     'Zend\\Http\\Header\\TE' => $vendorDir . '/zendframework/zend-http/src/Header/TE.php',
    109     'Zend\\Http\\Header\\Trailer' => $vendorDir . '/zendframework/zend-http/src/Header/Trailer.php',
    110     'Zend\\Http\\Header\\TransferEncoding' => $vendorDir . '/zendframework/zend-http/src/Header/TransferEncoding.php',
    111     'Zend\\Http\\Header\\Upgrade' => $vendorDir . '/zendframework/zend-http/src/Header/Upgrade.php',
    112     'Zend\\Http\\Header\\UserAgent' => $vendorDir . '/zendframework/zend-http/src/Header/UserAgent.php',
    113     'Zend\\Http\\Header\\Vary' => $vendorDir . '/zendframework/zend-http/src/Header/Vary.php',
    114     'Zend\\Http\\Header\\Via' => $vendorDir . '/zendframework/zend-http/src/Header/Via.php',
    115     'Zend\\Http\\Header\\WWWAuthenticate' => $vendorDir . '/zendframework/zend-http/src/Header/WWWAuthenticate.php',
    116     'Zend\\Http\\Header\\Warning' => $vendorDir . '/zendframework/zend-http/src/Header/Warning.php',
    117     'Zend\\Http\\Headers' => $vendorDir . '/zendframework/zend-http/src/Headers.php',
    118     'Zend\\Http\\PhpEnvironment\\RemoteAddress' => $vendorDir . '/zendframework/zend-http/src/PhpEnvironment/RemoteAddress.php',
    119     'Zend\\Http\\PhpEnvironment\\Request' => $vendorDir . '/zendframework/zend-http/src/PhpEnvironment/Request.php',
    120     'Zend\\Http\\PhpEnvironment\\Response' => $vendorDir . '/zendframework/zend-http/src/PhpEnvironment/Response.php',
    121     'Zend\\Http\\Request' => $vendorDir . '/zendframework/zend-http/src/Request.php',
    122     'Zend\\Http\\Response' => $vendorDir . '/zendframework/zend-http/src/Response.php',
    123     'Zend\\Http\\Response\\Stream' => $vendorDir . '/zendframework/zend-http/src/Response/Stream.php',
    124     'Zend\\Loader\\AutoloaderFactory' => $vendorDir . '/zendframework/zend-loader/src/AutoloaderFactory.php',
    125     'Zend\\Loader\\ClassMapAutoloader' => $vendorDir . '/zendframework/zend-loader/src/ClassMapAutoloader.php',
    126     'Zend\\Loader\\Exception\\BadMethodCallException' => $vendorDir . '/zendframework/zend-loader/src/Exception/BadMethodCallException.php',
    127     'Zend\\Loader\\Exception\\DomainException' => $vendorDir . '/zendframework/zend-loader/src/Exception/DomainException.php',
    128     'Zend\\Loader\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-loader/src/Exception/ExceptionInterface.php',
    129     'Zend\\Loader\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-loader/src/Exception/InvalidArgumentException.php',
    130     'Zend\\Loader\\Exception\\InvalidPathException' => $vendorDir . '/zendframework/zend-loader/src/Exception/InvalidPathException.php',
    131     'Zend\\Loader\\Exception\\MissingResourceNamespaceException' => $vendorDir . '/zendframework/zend-loader/src/Exception/MissingResourceNamespaceException.php',
    132     'Zend\\Loader\\Exception\\PluginLoaderException' => $vendorDir . '/zendframework/zend-loader/src/Exception/PluginLoaderException.php',
    133     'Zend\\Loader\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-loader/src/Exception/RuntimeException.php',
    134     'Zend\\Loader\\Exception\\SecurityException' => $vendorDir . '/zendframework/zend-loader/src/Exception/SecurityException.php',
    135     'Zend\\Loader\\ModuleAutoloader' => $vendorDir . '/zendframework/zend-loader/src/ModuleAutoloader.php',
    136     'Zend\\Loader\\PluginClassLoader' => $vendorDir . '/zendframework/zend-loader/src/PluginClassLoader.php',
    137     'Zend\\Loader\\PluginClassLocator' => $vendorDir . '/zendframework/zend-loader/src/PluginClassLocator.php',
    138     'Zend\\Loader\\ShortNameLocator' => $vendorDir . '/zendframework/zend-loader/src/ShortNameLocator.php',
    139     'Zend\\Loader\\SplAutoloader' => $vendorDir . '/zendframework/zend-loader/src/SplAutoloader.php',
    140     'Zend\\Loader\\StandardAutoloader' => $vendorDir . '/zendframework/zend-loader/src/StandardAutoloader.php',
    141     'Zend\\Stdlib\\AbstractOptions' => $vendorDir . '/zendframework/zend-stdlib/src/AbstractOptions.php',
    142     'Zend\\Stdlib\\ArrayObject' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayObject.php',
    143     'Zend\\Stdlib\\ArraySerializableInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ArraySerializableInterface.php',
    144     'Zend\\Stdlib\\ArrayStack' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayStack.php',
    145     'Zend\\Stdlib\\ArrayUtils' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils.php',
    146     'Zend\\Stdlib\\ArrayUtils\\MergeRemoveKey' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php',
    147     'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKey' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php',
    148     'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKeyInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php',
    149     'Zend\\Stdlib\\ConsoleHelper' => $vendorDir . '/zendframework/zend-stdlib/src/ConsoleHelper.php',
    150     'Zend\\Stdlib\\DispatchableInterface' => $vendorDir . '/zendframework/zend-stdlib/src/DispatchableInterface.php',
    151     'Zend\\Stdlib\\ErrorHandler' => $vendorDir . '/zendframework/zend-stdlib/src/ErrorHandler.php',
    152     'Zend\\Stdlib\\Exception\\BadMethodCallException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php',
    153     'Zend\\Stdlib\\Exception\\DomainException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/DomainException.php',
    154     'Zend\\Stdlib\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php',
    155     'Zend\\Stdlib\\Exception\\ExtensionNotLoadedException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php',
    156     'Zend\\Stdlib\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php',
    157     'Zend\\Stdlib\\Exception\\LogicException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/LogicException.php',
    158     'Zend\\Stdlib\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-stdlib/src/Exception/RuntimeException.php',
    159     'Zend\\Stdlib\\FastPriorityQueue' => $vendorDir . '/zendframework/zend-stdlib/src/FastPriorityQueue.php',
    160     'Zend\\Stdlib\\Glob' => $vendorDir . '/zendframework/zend-stdlib/src/Glob.php',
    161     'Zend\\Stdlib\\Guard\\AllGuardsTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php',
    162     'Zend\\Stdlib\\Guard\\ArrayOrTraversableGuardTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php',
    163     'Zend\\Stdlib\\Guard\\EmptyGuardTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php',
    164     'Zend\\Stdlib\\Guard\\NullGuardTrait' => $vendorDir . '/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php',
    165     'Zend\\Stdlib\\InitializableInterface' => $vendorDir . '/zendframework/zend-stdlib/src/InitializableInterface.php',
    166     'Zend\\Stdlib\\JsonSerializable' => $vendorDir . '/zendframework/zend-stdlib/src/JsonSerializable.php',
    167     'Zend\\Stdlib\\Message' => $vendorDir . '/zendframework/zend-stdlib/src/Message.php',
    168     'Zend\\Stdlib\\MessageInterface' => $vendorDir . '/zendframework/zend-stdlib/src/MessageInterface.php',
    169     'Zend\\Stdlib\\ParameterObjectInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ParameterObjectInterface.php',
    170     'Zend\\Stdlib\\Parameters' => $vendorDir . '/zendframework/zend-stdlib/src/Parameters.php',
    171     'Zend\\Stdlib\\ParametersInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ParametersInterface.php',
    172     'Zend\\Stdlib\\PriorityList' => $vendorDir . '/zendframework/zend-stdlib/src/PriorityList.php',
    173     'Zend\\Stdlib\\PriorityQueue' => $vendorDir . '/zendframework/zend-stdlib/src/PriorityQueue.php',
    174     'Zend\\Stdlib\\Request' => $vendorDir . '/zendframework/zend-stdlib/src/Request.php',
    175     'Zend\\Stdlib\\RequestInterface' => $vendorDir . '/zendframework/zend-stdlib/src/RequestInterface.php',
    176     'Zend\\Stdlib\\Response' => $vendorDir . '/zendframework/zend-stdlib/src/Response.php',
    177     'Zend\\Stdlib\\ResponseInterface' => $vendorDir . '/zendframework/zend-stdlib/src/ResponseInterface.php',
    178     'Zend\\Stdlib\\SplPriorityQueue' => $vendorDir . '/zendframework/zend-stdlib/src/SplPriorityQueue.php',
    179     'Zend\\Stdlib\\SplQueue' => $vendorDir . '/zendframework/zend-stdlib/src/SplQueue.php',
    180     'Zend\\Stdlib\\SplStack' => $vendorDir . '/zendframework/zend-stdlib/src/SplStack.php',
    181     'Zend\\Stdlib\\StringUtils' => $vendorDir . '/zendframework/zend-stdlib/src/StringUtils.php',
    182     'Zend\\Stdlib\\StringWrapper\\AbstractStringWrapper' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php',
    183     'Zend\\Stdlib\\StringWrapper\\Iconv' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/Iconv.php',
    184     'Zend\\Stdlib\\StringWrapper\\Intl' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/Intl.php',
    185     'Zend\\Stdlib\\StringWrapper\\MbString' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/MbString.php',
    186     'Zend\\Stdlib\\StringWrapper\\Native' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/Native.php',
    187     'Zend\\Stdlib\\StringWrapper\\StringWrapperInterface' => $vendorDir . '/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php',
    188     'Zend\\Uri\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-uri/src/Exception/ExceptionInterface.php',
    189     'Zend\\Uri\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-uri/src/Exception/InvalidArgumentException.php',
    190     'Zend\\Uri\\Exception\\InvalidUriException' => $vendorDir . '/zendframework/zend-uri/src/Exception/InvalidUriException.php',
    191     'Zend\\Uri\\Exception\\InvalidUriPartException' => $vendorDir . '/zendframework/zend-uri/src/Exception/InvalidUriPartException.php',
    192     'Zend\\Uri\\File' => $vendorDir . '/zendframework/zend-uri/src/File.php',
    193     'Zend\\Uri\\Http' => $vendorDir . '/zendframework/zend-uri/src/Http.php',
    194     'Zend\\Uri\\Mailto' => $vendorDir . '/zendframework/zend-uri/src/Mailto.php',
    195     'Zend\\Uri\\Uri' => $vendorDir . '/zendframework/zend-uri/src/Uri.php',
    196     'Zend\\Uri\\UriFactory' => $vendorDir . '/zendframework/zend-uri/src/UriFactory.php',
    197     'Zend\\Uri\\UriInterface' => $vendorDir . '/zendframework/zend-uri/src/UriInterface.php',
    198     'Zend\\Validator\\AbstractValidator' => $vendorDir . '/zendframework/zend-validator/src/AbstractValidator.php',
    199     'Zend\\Validator\\Barcode' => $vendorDir . '/zendframework/zend-validator/src/Barcode.php',
    200     'Zend\\Validator\\Barcode\\AbstractAdapter' => $vendorDir . '/zendframework/zend-validator/src/Barcode/AbstractAdapter.php',
    201     'Zend\\Validator\\Barcode\\AdapterInterface' => $vendorDir . '/zendframework/zend-validator/src/Barcode/AdapterInterface.php',
    202     'Zend\\Validator\\Barcode\\Codabar' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Codabar.php',
    203     'Zend\\Validator\\Barcode\\Code128' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code128.php',
    204     'Zend\\Validator\\Barcode\\Code25' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code25.php',
    205     'Zend\\Validator\\Barcode\\Code25interleaved' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code25interleaved.php',
    206     'Zend\\Validator\\Barcode\\Code39' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code39.php',
    207     'Zend\\Validator\\Barcode\\Code39ext' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code39ext.php',
    208     'Zend\\Validator\\Barcode\\Code93' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code93.php',
    209     'Zend\\Validator\\Barcode\\Code93ext' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Code93ext.php',
    210     'Zend\\Validator\\Barcode\\Ean12' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean12.php',
    211     'Zend\\Validator\\Barcode\\Ean13' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean13.php',
    212     'Zend\\Validator\\Barcode\\Ean14' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean14.php',
    213     'Zend\\Validator\\Barcode\\Ean18' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean18.php',
    214     'Zend\\Validator\\Barcode\\Ean2' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean2.php',
    215     'Zend\\Validator\\Barcode\\Ean5' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean5.php',
    216     'Zend\\Validator\\Barcode\\Ean8' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Ean8.php',
    217     'Zend\\Validator\\Barcode\\Gtin12' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Gtin12.php',
    218     'Zend\\Validator\\Barcode\\Gtin13' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Gtin13.php',
    219     'Zend\\Validator\\Barcode\\Gtin14' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Gtin14.php',
    220     'Zend\\Validator\\Barcode\\Identcode' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Identcode.php',
    221     'Zend\\Validator\\Barcode\\Intelligentmail' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Intelligentmail.php',
    222     'Zend\\Validator\\Barcode\\Issn' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Issn.php',
    223     'Zend\\Validator\\Barcode\\Itf14' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Itf14.php',
    224     'Zend\\Validator\\Barcode\\Leitcode' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Leitcode.php',
    225     'Zend\\Validator\\Barcode\\Planet' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Planet.php',
    226     'Zend\\Validator\\Barcode\\Postnet' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Postnet.php',
    227     'Zend\\Validator\\Barcode\\Royalmail' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Royalmail.php',
    228     'Zend\\Validator\\Barcode\\Sscc' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Sscc.php',
    229     'Zend\\Validator\\Barcode\\Upca' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Upca.php',
    230     'Zend\\Validator\\Barcode\\Upce' => $vendorDir . '/zendframework/zend-validator/src/Barcode/Upce.php',
    231     'Zend\\Validator\\Between' => $vendorDir . '/zendframework/zend-validator/src/Between.php',
    232     'Zend\\Validator\\Bitwise' => $vendorDir . '/zendframework/zend-validator/src/Bitwise.php',
    233     'Zend\\Validator\\Callback' => $vendorDir . '/zendframework/zend-validator/src/Callback.php',
    234     'Zend\\Validator\\ConfigProvider' => $vendorDir . '/zendframework/zend-validator/src/ConfigProvider.php',
    235     'Zend\\Validator\\CreditCard' => $vendorDir . '/zendframework/zend-validator/src/CreditCard.php',
    236     'Zend\\Validator\\Csrf' => $vendorDir . '/zendframework/zend-validator/src/Csrf.php',
    237     'Zend\\Validator\\Date' => $vendorDir . '/zendframework/zend-validator/src/Date.php',
    238     'Zend\\Validator\\DateStep' => $vendorDir . '/zendframework/zend-validator/src/DateStep.php',
    239     'Zend\\Validator\\Db\\AbstractDb' => $vendorDir . '/zendframework/zend-validator/src/Db/AbstractDb.php',
    240     'Zend\\Validator\\Db\\NoRecordExists' => $vendorDir . '/zendframework/zend-validator/src/Db/NoRecordExists.php',
    241     'Zend\\Validator\\Db\\RecordExists' => $vendorDir . '/zendframework/zend-validator/src/Db/RecordExists.php',
    242     'Zend\\Validator\\Digits' => $vendorDir . '/zendframework/zend-validator/src/Digits.php',
    243     'Zend\\Validator\\EmailAddress' => $vendorDir . '/zendframework/zend-validator/src/EmailAddress.php',
    244     'Zend\\Validator\\Exception\\BadMethodCallException' => $vendorDir . '/zendframework/zend-validator/src/Exception/BadMethodCallException.php',
    245     'Zend\\Validator\\Exception\\ExceptionInterface' => $vendorDir . '/zendframework/zend-validator/src/Exception/ExceptionInterface.php',
    246     'Zend\\Validator\\Exception\\ExtensionNotLoadedException' => $vendorDir . '/zendframework/zend-validator/src/Exception/ExtensionNotLoadedException.php',
    247     'Zend\\Validator\\Exception\\InvalidArgumentException' => $vendorDir . '/zendframework/zend-validator/src/Exception/InvalidArgumentException.php',
    248     'Zend\\Validator\\Exception\\InvalidMagicMimeFileException' => $vendorDir . '/zendframework/zend-validator/src/Exception/InvalidMagicMimeFileException.php',
    249     'Zend\\Validator\\Exception\\RuntimeException' => $vendorDir . '/zendframework/zend-validator/src/Exception/RuntimeException.php',
    250     'Zend\\Validator\\Explode' => $vendorDir . '/zendframework/zend-validator/src/Explode.php',
    251     'Zend\\Validator\\File\\Count' => $vendorDir . '/zendframework/zend-validator/src/File/Count.php',
    252     'Zend\\Validator\\File\\Crc32' => $vendorDir . '/zendframework/zend-validator/src/File/Crc32.php',
    253     'Zend\\Validator\\File\\ExcludeExtension' => $vendorDir . '/zendframework/zend-validator/src/File/ExcludeExtension.php',
    254     'Zend\\Validator\\File\\ExcludeMimeType' => $vendorDir . '/zendframework/zend-validator/src/File/ExcludeMimeType.php',
    255     'Zend\\Validator\\File\\Exists' => $vendorDir . '/zendframework/zend-validator/src/File/Exists.php',
    256     'Zend\\Validator\\File\\Extension' => $vendorDir . '/zendframework/zend-validator/src/File/Extension.php',
    257     'Zend\\Validator\\File\\FilesSize' => $vendorDir . '/zendframework/zend-validator/src/File/FilesSize.php',
    258     'Zend\\Validator\\File\\Hash' => $vendorDir . '/zendframework/zend-validator/src/File/Hash.php',
    259     'Zend\\Validator\\File\\ImageSize' => $vendorDir . '/zendframework/zend-validator/src/File/ImageSize.php',
    260     'Zend\\Validator\\File\\IsCompressed' => $vendorDir . '/zendframework/zend-validator/src/File/IsCompressed.php',
    261     'Zend\\Validator\\File\\IsImage' => $vendorDir . '/zendframework/zend-validator/src/File/IsImage.php',
    262     'Zend\\Validator\\File\\Md5' => $vendorDir . '/zendframework/zend-validator/src/File/Md5.php',
    263     'Zend\\Validator\\File\\MimeType' => $vendorDir . '/zendframework/zend-validator/src/File/MimeType.php',
    264     'Zend\\Validator\\File\\NotExists' => $vendorDir . '/zendframework/zend-validator/src/File/NotExists.php',
    265     'Zend\\Validator\\File\\Sha1' => $vendorDir . '/zendframework/zend-validator/src/File/Sha1.php',
    266     'Zend\\Validator\\File\\Size' => $vendorDir . '/zendframework/zend-validator/src/File/Size.php',
    267     'Zend\\Validator\\File\\Upload' => $vendorDir . '/zendframework/zend-validator/src/File/Upload.php',
    268     'Zend\\Validator\\File\\UploadFile' => $vendorDir . '/zendframework/zend-validator/src/File/UploadFile.php',
    269     'Zend\\Validator\\File\\WordCount' => $vendorDir . '/zendframework/zend-validator/src/File/WordCount.php',
    270     'Zend\\Validator\\GpsPoint' => $vendorDir . '/zendframework/zend-validator/src/GpsPoint.php',
    271     'Zend\\Validator\\GreaterThan' => $vendorDir . '/zendframework/zend-validator/src/GreaterThan.php',
    272     'Zend\\Validator\\Hex' => $vendorDir . '/zendframework/zend-validator/src/Hex.php',
    273     'Zend\\Validator\\Hostname' => $vendorDir . '/zendframework/zend-validator/src/Hostname.php',
    274     'Zend\\Validator\\Iban' => $vendorDir . '/zendframework/zend-validator/src/Iban.php',
    275     'Zend\\Validator\\Identical' => $vendorDir . '/zendframework/zend-validator/src/Identical.php',
    276     'Zend\\Validator\\InArray' => $vendorDir . '/zendframework/zend-validator/src/InArray.php',
    277     'Zend\\Validator\\Ip' => $vendorDir . '/zendframework/zend-validator/src/Ip.php',
    278     'Zend\\Validator\\IsCountable' => $vendorDir . '/zendframework/zend-validator/src/IsCountable.php',
    279     'Zend\\Validator\\IsInstanceOf' => $vendorDir . '/zendframework/zend-validator/src/IsInstanceOf.php',
    280     'Zend\\Validator\\Isbn' => $vendorDir . '/zendframework/zend-validator/src/Isbn.php',
    281     'Zend\\Validator\\Isbn\\Isbn10' => $vendorDir . '/zendframework/zend-validator/src/Isbn/Isbn10.php',
    282     'Zend\\Validator\\Isbn\\Isbn13' => $vendorDir . '/zendframework/zend-validator/src/Isbn/Isbn13.php',
    283     'Zend\\Validator\\LessThan' => $vendorDir . '/zendframework/zend-validator/src/LessThan.php',
    284     'Zend\\Validator\\Module' => $vendorDir . '/zendframework/zend-validator/src/Module.php',
    285     'Zend\\Validator\\NotEmpty' => $vendorDir . '/zendframework/zend-validator/src/NotEmpty.php',
    286     'Zend\\Validator\\Regex' => $vendorDir . '/zendframework/zend-validator/src/Regex.php',
    287     'Zend\\Validator\\Sitemap\\Changefreq' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Changefreq.php',
    288     'Zend\\Validator\\Sitemap\\Lastmod' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Lastmod.php',
    289     'Zend\\Validator\\Sitemap\\Loc' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Loc.php',
    290     'Zend\\Validator\\Sitemap\\Priority' => $vendorDir . '/zendframework/zend-validator/src/Sitemap/Priority.php',
    291     'Zend\\Validator\\StaticValidator' => $vendorDir . '/zendframework/zend-validator/src/StaticValidator.php',
    292     'Zend\\Validator\\Step' => $vendorDir . '/zendframework/zend-validator/src/Step.php',
    293     'Zend\\Validator\\StringLength' => $vendorDir . '/zendframework/zend-validator/src/StringLength.php',
    294     'Zend\\Validator\\Timezone' => $vendorDir . '/zendframework/zend-validator/src/Timezone.php',
    295     'Zend\\Validator\\Translator\\TranslatorAwareInterface' => $vendorDir . '/zendframework/zend-validator/src/Translator/TranslatorAwareInterface.php',
    296     'Zend\\Validator\\Translator\\TranslatorInterface' => $vendorDir . '/zendframework/zend-validator/src/Translator/TranslatorInterface.php',
    297     'Zend\\Validator\\Uri' => $vendorDir . '/zendframework/zend-validator/src/Uri.php',
    298     'Zend\\Validator\\Uuid' => $vendorDir . '/zendframework/zend-validator/src/Uuid.php',
    299     'Zend\\Validator\\ValidatorChain' => $vendorDir . '/zendframework/zend-validator/src/ValidatorChain.php',
    300     'Zend\\Validator\\ValidatorInterface' => $vendorDir . '/zendframework/zend-validator/src/ValidatorInterface.php',
    301     'Zend\\Validator\\ValidatorPluginManager' => $vendorDir . '/zendframework/zend-validator/src/ValidatorPluginManager.php',
    302     'Zend\\Validator\\ValidatorPluginManagerAwareInterface' => $vendorDir . '/zendframework/zend-validator/src/ValidatorPluginManagerAwareInterface.php',
    303     'Zend\\Validator\\ValidatorPluginManagerFactory' => $vendorDir . '/zendframework/zend-validator/src/ValidatorPluginManagerFactory.php',
    304     'Zend\\Validator\\ValidatorProviderInterface' => $vendorDir . '/zendframework/zend-validator/src/ValidatorProviderInterface.php',
    305     'fazacrmclient\\Backend' => $baseDir . '/src/Backend.php',
    306     'fazacrmclient\\ConfigurationTest' => $baseDir . '/src/ConfigurationTest.php',
    307     'fazacrmclient\\Contact' => $baseDir . '/src/Contact.php',
    308     'fazacrmclient\\Frontend' => $baseDir . '/src/Frontend.php',
    309     'fazacrmclient\\GeneralSettings' => $baseDir . '/src/GeneralSettings.php',
    310     'fazacrmclient\\Plugin' => $baseDir . '/src/Plugin.php',
    311     'fazacrmclient\\fazaCRMRESTClient' => $baseDir . '/src/fazaCRMRESTClient.php',
    312     'fazacrmclient\\fazacore\\Plugin' => $baseDir . '/src/fazacore/Plugin.php',
    3139);
  • fazacrm-client/trunk/vendor/composer/autoload_static.php

    r2033088 r2065535  
    7575    );
    7676
    77     public static $classMap = array (
    78         'Interop\\Container\\ContainerInterface' => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container/ContainerInterface.php',
    79         'Interop\\Container\\Exception\\ContainerException' => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php',
    80         'Interop\\Container\\Exception\\NotFoundException' => __DIR__ . '/..' . '/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php',
    81         'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php',
    82         'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php',
    83         'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php',
    84         'Zend\\Escaper\\Escaper' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Escaper.php',
    85         'Zend\\Escaper\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Exception/ExceptionInterface.php',
    86         'Zend\\Escaper\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php',
    87         'Zend\\Escaper\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-escaper/src/Exception/RuntimeException.php',
    88         'Zend\\Http\\AbstractMessage' => __DIR__ . '/..' . '/zendframework/zend-http/src/AbstractMessage.php',
    89         'Zend\\Http\\Client' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client.php',
    90         'Zend\\Http\\ClientStatic' => __DIR__ . '/..' . '/zendframework/zend-http/src/ClientStatic.php',
    91         'Zend\\Http\\Client\\Adapter\\AdapterInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/AdapterInterface.php',
    92         'Zend\\Http\\Client\\Adapter\\Curl' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Curl.php',
    93         'Zend\\Http\\Client\\Adapter\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/ExceptionInterface.php',
    94         'Zend\\Http\\Client\\Adapter\\Exception\\InitializationException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/InitializationException.php',
    95         'Zend\\Http\\Client\\Adapter\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/InvalidArgumentException.php',
    96         'Zend\\Http\\Client\\Adapter\\Exception\\OutOfRangeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/OutOfRangeException.php',
    97         'Zend\\Http\\Client\\Adapter\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/RuntimeException.php',
    98         'Zend\\Http\\Client\\Adapter\\Exception\\TimeoutException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Exception/TimeoutException.php',
    99         'Zend\\Http\\Client\\Adapter\\Proxy' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Proxy.php',
    100         'Zend\\Http\\Client\\Adapter\\Socket' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Socket.php',
    101         'Zend\\Http\\Client\\Adapter\\StreamInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/StreamInterface.php',
    102         'Zend\\Http\\Client\\Adapter\\Test' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Adapter/Test.php',
    103         'Zend\\Http\\Client\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/ExceptionInterface.php',
    104         'Zend\\Http\\Client\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/InvalidArgumentException.php',
    105         'Zend\\Http\\Client\\Exception\\OutOfRangeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/OutOfRangeException.php',
    106         'Zend\\Http\\Client\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Client/Exception/RuntimeException.php',
    107         'Zend\\Http\\Cookies' => __DIR__ . '/..' . '/zendframework/zend-http/src/Cookies.php',
    108         'Zend\\Http\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/ExceptionInterface.php',
    109         'Zend\\Http\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/InvalidArgumentException.php',
    110         'Zend\\Http\\Exception\\OutOfRangeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/OutOfRangeException.php',
    111         'Zend\\Http\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Exception/RuntimeException.php',
    112         'Zend\\Http\\HeaderLoader' => __DIR__ . '/..' . '/zendframework/zend-http/src/HeaderLoader.php',
    113         'Zend\\Http\\Header\\AbstractAccept' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AbstractAccept.php',
    114         'Zend\\Http\\Header\\AbstractDate' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AbstractDate.php',
    115         'Zend\\Http\\Header\\AbstractLocation' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AbstractLocation.php',
    116         'Zend\\Http\\Header\\Accept' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept.php',
    117         'Zend\\Http\\Header\\AcceptCharset' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptCharset.php',
    118         'Zend\\Http\\Header\\AcceptEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptEncoding.php',
    119         'Zend\\Http\\Header\\AcceptLanguage' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptLanguage.php',
    120         'Zend\\Http\\Header\\AcceptRanges' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AcceptRanges.php',
    121         'Zend\\Http\\Header\\Accept\\FieldValuePart\\AbstractFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php',
    122         'Zend\\Http\\Header\\Accept\\FieldValuePart\\AcceptFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php',
    123         'Zend\\Http\\Header\\Accept\\FieldValuePart\\CharsetFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php',
    124         'Zend\\Http\\Header\\Accept\\FieldValuePart\\EncodingFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php',
    125         'Zend\\Http\\Header\\Accept\\FieldValuePart\\LanguageFieldValuePart' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php',
    126         'Zend\\Http\\Header\\Age' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Age.php',
    127         'Zend\\Http\\Header\\Allow' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Allow.php',
    128         'Zend\\Http\\Header\\AuthenticationInfo' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/AuthenticationInfo.php',
    129         'Zend\\Http\\Header\\Authorization' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Authorization.php',
    130         'Zend\\Http\\Header\\CacheControl' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/CacheControl.php',
    131         'Zend\\Http\\Header\\Connection' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Connection.php',
    132         'Zend\\Http\\Header\\ContentDisposition' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentDisposition.php',
    133         'Zend\\Http\\Header\\ContentEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentEncoding.php',
    134         'Zend\\Http\\Header\\ContentLanguage' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentLanguage.php',
    135         'Zend\\Http\\Header\\ContentLength' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentLength.php',
    136         'Zend\\Http\\Header\\ContentLocation' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentLocation.php',
    137         'Zend\\Http\\Header\\ContentMD5' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentMD5.php',
    138         'Zend\\Http\\Header\\ContentRange' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentRange.php',
    139         'Zend\\Http\\Header\\ContentSecurityPolicy' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentSecurityPolicy.php',
    140         'Zend\\Http\\Header\\ContentTransferEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentTransferEncoding.php',
    141         'Zend\\Http\\Header\\ContentType' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ContentType.php',
    142         'Zend\\Http\\Header\\Cookie' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Cookie.php',
    143         'Zend\\Http\\Header\\Date' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Date.php',
    144         'Zend\\Http\\Header\\Etag' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Etag.php',
    145         'Zend\\Http\\Header\\Exception\\DomainException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/DomainException.php',
    146         'Zend\\Http\\Header\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/ExceptionInterface.php',
    147         'Zend\\Http\\Header\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/InvalidArgumentException.php',
    148         'Zend\\Http\\Header\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Exception/RuntimeException.php',
    149         'Zend\\Http\\Header\\Expect' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Expect.php',
    150         'Zend\\Http\\Header\\Expires' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Expires.php',
    151         'Zend\\Http\\Header\\From' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/From.php',
    152         'Zend\\Http\\Header\\GenericHeader' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/GenericHeader.php',
    153         'Zend\\Http\\Header\\GenericMultiHeader' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/GenericMultiHeader.php',
    154         'Zend\\Http\\Header\\HeaderInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/HeaderInterface.php',
    155         'Zend\\Http\\Header\\HeaderValue' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/HeaderValue.php',
    156         'Zend\\Http\\Header\\Host' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Host.php',
    157         'Zend\\Http\\Header\\IfMatch' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfMatch.php',
    158         'Zend\\Http\\Header\\IfModifiedSince' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfModifiedSince.php',
    159         'Zend\\Http\\Header\\IfNoneMatch' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfNoneMatch.php',
    160         'Zend\\Http\\Header\\IfRange' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfRange.php',
    161         'Zend\\Http\\Header\\IfUnmodifiedSince' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/IfUnmodifiedSince.php',
    162         'Zend\\Http\\Header\\KeepAlive' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/KeepAlive.php',
    163         'Zend\\Http\\Header\\LastModified' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/LastModified.php',
    164         'Zend\\Http\\Header\\Location' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Location.php',
    165         'Zend\\Http\\Header\\MaxForwards' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/MaxForwards.php',
    166         'Zend\\Http\\Header\\MultipleHeaderInterface' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/MultipleHeaderInterface.php',
    167         'Zend\\Http\\Header\\Origin' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Origin.php',
    168         'Zend\\Http\\Header\\Pragma' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Pragma.php',
    169         'Zend\\Http\\Header\\ProxyAuthenticate' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ProxyAuthenticate.php',
    170         'Zend\\Http\\Header\\ProxyAuthorization' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/ProxyAuthorization.php',
    171         'Zend\\Http\\Header\\Range' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Range.php',
    172         'Zend\\Http\\Header\\Referer' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Referer.php',
    173         'Zend\\Http\\Header\\Refresh' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Refresh.php',
    174         'Zend\\Http\\Header\\RetryAfter' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/RetryAfter.php',
    175         'Zend\\Http\\Header\\Server' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Server.php',
    176         'Zend\\Http\\Header\\SetCookie' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/SetCookie.php',
    177         'Zend\\Http\\Header\\TE' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/TE.php',
    178         'Zend\\Http\\Header\\Trailer' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Trailer.php',
    179         'Zend\\Http\\Header\\TransferEncoding' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/TransferEncoding.php',
    180         'Zend\\Http\\Header\\Upgrade' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Upgrade.php',
    181         'Zend\\Http\\Header\\UserAgent' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/UserAgent.php',
    182         'Zend\\Http\\Header\\Vary' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Vary.php',
    183         'Zend\\Http\\Header\\Via' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Via.php',
    184         'Zend\\Http\\Header\\WWWAuthenticate' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/WWWAuthenticate.php',
    185         'Zend\\Http\\Header\\Warning' => __DIR__ . '/..' . '/zendframework/zend-http/src/Header/Warning.php',
    186         'Zend\\Http\\Headers' => __DIR__ . '/..' . '/zendframework/zend-http/src/Headers.php',
    187         'Zend\\Http\\PhpEnvironment\\RemoteAddress' => __DIR__ . '/..' . '/zendframework/zend-http/src/PhpEnvironment/RemoteAddress.php',
    188         'Zend\\Http\\PhpEnvironment\\Request' => __DIR__ . '/..' . '/zendframework/zend-http/src/PhpEnvironment/Request.php',
    189         'Zend\\Http\\PhpEnvironment\\Response' => __DIR__ . '/..' . '/zendframework/zend-http/src/PhpEnvironment/Response.php',
    190         'Zend\\Http\\Request' => __DIR__ . '/..' . '/zendframework/zend-http/src/Request.php',
    191         'Zend\\Http\\Response' => __DIR__ . '/..' . '/zendframework/zend-http/src/Response.php',
    192         'Zend\\Http\\Response\\Stream' => __DIR__ . '/..' . '/zendframework/zend-http/src/Response/Stream.php',
    193         'Zend\\Loader\\AutoloaderFactory' => __DIR__ . '/..' . '/zendframework/zend-loader/src/AutoloaderFactory.php',
    194         'Zend\\Loader\\ClassMapAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/ClassMapAutoloader.php',
    195         'Zend\\Loader\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/BadMethodCallException.php',
    196         'Zend\\Loader\\Exception\\DomainException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/DomainException.php',
    197         'Zend\\Loader\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/ExceptionInterface.php',
    198         'Zend\\Loader\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/InvalidArgumentException.php',
    199         'Zend\\Loader\\Exception\\InvalidPathException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/InvalidPathException.php',
    200         'Zend\\Loader\\Exception\\MissingResourceNamespaceException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/MissingResourceNamespaceException.php',
    201         'Zend\\Loader\\Exception\\PluginLoaderException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/PluginLoaderException.php',
    202         'Zend\\Loader\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/RuntimeException.php',
    203         'Zend\\Loader\\Exception\\SecurityException' => __DIR__ . '/..' . '/zendframework/zend-loader/src/Exception/SecurityException.php',
    204         'Zend\\Loader\\ModuleAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/ModuleAutoloader.php',
    205         'Zend\\Loader\\PluginClassLoader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/PluginClassLoader.php',
    206         'Zend\\Loader\\PluginClassLocator' => __DIR__ . '/..' . '/zendframework/zend-loader/src/PluginClassLocator.php',
    207         'Zend\\Loader\\ShortNameLocator' => __DIR__ . '/..' . '/zendframework/zend-loader/src/ShortNameLocator.php',
    208         'Zend\\Loader\\SplAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/SplAutoloader.php',
    209         'Zend\\Loader\\StandardAutoloader' => __DIR__ . '/..' . '/zendframework/zend-loader/src/StandardAutoloader.php',
    210         'Zend\\Stdlib\\AbstractOptions' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/AbstractOptions.php',
    211         'Zend\\Stdlib\\ArrayObject' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayObject.php',
    212         'Zend\\Stdlib\\ArraySerializableInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArraySerializableInterface.php',
    213         'Zend\\Stdlib\\ArrayStack' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayStack.php',
    214         'Zend\\Stdlib\\ArrayUtils' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils.php',
    215         'Zend\\Stdlib\\ArrayUtils\\MergeRemoveKey' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php',
    216         'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKey' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php',
    217         'Zend\\Stdlib\\ArrayUtils\\MergeReplaceKeyInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php',
    218         'Zend\\Stdlib\\ConsoleHelper' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ConsoleHelper.php',
    219         'Zend\\Stdlib\\DispatchableInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/DispatchableInterface.php',
    220         'Zend\\Stdlib\\ErrorHandler' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ErrorHandler.php',
    221         'Zend\\Stdlib\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php',
    222         'Zend\\Stdlib\\Exception\\DomainException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/DomainException.php',
    223         'Zend\\Stdlib\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php',
    224         'Zend\\Stdlib\\Exception\\ExtensionNotLoadedException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php',
    225         'Zend\\Stdlib\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php',
    226         'Zend\\Stdlib\\Exception\\LogicException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/LogicException.php',
    227         'Zend\\Stdlib\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Exception/RuntimeException.php',
    228         'Zend\\Stdlib\\FastPriorityQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/FastPriorityQueue.php',
    229         'Zend\\Stdlib\\Glob' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Glob.php',
    230         'Zend\\Stdlib\\Guard\\AllGuardsTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php',
    231         'Zend\\Stdlib\\Guard\\ArrayOrTraversableGuardTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php',
    232         'Zend\\Stdlib\\Guard\\EmptyGuardTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php',
    233         'Zend\\Stdlib\\Guard\\NullGuardTrait' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php',
    234         'Zend\\Stdlib\\InitializableInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/InitializableInterface.php',
    235         'Zend\\Stdlib\\JsonSerializable' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/JsonSerializable.php',
    236         'Zend\\Stdlib\\Message' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Message.php',
    237         'Zend\\Stdlib\\MessageInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/MessageInterface.php',
    238         'Zend\\Stdlib\\ParameterObjectInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ParameterObjectInterface.php',
    239         'Zend\\Stdlib\\Parameters' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Parameters.php',
    240         'Zend\\Stdlib\\ParametersInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ParametersInterface.php',
    241         'Zend\\Stdlib\\PriorityList' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/PriorityList.php',
    242         'Zend\\Stdlib\\PriorityQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/PriorityQueue.php',
    243         'Zend\\Stdlib\\Request' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Request.php',
    244         'Zend\\Stdlib\\RequestInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/RequestInterface.php',
    245         'Zend\\Stdlib\\Response' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/Response.php',
    246         'Zend\\Stdlib\\ResponseInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/ResponseInterface.php',
    247         'Zend\\Stdlib\\SplPriorityQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/SplPriorityQueue.php',
    248         'Zend\\Stdlib\\SplQueue' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/SplQueue.php',
    249         'Zend\\Stdlib\\SplStack' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/SplStack.php',
    250         'Zend\\Stdlib\\StringUtils' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringUtils.php',
    251         'Zend\\Stdlib\\StringWrapper\\AbstractStringWrapper' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php',
    252         'Zend\\Stdlib\\StringWrapper\\Iconv' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/Iconv.php',
    253         'Zend\\Stdlib\\StringWrapper\\Intl' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/Intl.php',
    254         'Zend\\Stdlib\\StringWrapper\\MbString' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/MbString.php',
    255         'Zend\\Stdlib\\StringWrapper\\Native' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/Native.php',
    256         'Zend\\Stdlib\\StringWrapper\\StringWrapperInterface' => __DIR__ . '/..' . '/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php',
    257         'Zend\\Uri\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/ExceptionInterface.php',
    258         'Zend\\Uri\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/InvalidArgumentException.php',
    259         'Zend\\Uri\\Exception\\InvalidUriException' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/InvalidUriException.php',
    260         'Zend\\Uri\\Exception\\InvalidUriPartException' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Exception/InvalidUriPartException.php',
    261         'Zend\\Uri\\File' => __DIR__ . '/..' . '/zendframework/zend-uri/src/File.php',
    262         'Zend\\Uri\\Http' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Http.php',
    263         'Zend\\Uri\\Mailto' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Mailto.php',
    264         'Zend\\Uri\\Uri' => __DIR__ . '/..' . '/zendframework/zend-uri/src/Uri.php',
    265         'Zend\\Uri\\UriFactory' => __DIR__ . '/..' . '/zendframework/zend-uri/src/UriFactory.php',
    266         'Zend\\Uri\\UriInterface' => __DIR__ . '/..' . '/zendframework/zend-uri/src/UriInterface.php',
    267         'Zend\\Validator\\AbstractValidator' => __DIR__ . '/..' . '/zendframework/zend-validator/src/AbstractValidator.php',
    268         'Zend\\Validator\\Barcode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode.php',
    269         'Zend\\Validator\\Barcode\\AbstractAdapter' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/AbstractAdapter.php',
    270         'Zend\\Validator\\Barcode\\AdapterInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/AdapterInterface.php',
    271         'Zend\\Validator\\Barcode\\Codabar' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Codabar.php',
    272         'Zend\\Validator\\Barcode\\Code128' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code128.php',
    273         'Zend\\Validator\\Barcode\\Code25' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code25.php',
    274         'Zend\\Validator\\Barcode\\Code25interleaved' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code25interleaved.php',
    275         'Zend\\Validator\\Barcode\\Code39' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code39.php',
    276         'Zend\\Validator\\Barcode\\Code39ext' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code39ext.php',
    277         'Zend\\Validator\\Barcode\\Code93' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code93.php',
    278         'Zend\\Validator\\Barcode\\Code93ext' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Code93ext.php',
    279         'Zend\\Validator\\Barcode\\Ean12' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean12.php',
    280         'Zend\\Validator\\Barcode\\Ean13' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean13.php',
    281         'Zend\\Validator\\Barcode\\Ean14' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean14.php',
    282         'Zend\\Validator\\Barcode\\Ean18' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean18.php',
    283         'Zend\\Validator\\Barcode\\Ean2' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean2.php',
    284         'Zend\\Validator\\Barcode\\Ean5' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean5.php',
    285         'Zend\\Validator\\Barcode\\Ean8' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Ean8.php',
    286         'Zend\\Validator\\Barcode\\Gtin12' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Gtin12.php',
    287         'Zend\\Validator\\Barcode\\Gtin13' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Gtin13.php',
    288         'Zend\\Validator\\Barcode\\Gtin14' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Gtin14.php',
    289         'Zend\\Validator\\Barcode\\Identcode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Identcode.php',
    290         'Zend\\Validator\\Barcode\\Intelligentmail' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Intelligentmail.php',
    291         'Zend\\Validator\\Barcode\\Issn' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Issn.php',
    292         'Zend\\Validator\\Barcode\\Itf14' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Itf14.php',
    293         'Zend\\Validator\\Barcode\\Leitcode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Leitcode.php',
    294         'Zend\\Validator\\Barcode\\Planet' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Planet.php',
    295         'Zend\\Validator\\Barcode\\Postnet' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Postnet.php',
    296         'Zend\\Validator\\Barcode\\Royalmail' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Royalmail.php',
    297         'Zend\\Validator\\Barcode\\Sscc' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Sscc.php',
    298         'Zend\\Validator\\Barcode\\Upca' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Upca.php',
    299         'Zend\\Validator\\Barcode\\Upce' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Barcode/Upce.php',
    300         'Zend\\Validator\\Between' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Between.php',
    301         'Zend\\Validator\\Bitwise' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Bitwise.php',
    302         'Zend\\Validator\\Callback' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Callback.php',
    303         'Zend\\Validator\\ConfigProvider' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ConfigProvider.php',
    304         'Zend\\Validator\\CreditCard' => __DIR__ . '/..' . '/zendframework/zend-validator/src/CreditCard.php',
    305         'Zend\\Validator\\Csrf' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Csrf.php',
    306         'Zend\\Validator\\Date' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Date.php',
    307         'Zend\\Validator\\DateStep' => __DIR__ . '/..' . '/zendframework/zend-validator/src/DateStep.php',
    308         'Zend\\Validator\\Db\\AbstractDb' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Db/AbstractDb.php',
    309         'Zend\\Validator\\Db\\NoRecordExists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Db/NoRecordExists.php',
    310         'Zend\\Validator\\Db\\RecordExists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Db/RecordExists.php',
    311         'Zend\\Validator\\Digits' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Digits.php',
    312         'Zend\\Validator\\EmailAddress' => __DIR__ . '/..' . '/zendframework/zend-validator/src/EmailAddress.php',
    313         'Zend\\Validator\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/BadMethodCallException.php',
    314         'Zend\\Validator\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/ExceptionInterface.php',
    315         'Zend\\Validator\\Exception\\ExtensionNotLoadedException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/ExtensionNotLoadedException.php',
    316         'Zend\\Validator\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/InvalidArgumentException.php',
    317         'Zend\\Validator\\Exception\\InvalidMagicMimeFileException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/InvalidMagicMimeFileException.php',
    318         'Zend\\Validator\\Exception\\RuntimeException' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Exception/RuntimeException.php',
    319         'Zend\\Validator\\Explode' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Explode.php',
    320         'Zend\\Validator\\File\\Count' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Count.php',
    321         'Zend\\Validator\\File\\Crc32' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Crc32.php',
    322         'Zend\\Validator\\File\\ExcludeExtension' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/ExcludeExtension.php',
    323         'Zend\\Validator\\File\\ExcludeMimeType' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/ExcludeMimeType.php',
    324         'Zend\\Validator\\File\\Exists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Exists.php',
    325         'Zend\\Validator\\File\\Extension' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Extension.php',
    326         'Zend\\Validator\\File\\FilesSize' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/FilesSize.php',
    327         'Zend\\Validator\\File\\Hash' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Hash.php',
    328         'Zend\\Validator\\File\\ImageSize' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/ImageSize.php',
    329         'Zend\\Validator\\File\\IsCompressed' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/IsCompressed.php',
    330         'Zend\\Validator\\File\\IsImage' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/IsImage.php',
    331         'Zend\\Validator\\File\\Md5' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Md5.php',
    332         'Zend\\Validator\\File\\MimeType' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/MimeType.php',
    333         'Zend\\Validator\\File\\NotExists' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/NotExists.php',
    334         'Zend\\Validator\\File\\Sha1' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Sha1.php',
    335         'Zend\\Validator\\File\\Size' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Size.php',
    336         'Zend\\Validator\\File\\Upload' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/Upload.php',
    337         'Zend\\Validator\\File\\UploadFile' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/UploadFile.php',
    338         'Zend\\Validator\\File\\WordCount' => __DIR__ . '/..' . '/zendframework/zend-validator/src/File/WordCount.php',
    339         'Zend\\Validator\\GpsPoint' => __DIR__ . '/..' . '/zendframework/zend-validator/src/GpsPoint.php',
    340         'Zend\\Validator\\GreaterThan' => __DIR__ . '/..' . '/zendframework/zend-validator/src/GreaterThan.php',
    341         'Zend\\Validator\\Hex' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Hex.php',
    342         'Zend\\Validator\\Hostname' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Hostname.php',
    343         'Zend\\Validator\\Iban' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Iban.php',
    344         'Zend\\Validator\\Identical' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Identical.php',
    345         'Zend\\Validator\\InArray' => __DIR__ . '/..' . '/zendframework/zend-validator/src/InArray.php',
    346         'Zend\\Validator\\Ip' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Ip.php',
    347         'Zend\\Validator\\IsCountable' => __DIR__ . '/..' . '/zendframework/zend-validator/src/IsCountable.php',
    348         'Zend\\Validator\\IsInstanceOf' => __DIR__ . '/..' . '/zendframework/zend-validator/src/IsInstanceOf.php',
    349         'Zend\\Validator\\Isbn' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Isbn.php',
    350         'Zend\\Validator\\Isbn\\Isbn10' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Isbn/Isbn10.php',
    351         'Zend\\Validator\\Isbn\\Isbn13' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Isbn/Isbn13.php',
    352         'Zend\\Validator\\LessThan' => __DIR__ . '/..' . '/zendframework/zend-validator/src/LessThan.php',
    353         'Zend\\Validator\\Module' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Module.php',
    354         'Zend\\Validator\\NotEmpty' => __DIR__ . '/..' . '/zendframework/zend-validator/src/NotEmpty.php',
    355         'Zend\\Validator\\Regex' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Regex.php',
    356         'Zend\\Validator\\Sitemap\\Changefreq' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Changefreq.php',
    357         'Zend\\Validator\\Sitemap\\Lastmod' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Lastmod.php',
    358         'Zend\\Validator\\Sitemap\\Loc' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Loc.php',
    359         'Zend\\Validator\\Sitemap\\Priority' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Sitemap/Priority.php',
    360         'Zend\\Validator\\StaticValidator' => __DIR__ . '/..' . '/zendframework/zend-validator/src/StaticValidator.php',
    361         'Zend\\Validator\\Step' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Step.php',
    362         'Zend\\Validator\\StringLength' => __DIR__ . '/..' . '/zendframework/zend-validator/src/StringLength.php',
    363         'Zend\\Validator\\Timezone' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Timezone.php',
    364         'Zend\\Validator\\Translator\\TranslatorAwareInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Translator/TranslatorAwareInterface.php',
    365         'Zend\\Validator\\Translator\\TranslatorInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Translator/TranslatorInterface.php',
    366         'Zend\\Validator\\Uri' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Uri.php',
    367         'Zend\\Validator\\Uuid' => __DIR__ . '/..' . '/zendframework/zend-validator/src/Uuid.php',
    368         'Zend\\Validator\\ValidatorChain' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorChain.php',
    369         'Zend\\Validator\\ValidatorInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorInterface.php',
    370         'Zend\\Validator\\ValidatorPluginManager' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorPluginManager.php',
    371         'Zend\\Validator\\ValidatorPluginManagerAwareInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorPluginManagerAwareInterface.php',
    372         'Zend\\Validator\\ValidatorPluginManagerFactory' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorPluginManagerFactory.php',
    373         'Zend\\Validator\\ValidatorProviderInterface' => __DIR__ . '/..' . '/zendframework/zend-validator/src/ValidatorProviderInterface.php',
    374         'fazacrmclient\\Backend' => __DIR__ . '/../..' . '/src/Backend.php',
    375         'fazacrmclient\\ConfigurationTest' => __DIR__ . '/../..' . '/src/ConfigurationTest.php',
    376         'fazacrmclient\\Contact' => __DIR__ . '/../..' . '/src/Contact.php',
    377         'fazacrmclient\\Frontend' => __DIR__ . '/../..' . '/src/Frontend.php',
    378         'fazacrmclient\\GeneralSettings' => __DIR__ . '/../..' . '/src/GeneralSettings.php',
    379         'fazacrmclient\\Plugin' => __DIR__ . '/../..' . '/src/Plugin.php',
    380         'fazacrmclient\\fazaCRMRESTClient' => __DIR__ . '/../..' . '/src/fazaCRMRESTClient.php',
    381         'fazacrmclient\\fazacore\\Plugin' => __DIR__ . '/../..' . '/src/fazacore/Plugin.php',
    382     );
    383 
    38477    public static function getInitializer(ClassLoader $loader)
    38578    {
     
    38780            $loader->prefixLengthsPsr4 = ComposerStaticInit3ac3a82a5b7fffc1c3c758ffa134e643::$prefixLengthsPsr4;
    38881            $loader->prefixDirsPsr4 = ComposerStaticInit3ac3a82a5b7fffc1c3c758ffa134e643::$prefixDirsPsr4;
    389             $loader->classMap = ComposerStaticInit3ac3a82a5b7fffc1c3c758ffa134e643::$classMap;
    39082
    39183        }, null, ClassLoader::class);
  • fazacrm-client/trunk/vendor/composer/installed.json

    r2033088 r2065535  
    133133    {
    134134        "name": "zendframework/zend-http",
    135         "version": "2.9.1",
    136         "version_normalized": "2.9.1.0",
     135        "version": "2.10.0",
     136        "version_normalized": "2.10.0.0",
    137137        "source": {
    138138            "type": "git",
    139139            "url": "https://github.com/zendframework/zend-http.git",
    140             "reference": "fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0"
    141         },
    142         "dist": {
    143             "type": "zip",
    144             "url": "https://api.github.com/repos/zendframework/zend-http/zipball/fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",
    145             "reference": "fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",
     140            "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0"
     141        },
     142        "dist": {
     143            "type": "zip",
     144            "url": "https://api.github.com/repos/zendframework/zend-http/zipball/4b4983178693a8fdda53b0bbee58552e2d2b1ac0",
     145            "reference": "4b4983178693a8fdda53b0bbee58552e2d2b1ac0",
    146146            "shasum": ""
    147147        },
     
    161161            "paragonie/certainty": "For automated management of cacert.pem"
    162162        },
    163         "time": "2019-01-22T19:48:43+00:00",
    164         "type": "library",
    165         "extra": {
    166             "branch-alias": {
    167                 "dev-master": "2.9.x-dev",
    168                 "dev-develop": "2.10.x-dev"
     163        "time": "2019-02-19T18:58:14+00:00",
     164        "type": "library",
     165        "extra": {
     166            "branch-alias": {
     167                "dev-master": "2.10.x-dev",
     168                "dev-develop": "2.11.x-dev"
    169169            }
    170170        },
     
    285285    {
    286286        "name": "zendframework/zend-uri",
    287         "version": "2.6.1",
    288         "version_normalized": "2.6.1.0",
     287        "version": "2.7.0",
     288        "version_normalized": "2.7.0.0",
    289289        "source": {
    290290            "type": "git",
    291291            "url": "https://github.com/zendframework/zend-uri.git",
    292             "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f"
    293         },
    294         "dist": {
    295             "type": "zip",
    296             "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/3b6463645c6766f78ce537c70cb4fdabee1e725f",
    297             "reference": "3b6463645c6766f78ce537c70cb4fdabee1e725f",
     292            "reference": "b2785cd38fe379a784645449db86f21b7739b1ee"
     293        },
     294        "dist": {
     295            "type": "zip",
     296            "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/b2785cd38fe379a784645449db86f21b7739b1ee",
     297            "reference": "b2785cd38fe379a784645449db86f21b7739b1ee",
    298298            "shasum": ""
    299299        },
     
    307307            "zendframework/zend-coding-standard": "~1.0.0"
    308308        },
    309         "time": "2018-04-30T13:40:08+00:00",
    310         "type": "library",
    311         "extra": {
    312             "branch-alias": {
    313                 "dev-master": "2.6.x-dev",
    314                 "dev-develop": "2.7.x-dev"
     309        "time": "2019-02-27T21:39:04+00:00",
     310        "type": "library",
     311        "extra": {
     312            "branch-alias": {
     313                "dev-master": "2.7.x-dev",
     314                "dev-develop": "2.8.x-dev"
    315315            }
    316316        },
     
    334334    {
    335335        "name": "zendframework/zend-validator",
    336         "version": "2.11.0",
    337         "version_normalized": "2.11.0.0",
     336        "version": "2.12.0",
     337        "version_normalized": "2.12.0.0",
    338338        "source": {
    339339            "type": "git",
    340340            "url": "https://github.com/zendframework/zend-validator.git",
    341             "reference": "f0789b4c4c099afdd2ecc58cc209a26c64bd4f17"
    342         },
    343         "dist": {
    344             "type": "zip",
    345             "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",
    346             "reference": "f0789b4c4c099afdd2ecc58cc209a26c64bd4f17",
     341            "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30"
     342        },
     343        "dist": {
     344            "type": "zip",
     345            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/64c33668e5fa2d39c6289a878f927ea2b0850c30",
     346            "reference": "64c33668e5fa2d39c6289a878f927ea2b0850c30",
    347347            "shasum": ""
    348348        },
     
    350350            "container-interop/container-interop": "^1.1",
    351351            "php": "^5.6 || ^7.0",
    352             "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
     352            "zendframework/zend-stdlib": "^3.2.1"
    353353        },
    354354        "require-dev": {
     
    378378            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
    379379        },
    380         "time": "2018-12-13T21:23:15+00:00",
    381         "type": "library",
    382         "extra": {
    383             "branch-alias": {
    384                 "dev-master": "2.11.x-dev",
    385                 "dev-develop": "2.12.x-dev"
     380        "time": "2019-01-30T14:26:10+00:00",
     381        "type": "library",
     382        "extra": {
     383            "branch-alias": {
     384                "dev-master": "2.12.x-dev",
     385                "dev-develop": "2.13.x-dev"
    386386            },
    387387            "zf": {
  • fazacrm-client/trunk/vendor/zendframework/zend-http/CHANGELOG.md

    r2033088 r2065535  
    22
    33All notable changes to this project will be documented in this file, in reverse chronological order by release.
     4
     5## 2.10.0 - 2019-02-19
     6
     7### Added
     8
     9- [#173](https://github.com/zendframework/zend-http/pull/173) adds support for HTTP/2 requests and responses.
     10
     11### Changed
     12
     13- Nothing.
     14
     15### Deprecated
     16
     17- Nothing.
     18
     19### Removed
     20
     21- Nothing.
     22
     23### Fixed
     24
     25- Nothing.
    426
    527## 2.9.1 - 2019-01-22
  • fazacrm-client/trunk/vendor/zendframework/zend-http/composer.json

    r2033088 r2065535  
    4848    "extra": {
    4949        "branch-alias": {
    50             "dev-master": "2.9.x-dev",
    51             "dev-develop": "2.10.x-dev"
     50            "dev-master": "2.10.x-dev",
     51            "dev-develop": "2.11.x-dev"
    5252        }
    5353    },
  • fazacrm-client/trunk/vendor/zendframework/zend-http/src/AbstractMessage.php

    r2033088 r2065535  
    2222    const VERSION_10 = '1.0';
    2323    const VERSION_11 = '1.1';
     24    const VERSION_2  = '2';
    2425    /**#@-*/
    2526
     
    3536
    3637    /**
    37      * Set the HTTP version for this object, one of 1.0 or 1.1
    38      * (AbstractMessage::VERSION_10, AbstractMessage::VERSION_11)
     38     * Set the HTTP version for this object, one of 1.0, 1.1 or 2
     39     * (AbstractMessage::VERSION_10, AbstractMessage::VERSION_11, AbstractMessage::VERSION_2)
    3940     *
    40      * @param  string $version (Must be 1.0 or 1.1)
     41     * @param  string $version (Must be 1.0, 1.1 or 2)
    4142     * @return AbstractMessage
    4243     * @throws Exception\InvalidArgumentException
     
    4445    public function setVersion($version)
    4546    {
    46         if ($version != self::VERSION_10 && $version != self::VERSION_11) {
     47        if (! in_array($version, [self::VERSION_10, self::VERSION_11, self::VERSION_2])) {
    4748            throw new Exception\InvalidArgumentException(
    4849                'Not valid or not supported HTTP version: ' . $version
  • fazacrm-client/trunk/vendor/zendframework/zend-http/src/Response.php

    r2033088 r2065535  
    250250    protected function parseStatusLine($line)
    251251    {
    252         $regex   = '/^HTTP\/(?P<version>1\.[01]) (?P<status>\d{3})(?:[ ]+(?P<reason>.*))?$/';
     252        $regex   = '/^HTTP\/(?P<version>1\.[01]|2) (?P<status>\d{3})(?:[ ]+(?P<reason>.*))?$/';
    253253        $matches = [];
    254254        if (! preg_match($regex, $line, $matches)) {
  • fazacrm-client/trunk/vendor/zendframework/zend-uri/CHANGELOG.md

    r2033088 r2065535  
    22
    33All notable changes to this project will be documented in this file, in reverse chronological order by release.
     4
     5## 2.7.0 - 2019-02-27
     6
     7### Added
     8
     9- Nothing.
     10
     11### Changed
     12
     13- [#29](https://github.com/zendframework/zend-uri/pull/29) changes the behavior of `getHost()`: it will now always return a lowercase
     14- representation. This is in accord with
     15- [IETF 3986 Section 3.2.2](https://tools.ietf.org/html/rfc3986#section-3.2.2).
     16
     17### Deprecated
     18
     19- Nothing.
     20
     21### Removed
     22
     23- Nothing.
     24
     25### Fixed
     26
     27- Nothing.
     28
     29## 2.6.2 - 2019-02-26
     30
     31### Added
     32
     33- [#28](https://github.com/zendframework/zend-uri/pull/28) adds support for PHP 7.3.
     34
     35### Changed
     36
     37- Nothing.
     38
     39### Deprecated
     40
     41- Nothing.
     42
     43### Removed
     44
     45- Nothing.
     46
     47### Fixed
     48
     49- Nothing.
    450
    551## 2.6.1 - 2018-04-30
  • fazacrm-client/trunk/vendor/zendframework/zend-uri/composer.json

    r2033088 r2065535  
    4040    "extra": {
    4141        "branch-alias": {
    42             "dev-master": "2.6.x-dev",
    43             "dev-develop": "2.7.x-dev"
     42            "dev-master": "2.7.x-dev",
     43            "dev-develop": "2.8.x-dev"
    4444        }
    4545    },
  • fazacrm-client/trunk/vendor/zendframework/zend-uri/src/File.php

    r2033088 r2065535  
    6868    {
    6969        $url = new static('file:');
    70         if (substr($path, 0, 1) == '/') {
     70        if (0 === strpos($path, '/')) {
    7171            $url->setHost('');
    7272        }
  • fazacrm-client/trunk/vendor/zendframework/zend-uri/src/Uri.php

    r2033088 r2065535  
    5151     * URI scheme
    5252     *
    53      * @var string
     53     * @var string|null
    5454     */
    5555    protected $scheme;
     
    5858     * URI userInfo part (usually user:password in HTTP URLs)
    5959     *
    60      * @var string
     60     * @var string|null
    6161     */
    6262    protected $userInfo;
     
    6565     * URI hostname
    6666     *
    67      * @var string
     67     * @var string|null
    6868     */
    6969    protected $host;
     
    7272     * URI port
    7373     *
    74      * @var int
     74     * @var int|null
    7575     */
    7676    protected $port;
     
    7979     * URI path
    8080     *
    81      * @var string
     81     * @var string|null
    8282     */
    8383    protected $path;
     
    8686     * URI query string
    8787     *
    88      * @var string
     88     * @var string|null
    8989     */
    9090    protected $query;
    9191
    9292    /**
    93      * URI fragment
     93     * URI fragment|null
    9494     *
    9595     * @var string
     
    193193    {
    194194        if ($this->host) {
    195             if (strlen($this->path) > 0 && substr($this->path, 0, 1) != '/') {
     195            if (strlen($this->path) > 0 && 0 !== strpos($this->path, '/')) {
    196196                return false;
    197197            }
     
    205205        if ($this->path) {
    206206            // Check path-only (no host) URI
    207             if (substr($this->path, 0, 2) == '//') {
     207            if (0 === strpos($this->path, '//')) {
    208208                return false;
    209209            }
     
    232232        if ($this->path) {
    233233            // Check path-only (no host) URI
    234             if (substr($this->path, 0, 2) == '//') {
     234            if (0 === strpos($this->path, '//')) {
    235235                return false;
    236236            }
     
    338338
    339339        // All that's left is the fragment
    340         if ($uri && substr($uri, 0, 1) == '#') {
     340        if ($uri && 0 === strpos($uri, '#')) {
    341341            $this->setFragment(substr($uri, 1));
    342342        }
     
    484484                }
    485485            } else {
    486                 if (substr($relPath, 0, 1) == '/') {
     486                if (0 === strpos($relPath, '/')) {
    487487                    $this->setPath(static::removePathDotSegments($relPath));
    488488                } else {
     
    683683     * validateScheme() method.
    684684     *
    685      * @param  string $scheme
     685     * @param  string|null $scheme
    686686     * @throws Exception\InvalidUriPartException
    687687     * @return Uri
     
    704704     * Set the URI User-info part (usually user:password)
    705705     *
    706      * @param  string $userInfo
     706     * @param  string|null $userInfo
    707707     * @return Uri
    708708     * @throws Exception\InvalidUriPartException If the schema definition
     
    729729     * are allowed in HTTP URIs.
    730730     *
    731      * @param  string $host
     731     * @param  string|null $host
    732732     * @throws Exception\InvalidUriPartException
    733733     * @return Uri
     
    746746        }
    747747
     748        if ($host !== null) {
     749            $host = strtolower($host);
     750        }
     751
    748752        $this->host = $host;
    749753        return $this;
     
    753757     * Set the port part of the URI
    754758     *
    755      * @param  int $port
     759     * @param  int|null $port
    756760     * @return Uri
    757761     */
     
    765769     * Set the path
    766770     *
    767      * @param  string $path
     771     * @param  string|null $path
    768772     * @return Uri
    769773     */
     
    781785     * PHP's common square bracket notation.
    782786     *
    783      * @param  string|array $query
     787     * @param  string|array|null $query
    784788     * @return Uri
    785789     */
     
    799803     * Set the URI fragment part
    800804     *
    801      * @param  string $fragment
     805     * @param  string|null $fragment
    802806     * @return Uri
    803807     * @throws Exception\InvalidUriPartException If the schema definition
     
    11061110                    $output = substr($output, 0, $lastSlashPos);
    11071111                    break;
    1108                 case (substr($path, 0, 4) == '/../'):
     1112                case (0 === strpos($path, '/../')):
    11091113                    $path   = '/' . substr($path, 4);
    11101114                    $lastSlashPos = strrpos($output, '/', -1);
     
    11141118                    $output = substr($output, 0, $lastSlashPos);
    11151119                    break;
    1116                 case (substr($path, 0, 3) == '/./'):
     1120                case (0 === strpos($path, '/./')):
    11171121                    $path = substr($path, 2);
    11181122                    break;
    1119                 case (substr($path, 0, 2) == './'):
     1123                case (0 === strpos($path, './')):
    11201124                    $path = substr($path, 2);
    11211125                    break;
    1122                 case (substr($path, 0, 3) == '../'):
     1126                case (0 === strpos($path, '../')):
    11231127                    $path = substr($path, 3);
    11241128                    break;
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/CHANGELOG.md

    r2033088 r2065535  
    22
    33All notable changes to this project will be documented in this file, in reverse chronological order by release.
     4
     5## 2.12.0 - 2019-01-30
     6
     7### Added
     8
     9- [#250](https://github.com/zendframework/zend-validator/pull/250) adds support for PHP 7.3.
     10
     11### Changed
     12
     13- [#251](https://github.com/zendframework/zend-validator/pull/251) updates the logic of each of the various `Zend\Validator\File` validators
     14  to allow validating against PSR-7 `UploadedFileInterface` instances, expanding
     15  the support originally provided in version 2.11.0.
     16
     17### Deprecated
     18
     19- Nothing.
     20
     21### Removed
     22
     23- [#250](https://github.com/zendframework/zend-validator/pull/250) removes support for zend-stdlib v2 releases.
     24
     25### Fixed
     26
     27- Nothing.
     28
     29## 2.11.1 - 2019-01-29
     30
     31### Added
     32
     33- [#249](https://github.com/zendframework/zend-validator/pull/249) adds support in the hostname validator for the `.rs` TLD.
     34
     35### Changed
     36
     37- [#253](https://github.com/zendframework/zend-validator/pull/253) updates the list of allowed characters for a `DE` domain name to match those published by IDN.
     38
     39### Deprecated
     40
     41- Nothing.
     42
     43### Removed
     44
     45- Nothing.
     46
     47### Fixed
     48
     49- [#256](https://github.com/zendframework/zend-validator/pull/256) fixes hostname validation when omitting the TLD from verification,
     50  ensuring validation of the domain segment considers all URI criteria.
    451
    552## 2.11.0 - 2018-12-13
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/composer.json

    r2033088 r2065535  
    1515    "require": {
    1616        "php": "^5.6 || ^7.0",
    17         "zendframework/zend-stdlib": "^2.7.6 || ^3.1",
     17        "zendframework/zend-stdlib": "^3.2.1",
    1818        "container-interop/container-interop": "^1.1"
    1919    },
     
    4848    "extra": {
    4949        "branch-alias": {
    50             "dev-master": "2.11.x-dev",
    51             "dev-develop": "2.12.x-dev"
     50            "dev-master": "2.12.x-dev",
     51            "dev-develop": "2.13.x-dev"
    5252        },
    5353        "zf": {
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/composer.lock

    r2033088 r2065535  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "6d7da53324a7d53b31d05453a72e1136",
     7    "content-hash": "d63c66fe8848c902d47f6175d0d73710",
    88    "packages": [
    99        {
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/messages.md

    r2033088 r2065535  
    4848200 failure messages. It can be a tedious task to translate all of these
    4949messages. For your convenience, pre-translated messages are provided in the
    50 [zendframework/zend-i18n-resources](https://zendframework.github.io/zend-i18n-resources/)
     50[zendframework/zend-i18n-resources](https://docs.zendframework.com/zend-i18n-resources/)
    5151package:
    5252
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/set.md

    r2033088 r2065535  
    1111- [Digits](validators/digits.md)
    1212- [EmailAddress](validators/email-address.md)
     13- [Explode](validators/explode.md)
    1314- [File Validation Classes](validators/file/intro.md)
    1415- [GreaterThan](validators/greater-than.md)
     
    2021- [Ip](validators/ip.md)
    2122- [Isbn](validators/isbn.md)
     23- [IsCountable](validators/is-countable.md)
    2224- [IsInstanceOf](validators/isinstanceof.md)
    2325- [LessThan](validators/less-than.md)
     
    3537Several other components offer validators as well:
    3638
    37 - [zend-i18n](http://zendframework.github.io/zend-i18n/validators/)
     39- [zend-i18n](https://docs.zendframework.com/zend-i18n/validators/)
    3840
    3941## Deprecated Validators
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/barcode.md

    r2033088 r2065535  
    312312- `Length`: The length your barcode must have. It can have one of the following
    313313  values:
    314   - `Integer`: A value greater 0, which means that the barcode must have this
    315     length.
    316   - `-1`: There is no limitation for the length of this barcode.
    317   - `"even"`: The length of this barcode must have a even amount of digits.
    318   - `"odd"`: The length of this barcode must have a odd amount of digits.
    319   - `array`: An array of integer values. The length of this barcode must have
     314    - `Integer`: A value greater 0, which means that the barcode must have this
     315      length.
     316    - `-1`: There is no limitation for the length of this barcode.
     317    - `"even"`: The length of this barcode must have a even amount of digits.
     318    - `"odd"`: The length of this barcode must have a odd amount of digits.
     319    - `array`: An array of integer values. The length of this barcode must have
    320320    one of the set array values.
    321321- `Characters`: A string which contains all allowed characters for this barcode.
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/email-address.md

    r2033088 r2065535  
    3535  Possible values of this option defined in [Hostname](hostname.md) validator's
    3636  `ALLOW_*` constants:
    37   - `ALLOW_DNS` (default) - Allows Internet domain names _(e.g. example.com)_
    38   - `ALLOW_IP` - Allows IP addresses _(e.g. 192.168.0.1)_
    39   - `ALLOW_LOCAL` - Allows local network such as _localhost_ or _www.localdomain_
    40   - `ALLOW_URI`  - Allows hostnames in URI generic syntax. See [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt)
    41   - `ALLOW_ALL` - Allows all types of hostnames
     37    - `ALLOW_DNS` (default) - Allows Internet domain names _(e.g. example.com)_
     38    - `ALLOW_IP` - Allows IP addresses _(e.g. 192.168.0.1)_
     39    - `ALLOW_LOCAL` - Allows local network such as _localhost_ or _www.localdomain_
     40    - `ALLOW_URI`  - Allows hostnames in URI generic syntax. See [RFC 3986](https://www.ietf.org/rfc/rfc3986.txt)
     41    - `ALLOW_ALL` - Allows all types of hostnames
    4242   
    4343- `useDeepMxCheck`: Defines if the servers MX records should be verified by a deep check.
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/file/upload.md

    r2033088 r2065535  
    1010- `files`: array of file uploads. This is generally the `$_FILES` array, but
    1111  should be normalized per the details in [PSR-7](http://www.php-fig.org/psr/psr-7/#1-6-uploaded-files)
    12   (which is also how [the zend-http Request](https://zendframework.github.io/zend-http)
     12  (which is also how [the zend-http Request](https://docs.zendframework.com/zend-http)
    1313  normalizes the array).
    1414
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/isbn.md

    r2033088 r2065535  
    5353Valid types include:
    5454
    55 -   `Zend\Validator\Isbn::AUTO` (default)
    56 -   `Zend\Validator\Isbn::ISBN10`
    57 -   `Zend\Validator\Isbn::ISBN13`
     55- `Zend\Validator\Isbn::AUTO` (default)
     56- `Zend\Validator\Isbn::ISBN10`
     57- `Zend\Validator\Isbn::ISBN13`
    5858
    5959## Specifying a separator restriction
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/sitemap.md

    r2033088 r2065535  
    4545`Zend\Validator\Sitemap\Loc` validates whether a string is valid for using as a
    4646'loc' element in a Sitemap XML document. This uses
    47 [Zend\\Uri\\Uri::isValid()](https://zendframework.github.io/zend-uri/usage/#validating-the-uri)
     47[Zend\\Uri\\Uri::isValid()](https://docs.zendframework.com/zend-uri/usage/#validating-the-uri)
    4848internally.
    4949
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/validators/string-length.md

    r2033088 r2065535  
    44length.
    55
    6 > Supports only string validation
     6> ### Supports only string validation
    77>
    88> `Zend\Validator\StringLength` supports only the validation of strings.
     
    1616- `min`: Sets the minimum allowed length for a string.
    1717- `max`: Sets the maximum allowed length for a string.
    18 - `length`: Holds the actual length of the string.
    1918
    2019## Default behaviour
     
    8685```
    8786
    88 > ### Setting a maximum lower  than the minimum
     87## Limiting to a strict length
     88
     89If you need a strict length, then set the `min` and `max` properties to the same
     90value:
     91
     92```php
     93$validator = new Zend\Validator\StringLength(['min' => 4, 'max' => 4]);
     94
     95$validator->isValid('Tes'); // returns false
     96$validator->isValid('Test'); // returns true
     97$validator->isValid('Testi'); // returns false
     98```
     99
     100> ### Setting a maximum lower than the minimum
    89101>
    90102> When you try to set a lower maximum value than the specified minimum value, or
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/doc/book/writing-validators.md

    r2033088 r2065535  
    99validator chain using `Zend\Validator\ValidatorChain::addValidator()`. Such
    1010objects may also be used with
    11 [zend-inputfilter](https://zendframework.github.io/zend-inputfilter).
     11[zend-inputfilter](https://docs.zendframework.com/zend-inputfilter).
    1212
    1313Validators will return a boolean value from `isValid()`, and report information
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/DateStep.php

    r2033088 r2065535  
    167167            && preg_match('/^([0-9]{4})\-W([0-9]{2})/', $value, $matches)
    168168        ) {
    169             $date = new DateTime;
     169            $date = new DateTime();
    170170            $date->setISODate($matches[1], $matches[2]);
    171171        } else {
    172             $date = DateTime::createFromFormat($this->format, $value, $this->timezone);
     172            $date = DateTime::createFromFormat($this->format, $value, new DateTimeZone('UTC'));
    173173        }
    174174
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Crc32.php

    r2033088 r2065535  
    1010namespace Zend\Validator\File;
    1111
    12 use Zend\Validator\Exception;
     12use Zend\Validator\File\FileInformationTrait;
    1313
    1414/**
     
    1717class Crc32 extends Hash
    1818{
     19    use FileInformationTrait;
     20
    1921    /**
    2022     * @const string Error constants
     
    8688    public function isValid($value, $file = null)
    8789    {
    88         if (is_string($value) && is_array($file)) {
    89             // Legacy Zend\Transfer API support
    90             $filename = $file['name'];
    91             $file     = $file['tmp_name'];
    92         } elseif (is_array($value)) {
    93             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    94                 throw new Exception\InvalidArgumentException(
    95                     'Value array must be in $_FILES format'
    96                 );
    97             }
    98             $file     = $value['tmp_name'];
    99             $filename = $value['name'];
    100         } else {
    101             $file     = $value;
    102             $filename = basename($file);
    103         }
    104         $this->setValue($filename);
     90        $fileInfo = $this->getFileInfo($value, $file);
     91
     92        $this->setValue($fileInfo['filename']);
    10593
    10694        // Is file readable ?
    107         if (empty($file) || false === is_readable($file)) {
     95        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    10896            $this->error(self::NOT_FOUND);
    10997            return false;
     
    11199
    112100        $hashes   = array_unique(array_keys($this->getHash()));
    113         $filehash = hash_file('crc32', $file);
     101        $filehash = hash_file('crc32', $fileInfo['file']);
    114102        if ($filehash === false) {
    115103            $this->error(self::NOT_DETECTED);
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/ExcludeExtension.php

    r2033088 r2065535  
    1010namespace Zend\Validator\File;
    1111
     12use Zend\Validator\File\FileInformationTrait;
    1213use Zend\Validator\Exception;
    1314
     
    1718class ExcludeExtension extends Extension
    1819{
     20    use FileInformationTrait;
     21
    1922    /**
    2023     * @const string Error constants
     
    4144    public function isValid($value, $file = null)
    4245    {
    43         if (is_string($value) && is_array($file)) {
    44             // Legacy Zend\Transfer API support
    45             $filename = $file['name'];
    46             $file     = $file['tmp_name'];
    47         } elseif (is_array($value)) {
    48             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    49                 throw new Exception\InvalidArgumentException(
    50                     'Value array must be in $_FILES format'
    51                 );
    52             }
    53             $file     = $value['tmp_name'];
    54             $filename = $value['name'];
    55         } else {
    56             $file     = $value;
    57             $filename = basename($file);
    58         }
    59         $this->setValue($filename);
     46        $fileInfo = $this->getFileInfo($value, $file);
     47
     48        $this->setValue($fileInfo['filename']);
    6049
    6150        // Is file readable ?
    62         if (empty($file) || false === is_readable($file)) {
     51        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    6352            $this->error(self::NOT_FOUND);
    6453            return false;
    6554        }
    6655
    67         $extension  = substr($filename, strrpos($filename, '.') + 1);
     56        $extension  = substr($fileInfo['filename'], strrpos($fileInfo['filename'], '.') + 1);
    6857        $extensions = $this->getExtension();
    6958
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/ExcludeMimeType.php

    r2033088 r2065535  
    1111
    1212use finfo;
    13 use Zend\Validator\Exception;
     13use Zend\Validator\File\FileInformationTrait;
    1414
    1515/**
     
    1818class ExcludeMimeType extends MimeType
    1919{
     20    use FileInformationTrait;
     21
    2022    const FALSE_TYPE   = 'fileExcludeMimeTypeFalse';
    2123    const NOT_DETECTED = 'fileExcludeMimeTypeNotDetected';
     
    4244    public function isValid($value, $file = null)
    4345    {
    44         if (is_string($value) && is_array($file)) {
    45             // Legacy Zend\Transfer API support
    46             $filename = $file['name'];
    47             $filetype = $file['type'];
    48             $file     = $file['tmp_name'];
    49         } elseif (is_array($value)) {
    50             if (! isset($value['tmp_name']) || ! isset($value['name']) || ! isset($value['type'])) {
    51                 throw new Exception\InvalidArgumentException(
    52                     'Value array must be in $_FILES format'
    53                 );
    54             }
    55             $file     = $value['tmp_name'];
    56             $filename = $value['name'];
    57             $filetype = $value['type'];
    58         } else {
    59             $file     = $value;
    60             $filename = basename($file);
    61             $filetype = null;
    62         }
    63         $this->setValue($filename);
     46        $fileInfo = $this->getFileInfo($value, $file, true);
     47
     48        $this->setValue($fileInfo['filename']);
    6449
    6550        // Is file readable ?
    66         if (empty($file) || false === is_readable($file)) {
     51        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    6752            $this->error(self::NOT_READABLE);
    6853            return false;
     
    8166            $this->type = null;
    8267            if (! empty($this->finfo)) {
    83                 $this->type = finfo_file($this->finfo, $file);
     68                $this->type = finfo_file($this->finfo, $fileInfo['file']);
    8469            }
    8570        }
    8671
    8772        if (empty($this->type) && $this->getHeaderCheck()) {
    88             $this->type = $filetype;
     73            $this->type = $fileInfo['filetype'];
    8974        }
    9075
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Exists.php

    r2033088 r2065535  
    1212use Zend\Validator\AbstractValidator;
    1313use Zend\Validator\Exception;
     14use Zend\Validator\File\FileInformationTrait;
    1415
    1516/**
     
    1819class Exists extends AbstractValidator
    1920{
     21    use FileInformationTrait;
     22
    2023    /**
    2124     * @const string Error constants
     
    145148    public function isValid($value, $file = null)
    146149    {
    147         if (is_string($value) && is_array($file)) {
    148             // Legacy Zend\Transfer API support
    149             $filename = $file['name'];
    150             $file     = $file['tmp_name'];
    151             $this->setValue($filename);
    152         } elseif (is_array($value)) {
    153             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    154                 throw new Exception\InvalidArgumentException(
    155                     'Value array must be in $_FILES format'
    156                 );
    157             }
    158             $file     = $value['tmp_name'];
    159             $filename = basename($file);
    160             $this->setValue($value['name']);
    161         } else {
    162             $file     = $value;
    163             $filename = basename($file);
    164             $this->setValue($filename);
    165         }
     150        $fileInfo = $this->getFileInfo($value, $file, false, true);
     151
     152        $this->setValue($fileInfo['filename']);
    166153
    167154        $check = false;
     
    169156        if (! isset($directories)) {
    170157            $check = true;
    171             if (! file_exists($file)) {
     158            if (! file_exists($fileInfo['file'])) {
    172159                $this->error(self::DOES_NOT_EXIST);
    173160                return false;
     
    180167
    181168                $check = true;
    182                 if (! file_exists($directory . DIRECTORY_SEPARATOR . $filename)) {
     169                if (! file_exists($directory . DIRECTORY_SEPARATOR . $fileInfo['basename'])) {
    183170                    $this->error(self::DOES_NOT_EXIST);
    184171                    return false;
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Extension.php

    r2033088 r2065535  
    1313use Zend\Stdlib\ArrayUtils;
    1414use Zend\Validator\AbstractValidator;
     15use Zend\Validator\File\FileInformationTrait;
    1516use Zend\Validator\Exception;
    1617
     
    2021class Extension extends AbstractValidator
    2122{
     23    use FileInformationTrait;
     24
    2225    /**
    2326     * @const string Error constants
     
    178181    public function isValid($value, $file = null)
    179182    {
    180         if (is_string($value) && is_array($file)) {
    181             // Legacy Zend\Transfer API support
    182             $filename = $file['name'];
    183             $file     = $file['tmp_name'];
    184         } elseif (is_array($value)) {
    185             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    186                 throw new Exception\InvalidArgumentException(
    187                     'Value array must be in $_FILES format'
    188                 );
    189             }
    190             $file     = $value['tmp_name'];
    191             $filename = $value['name'];
    192         } else {
    193             $file     = $value;
    194             $filename = basename($file);
    195         }
    196         $this->setValue($filename);
     183        $fileInfo = $this->getFileInfo($value, $file);
     184
     185        $this->setValue($fileInfo['filename']);
    197186
    198187        // Is file readable ?
    199         if (empty($file) || false === is_readable($file)) {
     188        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    200189            $this->error(self::NOT_FOUND);
    201190            return false;
    202191        }
    203192
    204         $extension  = substr($filename, strrpos($filename, '.') + 1);
     193        $extension  = substr($fileInfo['filename'], strrpos($fileInfo['filename'], '.') + 1);
    205194        $extensions = $this->getExtension();
    206195
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Hash.php

    r2033088 r2065535  
    1212use Zend\Validator\AbstractValidator;
    1313use Zend\Validator\Exception;
     14use Zend\Validator\File\FileInformationTrait;
    1415
    1516/**
     
    1819class Hash extends AbstractValidator
    1920{
     21    use FileInformationTrait;
     22
    2023    /**
    2124     * @const string Error constants
     
    130133    public function isValid($value, $file = null)
    131134    {
    132         if (is_string($value) && is_array($file)) {
    133             // Legacy Zend\Transfer API support
    134             $filename = $file['name'];
    135             $file     = $file['tmp_name'];
    136         } elseif (is_array($value)) {
    137             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    138                 throw new Exception\InvalidArgumentException(
    139                     'Value array must be in $_FILES format'
    140                 );
    141             }
    142             $file     = $value['tmp_name'];
    143             $filename = $value['name'];
    144         } else {
    145             $file     = $value;
    146             $filename = basename($file);
    147         }
    148         $this->setValue($filename);
     135        $fileInfo = $this->getFileInfo($value, $file);
     136
     137        $this->setValue($fileInfo['filename']);
    149138
    150139        // Is file readable ?
    151         if (empty($file) || false === is_readable($file)) {
     140        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    152141            $this->error(self::NOT_FOUND);
    153142            return false;
     
    156145        $algos  = array_unique(array_values($this->getHash()));
    157146        $hashes = array_unique(array_keys($this->getHash()));
     147
    158148        foreach ($algos as $algorithm) {
    159             $filehash = hash_file($algorithm, $file);
     149            $filehash = hash_file($algorithm, $fileInfo['file']);
     150
    160151            if ($filehash === false) {
    161152                $this->error(self::NOT_DETECTED);
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/ImageSize.php

    r2033088 r2065535  
    1313use Zend\Validator\AbstractValidator;
    1414use Zend\Validator\Exception;
     15use Zend\Validator\File\FileInformationTrait;
    1516
    1617/**
     
    1920class ImageSize extends AbstractValidator
    2021{
     22    use FileInformationTrait;
     23
    2124    /**
    2225     * @const string Error constants
     
    333336    public function isValid($value, $file = null)
    334337    {
    335         if (is_string($value) && is_array($file)) {
    336             // Legacy Zend\Transfer API support
    337             $filename = $file['name'];
    338             $file     = $file['tmp_name'];
    339         } elseif (is_array($value)) {
    340             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    341                 throw new Exception\InvalidArgumentException(
    342                     'Value array must be in $_FILES format'
    343                 );
    344             }
    345             $file     = $value['tmp_name'];
    346             $filename = $value['name'];
    347         } else {
    348             $file     = $value;
    349             $filename = basename($file);
    350         }
    351         $this->setValue($filename);
     338        $fileInfo = $this->getFileInfo($value, $file);
     339
     340        $this->setValue($fileInfo['filename']);
    352341
    353342        // Is file readable ?
    354         if (empty($file) || false === is_readable($file)) {
     343        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    355344            $this->error(self::NOT_READABLE);
    356345            return false;
     
    358347
    359348        ErrorHandler::start();
    360         $size = getimagesize($file);
     349        $size = getimagesize($fileInfo['file']);
    361350        ErrorHandler::stop();
    362351
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Md5.php

    r2033088 r2065535  
    1010namespace Zend\Validator\File;
    1111
    12 use Zend\Validator\Exception;
     12use Zend\Validator\File\FileInformationTrait;
    1313
    1414/**
     
    1717class Md5 extends Hash
    1818{
     19    use FileInformationTrait;
     20
    1921    /**
    2022     * @const string Error constants
     
    8688    public function isValid($value, $file = null)
    8789    {
    88         if (is_string($value) && is_array($file)) {
    89             // Legacy Zend\Transfer API support
    90             $filename = $file['name'];
    91             $file     = $file['tmp_name'];
    92         } elseif (is_array($value)) {
    93             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    94                 throw new Exception\InvalidArgumentException(
    95                     'Value array must be in $_FILES format'
    96                 );
    97             }
    98             $file     = $value['tmp_name'];
    99             $filename = $value['name'];
    100         } else {
    101             $file     = $value;
    102             $filename = basename($file);
    103         }
    104         $this->setValue($filename);
     90        $fileInfo = $this->getFileInfo($value, $file);
     91
     92        $this->setValue($fileInfo['filename']);
    10593
    10694        // Is file readable ?
    107         if (empty($file) || false === is_readable($file)) {
     95        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    10896            $this->error(self::NOT_FOUND);
    10997            return false;
     
    11199
    112100        $hashes   = array_unique(array_keys($this->getHash()));
    113         $filehash = hash_file('md5', $file);
     101        $filehash = hash_file('md5', $fileInfo['file']);
    114102        if ($filehash === false) {
    115103            $this->error(self::NOT_DETECTED);
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/MimeType.php

    r2033088 r2065535  
    1515use Zend\Validator\AbstractValidator;
    1616use Zend\Validator\Exception;
     17use Zend\Validator\File\FileInformationTrait;
    1718
    1819/**
     
    2122class MimeType extends AbstractValidator
    2223{
     24    use FileInformationTrait;
     25
    2326    /**#@+
    2427     * @const Error type constants
     
    342345    public function isValid($value, $file = null)
    343346    {
    344         if (is_string($value) && is_array($file)) {
    345             // Legacy Zend\Transfer API support
    346             $filename = $file['name'];
    347             $filetype = $file['type'];
    348             $file     = $file['tmp_name'];
    349         } elseif (is_array($value)) {
    350             if (! isset($value['tmp_name']) || ! isset($value['name']) || ! isset($value['type'])) {
    351                 throw new Exception\InvalidArgumentException(
    352                     'Value array must be in $_FILES format'
    353                 );
    354             }
    355             $file     = $value['tmp_name'];
    356             $filename = $value['name'];
    357             $filetype = $value['type'];
    358         } else {
    359             $file     = $value;
    360             $filename = basename($file);
    361             $filetype = null;
    362         }
    363         $this->setValue($filename);
     347        $fileInfo = $this->getFileInfo($value, $file, true);
     348
     349        $this->setValue($fileInfo['filename']);
    364350
    365351        // Is file readable ?
    366         if (empty($file) || false === is_readable($file)) {
     352        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    367353            $this->error(static::NOT_READABLE);
    368354            return false;
     
    385371            $this->type = null;
    386372            if (! empty($this->finfo)) {
    387                 $this->type = finfo_file($this->finfo, $file);
     373                $this->type = finfo_file($this->finfo, $fileInfo['file']);
    388374                unset($this->finfo);
    389375            }
     
    391377
    392378        if (empty($this->type) && $this->getHeaderCheck()) {
    393             $this->type = $filetype;
     379            $this->type = $fileInfo['filetype'];
    394380        }
    395381
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/NotExists.php

    r2033088 r2065535  
    1111
    1212use Zend\Validator\Exception;
     13use Zend\Validator\File\FileInformationTrait;
    1314
    1415/**
     
    1718class NotExists extends Exists
    1819{
     20    use FileInformationTrait;
     21
    1922    /**
    2023     * @const string Error constants
     
    3841    public function isValid($value, $file = null)
    3942    {
    40         if (is_string($value) && is_array($file)) {
    41             // Legacy Zend\Transfer API support
    42             $filename = $file['name'];
    43             $file     = $file['tmp_name'];
    44             $this->setValue($filename);
    45         } elseif (is_array($value)) {
    46             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    47                 throw new Exception\InvalidArgumentException(
    48                     'Value array must be in $_FILES format'
    49                 );
    50             }
    51             $file     = $value['tmp_name'];
    52             $filename = basename($file);
    53             $this->setValue($value['name']);
    54         } else {
    55             $file     = $value;
    56             $filename = basename($file);
    57             $this->setValue($filename);
    58         }
     43        $fileInfo = $this->getFileInfo($value, $file, false, true);
     44
     45        $this->setValue($fileInfo['filename']);
    5946
    6047        $check = false;
     
    6249        if (! isset($directories)) {
    6350            $check = true;
    64             if (file_exists($file)) {
     51            if (file_exists($fileInfo['file'])) {
    6552                $this->error(self::DOES_EXIST);
    6653                return false;
     
    7360
    7461                $check = true;
    75                 if (file_exists($directory . DIRECTORY_SEPARATOR . $filename)) {
     62                if (file_exists($directory . DIRECTORY_SEPARATOR . $fileInfo['basename'])) {
    7663                    $this->error(self::DOES_EXIST);
    7764                    return false;
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Sha1.php

    r2033088 r2065535  
    1010namespace Zend\Validator\File;
    1111
    12 use Zend\Validator\Exception;
     12use Zend\Validator\File\FileInformationTrait;
    1313
    1414/**
     
    1717class Sha1 extends Hash
    1818{
     19    use FileInformationTrait;
     20
    1921    /**
    2022     * @const string Error constants
     
    8688    public function isValid($value, $file = null)
    8789    {
    88         if (is_string($value) && is_array($file)) {
    89             // Legacy Zend\Transfer API support
    90             $filename = $file['name'];
    91             $file     = $file['tmp_name'];
    92         } elseif (is_array($value)) {
    93             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    94                 throw new Exception\InvalidArgumentException(
    95                     'Value array must be in $_FILES format'
    96                 );
    97             }
    98             $file     = $value['tmp_name'];
    99             $filename = $value['name'];
    100         } else {
    101             $file     = $value;
    102             $filename = basename($file);
    103         }
    104         $this->setValue($filename);
     90        $fileInfo = $this->getFileInfo($value, $file);
     91
     92        $this->setValue($fileInfo['filename']);
    10593
    10694        // Is file readable ?
    107         if (empty($file) || false === is_readable($file)) {
     95        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    10896            $this->error(self::NOT_FOUND);
    10997            return false;
     
    11199
    112100        $hashes   = array_unique(array_keys($this->getHash()));
    113         $filehash = hash_file('sha1', $file);
     101        $filehash = hash_file('sha1', $fileInfo['file']);
    114102        if ($filehash === false) {
    115103            $this->error(self::NOT_DETECTED);
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/Size.php

    r2033088 r2065535  
    1313use Zend\Validator\AbstractValidator;
    1414use Zend\Validator\Exception;
     15use Zend\Validator\File\FileInformationTrait;
    1516
    1617/**
     
    1920class Size extends AbstractValidator
    2021{
     22    use FileInformationTrait;
     23
    2124    /**
    2225     * @const string Error constants
     
    235238    public function isValid($value, $file = null)
    236239    {
    237         if (is_string($value) && is_array($file)) {
    238             // Legacy Zend\Transfer API support
    239             $filename = $file['name'];
    240             $file     = $file['tmp_name'];
    241         } elseif (is_array($value)) {
    242             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    243                 throw new Exception\InvalidArgumentException(
    244                     'Value array must be in $_FILES format'
    245                 );
    246             }
    247             $file     = $value['tmp_name'];
    248             $filename = $value['name'];
    249         } else {
    250             $file     = $value;
    251             $filename = basename($file);
    252         }
    253         $this->setValue($filename);
     240        $fileInfo = $this->getFileInfo($value, $file);
     241
     242        $this->setValue($fileInfo['filename']);
    254243
    255244        // Is file readable ?
    256         if (empty($file) || false === is_readable($file)) {
     245        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    257246            $this->error(self::NOT_FOUND);
    258247            return false;
     
    261250        // limited to 4GB files
    262251        ErrorHandler::start();
    263         $size = sprintf("%u", filesize($file));
     252        $size = sprintf("%u", filesize($fileInfo['file']));
    264253        ErrorHandler::stop();
    265254        $this->size = $size;
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/File/WordCount.php

    r2033088 r2065535  
    1212use Zend\Validator\AbstractValidator;
    1313use Zend\Validator\Exception;
     14use Zend\Validator\File\FileInformationTrait;
    1415
    1516/**
     
    1819class WordCount extends AbstractValidator
    1920{
     21    use FileInformationTrait;
     22
    2023    /**
    2124     * @const string Error constants
     
    176179    public function isValid($value, $file = null)
    177180    {
    178         if (is_string($value) && is_array($file)) {
    179             // Legacy Zend\Transfer API support
    180             $filename = $file['name'];
    181             $file     = $file['tmp_name'];
    182         } elseif (is_array($value)) {
    183             if (! isset($value['tmp_name']) || ! isset($value['name'])) {
    184                 throw new Exception\InvalidArgumentException(
    185                     'Value array must be in $_FILES format'
    186                 );
    187             }
    188             $file     = $value['tmp_name'];
    189             $filename = $value['name'];
    190         } else {
    191             $file     = $value;
    192             $filename = basename($file);
    193         }
    194         $this->setValue($filename);
     181        $fileInfo = $this->getFileInfo($value, $file);
     182
     183        $this->setValue($fileInfo['filename']);
    195184
    196185        // Is file readable ?
    197         if (empty($file) || false === is_readable($file)) {
     186        if (empty($fileInfo['file']) || false === is_readable($fileInfo['file'])) {
    198187            $this->error(self::NOT_FOUND);
    199188            return false;
    200189        }
    201190
    202         $content     = file_get_contents($file);
     191        $content     = file_get_contents($fileInfo['file']);
    203192        $this->count = str_word_count($content);
    204193        if (($this->getMax() !== null) && ($this->count > $this->getMax())) {
  • fazacrm-client/trunk/vendor/zendframework/zend-validator/src/Hostname.php

    r2033088 r2065535  
    7070    /**
    7171     * Array of valid top-level-domains
    72      * IanaVersion 2018121300
     72     * IanaVersion 2019012900
    7373     *
    7474     * @see ftp://data.iana.org/TLD/tlds-alpha-by-domain.txt  List of all TLDs by domain
     
    12291229        'soy',
    12301230        'space',
    1231         'spiegel',
    12321231        'sport',
    12331232        'spot',
     
    16291628     * (.CL) Chile http://www.iana.org/domains/idn-tables/tables/cl_latn_1.0.html
    16301629     * (.COM) International http://www.verisign.com/information-services/naming-services/internationalized-domain-names/index.html
    1631      * (.DE) Germany http://www.denic.de/en/domains/idns/liste.html
     1630     * (.DE) Germany https://www.denic.de/en/know-how/idn-domains/idn-character-list/
    16321631     * (.DK) Danmark http://www.dk-hostmaster.dk/index.php?id=151
    16331632     * (.EE) Estonia https://www.iana.org/domains/idn-tables/tables/pl_et-pl_1.0.html
     
    16411640     * (.IO) British Indian Ocean Territory http://www.nic.io/IO-IDN-Policy.pdf
    16421641     * (.IR) Iran http://www.nic.ir/Allowable_Characters_dot-iran
    1643      * (.IS) Iceland http://www.isnic.is/domain/rules.php
     1642     * (.IS) Iceland https://www.isnic.is/en/domain/rules#2
    16441643     * (.KR) Korea http://www.iana.org/domains/idn-tables/tables/kr_ko-kr_1.0.html
    16451644     * (.LI) Liechtenstein https://nic.switch.ch/reg/ocView.action?res=EF6GW2JBPVTG67DLNIQXU234MN6SC33JNQQGI7L6#anhang1
     
    16821681        'CN'  => 'Hostname/Cn.php',
    16831682        'COM' => 'Hostname/Com.php',
    1684         'DE'  => [1 => '/^[\x{002d}0-9a-zà-öø-ÿăąāćĉčċďđĕěėęēğĝġģĥħĭĩįīıĵķĺľļłńňņŋŏőōœĸŕřŗśŝšşťţŧŭůűũųūŵŷźžż]{1,63}$/iu'],
     1683        'DE'  => [1 => '/^[\x{002d}0-9a-záàăâåäãąāæćĉčċçďđéèĕêěëėęēğĝġģĥħíìĭîïĩįīıĵķĺľļłńňñņŋóòŏôöőõøōœĸŕřŗśŝšşßťţŧúùŭûůüűũųūŵýŷÿźžżðþ]{1,63}$/iu'],
    16851684        'DK'  => [1 => '/^[\x{002d}0-9a-zäåæéöøü]{1,63}$/iu'],
    16861685        'EE'  => [1 => '/^[\x{002d}0-9a-zäõöüšž]{1,63}$/iu'],
     
    17621761        'PR'  => [1 => '/^[\x{002d}0-9a-záéíóúñäëïüöâêîôûàèùæçœãõ]{1,63}$/iu'],
    17631762        'PT'  => [1 => '/^[\x{002d}0-9a-záàâãçéêíóôõú]{1,63}$/iu'],
     1763        'RS'  => [1 => '/^[\x{002d}0-9a-zßáâäçéëíîóôöúüýăąćčďđęěĺľłńňőŕřśşšţťůűźżž]{1,63}$/iu'],
    17641764        'RU'  => [1 => '/^[\x{002d}0-9а-яё]{1,63}$/iu'],
    17651765        'SA'  => [1 => '/^[\x{002d}.0-9\x{0621}-\x{063A}\x{0641}-\x{064A}\x{0660}-\x{0669}]{1,63}$/iu'],
     
    20542054
    20552055                    // Match TLD against known list
     2056                    $removedTld = false;
    20562057                    if ($this->getTldCheck()) {
    20572058                        if (! in_array(strtolower($this->tld), $this->validTlds)
     
    20642065                        // checks as new UTF-8 TLDs will incorrectly fail if there is no IDN regex for it.
    20652066                        array_pop($domainParts);
     2067                        $removedTld = true;
    20662068                    }
    20672069
     
    20842086                    $check = 0;
    20852087                    $lastDomainPart = end($domainParts);
     2088                    if (! $removedTld) {
     2089                        $lastDomainPart = prev($domainParts);
     2090                    }
    20862091                    foreach ($domainParts as $domainPart) {
    20872092                        // Decode Punycode domain names to IDN
Note: See TracChangeset for help on using the changeset viewer.