Plugin Directory

Changeset 2680956


Ignore:
Timestamp:
02/17/2022 05:07:52 PM (4 years ago)
Author:
yext
Message:

Update assets and move screenshots

Location:
yext-ai-search
Files:
330 added
16 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • yext-ai-search/trunk/vendor/composer/autoload_psr4.php

    r2680319 r2680956  
    88return array(
    99    'Yext\\' => array($baseDir . '/includes/classes'),
    10     'VariableAnalysis\\' => array($vendorDir . '/sirbrillig/phpcs-variable-analysis/VariableAnalysis'),
    11     'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' => array($vendorDir . '/dealerdirect/phpcodesniffer-composer-installer/src'),
    1210);
  • yext-ai-search/trunk/vendor/composer/autoload_static.php

    r2680319 r2680956  
    1212            'Yext\\' => 5,
    1313        ),
    14         'V' =>
    15         array (
    16             'VariableAnalysis\\' => 17,
    17         ),
    18         'D' =>
    19         array (
    20             'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' => 55,
    21         ),
    2214    );
    2315
     
    2618        array (
    2719            0 => __DIR__ . '/../..' . '/includes/classes',
    28         ),
    29         'VariableAnalysis\\' =>
    30         array (
    31             0 => __DIR__ . '/..' . '/sirbrillig/phpcs-variable-analysis/VariableAnalysis',
    32         ),
    33         'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' =>
    34         array (
    35             0 => __DIR__ . '/..' . '/dealerdirect/phpcodesniffer-composer-installer/src',
    3620        ),
    3721    );
  • yext-ai-search/trunk/vendor/composer/installed.json

    r2680319 r2680956  
    11{
    2     "packages": [
    3         {
    4             "name": "10up/phpcs-composer",
    5             "version": "dev-master",
    6             "version_normalized": "dev-master",
    7             "source": {
    8                 "type": "git",
    9                 "url": "https://github.com/10up/phpcs-composer.git",
    10                 "reference": "2f5c3608bc03fe1ca65acf462dd7b5008f6829a0"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/10up/phpcs-composer/zipball/2f5c3608bc03fe1ca65acf462dd7b5008f6829a0",
    15                 "reference": "2f5c3608bc03fe1ca65acf462dd7b5008f6829a0",
    16                 "shasum": ""
    17             },
    18             "require": {
    19                 "dealerdirect/phpcodesniffer-composer-installer": "*",
    20                 "phpcompatibility/phpcompatibility-wp": "^2",
    21                 "squizlabs/php_codesniffer": "^3.4.0",
    22                 "wp-coding-standards/wpcs": "*"
    23             },
    24             "time": "2021-01-08T03:03:06+00:00",
    25             "type": "phpcodesniffer-standard",
    26             "installation-source": "dist",
    27             "notification-url": "https://packagist.org/downloads/",
    28             "license": [
    29                 "MIT"
    30             ],
    31             "authors": [
    32                 {
    33                     "name": "Ephraim Gregor",
    34                     "email": "ephraim.gregor@10up.com"
    35                 }
    36             ],
    37             "install-path": "../10up/phpcs-composer"
    38         },
    39         {
    40             "name": "dealerdirect/phpcodesniffer-composer-installer",
    41             "version": "v0.7.1",
    42             "version_normalized": "0.7.1.0",
    43             "source": {
    44                 "type": "git",
    45                 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
    46                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
    47             },
    48             "dist": {
    49                 "type": "zip",
    50                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
    51                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
    52                 "shasum": ""
    53             },
    54             "require": {
    55                 "composer-plugin-api": "^1.0 || ^2.0",
    56                 "php": ">=5.3",
    57                 "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
    58             },
    59             "require-dev": {
    60                 "composer/composer": "*",
    61                 "phpcompatibility/php-compatibility": "^9.0",
    62                 "sensiolabs/security-checker": "^4.1.0"
    63             },
    64             "time": "2020-12-07T18:04:37+00:00",
    65             "type": "composer-plugin",
    66             "extra": {
    67                 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
    68             },
    69             "installation-source": "dist",
    70             "autoload": {
    71                 "psr-4": {
    72                     "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
    73                 }
    74             },
    75             "notification-url": "https://packagist.org/downloads/",
    76             "license": [
    77                 "MIT"
    78             ],
    79             "authors": [
    80                 {
    81                     "name": "Franck Nijhof",
    82                     "email": "franck.nijhof@dealerdirect.com",
    83                     "homepage": "http://www.frenck.nl",
    84                     "role": "Developer / IT Manager"
    85                 }
    86             ],
    87             "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
    88             "homepage": "http://www.dealerdirect.com",
    89             "keywords": [
    90                 "PHPCodeSniffer",
    91                 "PHP_CodeSniffer",
    92                 "code quality",
    93                 "codesniffer",
    94                 "composer",
    95                 "installer",
    96                 "phpcs",
    97                 "plugin",
    98                 "qa",
    99                 "quality",
    100                 "standard",
    101                 "standards",
    102                 "style guide",
    103                 "stylecheck",
    104                 "tests"
    105             ],
    106             "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
    107         },
    108         {
    109             "name": "phpcompatibility/php-compatibility",
    110             "version": "9.3.5",
    111             "version_normalized": "9.3.5.0",
    112             "source": {
    113                 "type": "git",
    114                 "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
    115                 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
    116             },
    117             "dist": {
    118                 "type": "zip",
    119                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
    120                 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
    121                 "shasum": ""
    122             },
    123             "require": {
    124                 "php": ">=5.3",
    125                 "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
    126             },
    127             "conflict": {
    128                 "squizlabs/php_codesniffer": "2.6.2"
    129             },
    130             "require-dev": {
    131                 "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
    132             },
    133             "suggest": {
    134                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
    135                 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    136             },
    137             "time": "2019-12-27T09:44:58+00:00",
    138             "type": "phpcodesniffer-standard",
    139             "installation-source": "dist",
    140             "notification-url": "https://packagist.org/downloads/",
    141             "license": [
    142                 "LGPL-3.0-or-later"
    143             ],
    144             "authors": [
    145                 {
    146                     "name": "Wim Godden",
    147                     "homepage": "https://github.com/wimg",
    148                     "role": "lead"
    149                 },
    150                 {
    151                     "name": "Juliette Reinders Folmer",
    152                     "homepage": "https://github.com/jrfnl",
    153                     "role": "lead"
    154                 },
    155                 {
    156                     "name": "Contributors",
    157                     "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
    158                 }
    159             ],
    160             "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
    161             "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
    162             "keywords": [
    163                 "compatibility",
    164                 "phpcs",
    165                 "standards"
    166             ],
    167             "install-path": "../phpcompatibility/php-compatibility"
    168         },
    169         {
    170             "name": "phpcompatibility/phpcompatibility-paragonie",
    171             "version": "1.3.1",
    172             "version_normalized": "1.3.1.0",
    173             "source": {
    174                 "type": "git",
    175                 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
    176                 "reference": "ddabec839cc003651f2ce695c938686d1086cf43"
    177             },
    178             "dist": {
    179                 "type": "zip",
    180                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
    181                 "reference": "ddabec839cc003651f2ce695c938686d1086cf43",
    182                 "shasum": ""
    183             },
    184             "require": {
    185                 "phpcompatibility/php-compatibility": "^9.0"
    186             },
    187             "require-dev": {
    188                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
    189                 "paragonie/random_compat": "dev-master",
    190                 "paragonie/sodium_compat": "dev-master"
    191             },
    192             "suggest": {
    193                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
    194                 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    195             },
    196             "time": "2021-02-15T10:24:51+00:00",
    197             "type": "phpcodesniffer-standard",
    198             "installation-source": "dist",
    199             "notification-url": "https://packagist.org/downloads/",
    200             "license": [
    201                 "LGPL-3.0-or-later"
    202             ],
    203             "authors": [
    204                 {
    205                     "name": "Wim Godden",
    206                     "role": "lead"
    207                 },
    208                 {
    209                     "name": "Juliette Reinders Folmer",
    210                     "role": "lead"
    211                 }
    212             ],
    213             "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
    214             "homepage": "http://phpcompatibility.com/",
    215             "keywords": [
    216                 "compatibility",
    217                 "paragonie",
    218                 "phpcs",
    219                 "polyfill",
    220                 "standards"
    221             ],
    222             "install-path": "../phpcompatibility/phpcompatibility-paragonie"
    223         },
    224         {
    225             "name": "phpcompatibility/phpcompatibility-wp",
    226             "version": "2.1.2",
    227             "version_normalized": "2.1.2.0",
    228             "source": {
    229                 "type": "git",
    230                 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
    231                 "reference": "a792ab623069f0ce971b2417edef8d9632e32f75"
    232             },
    233             "dist": {
    234                 "type": "zip",
    235                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/a792ab623069f0ce971b2417edef8d9632e32f75",
    236                 "reference": "a792ab623069f0ce971b2417edef8d9632e32f75",
    237                 "shasum": ""
    238             },
    239             "require": {
    240                 "phpcompatibility/php-compatibility": "^9.0",
    241                 "phpcompatibility/phpcompatibility-paragonie": "^1.0"
    242             },
    243             "require-dev": {
    244                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
    245             },
    246             "suggest": {
    247                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
    248                 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    249             },
    250             "time": "2021-07-21T11:09:57+00:00",
    251             "type": "phpcodesniffer-standard",
    252             "installation-source": "dist",
    253             "notification-url": "https://packagist.org/downloads/",
    254             "license": [
    255                 "LGPL-3.0-or-later"
    256             ],
    257             "authors": [
    258                 {
    259                     "name": "Wim Godden",
    260                     "role": "lead"
    261                 },
    262                 {
    263                     "name": "Juliette Reinders Folmer",
    264                     "role": "lead"
    265                 }
    266             ],
    267             "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
    268             "homepage": "http://phpcompatibility.com/",
    269             "keywords": [
    270                 "compatibility",
    271                 "phpcs",
    272                 "standards",
    273                 "wordpress"
    274             ],
    275             "install-path": "../phpcompatibility/phpcompatibility-wp"
    276         },
    277         {
    278             "name": "sirbrillig/phpcs-variable-analysis",
    279             "version": "v2.11.2",
    280             "version_normalized": "2.11.2.0",
    281             "source": {
    282                 "type": "git",
    283                 "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
    284                 "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e"
    285             },
    286             "dist": {
    287                 "type": "zip",
    288                 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e",
    289                 "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e",
    290                 "shasum": ""
    291             },
    292             "require": {
    293                 "php": ">=5.4.0",
    294                 "squizlabs/php_codesniffer": "^3.5"
    295             },
    296             "require-dev": {
    297                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
    298                 "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0",
    299                 "phpstan/phpstan": "^0.11.8",
    300                 "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
    301                 "sirbrillig/phpcs-import-detection": "^1.1"
    302             },
    303             "time": "2021-07-06T23:45:17+00:00",
    304             "type": "phpcodesniffer-standard",
    305             "installation-source": "dist",
    306             "autoload": {
    307                 "psr-4": {
    308                     "VariableAnalysis\\": "VariableAnalysis/"
    309                 }
    310             },
    311             "notification-url": "https://packagist.org/downloads/",
    312             "license": [
    313                 "BSD-2-Clause"
    314             ],
    315             "authors": [
    316                 {
    317                     "name": "Sam Graham",
    318                     "email": "php-codesniffer-variableanalysis@illusori.co.uk"
    319                 },
    320                 {
    321                     "name": "Payton Swick",
    322                     "email": "payton@foolord.com"
    323                 }
    324             ],
    325             "description": "A PHPCS sniff to detect problems with variables.",
    326             "install-path": "../sirbrillig/phpcs-variable-analysis"
    327         },
    328         {
    329             "name": "squizlabs/php_codesniffer",
    330             "version": "3.6.1",
    331             "version_normalized": "3.6.1.0",
    332             "source": {
    333                 "type": "git",
    334                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    335                 "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e"
    336             },
    337             "dist": {
    338                 "type": "zip",
    339                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e",
    340                 "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e",
    341                 "shasum": ""
    342             },
    343             "require": {
    344                 "ext-simplexml": "*",
    345                 "ext-tokenizer": "*",
    346                 "ext-xmlwriter": "*",
    347                 "php": ">=5.4.0"
    348             },
    349             "require-dev": {
    350                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
    351             },
    352             "time": "2021-10-11T04:00:11+00:00",
    353             "bin": [
    354                 "bin/phpcs",
    355                 "bin/phpcbf"
    356             ],
    357             "type": "library",
    358             "extra": {
    359                 "branch-alias": {
    360                     "dev-master": "3.x-dev"
    361                 }
    362             },
    363             "installation-source": "dist",
    364             "notification-url": "https://packagist.org/downloads/",
    365             "license": [
    366                 "BSD-3-Clause"
    367             ],
    368             "authors": [
    369                 {
    370                     "name": "Greg Sherwood",
    371                     "role": "lead"
    372                 }
    373             ],
    374             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
    375             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
    376             "keywords": [
    377                 "phpcs",
    378                 "standards"
    379             ],
    380             "install-path": "../squizlabs/php_codesniffer"
    381         },
    382         {
    383             "name": "wp-coding-standards/wpcs",
    384             "version": "2.3.0",
    385             "version_normalized": "2.3.0.0",
    386             "source": {
    387                 "type": "git",
    388                 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    389                 "reference": "7da1894633f168fe244afc6de00d141f27517b62"
    390             },
    391             "dist": {
    392                 "type": "zip",
    393                 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
    394                 "reference": "7da1894633f168fe244afc6de00d141f27517b62",
    395                 "shasum": ""
    396             },
    397             "require": {
    398                 "php": ">=5.4",
    399                 "squizlabs/php_codesniffer": "^3.3.1"
    400             },
    401             "require-dev": {
    402                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
    403                 "phpcompatibility/php-compatibility": "^9.0",
    404                 "phpcsstandards/phpcsdevtools": "^1.0",
    405                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
    406             },
    407             "suggest": {
    408                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
    409             },
    410             "time": "2020-05-13T23:57:56+00:00",
    411             "type": "phpcodesniffer-standard",
    412             "installation-source": "dist",
    413             "notification-url": "https://packagist.org/downloads/",
    414             "license": [
    415                 "MIT"
    416             ],
    417             "authors": [
    418                 {
    419                     "name": "Contributors",
    420                     "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
    421                 }
    422             ],
    423             "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
    424             "keywords": [
    425                 "phpcs",
    426                 "standards",
    427                 "wordpress"
    428             ],
    429             "install-path": "../wp-coding-standards/wpcs"
    430         }
    431     ],
    432     "dev": true,
    433     "dev-package-names": [
    434         "10up/phpcs-composer",
    435         "dealerdirect/phpcodesniffer-composer-installer",
    436         "phpcompatibility/php-compatibility",
    437         "phpcompatibility/phpcompatibility-paragonie",
    438         "phpcompatibility/phpcompatibility-wp",
    439         "sirbrillig/phpcs-variable-analysis",
    440         "squizlabs/php_codesniffer",
    441         "wp-coding-standards/wpcs"
    442     ]
     2    "packages": [],
     3    "dev": false,
     4    "dev-package-names": []
    4435}
  • yext-ai-search/trunk/vendor/composer/installed.php

    r2680319 r2680956  
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => 'cee86e06d47c6550d180dcb63b16729b48e8c44b',
     8        'reference' => '91e84e12ff2f3d08795f6da0828c70fc9af6081c',
    99        'name' => 'yext/yext',
    10         'dev' => true,
     10        'dev' => false,
    1111    ),
    1212    'versions' => array(
    13         '10up/phpcs-composer' => array(
    14             'pretty_version' => 'dev-master',
    15             'version' => 'dev-master',
    16             'type' => 'phpcodesniffer-standard',
    17             'install_path' => __DIR__ . '/../10up/phpcs-composer',
    18             'aliases' => array(),
    19             'reference' => '2f5c3608bc03fe1ca65acf462dd7b5008f6829a0',
    20             'dev_requirement' => true,
    21         ),
    22         'dealerdirect/phpcodesniffer-composer-installer' => array(
    23             'pretty_version' => 'v0.7.1',
    24             'version' => '0.7.1.0',
    25             'type' => 'composer-plugin',
    26             'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer',
    27             'aliases' => array(),
    28             'reference' => 'fe390591e0241955f22eb9ba327d137e501c771c',
    29             'dev_requirement' => true,
    30         ),
    31         'phpcompatibility/php-compatibility' => array(
    32             'pretty_version' => '9.3.5',
    33             'version' => '9.3.5.0',
    34             'type' => 'phpcodesniffer-standard',
    35             'install_path' => __DIR__ . '/../phpcompatibility/php-compatibility',
    36             'aliases' => array(),
    37             'reference' => '9fb324479acf6f39452e0655d2429cc0d3914243',
    38             'dev_requirement' => true,
    39         ),
    40         'phpcompatibility/phpcompatibility-paragonie' => array(
    41             'pretty_version' => '1.3.1',
    42             'version' => '1.3.1.0',
    43             'type' => 'phpcodesniffer-standard',
    44             'install_path' => __DIR__ . '/../phpcompatibility/phpcompatibility-paragonie',
    45             'aliases' => array(),
    46             'reference' => 'ddabec839cc003651f2ce695c938686d1086cf43',
    47             'dev_requirement' => true,
    48         ),
    49         'phpcompatibility/phpcompatibility-wp' => array(
    50             'pretty_version' => '2.1.2',
    51             'version' => '2.1.2.0',
    52             'type' => 'phpcodesniffer-standard',
    53             'install_path' => __DIR__ . '/../phpcompatibility/phpcompatibility-wp',
    54             'aliases' => array(),
    55             'reference' => 'a792ab623069f0ce971b2417edef8d9632e32f75',
    56             'dev_requirement' => true,
    57         ),
    58         'sirbrillig/phpcs-variable-analysis' => array(
    59             'pretty_version' => 'v2.11.2',
    60             'version' => '2.11.2.0',
    61             'type' => 'phpcodesniffer-standard',
    62             'install_path' => __DIR__ . '/../sirbrillig/phpcs-variable-analysis',
    63             'aliases' => array(),
    64             'reference' => '3fad28475bfbdbf8aa5c440f8a8f89824983d85e',
    65             'dev_requirement' => true,
    66         ),
    67         'squizlabs/php_codesniffer' => array(
    68             'pretty_version' => '3.6.1',
    69             'version' => '3.6.1.0',
    70             'type' => 'library',
    71             'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
    72             'aliases' => array(),
    73             'reference' => 'f268ca40d54617c6e06757f83f699775c9b3ff2e',
    74             'dev_requirement' => true,
    75         ),
    76         'wp-coding-standards/wpcs' => array(
    77             'pretty_version' => '2.3.0',
    78             'version' => '2.3.0.0',
    79             'type' => 'phpcodesniffer-standard',
    80             'install_path' => __DIR__ . '/../wp-coding-standards/wpcs',
    81             'aliases' => array(),
    82             'reference' => '7da1894633f168fe244afc6de00d141f27517b62',
    83             'dev_requirement' => true,
    84         ),
    8513        'yext/yext' => array(
    8614            'pretty_version' => 'dev-trunk',
     
    8917            'install_path' => __DIR__ . '/../../',
    9018            'aliases' => array(),
    91             'reference' => 'cee86e06d47c6550d180dcb63b16729b48e8c44b',
     19            'reference' => '91e84e12ff2f3d08795f6da0828c70fc9af6081c',
    9220            'dev_requirement' => false,
    9321        ),
Note: See TracChangeset for help on using the changeset viewer.