src/composer.lock
changeset 0 505fe5249d9c
child 5 170e0b52c451
equal deleted inserted replaced
-1:000000000000 0:505fe5249d9c
       
     1 {
       
     2     "_readme": [
       
     3         "This file locks the dependencies of your project to a known state",
       
     4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
       
     5         "This file is @generated automatically"
       
     6     ],
       
     7     "content-hash": "3e0d73d72398f87d648f058040b5a813",
       
     8     "packages": [
       
     9         {
       
    10             "name": "composer/ca-bundle",
       
    11             "version": "1.2.4",
       
    12             "source": {
       
    13                 "type": "git",
       
    14                 "url": "https://github.com/composer/ca-bundle.git",
       
    15                 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
       
    16             },
       
    17             "dist": {
       
    18                 "type": "zip",
       
    19                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
       
    20                 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
       
    21                 "shasum": ""
       
    22             },
       
    23             "require": {
       
    24                 "ext-openssl": "*",
       
    25                 "ext-pcre": "*",
       
    26                 "php": "^5.3.2 || ^7.0 || ^8.0"
       
    27             },
       
    28             "require-dev": {
       
    29                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
       
    30                 "psr/log": "^1.0",
       
    31                 "symfony/process": "^2.5 || ^3.0 || ^4.0"
       
    32             },
       
    33             "type": "library",
       
    34             "extra": {
       
    35                 "branch-alias": {
       
    36                     "dev-master": "1.x-dev"
       
    37                 }
       
    38             },
       
    39             "autoload": {
       
    40                 "psr-4": {
       
    41                     "Composer\\CaBundle\\": "src"
       
    42                 }
       
    43             },
       
    44             "notification-url": "https://packagist.org/downloads/",
       
    45             "license": [
       
    46                 "MIT"
       
    47             ],
       
    48             "authors": [
       
    49                 {
       
    50                     "name": "Jordi Boggiano",
       
    51                     "email": "j.boggiano@seld.be",
       
    52                     "homepage": "http://seld.be"
       
    53                 }
       
    54             ],
       
    55             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
       
    56             "keywords": [
       
    57                 "cabundle",
       
    58                 "cacert",
       
    59                 "certificate",
       
    60                 "ssl",
       
    61                 "tls"
       
    62             ],
       
    63             "time": "2019-08-30T08:44:50+00:00"
       
    64         },
       
    65         {
       
    66             "name": "composer/composer",
       
    67             "version": "1.9.1",
       
    68             "source": {
       
    69                 "type": "git",
       
    70                 "url": "https://github.com/composer/composer.git",
       
    71                 "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f"
       
    72             },
       
    73             "dist": {
       
    74                 "type": "zip",
       
    75                 "url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f",
       
    76                 "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f",
       
    77                 "shasum": ""
       
    78             },
       
    79             "require": {
       
    80                 "composer/ca-bundle": "^1.0",
       
    81                 "composer/semver": "^1.0",
       
    82                 "composer/spdx-licenses": "^1.2",
       
    83                 "composer/xdebug-handler": "^1.1",
       
    84                 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
       
    85                 "php": "^5.3.2 || ^7.0",
       
    86                 "psr/log": "^1.0",
       
    87                 "seld/jsonlint": "^1.4",
       
    88                 "seld/phar-utils": "^1.0",
       
    89                 "symfony/console": "^2.7 || ^3.0 || ^4.0",
       
    90                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
       
    91                 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
       
    92                 "symfony/process": "^2.7 || ^3.0 || ^4.0"
       
    93             },
       
    94             "conflict": {
       
    95                 "symfony/console": "2.8.38"
       
    96             },
       
    97             "require-dev": {
       
    98                 "phpunit/phpunit": "^4.8.35 || ^5.7",
       
    99                 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
       
   100             },
       
   101             "suggest": {
       
   102                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
       
   103                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
       
   104                 "ext-zlib": "Allow gzip compression of HTTP requests"
       
   105             },
       
   106             "bin": [
       
   107                 "bin/composer"
       
   108             ],
       
   109             "type": "library",
       
   110             "extra": {
       
   111                 "branch-alias": {
       
   112                     "dev-master": "1.9-dev"
       
   113                 }
       
   114             },
       
   115             "autoload": {
       
   116                 "psr-4": {
       
   117                     "Composer\\": "src/Composer"
       
   118                 }
       
   119             },
       
   120             "notification-url": "https://packagist.org/downloads/",
       
   121             "license": [
       
   122                 "MIT"
       
   123             ],
       
   124             "authors": [
       
   125                 {
       
   126                     "name": "Nils Adermann",
       
   127                     "email": "naderman@naderman.de",
       
   128                     "homepage": "http://www.naderman.de"
       
   129                 },
       
   130                 {
       
   131                     "name": "Jordi Boggiano",
       
   132                     "email": "j.boggiano@seld.be",
       
   133                     "homepage": "http://seld.be"
       
   134                 }
       
   135             ],
       
   136             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
       
   137             "homepage": "https://getcomposer.org/",
       
   138             "keywords": [
       
   139                 "autoload",
       
   140                 "dependency",
       
   141                 "package"
       
   142             ],
       
   143             "time": "2019-11-01T16:20:17+00:00"
       
   144         },
       
   145         {
       
   146             "name": "composer/installers",
       
   147             "version": "v1.7.0",
       
   148             "source": {
       
   149                 "type": "git",
       
   150                 "url": "https://github.com/composer/installers.git",
       
   151                 "reference": "141b272484481432cda342727a427dc1e206bfa0"
       
   152             },
       
   153             "dist": {
       
   154                 "type": "zip",
       
   155                 "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0",
       
   156                 "reference": "141b272484481432cda342727a427dc1e206bfa0",
       
   157                 "shasum": ""
       
   158             },
       
   159             "require": {
       
   160                 "composer-plugin-api": "^1.0"
       
   161             },
       
   162             "replace": {
       
   163                 "roundcube/plugin-installer": "*",
       
   164                 "shama/baton": "*"
       
   165             },
       
   166             "require-dev": {
       
   167                 "composer/composer": "1.0.*@dev",
       
   168                 "phpunit/phpunit": "^4.8.36"
       
   169             },
       
   170             "type": "composer-plugin",
       
   171             "extra": {
       
   172                 "class": "Composer\\Installers\\Plugin",
       
   173                 "branch-alias": {
       
   174                     "dev-master": "1.0-dev"
       
   175                 }
       
   176             },
       
   177             "autoload": {
       
   178                 "psr-4": {
       
   179                     "Composer\\Installers\\": "src/Composer/Installers"
       
   180                 }
       
   181             },
       
   182             "notification-url": "https://packagist.org/downloads/",
       
   183             "license": [
       
   184                 "MIT"
       
   185             ],
       
   186             "authors": [
       
   187                 {
       
   188                     "name": "Kyle Robinson Young",
       
   189                     "email": "kyle@dontkry.com",
       
   190                     "homepage": "https://github.com/shama"
       
   191                 }
       
   192             ],
       
   193             "description": "A multi-framework Composer library installer",
       
   194             "homepage": "https://composer.github.io/installers/",
       
   195             "keywords": [
       
   196                 "Craft",
       
   197                 "Dolibarr",
       
   198                 "Eliasis",
       
   199                 "Hurad",
       
   200                 "ImageCMS",
       
   201                 "Kanboard",
       
   202                 "Lan Management System",
       
   203                 "MODX Evo",
       
   204                 "Mautic",
       
   205                 "Maya",
       
   206                 "OXID",
       
   207                 "Plentymarkets",
       
   208                 "Porto",
       
   209                 "RadPHP",
       
   210                 "SMF",
       
   211                 "Thelia",
       
   212                 "Whmcs",
       
   213                 "WolfCMS",
       
   214                 "agl",
       
   215                 "aimeos",
       
   216                 "annotatecms",
       
   217                 "attogram",
       
   218                 "bitrix",
       
   219                 "cakephp",
       
   220                 "chef",
       
   221                 "cockpit",
       
   222                 "codeigniter",
       
   223                 "concrete5",
       
   224                 "croogo",
       
   225                 "dokuwiki",
       
   226                 "drupal",
       
   227                 "eZ Platform",
       
   228                 "elgg",
       
   229                 "expressionengine",
       
   230                 "fuelphp",
       
   231                 "grav",
       
   232                 "installer",
       
   233                 "itop",
       
   234                 "joomla",
       
   235                 "known",
       
   236                 "kohana",
       
   237                 "laravel",
       
   238                 "lavalite",
       
   239                 "lithium",
       
   240                 "magento",
       
   241                 "majima",
       
   242                 "mako",
       
   243                 "mediawiki",
       
   244                 "modulework",
       
   245                 "modx",
       
   246                 "moodle",
       
   247                 "osclass",
       
   248                 "phpbb",
       
   249                 "piwik",
       
   250                 "ppi",
       
   251                 "puppet",
       
   252                 "pxcms",
       
   253                 "reindex",
       
   254                 "roundcube",
       
   255                 "shopware",
       
   256                 "silverstripe",
       
   257                 "sydes",
       
   258                 "symfony",
       
   259                 "typo3",
       
   260                 "wordpress",
       
   261                 "yawik",
       
   262                 "zend",
       
   263                 "zikula"
       
   264             ],
       
   265             "time": "2019-08-12T15:00:31+00:00"
       
   266         },
       
   267         {
       
   268             "name": "composer/semver",
       
   269             "version": "1.5.0",
       
   270             "source": {
       
   271                 "type": "git",
       
   272                 "url": "https://github.com/composer/semver.git",
       
   273                 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
       
   274             },
       
   275             "dist": {
       
   276                 "type": "zip",
       
   277                 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
       
   278                 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
       
   279                 "shasum": ""
       
   280             },
       
   281             "require": {
       
   282                 "php": "^5.3.2 || ^7.0"
       
   283             },
       
   284             "require-dev": {
       
   285                 "phpunit/phpunit": "^4.5 || ^5.0.5",
       
   286                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
       
   287             },
       
   288             "type": "library",
       
   289             "extra": {
       
   290                 "branch-alias": {
       
   291                     "dev-master": "1.x-dev"
       
   292                 }
       
   293             },
       
   294             "autoload": {
       
   295                 "psr-4": {
       
   296                     "Composer\\Semver\\": "src"
       
   297                 }
       
   298             },
       
   299             "notification-url": "https://packagist.org/downloads/",
       
   300             "license": [
       
   301                 "MIT"
       
   302             ],
       
   303             "authors": [
       
   304                 {
       
   305                     "name": "Nils Adermann",
       
   306                     "email": "naderman@naderman.de",
       
   307                     "homepage": "http://www.naderman.de"
       
   308                 },
       
   309                 {
       
   310                     "name": "Jordi Boggiano",
       
   311                     "email": "j.boggiano@seld.be",
       
   312                     "homepage": "http://seld.be"
       
   313                 },
       
   314                 {
       
   315                     "name": "Rob Bast",
       
   316                     "email": "rob.bast@gmail.com",
       
   317                     "homepage": "http://robbast.nl"
       
   318                 }
       
   319             ],
       
   320             "description": "Semver library that offers utilities, version constraint parsing and validation.",
       
   321             "keywords": [
       
   322                 "semantic",
       
   323                 "semver",
       
   324                 "validation",
       
   325                 "versioning"
       
   326             ],
       
   327             "time": "2019-03-19T17:25:45+00:00"
       
   328         },
       
   329         {
       
   330             "name": "composer/spdx-licenses",
       
   331             "version": "1.5.2",
       
   332             "source": {
       
   333                 "type": "git",
       
   334                 "url": "https://github.com/composer/spdx-licenses.git",
       
   335                 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
       
   336             },
       
   337             "dist": {
       
   338                 "type": "zip",
       
   339                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
       
   340                 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
       
   341                 "shasum": ""
       
   342             },
       
   343             "require": {
       
   344                 "php": "^5.3.2 || ^7.0 || ^8.0"
       
   345             },
       
   346             "require-dev": {
       
   347                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
       
   348             },
       
   349             "type": "library",
       
   350             "extra": {
       
   351                 "branch-alias": {
       
   352                     "dev-master": "1.x-dev"
       
   353                 }
       
   354             },
       
   355             "autoload": {
       
   356                 "psr-4": {
       
   357                     "Composer\\Spdx\\": "src"
       
   358                 }
       
   359             },
       
   360             "notification-url": "https://packagist.org/downloads/",
       
   361             "license": [
       
   362                 "MIT"
       
   363             ],
       
   364             "authors": [
       
   365                 {
       
   366                     "name": "Nils Adermann",
       
   367                     "email": "naderman@naderman.de",
       
   368                     "homepage": "http://www.naderman.de"
       
   369                 },
       
   370                 {
       
   371                     "name": "Jordi Boggiano",
       
   372                     "email": "j.boggiano@seld.be",
       
   373                     "homepage": "http://seld.be"
       
   374                 },
       
   375                 {
       
   376                     "name": "Rob Bast",
       
   377                     "email": "rob.bast@gmail.com",
       
   378                     "homepage": "http://robbast.nl"
       
   379                 }
       
   380             ],
       
   381             "description": "SPDX licenses list and validation library.",
       
   382             "keywords": [
       
   383                 "license",
       
   384                 "spdx",
       
   385                 "validator"
       
   386             ],
       
   387             "time": "2019-07-29T10:31:59+00:00"
       
   388         },
       
   389         {
       
   390             "name": "composer/xdebug-handler",
       
   391             "version": "1.4.0",
       
   392             "source": {
       
   393                 "type": "git",
       
   394                 "url": "https://github.com/composer/xdebug-handler.git",
       
   395                 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
       
   396             },
       
   397             "dist": {
       
   398                 "type": "zip",
       
   399                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
       
   400                 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
       
   401                 "shasum": ""
       
   402             },
       
   403             "require": {
       
   404                 "php": "^5.3.2 || ^7.0 || ^8.0",
       
   405                 "psr/log": "^1.0"
       
   406             },
       
   407             "require-dev": {
       
   408                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
       
   409             },
       
   410             "type": "library",
       
   411             "autoload": {
       
   412                 "psr-4": {
       
   413                     "Composer\\XdebugHandler\\": "src"
       
   414                 }
       
   415             },
       
   416             "notification-url": "https://packagist.org/downloads/",
       
   417             "license": [
       
   418                 "MIT"
       
   419             ],
       
   420             "authors": [
       
   421                 {
       
   422                     "name": "John Stevenson",
       
   423                     "email": "john-stevenson@blueyonder.co.uk"
       
   424                 }
       
   425             ],
       
   426             "description": "Restarts a process without Xdebug.",
       
   427             "keywords": [
       
   428                 "Xdebug",
       
   429                 "performance"
       
   430             ],
       
   431             "time": "2019-11-06T16:40:04+00:00"
       
   432         },
       
   433         {
       
   434             "name": "cweagans/composer-patches",
       
   435             "version": "1.6.7",
       
   436             "source": {
       
   437                 "type": "git",
       
   438                 "url": "https://github.com/cweagans/composer-patches.git",
       
   439                 "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590"
       
   440             },
       
   441             "dist": {
       
   442                 "type": "zip",
       
   443                 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
       
   444                 "reference": "2e6f72a2ad8d59cd7e2b729f218bf42adb14f590",
       
   445                 "shasum": ""
       
   446             },
       
   447             "require": {
       
   448                 "composer-plugin-api": "^1.0",
       
   449                 "php": ">=5.3.0"
       
   450             },
       
   451             "require-dev": {
       
   452                 "composer/composer": "~1.0",
       
   453                 "phpunit/phpunit": "~4.6"
       
   454             },
       
   455             "type": "composer-plugin",
       
   456             "extra": {
       
   457                 "class": "cweagans\\Composer\\Patches"
       
   458             },
       
   459             "autoload": {
       
   460                 "psr-4": {
       
   461                     "cweagans\\Composer\\": "src"
       
   462                 }
       
   463             },
       
   464             "notification-url": "https://packagist.org/downloads/",
       
   465             "license": [
       
   466                 "BSD-3-Clause"
       
   467             ],
       
   468             "authors": [
       
   469                 {
       
   470                     "name": "Cameron Eagans",
       
   471                     "email": "me@cweagans.net"
       
   472                 }
       
   473             ],
       
   474             "description": "Provides a way to patch Composer packages.",
       
   475             "time": "2019-08-29T20:11:49+00:00"
       
   476         },
       
   477         {
       
   478             "name": "gettext/gettext",
       
   479             "version": "v4.8.2",
       
   480             "source": {
       
   481                 "type": "git",
       
   482                 "url": "https://github.com/php-gettext/Gettext.git",
       
   483                 "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
       
   484             },
       
   485             "dist": {
       
   486                 "type": "zip",
       
   487                 "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
       
   488                 "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
       
   489                 "shasum": ""
       
   490             },
       
   491             "require": {
       
   492                 "gettext/languages": "^2.3",
       
   493                 "php": ">=5.4.0"
       
   494             },
       
   495             "require-dev": {
       
   496                 "illuminate/view": "*",
       
   497                 "phpunit/phpunit": "^4.8|^5.7|^6.5",
       
   498                 "squizlabs/php_codesniffer": "^3.0",
       
   499                 "symfony/yaml": "~2",
       
   500                 "twig/extensions": "*",
       
   501                 "twig/twig": "^1.31|^2.0"
       
   502             },
       
   503             "suggest": {
       
   504                 "illuminate/view": "Is necessary if you want to use the Blade extractor",
       
   505                 "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
       
   506                 "twig/extensions": "Is necessary if you want to use the Twig extractor",
       
   507                 "twig/twig": "Is necessary if you want to use the Twig extractor"
       
   508             },
       
   509             "type": "library",
       
   510             "autoload": {
       
   511                 "psr-4": {
       
   512                     "Gettext\\": "src"
       
   513                 }
       
   514             },
       
   515             "notification-url": "https://packagist.org/downloads/",
       
   516             "license": [
       
   517                 "MIT"
       
   518             ],
       
   519             "authors": [
       
   520                 {
       
   521                     "name": "Oscar Otero",
       
   522                     "email": "oom@oscarotero.com",
       
   523                     "homepage": "http://oscarotero.com",
       
   524                     "role": "Developer"
       
   525                 }
       
   526             ],
       
   527             "description": "PHP gettext manager",
       
   528             "homepage": "https://github.com/oscarotero/Gettext",
       
   529             "keywords": [
       
   530                 "JS",
       
   531                 "gettext",
       
   532                 "i18n",
       
   533                 "mo",
       
   534                 "po",
       
   535                 "translation"
       
   536             ],
       
   537             "time": "2019-12-02T10:21:14+00:00"
       
   538         },
       
   539         {
       
   540             "name": "gettext/languages",
       
   541             "version": "2.6.0",
       
   542             "source": {
       
   543                 "type": "git",
       
   544                 "url": "https://github.com/php-gettext/Languages.git",
       
   545                 "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
       
   546             },
       
   547             "dist": {
       
   548                 "type": "zip",
       
   549                 "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
       
   550                 "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
       
   551                 "shasum": ""
       
   552             },
       
   553             "require": {
       
   554                 "php": ">=5.3"
       
   555             },
       
   556             "require-dev": {
       
   557                 "friendsofphp/php-cs-fixer": "^2.16.0",
       
   558                 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
       
   559             },
       
   560             "bin": [
       
   561                 "bin/export-plural-rules"
       
   562             ],
       
   563             "type": "library",
       
   564             "autoload": {
       
   565                 "psr-4": {
       
   566                     "Gettext\\Languages\\": "src/"
       
   567                 }
       
   568             },
       
   569             "notification-url": "https://packagist.org/downloads/",
       
   570             "license": [
       
   571                 "MIT"
       
   572             ],
       
   573             "authors": [
       
   574                 {
       
   575                     "name": "Michele Locati",
       
   576                     "email": "mlocati@gmail.com",
       
   577                     "role": "Developer"
       
   578                 }
       
   579             ],
       
   580             "description": "gettext languages with plural rules",
       
   581             "homepage": "https://github.com/php-gettext/Languages",
       
   582             "keywords": [
       
   583                 "cldr",
       
   584                 "i18n",
       
   585                 "internationalization",
       
   586                 "l10n",
       
   587                 "language",
       
   588                 "languages",
       
   589                 "localization",
       
   590                 "php",
       
   591                 "plural",
       
   592                 "plural rules",
       
   593                 "plurals",
       
   594                 "translate",
       
   595                 "translations",
       
   596                 "unicode"
       
   597             ],
       
   598             "time": "2019-11-13T10:30:21+00:00"
       
   599         },
       
   600         {
       
   601             "name": "justinrainbow/json-schema",
       
   602             "version": "5.2.9",
       
   603             "source": {
       
   604                 "type": "git",
       
   605                 "url": "https://github.com/justinrainbow/json-schema.git",
       
   606                 "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
       
   607             },
       
   608             "dist": {
       
   609                 "type": "zip",
       
   610                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
       
   611                 "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
       
   612                 "shasum": ""
       
   613             },
       
   614             "require": {
       
   615                 "php": ">=5.3.3"
       
   616             },
       
   617             "require-dev": {
       
   618                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
       
   619                 "json-schema/json-schema-test-suite": "1.2.0",
       
   620                 "phpunit/phpunit": "^4.8.35"
       
   621             },
       
   622             "bin": [
       
   623                 "bin/validate-json"
       
   624             ],
       
   625             "type": "library",
       
   626             "extra": {
       
   627                 "branch-alias": {
       
   628                     "dev-master": "5.0.x-dev"
       
   629                 }
       
   630             },
       
   631             "autoload": {
       
   632                 "psr-4": {
       
   633                     "JsonSchema\\": "src/JsonSchema/"
       
   634                 }
       
   635             },
       
   636             "notification-url": "https://packagist.org/downloads/",
       
   637             "license": [
       
   638                 "MIT"
       
   639             ],
       
   640             "authors": [
       
   641                 {
       
   642                     "name": "Bruno Prieto Reis",
       
   643                     "email": "bruno.p.reis@gmail.com"
       
   644                 },
       
   645                 {
       
   646                     "name": "Justin Rainbow",
       
   647                     "email": "justin.rainbow@gmail.com"
       
   648                 },
       
   649                 {
       
   650                     "name": "Igor Wiedler",
       
   651                     "email": "igor@wiedler.ch"
       
   652                 },
       
   653                 {
       
   654                     "name": "Robert Schönthal",
       
   655                     "email": "seroscho@googlemail.com"
       
   656                 }
       
   657             ],
       
   658             "description": "A library to validate a json schema.",
       
   659             "homepage": "https://github.com/justinrainbow/json-schema",
       
   660             "keywords": [
       
   661                 "json",
       
   662                 "schema"
       
   663             ],
       
   664             "time": "2019-09-25T14:49:45+00:00"
       
   665         },
       
   666         {
       
   667             "name": "mck89/peast",
       
   668             "version": "v1.10",
       
   669             "source": {
       
   670                 "type": "git",
       
   671                 "url": "https://github.com/mck89/peast.git",
       
   672                 "reference": "ce12201132d953a13f41565c82122a5fe2616837"
       
   673             },
       
   674             "dist": {
       
   675                 "type": "zip",
       
   676                 "url": "https://api.github.com/repos/mck89/peast/zipball/ce12201132d953a13f41565c82122a5fe2616837",
       
   677                 "reference": "ce12201132d953a13f41565c82122a5fe2616837",
       
   678                 "shasum": ""
       
   679             },
       
   680             "require": {
       
   681                 "php": ">=5.4.0"
       
   682             },
       
   683             "require-dev": {
       
   684                 "phpunit/phpunit": "^4.0|^5.0"
       
   685             },
       
   686             "type": "library",
       
   687             "extra": {
       
   688                 "branch-alias": {
       
   689                     "dev-master": "1.10.0-dev"
       
   690                 }
       
   691             },
       
   692             "autoload": {
       
   693                 "psr-4": {
       
   694                     "Peast\\": "lib/Peast/",
       
   695                     "Peast\\test\\": "test/Peast/"
       
   696                 }
       
   697             },
       
   698             "notification-url": "https://packagist.org/downloads/",
       
   699             "license": [
       
   700                 "MIT"
       
   701             ],
       
   702             "authors": [
       
   703                 {
       
   704                     "name": "Marco Marchiò",
       
   705                     "email": "marco.mm89@gmail.com"
       
   706                 }
       
   707             ],
       
   708             "description": "Peast is PHP library that generates AST for JavaScript code",
       
   709             "time": "2019-11-22T18:07:58+00:00"
       
   710         },
       
   711         {
       
   712             "name": "mustache/mustache",
       
   713             "version": "v2.13.0",
       
   714             "source": {
       
   715                 "type": "git",
       
   716                 "url": "https://github.com/bobthecow/mustache.php.git",
       
   717                 "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4"
       
   718             },
       
   719             "dist": {
       
   720                 "type": "zip",
       
   721                 "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4",
       
   722                 "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4",
       
   723                 "shasum": ""
       
   724             },
       
   725             "require": {
       
   726                 "php": ">=5.2.4"
       
   727             },
       
   728             "require-dev": {
       
   729                 "friendsofphp/php-cs-fixer": "~1.11",
       
   730                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
       
   731             },
       
   732             "type": "library",
       
   733             "autoload": {
       
   734                 "psr-0": {
       
   735                     "Mustache": "src/"
       
   736                 }
       
   737             },
       
   738             "notification-url": "https://packagist.org/downloads/",
       
   739             "license": [
       
   740                 "MIT"
       
   741             ],
       
   742             "authors": [
       
   743                 {
       
   744                     "name": "Justin Hileman",
       
   745                     "email": "justin@justinhileman.info",
       
   746                     "homepage": "http://justinhileman.com"
       
   747                 }
       
   748             ],
       
   749             "description": "A Mustache implementation in PHP.",
       
   750             "homepage": "https://github.com/bobthecow/mustache.php",
       
   751             "keywords": [
       
   752                 "mustache",
       
   753                 "templating"
       
   754             ],
       
   755             "time": "2019-11-23T21:40:31+00:00"
       
   756         },
       
   757         {
       
   758             "name": "nb/oxymel",
       
   759             "version": "v0.1.0",
       
   760             "source": {
       
   761                 "type": "git",
       
   762                 "url": "https://github.com/nb/oxymel.git",
       
   763                 "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c"
       
   764             },
       
   765             "dist": {
       
   766                 "type": "zip",
       
   767                 "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
       
   768                 "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c",
       
   769                 "shasum": ""
       
   770             },
       
   771             "require": {
       
   772                 "php": ">=5.2.4"
       
   773             },
       
   774             "type": "library",
       
   775             "autoload": {
       
   776                 "psr-0": {
       
   777                     "Oxymel": ""
       
   778                 }
       
   779             },
       
   780             "notification-url": "https://packagist.org/downloads/",
       
   781             "license": [
       
   782                 "MIT"
       
   783             ],
       
   784             "authors": [
       
   785                 {
       
   786                     "name": "Nikolay Bachiyski",
       
   787                     "email": "nb@nikolay.bg",
       
   788                     "homepage": "http://extrapolate.me/"
       
   789                 }
       
   790             ],
       
   791             "description": "A sweet XML builder",
       
   792             "homepage": "https://github.com/nb/oxymel",
       
   793             "keywords": [
       
   794                 "xml"
       
   795             ],
       
   796             "time": "2013-02-24T15:01:54+00:00"
       
   797         },
       
   798         {
       
   799             "name": "oscarotero/env",
       
   800             "version": "v1.2.0",
       
   801             "source": {
       
   802                 "type": "git",
       
   803                 "url": "https://github.com/oscarotero/env.git",
       
   804                 "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6"
       
   805             },
       
   806             "dist": {
       
   807                 "type": "zip",
       
   808                 "url": "https://api.github.com/repos/oscarotero/env/zipball/4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
       
   809                 "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
       
   810                 "shasum": ""
       
   811             },
       
   812             "require": {
       
   813                 "ext-ctype": "*",
       
   814                 "php": ">=5.2"
       
   815             },
       
   816             "type": "library",
       
   817             "autoload": {
       
   818                 "psr-0": {
       
   819                     "Env": "src/"
       
   820                 }
       
   821             },
       
   822             "notification-url": "https://packagist.org/downloads/",
       
   823             "license": [
       
   824                 "MIT"
       
   825             ],
       
   826             "authors": [
       
   827                 {
       
   828                     "name": "Oscar Otero",
       
   829                     "email": "oom@oscarotero.com",
       
   830                     "homepage": "http://oscarotero.com",
       
   831                     "role": "Developer"
       
   832                 }
       
   833             ],
       
   834             "description": "Simple library to consume environment variables",
       
   835             "homepage": "https://github.com/oscarotero/env",
       
   836             "keywords": [
       
   837                 "env"
       
   838             ],
       
   839             "time": "2019-04-03T18:28:43+00:00"
       
   840         },
       
   841         {
       
   842             "name": "phpoption/phpoption",
       
   843             "version": "1.6.0",
       
   844             "source": {
       
   845                 "type": "git",
       
   846                 "url": "https://github.com/schmittjoh/php-option.git",
       
   847                 "reference": "f4e7a6a1382183412246f0d361078c29fb85089e"
       
   848             },
       
   849             "dist": {
       
   850                 "type": "zip",
       
   851                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/f4e7a6a1382183412246f0d361078c29fb85089e",
       
   852                 "reference": "f4e7a6a1382183412246f0d361078c29fb85089e",
       
   853                 "shasum": ""
       
   854             },
       
   855             "require": {
       
   856                 "php": "^5.5.9 || ^7.0"
       
   857             },
       
   858             "require-dev": {
       
   859                 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
       
   860             },
       
   861             "type": "library",
       
   862             "extra": {
       
   863                 "branch-alias": {
       
   864                     "dev-master": "1.6-dev"
       
   865                 }
       
   866             },
       
   867             "autoload": {
       
   868                 "psr-4": {
       
   869                     "PhpOption\\": "src/PhpOption/"
       
   870                 }
       
   871             },
       
   872             "notification-url": "https://packagist.org/downloads/",
       
   873             "license": [
       
   874                 "Apache-2.0"
       
   875             ],
       
   876             "authors": [
       
   877                 {
       
   878                     "name": "Johannes M. Schmitt",
       
   879                     "email": "schmittjoh@gmail.com"
       
   880                 },
       
   881                 {
       
   882                     "name": "Graham Campbell",
       
   883                     "email": "graham@alt-three.com"
       
   884                 }
       
   885             ],
       
   886             "description": "Option Type for PHP",
       
   887             "keywords": [
       
   888                 "language",
       
   889                 "option",
       
   890                 "php",
       
   891                 "type"
       
   892             ],
       
   893             "time": "2019-11-30T20:20:49+00:00"
       
   894         },
       
   895         {
       
   896             "name": "psr/container",
       
   897             "version": "1.0.0",
       
   898             "source": {
       
   899                 "type": "git",
       
   900                 "url": "https://github.com/php-fig/container.git",
       
   901                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
       
   902             },
       
   903             "dist": {
       
   904                 "type": "zip",
       
   905                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
       
   906                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
       
   907                 "shasum": ""
       
   908             },
       
   909             "require": {
       
   910                 "php": ">=5.3.0"
       
   911             },
       
   912             "type": "library",
       
   913             "extra": {
       
   914                 "branch-alias": {
       
   915                     "dev-master": "1.0.x-dev"
       
   916                 }
       
   917             },
       
   918             "autoload": {
       
   919                 "psr-4": {
       
   920                     "Psr\\Container\\": "src/"
       
   921                 }
       
   922             },
       
   923             "notification-url": "https://packagist.org/downloads/",
       
   924             "license": [
       
   925                 "MIT"
       
   926             ],
       
   927             "authors": [
       
   928                 {
       
   929                     "name": "PHP-FIG",
       
   930                     "homepage": "http://www.php-fig.org/"
       
   931                 }
       
   932             ],
       
   933             "description": "Common Container Interface (PHP FIG PSR-11)",
       
   934             "homepage": "https://github.com/php-fig/container",
       
   935             "keywords": [
       
   936                 "PSR-11",
       
   937                 "container",
       
   938                 "container-interface",
       
   939                 "container-interop",
       
   940                 "psr"
       
   941             ],
       
   942             "time": "2017-02-14T16:28:37+00:00"
       
   943         },
       
   944         {
       
   945             "name": "psr/log",
       
   946             "version": "1.1.2",
       
   947             "source": {
       
   948                 "type": "git",
       
   949                 "url": "https://github.com/php-fig/log.git",
       
   950                 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
       
   951             },
       
   952             "dist": {
       
   953                 "type": "zip",
       
   954                 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
       
   955                 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
       
   956                 "shasum": ""
       
   957             },
       
   958             "require": {
       
   959                 "php": ">=5.3.0"
       
   960             },
       
   961             "type": "library",
       
   962             "extra": {
       
   963                 "branch-alias": {
       
   964                     "dev-master": "1.1.x-dev"
       
   965                 }
       
   966             },
       
   967             "autoload": {
       
   968                 "psr-4": {
       
   969                     "Psr\\Log\\": "Psr/Log/"
       
   970                 }
       
   971             },
       
   972             "notification-url": "https://packagist.org/downloads/",
       
   973             "license": [
       
   974                 "MIT"
       
   975             ],
       
   976             "authors": [
       
   977                 {
       
   978                     "name": "PHP-FIG",
       
   979                     "homepage": "http://www.php-fig.org/"
       
   980                 }
       
   981             ],
       
   982             "description": "Common interface for logging libraries",
       
   983             "homepage": "https://github.com/php-fig/log",
       
   984             "keywords": [
       
   985                 "log",
       
   986                 "psr",
       
   987                 "psr-3"
       
   988             ],
       
   989             "time": "2019-11-01T11:05:21+00:00"
       
   990         },
       
   991         {
       
   992             "name": "rmccue/requests",
       
   993             "version": "v1.7.0",
       
   994             "source": {
       
   995                 "type": "git",
       
   996                 "url": "https://github.com/rmccue/Requests.git",
       
   997                 "reference": "87932f52ffad70504d93f04f15690cf16a089546"
       
   998             },
       
   999             "dist": {
       
  1000                 "type": "zip",
       
  1001                 "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
       
  1002                 "reference": "87932f52ffad70504d93f04f15690cf16a089546",
       
  1003                 "shasum": ""
       
  1004             },
       
  1005             "require": {
       
  1006                 "php": ">=5.2"
       
  1007             },
       
  1008             "require-dev": {
       
  1009                 "requests/test-server": "dev-master"
       
  1010             },
       
  1011             "type": "library",
       
  1012             "autoload": {
       
  1013                 "psr-0": {
       
  1014                     "Requests": "library/"
       
  1015                 }
       
  1016             },
       
  1017             "notification-url": "https://packagist.org/downloads/",
       
  1018             "license": [
       
  1019                 "ISC"
       
  1020             ],
       
  1021             "authors": [
       
  1022                 {
       
  1023                     "name": "Ryan McCue",
       
  1024                     "homepage": "http://ryanmccue.info"
       
  1025                 }
       
  1026             ],
       
  1027             "description": "A HTTP library written in PHP, for human beings.",
       
  1028             "homepage": "http://github.com/rmccue/Requests",
       
  1029             "keywords": [
       
  1030                 "curl",
       
  1031                 "fsockopen",
       
  1032                 "http",
       
  1033                 "idna",
       
  1034                 "ipv6",
       
  1035                 "iri",
       
  1036                 "sockets"
       
  1037             ],
       
  1038             "time": "2016-10-13T00:11:37+00:00"
       
  1039         },
       
  1040         {
       
  1041             "name": "roots/wordpress",
       
  1042             "version": "5.3",
       
  1043             "source": {
       
  1044                 "type": "git",
       
  1045                 "url": "https://github.com/WordPress/WordPress.git",
       
  1046                 "reference": "5.3"
       
  1047             },
       
  1048             "dist": {
       
  1049                 "type": "zip",
       
  1050                 "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.3",
       
  1051                 "reference": "5.3"
       
  1052             },
       
  1053             "require": {
       
  1054                 "php": ">=5.3.2",
       
  1055                 "roots/wordpress-core-installer": ">=1.0.0"
       
  1056             },
       
  1057             "type": "wordpress-core",
       
  1058             "notification-url": "https://packagist.org/downloads/",
       
  1059             "license": [
       
  1060                 "GPL-2.0-or-later"
       
  1061             ],
       
  1062             "authors": [
       
  1063                 {
       
  1064                     "name": "WordPress Community",
       
  1065                     "homepage": "https://wordpress.org/about/"
       
  1066                 }
       
  1067             ],
       
  1068             "description": "WordPress is web software you can use to create a beautiful website or blog.",
       
  1069             "homepage": "https://wordpress.org/",
       
  1070             "keywords": [
       
  1071                 "blog",
       
  1072                 "cms",
       
  1073                 "wordpress"
       
  1074             ],
       
  1075             "time": "2019-11-12T20:34:22+00:00"
       
  1076         },
       
  1077         {
       
  1078             "name": "roots/wordpress-core-installer",
       
  1079             "version": "1.1.0",
       
  1080             "source": {
       
  1081                 "type": "git",
       
  1082                 "url": "https://github.com/roots/wordpress-core-installer.git",
       
  1083                 "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80"
       
  1084             },
       
  1085             "dist": {
       
  1086                 "type": "zip",
       
  1087                 "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
       
  1088                 "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
       
  1089                 "shasum": ""
       
  1090             },
       
  1091             "require": {
       
  1092                 "composer-plugin-api": "^1.0"
       
  1093             },
       
  1094             "conflict": {
       
  1095                 "composer/installers": "<1.0.6"
       
  1096             },
       
  1097             "replace": {
       
  1098                 "johnpbloch/wordpress-core-installer": "*"
       
  1099             },
       
  1100             "require-dev": {
       
  1101                 "composer/composer": "^1.0",
       
  1102                 "phpunit/phpunit": ">=4.8.35"
       
  1103             },
       
  1104             "type": "composer-plugin",
       
  1105             "extra": {
       
  1106                 "class": "Roots\\Composer\\WordPressCorePlugin"
       
  1107             },
       
  1108             "autoload": {
       
  1109                 "psr-4": {
       
  1110                     "Roots\\Composer\\": "src/"
       
  1111                 }
       
  1112             },
       
  1113             "notification-url": "https://packagist.org/downloads/",
       
  1114             "license": [
       
  1115                 "GPL-2.0-or-later"
       
  1116             ],
       
  1117             "authors": [
       
  1118                 {
       
  1119                     "name": "John P. Bloch",
       
  1120                     "email": "me@johnpbloch.com"
       
  1121                 },
       
  1122                 {
       
  1123                     "name": "Roots",
       
  1124                     "email": "team@roots.io"
       
  1125                 }
       
  1126             ],
       
  1127             "description": "A custom installer to handle deploying WordPress with composer",
       
  1128             "keywords": [
       
  1129                 "wordpress"
       
  1130             ],
       
  1131             "time": "2018-12-10T00:22:15+00:00"
       
  1132         },
       
  1133         {
       
  1134             "name": "roots/wp-config",
       
  1135             "version": "1.0.0",
       
  1136             "source": {
       
  1137                 "type": "git",
       
  1138                 "url": "https://github.com/roots/wp-config.git",
       
  1139                 "reference": "37c38230796119fb487fa03346ab0706ce6d4962"
       
  1140             },
       
  1141             "dist": {
       
  1142                 "type": "zip",
       
  1143                 "url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962",
       
  1144                 "reference": "37c38230796119fb487fa03346ab0706ce6d4962",
       
  1145                 "shasum": ""
       
  1146             },
       
  1147             "require": {
       
  1148                 "php": ">=5.6"
       
  1149             },
       
  1150             "require-dev": {
       
  1151                 "php-coveralls/php-coveralls": "^2.1",
       
  1152                 "phpunit/phpunit": "^5.7",
       
  1153                 "roave/security-advisories": "dev-master",
       
  1154                 "squizlabs/php_codesniffer": "^3.3"
       
  1155             },
       
  1156             "type": "library",
       
  1157             "autoload": {
       
  1158                 "psr-4": {
       
  1159                     "Roots\\WPConfig\\": "src"
       
  1160                 }
       
  1161             },
       
  1162             "notification-url": "https://packagist.org/downloads/",
       
  1163             "license": [
       
  1164                 "MIT"
       
  1165             ],
       
  1166             "authors": [
       
  1167                 {
       
  1168                     "name": "Austin Pray",
       
  1169                     "email": "austin@austinpray.com"
       
  1170                 }
       
  1171             ],
       
  1172             "description": "Collect configuration values and safely define() them",
       
  1173             "time": "2018-08-10T14:18:38+00:00"
       
  1174         },
       
  1175         {
       
  1176             "name": "roots/wp-password-bcrypt",
       
  1177             "version": "1.0.0",
       
  1178             "source": {
       
  1179                 "type": "git",
       
  1180                 "url": "https://github.com/roots/wp-password-bcrypt.git",
       
  1181                 "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa"
       
  1182             },
       
  1183             "dist": {
       
  1184                 "type": "zip",
       
  1185                 "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
       
  1186                 "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
       
  1187                 "shasum": ""
       
  1188             },
       
  1189             "require": {
       
  1190                 "composer/installers": "~1.0",
       
  1191                 "php": ">=5.5.0"
       
  1192             },
       
  1193             "require-dev": {
       
  1194                 "brain/monkey": "^1.3.1",
       
  1195                 "mockery/mockery": "^0.9.4",
       
  1196                 "phpunit/phpunit": "^4.8.23|^5.2.9",
       
  1197                 "squizlabs/php_codesniffer": "^2.5.1"
       
  1198             },
       
  1199             "type": "library",
       
  1200             "autoload": {
       
  1201                 "files": [
       
  1202                     "wp-password-bcrypt.php"
       
  1203                 ]
       
  1204             },
       
  1205             "notification-url": "https://packagist.org/downloads/",
       
  1206             "license": [
       
  1207                 "MIT"
       
  1208             ],
       
  1209             "authors": [
       
  1210                 {
       
  1211                     "name": "Scott Walkinshaw",
       
  1212                     "email": "scott.walkinshaw@gmail.com",
       
  1213                     "homepage": "https://github.com/swalkinshaw"
       
  1214                 },
       
  1215                 {
       
  1216                     "name": "qwp6t",
       
  1217                     "homepage": "https://github.com/qwp6t"
       
  1218                 },
       
  1219                 {
       
  1220                     "name": "Jan Pingel",
       
  1221                     "email": "jpingel@bitpiston.com",
       
  1222                     "homepage": "http://janpingel.com"
       
  1223                 }
       
  1224             ],
       
  1225             "description": "WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.",
       
  1226             "homepage": "https://roots.io/plugins/wp-password-bcrypt",
       
  1227             "keywords": [
       
  1228                 "wordpress wp bcrypt password"
       
  1229             ],
       
  1230             "time": "2016-03-01T16:27:06+00:00"
       
  1231         },
       
  1232         {
       
  1233             "name": "seld/jsonlint",
       
  1234             "version": "1.7.2",
       
  1235             "source": {
       
  1236                 "type": "git",
       
  1237                 "url": "https://github.com/Seldaek/jsonlint.git",
       
  1238                 "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
       
  1239             },
       
  1240             "dist": {
       
  1241                 "type": "zip",
       
  1242                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
       
  1243                 "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
       
  1244                 "shasum": ""
       
  1245             },
       
  1246             "require": {
       
  1247                 "php": "^5.3 || ^7.0"
       
  1248             },
       
  1249             "require-dev": {
       
  1250                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
       
  1251             },
       
  1252             "bin": [
       
  1253                 "bin/jsonlint"
       
  1254             ],
       
  1255             "type": "library",
       
  1256             "autoload": {
       
  1257                 "psr-4": {
       
  1258                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
       
  1259                 }
       
  1260             },
       
  1261             "notification-url": "https://packagist.org/downloads/",
       
  1262             "license": [
       
  1263                 "MIT"
       
  1264             ],
       
  1265             "authors": [
       
  1266                 {
       
  1267                     "name": "Jordi Boggiano",
       
  1268                     "email": "j.boggiano@seld.be",
       
  1269                     "homepage": "http://seld.be"
       
  1270                 }
       
  1271             ],
       
  1272             "description": "JSON Linter",
       
  1273             "keywords": [
       
  1274                 "json",
       
  1275                 "linter",
       
  1276                 "parser",
       
  1277                 "validator"
       
  1278             ],
       
  1279             "time": "2019-10-24T14:27:39+00:00"
       
  1280         },
       
  1281         {
       
  1282             "name": "seld/phar-utils",
       
  1283             "version": "1.0.1",
       
  1284             "source": {
       
  1285                 "type": "git",
       
  1286                 "url": "https://github.com/Seldaek/phar-utils.git",
       
  1287                 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
       
  1288             },
       
  1289             "dist": {
       
  1290                 "type": "zip",
       
  1291                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
       
  1292                 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
       
  1293                 "shasum": ""
       
  1294             },
       
  1295             "require": {
       
  1296                 "php": ">=5.3"
       
  1297             },
       
  1298             "type": "library",
       
  1299             "extra": {
       
  1300                 "branch-alias": {
       
  1301                     "dev-master": "1.x-dev"
       
  1302                 }
       
  1303             },
       
  1304             "autoload": {
       
  1305                 "psr-4": {
       
  1306                     "Seld\\PharUtils\\": "src/"
       
  1307                 }
       
  1308             },
       
  1309             "notification-url": "https://packagist.org/downloads/",
       
  1310             "license": [
       
  1311                 "MIT"
       
  1312             ],
       
  1313             "authors": [
       
  1314                 {
       
  1315                     "name": "Jordi Boggiano",
       
  1316                     "email": "j.boggiano@seld.be"
       
  1317                 }
       
  1318             ],
       
  1319             "description": "PHAR file format utilities, for when PHP phars you up",
       
  1320             "keywords": [
       
  1321                 "phra"
       
  1322             ],
       
  1323             "time": "2015-10-13T18:44:15+00:00"
       
  1324         },
       
  1325         {
       
  1326             "name": "symfony/console",
       
  1327             "version": "v4.4.1",
       
  1328             "source": {
       
  1329                 "type": "git",
       
  1330                 "url": "https://github.com/symfony/console.git",
       
  1331                 "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201"
       
  1332             },
       
  1333             "dist": {
       
  1334                 "type": "zip",
       
  1335                 "url": "https://api.github.com/repos/symfony/console/zipball/f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
       
  1336                 "reference": "f0aea3df20d15635b3cb9730ca5eea1c65b7f201",
       
  1337                 "shasum": ""
       
  1338             },
       
  1339             "require": {
       
  1340                 "php": "^7.1.3",
       
  1341                 "symfony/polyfill-mbstring": "~1.0",
       
  1342                 "symfony/polyfill-php73": "^1.8",
       
  1343                 "symfony/service-contracts": "^1.1|^2"
       
  1344             },
       
  1345             "conflict": {
       
  1346                 "symfony/dependency-injection": "<3.4",
       
  1347                 "symfony/event-dispatcher": "<4.3|>=5",
       
  1348                 "symfony/lock": "<4.4",
       
  1349                 "symfony/process": "<3.3"
       
  1350             },
       
  1351             "provide": {
       
  1352                 "psr/log-implementation": "1.0"
       
  1353             },
       
  1354             "require-dev": {
       
  1355                 "psr/log": "~1.0",
       
  1356                 "symfony/config": "^3.4|^4.0|^5.0",
       
  1357                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
       
  1358                 "symfony/event-dispatcher": "^4.3",
       
  1359                 "symfony/lock": "^4.4|^5.0",
       
  1360                 "symfony/process": "^3.4|^4.0|^5.0",
       
  1361                 "symfony/var-dumper": "^4.3|^5.0"
       
  1362             },
       
  1363             "suggest": {
       
  1364                 "psr/log": "For using the console logger",
       
  1365                 "symfony/event-dispatcher": "",
       
  1366                 "symfony/lock": "",
       
  1367                 "symfony/process": ""
       
  1368             },
       
  1369             "type": "library",
       
  1370             "extra": {
       
  1371                 "branch-alias": {
       
  1372                     "dev-master": "4.4-dev"
       
  1373                 }
       
  1374             },
       
  1375             "autoload": {
       
  1376                 "psr-4": {
       
  1377                     "Symfony\\Component\\Console\\": ""
       
  1378                 },
       
  1379                 "exclude-from-classmap": [
       
  1380                     "/Tests/"
       
  1381                 ]
       
  1382             },
       
  1383             "notification-url": "https://packagist.org/downloads/",
       
  1384             "license": [
       
  1385                 "MIT"
       
  1386             ],
       
  1387             "authors": [
       
  1388                 {
       
  1389                     "name": "Fabien Potencier",
       
  1390                     "email": "fabien@symfony.com"
       
  1391                 },
       
  1392                 {
       
  1393                     "name": "Symfony Community",
       
  1394                     "homepage": "https://symfony.com/contributors"
       
  1395                 }
       
  1396             ],
       
  1397             "description": "Symfony Console Component",
       
  1398             "homepage": "https://symfony.com",
       
  1399             "time": "2019-12-01T10:06:17+00:00"
       
  1400         },
       
  1401         {
       
  1402             "name": "symfony/filesystem",
       
  1403             "version": "v4.4.1",
       
  1404             "source": {
       
  1405                 "type": "git",
       
  1406                 "url": "https://github.com/symfony/filesystem.git",
       
  1407                 "reference": "40c2606131d56eff6f193b6e2ceb92414653b591"
       
  1408             },
       
  1409             "dist": {
       
  1410                 "type": "zip",
       
  1411                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/40c2606131d56eff6f193b6e2ceb92414653b591",
       
  1412                 "reference": "40c2606131d56eff6f193b6e2ceb92414653b591",
       
  1413                 "shasum": ""
       
  1414             },
       
  1415             "require": {
       
  1416                 "php": "^7.1.3",
       
  1417                 "symfony/polyfill-ctype": "~1.8"
       
  1418             },
       
  1419             "type": "library",
       
  1420             "extra": {
       
  1421                 "branch-alias": {
       
  1422                     "dev-master": "4.4-dev"
       
  1423                 }
       
  1424             },
       
  1425             "autoload": {
       
  1426                 "psr-4": {
       
  1427                     "Symfony\\Component\\Filesystem\\": ""
       
  1428                 },
       
  1429                 "exclude-from-classmap": [
       
  1430                     "/Tests/"
       
  1431                 ]
       
  1432             },
       
  1433             "notification-url": "https://packagist.org/downloads/",
       
  1434             "license": [
       
  1435                 "MIT"
       
  1436             ],
       
  1437             "authors": [
       
  1438                 {
       
  1439                     "name": "Fabien Potencier",
       
  1440                     "email": "fabien@symfony.com"
       
  1441                 },
       
  1442                 {
       
  1443                     "name": "Symfony Community",
       
  1444                     "homepage": "https://symfony.com/contributors"
       
  1445                 }
       
  1446             ],
       
  1447             "description": "Symfony Filesystem Component",
       
  1448             "homepage": "https://symfony.com",
       
  1449             "time": "2019-11-26T23:16:41+00:00"
       
  1450         },
       
  1451         {
       
  1452             "name": "symfony/finder",
       
  1453             "version": "v4.4.1",
       
  1454             "source": {
       
  1455                 "type": "git",
       
  1456                 "url": "https://github.com/symfony/finder.git",
       
  1457                 "reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
       
  1458             },
       
  1459             "dist": {
       
  1460                 "type": "zip",
       
  1461                 "url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
       
  1462                 "reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
       
  1463                 "shasum": ""
       
  1464             },
       
  1465             "require": {
       
  1466                 "php": "^7.1.3"
       
  1467             },
       
  1468             "type": "library",
       
  1469             "extra": {
       
  1470                 "branch-alias": {
       
  1471                     "dev-master": "4.4-dev"
       
  1472                 }
       
  1473             },
       
  1474             "autoload": {
       
  1475                 "psr-4": {
       
  1476                     "Symfony\\Component\\Finder\\": ""
       
  1477                 },
       
  1478                 "exclude-from-classmap": [
       
  1479                     "/Tests/"
       
  1480                 ]
       
  1481             },
       
  1482             "notification-url": "https://packagist.org/downloads/",
       
  1483             "license": [
       
  1484                 "MIT"
       
  1485             ],
       
  1486             "authors": [
       
  1487                 {
       
  1488                     "name": "Fabien Potencier",
       
  1489                     "email": "fabien@symfony.com"
       
  1490                 },
       
  1491                 {
       
  1492                     "name": "Symfony Community",
       
  1493                     "homepage": "https://symfony.com/contributors"
       
  1494                 }
       
  1495             ],
       
  1496             "description": "Symfony Finder Component",
       
  1497             "homepage": "https://symfony.com",
       
  1498             "time": "2019-11-17T21:56:56+00:00"
       
  1499         },
       
  1500         {
       
  1501             "name": "symfony/polyfill-ctype",
       
  1502             "version": "v1.13.1",
       
  1503             "source": {
       
  1504                 "type": "git",
       
  1505                 "url": "https://github.com/symfony/polyfill-ctype.git",
       
  1506                 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
       
  1507             },
       
  1508             "dist": {
       
  1509                 "type": "zip",
       
  1510                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
       
  1511                 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
       
  1512                 "shasum": ""
       
  1513             },
       
  1514             "require": {
       
  1515                 "php": ">=5.3.3"
       
  1516             },
       
  1517             "suggest": {
       
  1518                 "ext-ctype": "For best performance"
       
  1519             },
       
  1520             "type": "library",
       
  1521             "extra": {
       
  1522                 "branch-alias": {
       
  1523                     "dev-master": "1.13-dev"
       
  1524                 }
       
  1525             },
       
  1526             "autoload": {
       
  1527                 "psr-4": {
       
  1528                     "Symfony\\Polyfill\\Ctype\\": ""
       
  1529                 },
       
  1530                 "files": [
       
  1531                     "bootstrap.php"
       
  1532                 ]
       
  1533             },
       
  1534             "notification-url": "https://packagist.org/downloads/",
       
  1535             "license": [
       
  1536                 "MIT"
       
  1537             ],
       
  1538             "authors": [
       
  1539                 {
       
  1540                     "name": "Gert de Pagter",
       
  1541                     "email": "BackEndTea@gmail.com"
       
  1542                 },
       
  1543                 {
       
  1544                     "name": "Symfony Community",
       
  1545                     "homepage": "https://symfony.com/contributors"
       
  1546                 }
       
  1547             ],
       
  1548             "description": "Symfony polyfill for ctype functions",
       
  1549             "homepage": "https://symfony.com",
       
  1550             "keywords": [
       
  1551                 "compatibility",
       
  1552                 "ctype",
       
  1553                 "polyfill",
       
  1554                 "portable"
       
  1555             ],
       
  1556             "time": "2019-11-27T13:56:44+00:00"
       
  1557         },
       
  1558         {
       
  1559             "name": "symfony/polyfill-mbstring",
       
  1560             "version": "v1.13.1",
       
  1561             "source": {
       
  1562                 "type": "git",
       
  1563                 "url": "https://github.com/symfony/polyfill-mbstring.git",
       
  1564                 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
       
  1565             },
       
  1566             "dist": {
       
  1567                 "type": "zip",
       
  1568                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
       
  1569                 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
       
  1570                 "shasum": ""
       
  1571             },
       
  1572             "require": {
       
  1573                 "php": ">=5.3.3"
       
  1574             },
       
  1575             "suggest": {
       
  1576                 "ext-mbstring": "For best performance"
       
  1577             },
       
  1578             "type": "library",
       
  1579             "extra": {
       
  1580                 "branch-alias": {
       
  1581                     "dev-master": "1.13-dev"
       
  1582                 }
       
  1583             },
       
  1584             "autoload": {
       
  1585                 "psr-4": {
       
  1586                     "Symfony\\Polyfill\\Mbstring\\": ""
       
  1587                 },
       
  1588                 "files": [
       
  1589                     "bootstrap.php"
       
  1590                 ]
       
  1591             },
       
  1592             "notification-url": "https://packagist.org/downloads/",
       
  1593             "license": [
       
  1594                 "MIT"
       
  1595             ],
       
  1596             "authors": [
       
  1597                 {
       
  1598                     "name": "Nicolas Grekas",
       
  1599                     "email": "p@tchwork.com"
       
  1600                 },
       
  1601                 {
       
  1602                     "name": "Symfony Community",
       
  1603                     "homepage": "https://symfony.com/contributors"
       
  1604                 }
       
  1605             ],
       
  1606             "description": "Symfony polyfill for the Mbstring extension",
       
  1607             "homepage": "https://symfony.com",
       
  1608             "keywords": [
       
  1609                 "compatibility",
       
  1610                 "mbstring",
       
  1611                 "polyfill",
       
  1612                 "portable",
       
  1613                 "shim"
       
  1614             ],
       
  1615             "time": "2019-11-27T14:18:11+00:00"
       
  1616         },
       
  1617         {
       
  1618             "name": "symfony/polyfill-php73",
       
  1619             "version": "v1.13.1",
       
  1620             "source": {
       
  1621                 "type": "git",
       
  1622                 "url": "https://github.com/symfony/polyfill-php73.git",
       
  1623                 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
       
  1624             },
       
  1625             "dist": {
       
  1626                 "type": "zip",
       
  1627                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
       
  1628                 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
       
  1629                 "shasum": ""
       
  1630             },
       
  1631             "require": {
       
  1632                 "php": ">=5.3.3"
       
  1633             },
       
  1634             "type": "library",
       
  1635             "extra": {
       
  1636                 "branch-alias": {
       
  1637                     "dev-master": "1.13-dev"
       
  1638                 }
       
  1639             },
       
  1640             "autoload": {
       
  1641                 "psr-4": {
       
  1642                     "Symfony\\Polyfill\\Php73\\": ""
       
  1643                 },
       
  1644                 "files": [
       
  1645                     "bootstrap.php"
       
  1646                 ],
       
  1647                 "classmap": [
       
  1648                     "Resources/stubs"
       
  1649                 ]
       
  1650             },
       
  1651             "notification-url": "https://packagist.org/downloads/",
       
  1652             "license": [
       
  1653                 "MIT"
       
  1654             ],
       
  1655             "authors": [
       
  1656                 {
       
  1657                     "name": "Nicolas Grekas",
       
  1658                     "email": "p@tchwork.com"
       
  1659                 },
       
  1660                 {
       
  1661                     "name": "Symfony Community",
       
  1662                     "homepage": "https://symfony.com/contributors"
       
  1663                 }
       
  1664             ],
       
  1665             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
       
  1666             "homepage": "https://symfony.com",
       
  1667             "keywords": [
       
  1668                 "compatibility",
       
  1669                 "polyfill",
       
  1670                 "portable",
       
  1671                 "shim"
       
  1672             ],
       
  1673             "time": "2019-11-27T16:25:15+00:00"
       
  1674         },
       
  1675         {
       
  1676             "name": "symfony/process",
       
  1677             "version": "v4.4.1",
       
  1678             "source": {
       
  1679                 "type": "git",
       
  1680                 "url": "https://github.com/symfony/process.git",
       
  1681                 "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726"
       
  1682             },
       
  1683             "dist": {
       
  1684                 "type": "zip",
       
  1685                 "url": "https://api.github.com/repos/symfony/process/zipball/51c0135ef3f44c5803b33dc60e96bf4f77752726",
       
  1686                 "reference": "51c0135ef3f44c5803b33dc60e96bf4f77752726",
       
  1687                 "shasum": ""
       
  1688             },
       
  1689             "require": {
       
  1690                 "php": "^7.1.3"
       
  1691             },
       
  1692             "type": "library",
       
  1693             "extra": {
       
  1694                 "branch-alias": {
       
  1695                     "dev-master": "4.4-dev"
       
  1696                 }
       
  1697             },
       
  1698             "autoload": {
       
  1699                 "psr-4": {
       
  1700                     "Symfony\\Component\\Process\\": ""
       
  1701                 },
       
  1702                 "exclude-from-classmap": [
       
  1703                     "/Tests/"
       
  1704                 ]
       
  1705             },
       
  1706             "notification-url": "https://packagist.org/downloads/",
       
  1707             "license": [
       
  1708                 "MIT"
       
  1709             ],
       
  1710             "authors": [
       
  1711                 {
       
  1712                     "name": "Fabien Potencier",
       
  1713                     "email": "fabien@symfony.com"
       
  1714                 },
       
  1715                 {
       
  1716                     "name": "Symfony Community",
       
  1717                     "homepage": "https://symfony.com/contributors"
       
  1718                 }
       
  1719             ],
       
  1720             "description": "Symfony Process Component",
       
  1721             "homepage": "https://symfony.com",
       
  1722             "time": "2019-11-28T13:33:56+00:00"
       
  1723         },
       
  1724         {
       
  1725             "name": "symfony/service-contracts",
       
  1726             "version": "v2.0.1",
       
  1727             "source": {
       
  1728                 "type": "git",
       
  1729                 "url": "https://github.com/symfony/service-contracts.git",
       
  1730                 "reference": "144c5e51266b281231e947b51223ba14acf1a749"
       
  1731             },
       
  1732             "dist": {
       
  1733                 "type": "zip",
       
  1734                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
       
  1735                 "reference": "144c5e51266b281231e947b51223ba14acf1a749",
       
  1736                 "shasum": ""
       
  1737             },
       
  1738             "require": {
       
  1739                 "php": "^7.2.5",
       
  1740                 "psr/container": "^1.0"
       
  1741             },
       
  1742             "suggest": {
       
  1743                 "symfony/service-implementation": ""
       
  1744             },
       
  1745             "type": "library",
       
  1746             "extra": {
       
  1747                 "branch-alias": {
       
  1748                     "dev-master": "2.0-dev"
       
  1749                 }
       
  1750             },
       
  1751             "autoload": {
       
  1752                 "psr-4": {
       
  1753                     "Symfony\\Contracts\\Service\\": ""
       
  1754                 }
       
  1755             },
       
  1756             "notification-url": "https://packagist.org/downloads/",
       
  1757             "license": [
       
  1758                 "MIT"
       
  1759             ],
       
  1760             "authors": [
       
  1761                 {
       
  1762                     "name": "Nicolas Grekas",
       
  1763                     "email": "p@tchwork.com"
       
  1764                 },
       
  1765                 {
       
  1766                     "name": "Symfony Community",
       
  1767                     "homepage": "https://symfony.com/contributors"
       
  1768                 }
       
  1769             ],
       
  1770             "description": "Generic abstractions related to writing services",
       
  1771             "homepage": "https://symfony.com",
       
  1772             "keywords": [
       
  1773                 "abstractions",
       
  1774                 "contracts",
       
  1775                 "decoupling",
       
  1776                 "interfaces",
       
  1777                 "interoperability",
       
  1778                 "standards"
       
  1779             ],
       
  1780             "time": "2019-11-18T17:27:11+00:00"
       
  1781         },
       
  1782         {
       
  1783             "name": "vlucas/phpdotenv",
       
  1784             "version": "v3.6.0",
       
  1785             "source": {
       
  1786                 "type": "git",
       
  1787                 "url": "https://github.com/vlucas/phpdotenv.git",
       
  1788                 "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
       
  1789             },
       
  1790             "dist": {
       
  1791                 "type": "zip",
       
  1792                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
       
  1793                 "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
       
  1794                 "shasum": ""
       
  1795             },
       
  1796             "require": {
       
  1797                 "php": "^5.4 || ^7.0",
       
  1798                 "phpoption/phpoption": "^1.5",
       
  1799                 "symfony/polyfill-ctype": "^1.9"
       
  1800             },
       
  1801             "require-dev": {
       
  1802                 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
       
  1803             },
       
  1804             "type": "library",
       
  1805             "extra": {
       
  1806                 "branch-alias": {
       
  1807                     "dev-master": "3.6-dev"
       
  1808                 }
       
  1809             },
       
  1810             "autoload": {
       
  1811                 "psr-4": {
       
  1812                     "Dotenv\\": "src/"
       
  1813                 }
       
  1814             },
       
  1815             "notification-url": "https://packagist.org/downloads/",
       
  1816             "license": [
       
  1817                 "BSD-3-Clause"
       
  1818             ],
       
  1819             "authors": [
       
  1820                 {
       
  1821                     "name": "Graham Campbell",
       
  1822                     "email": "graham@alt-three.com",
       
  1823                     "homepage": "https://gjcampbell.co.uk/"
       
  1824                 },
       
  1825                 {
       
  1826                     "name": "Vance Lucas",
       
  1827                     "email": "vance@vancelucas.com",
       
  1828                     "homepage": "https://vancelucas.com/"
       
  1829                 }
       
  1830             ],
       
  1831             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
       
  1832             "keywords": [
       
  1833                 "dotenv",
       
  1834                 "env",
       
  1835                 "environment"
       
  1836             ],
       
  1837             "time": "2019-09-10T21:37:39+00:00"
       
  1838         },
       
  1839         {
       
  1840             "name": "wp-cli/cache-command",
       
  1841             "version": "v2.0.3",
       
  1842             "source": {
       
  1843                 "type": "git",
       
  1844                 "url": "https://github.com/wp-cli/cache-command.git",
       
  1845                 "reference": "d3264aecf0e981b61adc020f5f6664f6538b7434"
       
  1846             },
       
  1847             "dist": {
       
  1848                 "type": "zip",
       
  1849                 "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/d3264aecf0e981b61adc020f5f6664f6538b7434",
       
  1850                 "reference": "d3264aecf0e981b61adc020f5f6664f6538b7434",
       
  1851                 "shasum": ""
       
  1852             },
       
  1853             "require": {
       
  1854                 "wp-cli/wp-cli": "^2"
       
  1855             },
       
  1856             "require-dev": {
       
  1857                 "wp-cli/entity-command": "^1.3 || ^2",
       
  1858                 "wp-cli/wp-cli-tests": "^2.1"
       
  1859             },
       
  1860             "type": "wp-cli-package",
       
  1861             "extra": {
       
  1862                 "branch-alias": {
       
  1863                     "dev-master": "2.x-dev"
       
  1864                 },
       
  1865                 "bundled": true,
       
  1866                 "commands": [
       
  1867                     "cache",
       
  1868                     "cache add",
       
  1869                     "cache decr",
       
  1870                     "cache delete",
       
  1871                     "cache flush",
       
  1872                     "cache get",
       
  1873                     "cache incr",
       
  1874                     "cache replace",
       
  1875                     "cache set",
       
  1876                     "cache type",
       
  1877                     "transient",
       
  1878                     "transient delete",
       
  1879                     "transient get",
       
  1880                     "transient set",
       
  1881                     "transient type",
       
  1882                     "transient list"
       
  1883                 ]
       
  1884             },
       
  1885             "autoload": {
       
  1886                 "psr-4": {
       
  1887                     "": "src/"
       
  1888                 },
       
  1889                 "files": [
       
  1890                     "cache-command.php"
       
  1891                 ]
       
  1892             },
       
  1893             "notification-url": "https://packagist.org/downloads/",
       
  1894             "license": [
       
  1895                 "MIT"
       
  1896             ],
       
  1897             "authors": [
       
  1898                 {
       
  1899                     "name": "Daniel Bachhuber",
       
  1900                     "email": "daniel@runcommand.io",
       
  1901                     "homepage": "https://runcommand.io"
       
  1902                 }
       
  1903             ],
       
  1904             "description": "Manages object and transient caches.",
       
  1905             "homepage": "https://github.com/wp-cli/cache-command",
       
  1906             "time": "2019-11-12T01:43:12+00:00"
       
  1907         },
       
  1908         {
       
  1909             "name": "wp-cli/checksum-command",
       
  1910             "version": "v2.0.3",
       
  1911             "source": {
       
  1912                 "type": "git",
       
  1913                 "url": "https://github.com/wp-cli/checksum-command.git",
       
  1914                 "reference": "7db66668ec116c5ccef7bc27b4354fa81b85018a"
       
  1915             },
       
  1916             "dist": {
       
  1917                 "type": "zip",
       
  1918                 "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/7db66668ec116c5ccef7bc27b4354fa81b85018a",
       
  1919                 "reference": "7db66668ec116c5ccef7bc27b4354fa81b85018a",
       
  1920                 "shasum": ""
       
  1921             },
       
  1922             "require": {
       
  1923                 "wp-cli/wp-cli": "^2"
       
  1924             },
       
  1925             "require-dev": {
       
  1926                 "wp-cli/extension-command": "^1.2 || ^2",
       
  1927                 "wp-cli/wp-cli-tests": "^2.1"
       
  1928             },
       
  1929             "type": "wp-cli-package",
       
  1930             "extra": {
       
  1931                 "branch-alias": {
       
  1932                     "dev-master": "2.x-dev"
       
  1933                 },
       
  1934                 "bundled": true,
       
  1935                 "commands": [
       
  1936                     "core verify-checksums",
       
  1937                     "plugin verify-checksums"
       
  1938                 ]
       
  1939             },
       
  1940             "autoload": {
       
  1941                 "psr-4": {
       
  1942                     "": "src/"
       
  1943                 },
       
  1944                 "files": [
       
  1945                     "checksum-command.php"
       
  1946                 ]
       
  1947             },
       
  1948             "notification-url": "https://packagist.org/downloads/",
       
  1949             "license": [
       
  1950                 "MIT"
       
  1951             ],
       
  1952             "authors": [
       
  1953                 {
       
  1954                     "name": "Daniel Bachhuber",
       
  1955                     "email": "daniel@runcommand.io",
       
  1956                     "homepage": "https://runcommand.io"
       
  1957                 }
       
  1958             ],
       
  1959             "description": "Verifies file integrity by comparing to published checksums.",
       
  1960             "homepage": "https://github.com/wp-cli/checksum-command",
       
  1961             "time": "2019-04-25T00:28:02+00:00"
       
  1962         },
       
  1963         {
       
  1964             "name": "wp-cli/config-command",
       
  1965             "version": "v2.0.5",
       
  1966             "source": {
       
  1967                 "type": "git",
       
  1968                 "url": "https://github.com/wp-cli/config-command.git",
       
  1969                 "reference": "9530dc42eebcae1fde10ad9e4aad312e06267eb9"
       
  1970             },
       
  1971             "dist": {
       
  1972                 "type": "zip",
       
  1973                 "url": "https://api.github.com/repos/wp-cli/config-command/zipball/9530dc42eebcae1fde10ad9e4aad312e06267eb9",
       
  1974                 "reference": "9530dc42eebcae1fde10ad9e4aad312e06267eb9",
       
  1975                 "shasum": ""
       
  1976             },
       
  1977             "require": {
       
  1978                 "wp-cli/wp-cli": "^2",
       
  1979                 "wp-cli/wp-config-transformer": "^1.2.1"
       
  1980             },
       
  1981             "require-dev": {
       
  1982                 "wp-cli/db-command": "^1.3 || ^2",
       
  1983                 "wp-cli/wp-cli-tests": "^2.1"
       
  1984             },
       
  1985             "type": "wp-cli-package",
       
  1986             "extra": {
       
  1987                 "branch-alias": {
       
  1988                     "dev-master": "2.x-dev"
       
  1989                 },
       
  1990                 "bundled": true,
       
  1991                 "commands": [
       
  1992                     "config",
       
  1993                     "config edit",
       
  1994                     "config delete",
       
  1995                     "config create",
       
  1996                     "config get",
       
  1997                     "config has",
       
  1998                     "config list",
       
  1999                     "config path",
       
  2000                     "config set",
       
  2001                     "config shuffle-salts"
       
  2002                 ]
       
  2003             },
       
  2004             "autoload": {
       
  2005                 "psr-4": {
       
  2006                     "": "src/"
       
  2007                 },
       
  2008                 "files": [
       
  2009                     "config-command.php"
       
  2010                 ]
       
  2011             },
       
  2012             "notification-url": "https://packagist.org/downloads/",
       
  2013             "license": [
       
  2014                 "MIT"
       
  2015             ],
       
  2016             "authors": [
       
  2017                 {
       
  2018                     "name": "Daniel Bachhuber",
       
  2019                     "email": "daniel@runcommand.io",
       
  2020                     "homepage": "https://runcommand.io"
       
  2021                 },
       
  2022                 {
       
  2023                     "name": "Alain Schlesser",
       
  2024                     "email": "alain.schlesser@gmail.com",
       
  2025                     "homepage": "https://www.alainschlesser.com"
       
  2026                 }
       
  2027             ],
       
  2028             "description": "Generates and reads the wp-config.php file.",
       
  2029             "homepage": "https://github.com/wp-cli/config-command",
       
  2030             "time": "2019-11-12T01:43:26+00:00"
       
  2031         },
       
  2032         {
       
  2033             "name": "wp-cli/core-command",
       
  2034             "version": "v2.0.8",
       
  2035             "source": {
       
  2036                 "type": "git",
       
  2037                 "url": "https://github.com/wp-cli/core-command.git",
       
  2038                 "reference": "be62a9364c77a99698364a888362a8c8b9414f2f"
       
  2039             },
       
  2040             "dist": {
       
  2041                 "type": "zip",
       
  2042                 "url": "https://api.github.com/repos/wp-cli/core-command/zipball/be62a9364c77a99698364a888362a8c8b9414f2f",
       
  2043                 "reference": "be62a9364c77a99698364a888362a8c8b9414f2f",
       
  2044                 "shasum": ""
       
  2045             },
       
  2046             "require": {
       
  2047                 "composer/semver": "^1.4",
       
  2048                 "wp-cli/wp-cli": "^2.4"
       
  2049             },
       
  2050             "require-dev": {
       
  2051                 "wp-cli/checksum-command": "^1 || ^2",
       
  2052                 "wp-cli/db-command": "^1.3 || ^2",
       
  2053                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2054                 "wp-cli/extension-command": "^1.2 || ^2",
       
  2055                 "wp-cli/wp-cli-tests": "^2.1"
       
  2056             },
       
  2057             "type": "wp-cli-package",
       
  2058             "extra": {
       
  2059                 "branch-alias": {
       
  2060                     "dev-master": "2.x-dev"
       
  2061                 },
       
  2062                 "bundled": true,
       
  2063                 "commands": [
       
  2064                     "core",
       
  2065                     "core check-update",
       
  2066                     "core download",
       
  2067                     "core install",
       
  2068                     "core is-installed",
       
  2069                     "core multisite-convert",
       
  2070                     "core multisite-install",
       
  2071                     "core update",
       
  2072                     "core update-db",
       
  2073                     "core version"
       
  2074                 ]
       
  2075             },
       
  2076             "autoload": {
       
  2077                 "psr-4": {
       
  2078                     "": "src/"
       
  2079                 },
       
  2080                 "files": [
       
  2081                     "core-command.php"
       
  2082                 ]
       
  2083             },
       
  2084             "notification-url": "https://packagist.org/downloads/",
       
  2085             "license": [
       
  2086                 "MIT"
       
  2087             ],
       
  2088             "authors": [
       
  2089                 {
       
  2090                     "name": "Daniel Bachhuber",
       
  2091                     "email": "daniel@runcommand.io",
       
  2092                     "homepage": "https://runcommand.io"
       
  2093                 }
       
  2094             ],
       
  2095             "description": "Downloads, installs, updates, and manages a WordPress installation.",
       
  2096             "homepage": "https://github.com/wp-cli/core-command",
       
  2097             "time": "2019-11-12T15:31:38+00:00"
       
  2098         },
       
  2099         {
       
  2100             "name": "wp-cli/cron-command",
       
  2101             "version": "v2.0.3",
       
  2102             "source": {
       
  2103                 "type": "git",
       
  2104                 "url": "https://github.com/wp-cli/cron-command.git",
       
  2105                 "reference": "b6d0c8ff69cc56d5316a35a7a2fcc314c4069585"
       
  2106             },
       
  2107             "dist": {
       
  2108                 "type": "zip",
       
  2109                 "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/b6d0c8ff69cc56d5316a35a7a2fcc314c4069585",
       
  2110                 "reference": "b6d0c8ff69cc56d5316a35a7a2fcc314c4069585",
       
  2111                 "shasum": ""
       
  2112             },
       
  2113             "require": {
       
  2114                 "wp-cli/wp-cli": "^2"
       
  2115             },
       
  2116             "require-dev": {
       
  2117                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2118                 "wp-cli/wp-cli-tests": "^2.1"
       
  2119             },
       
  2120             "type": "wp-cli-package",
       
  2121             "extra": {
       
  2122                 "branch-alias": {
       
  2123                     "dev-master": "2.x-dev"
       
  2124                 },
       
  2125                 "bundled": true,
       
  2126                 "commands": [
       
  2127                     "cron",
       
  2128                     "cron test",
       
  2129                     "cron event",
       
  2130                     "cron event delete",
       
  2131                     "cron event list",
       
  2132                     "cron event run",
       
  2133                     "cron event schedule",
       
  2134                     "cron schedule",
       
  2135                     "cron schedule list"
       
  2136                 ]
       
  2137             },
       
  2138             "autoload": {
       
  2139                 "psr-4": {
       
  2140                     "": "src/"
       
  2141                 },
       
  2142                 "files": [
       
  2143                     "cron-command.php"
       
  2144                 ]
       
  2145             },
       
  2146             "notification-url": "https://packagist.org/downloads/",
       
  2147             "license": [
       
  2148                 "MIT"
       
  2149             ],
       
  2150             "authors": [
       
  2151                 {
       
  2152                     "name": "Daniel Bachhuber",
       
  2153                     "email": "daniel@runcommand.io",
       
  2154                     "homepage": "https://runcommand.io"
       
  2155                 }
       
  2156             ],
       
  2157             "description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
       
  2158             "homepage": "https://github.com/wp-cli/cron-command",
       
  2159             "time": "2019-04-24T07:31:46+00:00"
       
  2160         },
       
  2161         {
       
  2162             "name": "wp-cli/db-command",
       
  2163             "version": "v2.0.5",
       
  2164             "source": {
       
  2165                 "type": "git",
       
  2166                 "url": "https://github.com/wp-cli/db-command.git",
       
  2167                 "reference": "119cf31491577d0a79ad42021dfeb8ac1138342b"
       
  2168             },
       
  2169             "dist": {
       
  2170                 "type": "zip",
       
  2171                 "url": "https://api.github.com/repos/wp-cli/db-command/zipball/119cf31491577d0a79ad42021dfeb8ac1138342b",
       
  2172                 "reference": "119cf31491577d0a79ad42021dfeb8ac1138342b",
       
  2173                 "shasum": ""
       
  2174             },
       
  2175             "require": {
       
  2176                 "wp-cli/wp-cli": "^2"
       
  2177             },
       
  2178             "require-dev": {
       
  2179                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2180                 "wp-cli/wp-cli-tests": "^2.1"
       
  2181             },
       
  2182             "type": "wp-cli-package",
       
  2183             "extra": {
       
  2184                 "branch-alias": {
       
  2185                     "dev-master": "2.x-dev"
       
  2186                 },
       
  2187                 "bundled": true,
       
  2188                 "commands": [
       
  2189                     "db",
       
  2190                     "db clean",
       
  2191                     "db create",
       
  2192                     "db drop",
       
  2193                     "db reset",
       
  2194                     "db check",
       
  2195                     "db optimize",
       
  2196                     "db prefix",
       
  2197                     "db repair",
       
  2198                     "db cli",
       
  2199                     "db query",
       
  2200                     "db export",
       
  2201                     "db import",
       
  2202                     "db search",
       
  2203                     "db tables",
       
  2204                     "db size",
       
  2205                     "db columns"
       
  2206                 ]
       
  2207             },
       
  2208             "autoload": {
       
  2209                 "psr-4": {
       
  2210                     "": "src/"
       
  2211                 },
       
  2212                 "files": [
       
  2213                     "db-command.php"
       
  2214                 ]
       
  2215             },
       
  2216             "notification-url": "https://packagist.org/downloads/",
       
  2217             "license": [
       
  2218                 "MIT"
       
  2219             ],
       
  2220             "authors": [
       
  2221                 {
       
  2222                     "name": "Daniel Bachhuber",
       
  2223                     "email": "daniel@runcommand.io",
       
  2224                     "homepage": "https://runcommand.io"
       
  2225                 }
       
  2226             ],
       
  2227             "description": "Performs basic database operations using credentials stored in wp-config.php.",
       
  2228             "homepage": "https://github.com/wp-cli/db-command",
       
  2229             "time": "2019-11-12T05:05:58+00:00"
       
  2230         },
       
  2231         {
       
  2232             "name": "wp-cli/embed-command",
       
  2233             "version": "v2.0.4",
       
  2234             "source": {
       
  2235                 "type": "git",
       
  2236                 "url": "https://github.com/wp-cli/embed-command.git",
       
  2237                 "reference": "f67fd41a056c6cb847e8601e058fa836b9e5d325"
       
  2238             },
       
  2239             "dist": {
       
  2240                 "type": "zip",
       
  2241                 "url": "https://api.github.com/repos/wp-cli/embed-command/zipball/f67fd41a056c6cb847e8601e058fa836b9e5d325",
       
  2242                 "reference": "f67fd41a056c6cb847e8601e058fa836b9e5d325",
       
  2243                 "shasum": ""
       
  2244             },
       
  2245             "require": {
       
  2246                 "wp-cli/wp-cli": "^2"
       
  2247             },
       
  2248             "require-dev": {
       
  2249                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2250                 "wp-cli/wp-cli-tests": "^2.1"
       
  2251             },
       
  2252             "type": "wp-cli-package",
       
  2253             "extra": {
       
  2254                 "branch-alias": {
       
  2255                     "dev-master": "2.x-dev"
       
  2256                 },
       
  2257                 "bundled": true,
       
  2258                 "commands": [
       
  2259                     "embed",
       
  2260                     "embed fetch",
       
  2261                     "embed provider",
       
  2262                     "embed provider list",
       
  2263                     "embed provider match",
       
  2264                     "embed handler",
       
  2265                     "embed handler list",
       
  2266                     "embed cache",
       
  2267                     "embed cache clear",
       
  2268                     "embed cache find",
       
  2269                     "embed cache trigger"
       
  2270                 ]
       
  2271             },
       
  2272             "autoload": {
       
  2273                 "psr-4": {
       
  2274                     "WP_CLI\\Embeds\\": "src/"
       
  2275                 },
       
  2276                 "files": [
       
  2277                     "embed-command.php"
       
  2278                 ]
       
  2279             },
       
  2280             "notification-url": "https://packagist.org/downloads/",
       
  2281             "license": [
       
  2282                 "MIT"
       
  2283             ],
       
  2284             "authors": [
       
  2285                 {
       
  2286                     "name": "Pascal Birchler",
       
  2287                     "homepage": "https://pascalbirchler.com/"
       
  2288                 }
       
  2289             ],
       
  2290             "description": "Inspects oEmbed providers, clears embed cache, and more.",
       
  2291             "homepage": "https://github.com/wp-cli/embed-command",
       
  2292             "time": "2019-11-12T01:43:50+00:00"
       
  2293         },
       
  2294         {
       
  2295             "name": "wp-cli/entity-command",
       
  2296             "version": "v2.0.7",
       
  2297             "source": {
       
  2298                 "type": "git",
       
  2299                 "url": "https://github.com/wp-cli/entity-command.git",
       
  2300                 "reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9"
       
  2301             },
       
  2302             "dist": {
       
  2303                 "type": "zip",
       
  2304                 "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/0df89e4fba48177acf768bff9c00cda95a3fe5b9",
       
  2305                 "reference": "0df89e4fba48177acf768bff9c00cda95a3fe5b9",
       
  2306                 "shasum": ""
       
  2307             },
       
  2308             "require": {
       
  2309                 "wp-cli/wp-cli": "^2"
       
  2310             },
       
  2311             "require-dev": {
       
  2312                 "wp-cli/cache-command": "^1 || ^2",
       
  2313                 "wp-cli/db-command": "^1.3 || ^2",
       
  2314                 "wp-cli/extension-command": "^1.2 || ^2",
       
  2315                 "wp-cli/media-command": "^1.1 || ^2",
       
  2316                 "wp-cli/wp-cli-tests": "^2.1"
       
  2317             },
       
  2318             "type": "wp-cli-package",
       
  2319             "extra": {
       
  2320                 "branch-alias": {
       
  2321                     "dev-master": "2.x-dev"
       
  2322                 },
       
  2323                 "bundled": true,
       
  2324                 "commands": [
       
  2325                     "comment",
       
  2326                     "comment approve",
       
  2327                     "comment count",
       
  2328                     "comment create",
       
  2329                     "comment delete",
       
  2330                     "comment exists",
       
  2331                     "comment generate",
       
  2332                     "comment get",
       
  2333                     "comment list",
       
  2334                     "comment meta",
       
  2335                     "comment meta add",
       
  2336                     "comment meta delete",
       
  2337                     "comment meta get",
       
  2338                     "comment meta list",
       
  2339                     "comment meta patch",
       
  2340                     "comment meta pluck",
       
  2341                     "comment meta update",
       
  2342                     "comment recount",
       
  2343                     "comment spam",
       
  2344                     "comment status",
       
  2345                     "comment trash",
       
  2346                     "comment unapprove",
       
  2347                     "comment unspam",
       
  2348                     "comment untrash",
       
  2349                     "comment update",
       
  2350                     "menu",
       
  2351                     "menu create",
       
  2352                     "menu delete",
       
  2353                     "menu item",
       
  2354                     "menu item add-custom",
       
  2355                     "menu item add-post",
       
  2356                     "menu item add-term",
       
  2357                     "menu item delete",
       
  2358                     "menu item list",
       
  2359                     "menu item update",
       
  2360                     "menu list",
       
  2361                     "menu location",
       
  2362                     "menu location assign",
       
  2363                     "menu location list",
       
  2364                     "menu location remove",
       
  2365                     "network meta",
       
  2366                     "network meta add",
       
  2367                     "network meta delete",
       
  2368                     "network meta get",
       
  2369                     "network meta list",
       
  2370                     "network meta patch",
       
  2371                     "network meta pluck",
       
  2372                     "network meta update",
       
  2373                     "option",
       
  2374                     "option add",
       
  2375                     "option delete",
       
  2376                     "option get",
       
  2377                     "option list",
       
  2378                     "option patch",
       
  2379                     "option pluck",
       
  2380                     "option update",
       
  2381                     "post",
       
  2382                     "post create",
       
  2383                     "post delete",
       
  2384                     "post edit",
       
  2385                     "post exists",
       
  2386                     "post generate",
       
  2387                     "post get",
       
  2388                     "post list",
       
  2389                     "post meta",
       
  2390                     "post meta add",
       
  2391                     "post meta delete",
       
  2392                     "post meta get",
       
  2393                     "post meta list",
       
  2394                     "post meta patch",
       
  2395                     "post meta pluck",
       
  2396                     "post meta update",
       
  2397                     "post term",
       
  2398                     "post term add",
       
  2399                     "post term list",
       
  2400                     "post term remove",
       
  2401                     "post term set",
       
  2402                     "post update",
       
  2403                     "post-type",
       
  2404                     "post-type get",
       
  2405                     "post-type list",
       
  2406                     "site",
       
  2407                     "site activate",
       
  2408                     "site archive",
       
  2409                     "site create",
       
  2410                     "site deactivate",
       
  2411                     "site delete",
       
  2412                     "site empty",
       
  2413                     "site list",
       
  2414                     "site mature",
       
  2415                     "site option",
       
  2416                     "site private",
       
  2417                     "site public",
       
  2418                     "site spam",
       
  2419                     "site unarchive",
       
  2420                     "site unmature",
       
  2421                     "site unspam",
       
  2422                     "taxonomy",
       
  2423                     "taxonomy get",
       
  2424                     "taxonomy list",
       
  2425                     "term",
       
  2426                     "term create",
       
  2427                     "term delete",
       
  2428                     "term generate",
       
  2429                     "term get",
       
  2430                     "term list",
       
  2431                     "term meta",
       
  2432                     "term meta add",
       
  2433                     "term meta delete",
       
  2434                     "term meta get",
       
  2435                     "term meta list",
       
  2436                     "term meta patch",
       
  2437                     "term meta pluck",
       
  2438                     "term meta update",
       
  2439                     "term recount",
       
  2440                     "term update",
       
  2441                     "user",
       
  2442                     "user add-cap",
       
  2443                     "user add-role",
       
  2444                     "user create",
       
  2445                     "user delete",
       
  2446                     "user generate",
       
  2447                     "user get",
       
  2448                     "user import-csv",
       
  2449                     "user list",
       
  2450                     "user list-caps",
       
  2451                     "user meta",
       
  2452                     "user meta add",
       
  2453                     "user meta delete",
       
  2454                     "user meta get",
       
  2455                     "user meta list",
       
  2456                     "user meta patch",
       
  2457                     "user meta pluck",
       
  2458                     "user meta update",
       
  2459                     "user remove-cap",
       
  2460                     "user remove-role",
       
  2461                     "user reset-password",
       
  2462                     "user session",
       
  2463                     "user session destroy",
       
  2464                     "user session list",
       
  2465                     "user set-role",
       
  2466                     "user spam",
       
  2467                     "user term",
       
  2468                     "user term add",
       
  2469                     "user term list",
       
  2470                     "user term remove",
       
  2471                     "user term set",
       
  2472                     "user unspam",
       
  2473                     "user update"
       
  2474                 ]
       
  2475             },
       
  2476             "autoload": {
       
  2477                 "psr-4": {
       
  2478                     "": "src/",
       
  2479                     "WP_CLI\\": "src/WP_CLI"
       
  2480                 },
       
  2481                 "files": [
       
  2482                     "entity-command.php"
       
  2483                 ]
       
  2484             },
       
  2485             "notification-url": "https://packagist.org/downloads/",
       
  2486             "license": [
       
  2487                 "MIT"
       
  2488             ],
       
  2489             "authors": [
       
  2490                 {
       
  2491                     "name": "Daniel Bachhuber",
       
  2492                     "email": "daniel@runcommand.io",
       
  2493                     "homepage": "https://runcommand.io"
       
  2494                 }
       
  2495             ],
       
  2496             "description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.",
       
  2497             "homepage": "https://github.com/wp-cli/entity-command",
       
  2498             "time": "2019-11-12T11:32:14+00:00"
       
  2499         },
       
  2500         {
       
  2501             "name": "wp-cli/eval-command",
       
  2502             "version": "v2.0.5",
       
  2503             "source": {
       
  2504                 "type": "git",
       
  2505                 "url": "https://github.com/wp-cli/eval-command.git",
       
  2506                 "reference": "945aaebc761a694cf302985088ef6b19a4567643"
       
  2507             },
       
  2508             "dist": {
       
  2509                 "type": "zip",
       
  2510                 "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/945aaebc761a694cf302985088ef6b19a4567643",
       
  2511                 "reference": "945aaebc761a694cf302985088ef6b19a4567643",
       
  2512                 "shasum": ""
       
  2513             },
       
  2514             "require": {
       
  2515                 "wp-cli/wp-cli": "^2"
       
  2516             },
       
  2517             "require-dev": {
       
  2518                 "wp-cli/wp-cli-tests": "^2.1"
       
  2519             },
       
  2520             "type": "wp-cli-package",
       
  2521             "extra": {
       
  2522                 "branch-alias": {
       
  2523                     "dev-master": "2.x-dev"
       
  2524                 },
       
  2525                 "bundled": true,
       
  2526                 "commands": [
       
  2527                     "eval",
       
  2528                     "eval-file"
       
  2529                 ]
       
  2530             },
       
  2531             "autoload": {
       
  2532                 "psr-4": {
       
  2533                     "": "src/"
       
  2534                 },
       
  2535                 "files": [
       
  2536                     "eval-command.php"
       
  2537                 ]
       
  2538             },
       
  2539             "notification-url": "https://packagist.org/downloads/",
       
  2540             "license": [
       
  2541                 "MIT"
       
  2542             ],
       
  2543             "authors": [
       
  2544                 {
       
  2545                     "name": "Daniel Bachhuber",
       
  2546                     "email": "daniel@runcommand.io",
       
  2547                     "homepage": "https://runcommand.io"
       
  2548                 }
       
  2549             ],
       
  2550             "description": "Executes arbitrary PHP code or files.",
       
  2551             "homepage": "https://github.com/wp-cli/eval-command",
       
  2552             "time": "2019-11-12T01:36:20+00:00"
       
  2553         },
       
  2554         {
       
  2555             "name": "wp-cli/export-command",
       
  2556             "version": "v2.0.3",
       
  2557             "source": {
       
  2558                 "type": "git",
       
  2559                 "url": "https://github.com/wp-cli/export-command.git",
       
  2560                 "reference": "a31b1777a199a8437127ad3db1b6b92e9cb5cd9b"
       
  2561             },
       
  2562             "dist": {
       
  2563                 "type": "zip",
       
  2564                 "url": "https://api.github.com/repos/wp-cli/export-command/zipball/a31b1777a199a8437127ad3db1b6b92e9cb5cd9b",
       
  2565                 "reference": "a31b1777a199a8437127ad3db1b6b92e9cb5cd9b",
       
  2566                 "shasum": ""
       
  2567             },
       
  2568             "require": {
       
  2569                 "nb/oxymel": "~0.1.0",
       
  2570                 "wp-cli/wp-cli": "^2"
       
  2571             },
       
  2572             "require-dev": {
       
  2573                 "wp-cli/db-command": "^1.3 || ^2",
       
  2574                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2575                 "wp-cli/extension-command": "^1.2 || ^2",
       
  2576                 "wp-cli/import-command": "^1 || ^2",
       
  2577                 "wp-cli/wp-cli-tests": "^2.1"
       
  2578             },
       
  2579             "type": "wp-cli-package",
       
  2580             "extra": {
       
  2581                 "branch-alias": {
       
  2582                     "dev-master": "2.x-dev"
       
  2583                 },
       
  2584                 "bundled": true,
       
  2585                 "commands": [
       
  2586                     "export"
       
  2587                 ]
       
  2588             },
       
  2589             "autoload": {
       
  2590                 "psr-4": {
       
  2591                     "": "src/"
       
  2592                 },
       
  2593                 "files": [
       
  2594                     "export-command.php"
       
  2595                 ]
       
  2596             },
       
  2597             "notification-url": "https://packagist.org/downloads/",
       
  2598             "license": [
       
  2599                 "MIT"
       
  2600             ],
       
  2601             "authors": [
       
  2602                 {
       
  2603                     "name": "Daniel Bachhuber",
       
  2604                     "email": "daniel@runcommand.io",
       
  2605                     "homepage": "https://runcommand.io"
       
  2606                 }
       
  2607             ],
       
  2608             "description": "Exports WordPress content to a WXR file.",
       
  2609             "homepage": "https://github.com/wp-cli/export-command",
       
  2610             "time": "2019-07-16T16:39:17+00:00"
       
  2611         },
       
  2612         {
       
  2613             "name": "wp-cli/extension-command",
       
  2614             "version": "v2.0.7",
       
  2615             "source": {
       
  2616                 "type": "git",
       
  2617                 "url": "https://github.com/wp-cli/extension-command.git",
       
  2618                 "reference": "e397cf208c0df679656a87041bf34129e7e3d922"
       
  2619             },
       
  2620             "dist": {
       
  2621                 "type": "zip",
       
  2622                 "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/e397cf208c0df679656a87041bf34129e7e3d922",
       
  2623                 "reference": "e397cf208c0df679656a87041bf34129e7e3d922",
       
  2624                 "shasum": ""
       
  2625             },
       
  2626             "require": {
       
  2627                 "composer/semver": "^1.4",
       
  2628                 "wp-cli/wp-cli": "^2"
       
  2629             },
       
  2630             "require-dev": {
       
  2631                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2632                 "wp-cli/scaffold-command": "^1.2 || ^2",
       
  2633                 "wp-cli/wp-cli-tests": "^2.1.6"
       
  2634             },
       
  2635             "type": "wp-cli-package",
       
  2636             "extra": {
       
  2637                 "branch-alias": {
       
  2638                     "dev-master": "2.x-dev"
       
  2639                 },
       
  2640                 "bundled": true,
       
  2641                 "commands": [
       
  2642                     "plugin",
       
  2643                     "plugin activate",
       
  2644                     "plugin deactivate",
       
  2645                     "plugin delete",
       
  2646                     "plugin get",
       
  2647                     "plugin install",
       
  2648                     "plugin is-installed",
       
  2649                     "plugin list",
       
  2650                     "plugin path",
       
  2651                     "plugin search",
       
  2652                     "plugin status",
       
  2653                     "plugin toggle",
       
  2654                     "plugin uninstall",
       
  2655                     "plugin update",
       
  2656                     "theme",
       
  2657                     "theme activate",
       
  2658                     "theme delete",
       
  2659                     "theme disable",
       
  2660                     "theme enable",
       
  2661                     "theme get",
       
  2662                     "theme install",
       
  2663                     "theme is-installed",
       
  2664                     "theme list",
       
  2665                     "theme mod",
       
  2666                     "theme mod get",
       
  2667                     "theme mod set",
       
  2668                     "theme mod remove",
       
  2669                     "theme path",
       
  2670                     "theme search",
       
  2671                     "theme status",
       
  2672                     "theme update",
       
  2673                     "theme mod list"
       
  2674                 ]
       
  2675             },
       
  2676             "autoload": {
       
  2677                 "psr-4": {
       
  2678                     "": "src/"
       
  2679                 },
       
  2680                 "files": [
       
  2681                     "extension-command.php"
       
  2682                 ]
       
  2683             },
       
  2684             "notification-url": "https://packagist.org/downloads/",
       
  2685             "license": [
       
  2686                 "MIT"
       
  2687             ],
       
  2688             "authors": [
       
  2689                 {
       
  2690                     "name": "Daniel Bachhuber",
       
  2691                     "email": "daniel@runcommand.io",
       
  2692                     "homepage": "https://runcommand.io"
       
  2693                 }
       
  2694             ],
       
  2695             "description": "Manages plugins and themes, including installs, activations, and updates.",
       
  2696             "homepage": "https://github.com/wp-cli/extension-command",
       
  2697             "time": "2019-11-08T20:23:53+00:00"
       
  2698         },
       
  2699         {
       
  2700             "name": "wp-cli/i18n-command",
       
  2701             "version": "v2.2.1",
       
  2702             "source": {
       
  2703                 "type": "git",
       
  2704                 "url": "https://github.com/wp-cli/i18n-command.git",
       
  2705                 "reference": "6a0582103ecf4a28b3086eac55a9fe590bd3dc96"
       
  2706             },
       
  2707             "dist": {
       
  2708                 "type": "zip",
       
  2709                 "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/6a0582103ecf4a28b3086eac55a9fe590bd3dc96",
       
  2710                 "reference": "6a0582103ecf4a28b3086eac55a9fe590bd3dc96",
       
  2711                 "shasum": ""
       
  2712             },
       
  2713             "require": {
       
  2714                 "gettext/gettext": "^4.8",
       
  2715                 "mck89/peast": "^1.8",
       
  2716                 "wp-cli/wp-cli": "^2"
       
  2717             },
       
  2718             "require-dev": {
       
  2719                 "wp-cli/scaffold-command": "^1.2 || ^2",
       
  2720                 "wp-cli/wp-cli-tests": "^2.1.3"
       
  2721             },
       
  2722             "type": "wp-cli-package",
       
  2723             "extra": {
       
  2724                 "branch-alias": {
       
  2725                     "dev-master": "2.x-dev"
       
  2726                 },
       
  2727                 "bundled": true,
       
  2728                 "commands": [
       
  2729                     "i18n",
       
  2730                     "i18n make-pot",
       
  2731                     "i18n make-json"
       
  2732                 ]
       
  2733             },
       
  2734             "autoload": {
       
  2735                 "psr-4": {
       
  2736                     "WP_CLI\\I18n\\": "src/"
       
  2737                 },
       
  2738                 "files": [
       
  2739                     "i18n-command.php"
       
  2740                 ]
       
  2741             },
       
  2742             "notification-url": "https://packagist.org/downloads/",
       
  2743             "license": [
       
  2744                 "MIT"
       
  2745             ],
       
  2746             "authors": [
       
  2747                 {
       
  2748                     "name": "Pascal Birchler",
       
  2749                     "homepage": "https://pascalbirchler.com/"
       
  2750                 }
       
  2751             ],
       
  2752             "description": "Provides internationalization tools for WordPress projects.",
       
  2753             "homepage": "https://github.com/wp-cli/i18n-command",
       
  2754             "time": "2019-11-12T06:57:35+00:00"
       
  2755         },
       
  2756         {
       
  2757             "name": "wp-cli/import-command",
       
  2758             "version": "v2.0.2",
       
  2759             "source": {
       
  2760                 "type": "git",
       
  2761                 "url": "https://github.com/wp-cli/import-command.git",
       
  2762                 "reference": "e28a7f55138ceb53f2ff5926874d8e5582c87db8"
       
  2763             },
       
  2764             "dist": {
       
  2765                 "type": "zip",
       
  2766                 "url": "https://api.github.com/repos/wp-cli/import-command/zipball/e28a7f55138ceb53f2ff5926874d8e5582c87db8",
       
  2767                 "reference": "e28a7f55138ceb53f2ff5926874d8e5582c87db8",
       
  2768                 "shasum": ""
       
  2769             },
       
  2770             "require": {
       
  2771                 "wp-cli/wp-cli": "^2"
       
  2772             },
       
  2773             "require-dev": {
       
  2774                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2775                 "wp-cli/export-command": "^1 || ^2",
       
  2776                 "wp-cli/extension-command": "^1.2 || ^2",
       
  2777                 "wp-cli/wp-cli-tests": "^2.1"
       
  2778             },
       
  2779             "type": "wp-cli-package",
       
  2780             "extra": {
       
  2781                 "branch-alias": {
       
  2782                     "dev-master": "2.x-dev"
       
  2783                 },
       
  2784                 "bundled": true,
       
  2785                 "commands": [
       
  2786                     "import"
       
  2787                 ]
       
  2788             },
       
  2789             "autoload": {
       
  2790                 "psr-4": {
       
  2791                     "": "src/"
       
  2792                 },
       
  2793                 "files": [
       
  2794                     "import-command.php"
       
  2795                 ]
       
  2796             },
       
  2797             "notification-url": "https://packagist.org/downloads/",
       
  2798             "license": [
       
  2799                 "MIT"
       
  2800             ],
       
  2801             "authors": [
       
  2802                 {
       
  2803                     "name": "Daniel Bachhuber",
       
  2804                     "email": "daniel@runcommand.io",
       
  2805                     "homepage": "https://runcommand.io"
       
  2806                 }
       
  2807             ],
       
  2808             "description": "Imports content from a given WXR file.",
       
  2809             "homepage": "https://github.com/wp-cli/import-command",
       
  2810             "time": "2019-04-19T14:32:57+00:00"
       
  2811         },
       
  2812         {
       
  2813             "name": "wp-cli/language-command",
       
  2814             "version": "v2.0.5",
       
  2815             "source": {
       
  2816                 "type": "git",
       
  2817                 "url": "https://github.com/wp-cli/language-command.git",
       
  2818                 "reference": "a14a385efffba2060f947afa85f7ffd7e7cda5d7"
       
  2819             },
       
  2820             "dist": {
       
  2821                 "type": "zip",
       
  2822                 "url": "https://api.github.com/repos/wp-cli/language-command/zipball/a14a385efffba2060f947afa85f7ffd7e7cda5d7",
       
  2823                 "reference": "a14a385efffba2060f947afa85f7ffd7e7cda5d7",
       
  2824                 "shasum": ""
       
  2825             },
       
  2826             "require": {
       
  2827                 "wp-cli/wp-cli": "^2"
       
  2828             },
       
  2829             "require-dev": {
       
  2830                 "wp-cli/db-command": "^1.3 || ^2",
       
  2831                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2832                 "wp-cli/extension-command": "^1.2 || ^2",
       
  2833                 "wp-cli/wp-cli-tests": "^2.1"
       
  2834             },
       
  2835             "type": "wp-cli-package",
       
  2836             "extra": {
       
  2837                 "branch-alias": {
       
  2838                     "dev-master": "2.x-dev"
       
  2839                 },
       
  2840                 "bundled": true,
       
  2841                 "commands": [
       
  2842                     "language",
       
  2843                     "language core",
       
  2844                     "language core activate",
       
  2845                     "language core is-installed",
       
  2846                     "language core install",
       
  2847                     "language core list",
       
  2848                     "language core uninstall",
       
  2849                     "language core update",
       
  2850                     "language plugin",
       
  2851                     "language plugin is-installed",
       
  2852                     "language plugin install",
       
  2853                     "language plugin list",
       
  2854                     "language plugin uninstall",
       
  2855                     "language plugin update",
       
  2856                     "language theme",
       
  2857                     "language theme is-installed",
       
  2858                     "language theme install",
       
  2859                     "language theme list",
       
  2860                     "language theme uninstall",
       
  2861                     "language theme update"
       
  2862                 ]
       
  2863             },
       
  2864             "autoload": {
       
  2865                 "psr-4": {
       
  2866                     "": "src/"
       
  2867                 },
       
  2868                 "files": [
       
  2869                     "language-command.php"
       
  2870                 ]
       
  2871             },
       
  2872             "notification-url": "https://packagist.org/downloads/",
       
  2873             "license": [
       
  2874                 "MIT"
       
  2875             ],
       
  2876             "authors": [
       
  2877                 {
       
  2878                     "name": "Daniel Bachhuber",
       
  2879                     "email": "daniel@runcommand.io",
       
  2880                     "homepage": "https://runcommand.io"
       
  2881                 }
       
  2882             ],
       
  2883             "description": "Installs, activates, and manages language packs.",
       
  2884             "homepage": "https://github.com/wp-cli/language-command",
       
  2885             "time": "2019-11-12T01:33:31+00:00"
       
  2886         },
       
  2887         {
       
  2888             "name": "wp-cli/maintenance-mode-command",
       
  2889             "version": "v2.0.2",
       
  2890             "source": {
       
  2891                 "type": "git",
       
  2892                 "url": "https://github.com/wp-cli/maintenance-mode-command.git",
       
  2893                 "reference": "3c80e731e1032607a2e9589ae6b6398e95c05b91"
       
  2894             },
       
  2895             "dist": {
       
  2896                 "type": "zip",
       
  2897                 "url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/3c80e731e1032607a2e9589ae6b6398e95c05b91",
       
  2898                 "reference": "3c80e731e1032607a2e9589ae6b6398e95c05b91",
       
  2899                 "shasum": ""
       
  2900             },
       
  2901             "require": {
       
  2902                 "wp-cli/wp-cli": "^2"
       
  2903             },
       
  2904             "require-dev": {
       
  2905                 "wp-cli/wp-cli-tests": "^2.1"
       
  2906             },
       
  2907             "type": "wp-cli-package",
       
  2908             "extra": {
       
  2909                 "branch-alias": {
       
  2910                     "dev-master": "2.x-dev"
       
  2911                 },
       
  2912                 "bundled": true,
       
  2913                 "commands": [
       
  2914                     "maintenance-mode",
       
  2915                     "maintenance-mode activate",
       
  2916                     "maintenance-mode deactivate",
       
  2917                     "maintenance-mode status",
       
  2918                     "maintenance-mode is-active"
       
  2919                 ]
       
  2920             },
       
  2921             "autoload": {
       
  2922                 "psr-4": {
       
  2923                     "WP_CLI\\MaintenanceMode\\": "src/"
       
  2924                 },
       
  2925                 "files": [
       
  2926                     "maintenance-mode-command.php"
       
  2927                 ]
       
  2928             },
       
  2929             "notification-url": "https://packagist.org/downloads/",
       
  2930             "license": [
       
  2931                 "MIT"
       
  2932             ],
       
  2933             "authors": [
       
  2934                 {
       
  2935                     "name": "Thrijith Thankachan",
       
  2936                     "email": "thrijith13@gmail.com",
       
  2937                     "homepage": "https://thrijith.com"
       
  2938                 }
       
  2939             ],
       
  2940             "description": "Activates, deactivates or checks the status of the maintenance mode of a site.",
       
  2941             "homepage": "https://github.com/wp-cli/maintenance-mode-command",
       
  2942             "time": "2019-11-12T01:32:41+00:00"
       
  2943         },
       
  2944         {
       
  2945             "name": "wp-cli/media-command",
       
  2946             "version": "v2.0.7",
       
  2947             "source": {
       
  2948                 "type": "git",
       
  2949                 "url": "https://github.com/wp-cli/media-command.git",
       
  2950                 "reference": "0b7fbee4c4aa9335b83fd5c65183808949ba1c8e"
       
  2951             },
       
  2952             "dist": {
       
  2953                 "type": "zip",
       
  2954                 "url": "https://api.github.com/repos/wp-cli/media-command/zipball/0b7fbee4c4aa9335b83fd5c65183808949ba1c8e",
       
  2955                 "reference": "0b7fbee4c4aa9335b83fd5c65183808949ba1c8e",
       
  2956                 "shasum": ""
       
  2957             },
       
  2958             "require": {
       
  2959                 "wp-cli/wp-cli": "^2"
       
  2960             },
       
  2961             "require-dev": {
       
  2962                 "wp-cli/entity-command": "^1.3 || ^2",
       
  2963                 "wp-cli/extension-command": "^2.0",
       
  2964                 "wp-cli/wp-cli-tests": "^2.1"
       
  2965             },
       
  2966             "type": "wp-cli-package",
       
  2967             "extra": {
       
  2968                 "branch-alias": {
       
  2969                     "dev-master": "2.x-dev"
       
  2970                 },
       
  2971                 "bundled": true,
       
  2972                 "commands": [
       
  2973                     "media",
       
  2974                     "media import",
       
  2975                     "media regenerate",
       
  2976                     "media image-size"
       
  2977                 ]
       
  2978             },
       
  2979             "autoload": {
       
  2980                 "psr-4": {
       
  2981                     "": "src/"
       
  2982                 },
       
  2983                 "files": [
       
  2984                     "media-command.php"
       
  2985                 ]
       
  2986             },
       
  2987             "notification-url": "https://packagist.org/downloads/",
       
  2988             "license": [
       
  2989                 "MIT"
       
  2990             ],
       
  2991             "authors": [
       
  2992                 {
       
  2993                     "name": "Daniel Bachhuber",
       
  2994                     "email": "daniel@runcommand.io",
       
  2995                     "homepage": "https://runcommand.io"
       
  2996                 }
       
  2997             ],
       
  2998             "description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.",
       
  2999             "homepage": "https://github.com/wp-cli/media-command",
       
  3000             "time": "2019-11-12T11:32:15+00:00"
       
  3001         },
       
  3002         {
       
  3003             "name": "wp-cli/mustangostang-spyc",
       
  3004             "version": "0.6.3",
       
  3005             "source": {
       
  3006                 "type": "git",
       
  3007                 "url": "https://github.com/wp-cli/spyc.git",
       
  3008                 "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7"
       
  3009             },
       
  3010             "dist": {
       
  3011                 "type": "zip",
       
  3012                 "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
       
  3013                 "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7",
       
  3014                 "shasum": ""
       
  3015             },
       
  3016             "require": {
       
  3017                 "php": ">=5.3.1"
       
  3018             },
       
  3019             "require-dev": {
       
  3020                 "phpunit/phpunit": "4.3.*@dev"
       
  3021             },
       
  3022             "type": "library",
       
  3023             "extra": {
       
  3024                 "branch-alias": {
       
  3025                     "dev-master": "0.5.x-dev"
       
  3026                 }
       
  3027             },
       
  3028             "autoload": {
       
  3029                 "psr-4": {
       
  3030                     "Mustangostang\\": "src/"
       
  3031                 },
       
  3032                 "files": [
       
  3033                     "includes/functions.php"
       
  3034                 ]
       
  3035             },
       
  3036             "notification-url": "https://packagist.org/downloads/",
       
  3037             "license": [
       
  3038                 "MIT"
       
  3039             ],
       
  3040             "authors": [
       
  3041                 {
       
  3042                     "name": "mustangostang",
       
  3043                     "email": "vlad.andersen@gmail.com"
       
  3044                 }
       
  3045             ],
       
  3046             "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)",
       
  3047             "homepage": "https://github.com/mustangostang/spyc/",
       
  3048             "time": "2017-04-25T11:26:20+00:00"
       
  3049         },
       
  3050         {
       
  3051             "name": "wp-cli/package-command",
       
  3052             "version": "v2.0.5",
       
  3053             "source": {
       
  3054                 "type": "git",
       
  3055                 "url": "https://github.com/wp-cli/package-command.git",
       
  3056                 "reference": "52fea16f3cec0577b9c417a19ebc0f328c38d853"
       
  3057             },
       
  3058             "dist": {
       
  3059                 "type": "zip",
       
  3060                 "url": "https://api.github.com/repos/wp-cli/package-command/zipball/52fea16f3cec0577b9c417a19ebc0f328c38d853",
       
  3061                 "reference": "52fea16f3cec0577b9c417a19ebc0f328c38d853",
       
  3062                 "shasum": ""
       
  3063             },
       
  3064             "require": {
       
  3065                 "composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1",
       
  3066                 "ext-json": "*",
       
  3067                 "wp-cli/wp-cli": "^2.1"
       
  3068             },
       
  3069             "require-dev": {
       
  3070                 "wp-cli/scaffold-command": "^1 || ^2",
       
  3071                 "wp-cli/wp-cli-tests": "^2.1"
       
  3072             },
       
  3073             "type": "wp-cli-package",
       
  3074             "extra": {
       
  3075                 "branch-alias": {
       
  3076                     "dev-master": "2.x-dev"
       
  3077                 },
       
  3078                 "bundled": true,
       
  3079                 "commands": [
       
  3080                     "package",
       
  3081                     "package browse",
       
  3082                     "package install",
       
  3083                     "package list",
       
  3084                     "package update",
       
  3085                     "package uninstall"
       
  3086                 ]
       
  3087             },
       
  3088             "autoload": {
       
  3089                 "psr-4": {
       
  3090                     "": "src/"
       
  3091                 },
       
  3092                 "files": [
       
  3093                     "package-command.php"
       
  3094                 ]
       
  3095             },
       
  3096             "notification-url": "https://packagist.org/downloads/",
       
  3097             "license": [
       
  3098                 "MIT"
       
  3099             ],
       
  3100             "authors": [
       
  3101                 {
       
  3102                     "name": "Daniel Bachhuber",
       
  3103                     "email": "daniel@runcommand.io",
       
  3104                     "homepage": "https://runcommand.io"
       
  3105                 }
       
  3106             ],
       
  3107             "description": "Lists, installs, and removes WP-CLI packages.",
       
  3108             "homepage": "https://github.com/wp-cli/package-command",
       
  3109             "time": "2019-04-24T09:34:35+00:00"
       
  3110         },
       
  3111         {
       
  3112             "name": "wp-cli/php-cli-tools",
       
  3113             "version": "v0.11.11",
       
  3114             "source": {
       
  3115                 "type": "git",
       
  3116                 "url": "https://github.com/wp-cli/php-cli-tools.git",
       
  3117                 "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f"
       
  3118             },
       
  3119             "dist": {
       
  3120                 "type": "zip",
       
  3121                 "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
       
  3122                 "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
       
  3123                 "shasum": ""
       
  3124             },
       
  3125             "require": {
       
  3126                 "php": ">= 5.3.0"
       
  3127             },
       
  3128             "type": "library",
       
  3129             "autoload": {
       
  3130                 "psr-0": {
       
  3131                     "cli": "lib/"
       
  3132                 },
       
  3133                 "files": [
       
  3134                     "lib/cli/cli.php"
       
  3135                 ]
       
  3136             },
       
  3137             "notification-url": "https://packagist.org/downloads/",
       
  3138             "license": [
       
  3139                 "MIT"
       
  3140             ],
       
  3141             "authors": [
       
  3142                 {
       
  3143                     "name": "James Logsdon",
       
  3144                     "email": "jlogsdon@php.net",
       
  3145                     "role": "Developer"
       
  3146                 },
       
  3147                 {
       
  3148                     "name": "Daniel Bachhuber",
       
  3149                     "email": "daniel@handbuilt.co",
       
  3150                     "role": "Maintainer"
       
  3151                 }
       
  3152             ],
       
  3153             "description": "Console utilities for PHP",
       
  3154             "homepage": "http://github.com/wp-cli/php-cli-tools",
       
  3155             "keywords": [
       
  3156                 "cli",
       
  3157                 "console"
       
  3158             ],
       
  3159             "time": "2018-09-04T13:28:00+00:00"
       
  3160         },
       
  3161         {
       
  3162             "name": "wp-cli/rewrite-command",
       
  3163             "version": "v2.0.4",
       
  3164             "source": {
       
  3165                 "type": "git",
       
  3166                 "url": "https://github.com/wp-cli/rewrite-command.git",
       
  3167                 "reference": "3879bcbf7e695f68097cedb8415ed04915a25465"
       
  3168             },
       
  3169             "dist": {
       
  3170                 "type": "zip",
       
  3171                 "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/3879bcbf7e695f68097cedb8415ed04915a25465",
       
  3172                 "reference": "3879bcbf7e695f68097cedb8415ed04915a25465",
       
  3173                 "shasum": ""
       
  3174             },
       
  3175             "require": {
       
  3176                 "wp-cli/wp-cli": "^2"
       
  3177             },
       
  3178             "require-dev": {
       
  3179                 "wp-cli/entity-command": "^1.3 || ^2",
       
  3180                 "wp-cli/wp-cli-tests": "^2.1"
       
  3181             },
       
  3182             "type": "wp-cli-package",
       
  3183             "extra": {
       
  3184                 "branch-alias": {
       
  3185                     "dev-master": "2.x-dev"
       
  3186                 },
       
  3187                 "bundled": true,
       
  3188                 "commands": [
       
  3189                     "rewrite",
       
  3190                     "rewrite flush",
       
  3191                     "rewrite list",
       
  3192                     "rewrite structure"
       
  3193                 ]
       
  3194             },
       
  3195             "autoload": {
       
  3196                 "psr-4": {
       
  3197                     "": "src/"
       
  3198                 },
       
  3199                 "files": [
       
  3200                     "rewrite-command.php"
       
  3201                 ]
       
  3202             },
       
  3203             "notification-url": "https://packagist.org/downloads/",
       
  3204             "license": [
       
  3205                 "MIT"
       
  3206             ],
       
  3207             "authors": [
       
  3208                 {
       
  3209                     "name": "Daniel Bachhuber",
       
  3210                     "email": "daniel@runcommand.io",
       
  3211                     "homepage": "https://runcommand.io"
       
  3212                 }
       
  3213             ],
       
  3214             "description": "Lists or flushes the site's rewrite rules, updates the permalink structure.",
       
  3215             "homepage": "https://github.com/wp-cli/rewrite-command",
       
  3216             "time": "2019-11-12T01:31:23+00:00"
       
  3217         },
       
  3218         {
       
  3219             "name": "wp-cli/role-command",
       
  3220             "version": "v2.0.3",
       
  3221             "source": {
       
  3222                 "type": "git",
       
  3223                 "url": "https://github.com/wp-cli/role-command.git",
       
  3224                 "reference": "bad54a1b02331ee6460cc6a6f967e37dd91e07a3"
       
  3225             },
       
  3226             "dist": {
       
  3227                 "type": "zip",
       
  3228                 "url": "https://api.github.com/repos/wp-cli/role-command/zipball/bad54a1b02331ee6460cc6a6f967e37dd91e07a3",
       
  3229                 "reference": "bad54a1b02331ee6460cc6a6f967e37dd91e07a3",
       
  3230                 "shasum": ""
       
  3231             },
       
  3232             "require": {
       
  3233                 "wp-cli/wp-cli": "^2"
       
  3234             },
       
  3235             "require-dev": {
       
  3236                 "wp-cli/wp-cli-tests": "^2.1"
       
  3237             },
       
  3238             "type": "wp-cli-package",
       
  3239             "extra": {
       
  3240                 "branch-alias": {
       
  3241                     "dev-master": "2.x-dev"
       
  3242                 },
       
  3243                 "bundled": true,
       
  3244                 "commands": [
       
  3245                     "role",
       
  3246                     "role create",
       
  3247                     "role delete",
       
  3248                     "role exists",
       
  3249                     "role list",
       
  3250                     "role reset",
       
  3251                     "cap",
       
  3252                     "cap add",
       
  3253                     "cap list",
       
  3254                     "cap remove"
       
  3255                 ]
       
  3256             },
       
  3257             "autoload": {
       
  3258                 "psr-4": {
       
  3259                     "": "src/"
       
  3260                 },
       
  3261                 "files": [
       
  3262                     "role-command.php"
       
  3263                 ]
       
  3264             },
       
  3265             "notification-url": "https://packagist.org/downloads/",
       
  3266             "license": [
       
  3267                 "MIT"
       
  3268             ],
       
  3269             "authors": [
       
  3270                 {
       
  3271                     "name": "Daniel Bachhuber",
       
  3272                     "email": "daniel@runcommand.io",
       
  3273                     "homepage": "https://runcommand.io"
       
  3274                 }
       
  3275             ],
       
  3276             "description": "Adds, removes, lists, and resets roles and capabilities.",
       
  3277             "homepage": "https://github.com/wp-cli/role-command",
       
  3278             "time": "2019-11-12T01:30:59+00:00"
       
  3279         },
       
  3280         {
       
  3281             "name": "wp-cli/scaffold-command",
       
  3282             "version": "v2.0.7",
       
  3283             "source": {
       
  3284                 "type": "git",
       
  3285                 "url": "https://github.com/wp-cli/scaffold-command.git",
       
  3286                 "reference": "fe73e6f71c2a03908bb5ceac17a0e408544a868a"
       
  3287             },
       
  3288             "dist": {
       
  3289                 "type": "zip",
       
  3290                 "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/fe73e6f71c2a03908bb5ceac17a0e408544a868a",
       
  3291                 "reference": "fe73e6f71c2a03908bb5ceac17a0e408544a868a",
       
  3292                 "shasum": ""
       
  3293             },
       
  3294             "require": {
       
  3295                 "php": "^5.4 || ^7.0",
       
  3296                 "wp-cli/wp-cli": "^2"
       
  3297             },
       
  3298             "require-dev": {
       
  3299                 "wp-cli/extension-command": "^1.2 || ^2",
       
  3300                 "wp-cli/wp-cli-tests": "^2.1"
       
  3301             },
       
  3302             "type": "wp-cli-package",
       
  3303             "extra": {
       
  3304                 "branch-alias": {
       
  3305                     "dev-master": "2.x-dev"
       
  3306                 },
       
  3307                 "bundled": true,
       
  3308                 "commands": [
       
  3309                     "scaffold",
       
  3310                     "scaffold underscores",
       
  3311                     "scaffold block",
       
  3312                     "scaffold child-theme",
       
  3313                     "scaffold plugin",
       
  3314                     "scaffold plugin-tests",
       
  3315                     "scaffold post-type",
       
  3316                     "scaffold taxonomy",
       
  3317                     "scaffold theme-tests"
       
  3318                 ]
       
  3319             },
       
  3320             "autoload": {
       
  3321                 "psr-4": {
       
  3322                     "": "src/"
       
  3323                 },
       
  3324                 "files": [
       
  3325                     "scaffold-command.php"
       
  3326                 ]
       
  3327             },
       
  3328             "notification-url": "https://packagist.org/downloads/",
       
  3329             "license": [
       
  3330                 "MIT"
       
  3331             ],
       
  3332             "authors": [
       
  3333                 {
       
  3334                     "name": "Daniel Bachhuber",
       
  3335                     "email": "daniel@runcommand.io",
       
  3336                     "homepage": "https://runcommand.io"
       
  3337                 }
       
  3338             ],
       
  3339             "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.",
       
  3340             "homepage": "https://github.com/wp-cli/scaffold-command",
       
  3341             "time": "2019-11-12T11:32:15+00:00"
       
  3342         },
       
  3343         {
       
  3344             "name": "wp-cli/search-replace-command",
       
  3345             "version": "v2.0.5",
       
  3346             "source": {
       
  3347                 "type": "git",
       
  3348                 "url": "https://github.com/wp-cli/search-replace-command.git",
       
  3349                 "reference": "d53ae0715d3701ef22826d5c7b46973a1b24e472"
       
  3350             },
       
  3351             "dist": {
       
  3352                 "type": "zip",
       
  3353                 "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/d53ae0715d3701ef22826d5c7b46973a1b24e472",
       
  3354                 "reference": "d53ae0715d3701ef22826d5c7b46973a1b24e472",
       
  3355                 "shasum": ""
       
  3356             },
       
  3357             "require": {
       
  3358                 "wp-cli/wp-cli": "^2"
       
  3359             },
       
  3360             "require-dev": {
       
  3361                 "wp-cli/db-command": "^1.3 || ^2",
       
  3362                 "wp-cli/entity-command": "^1.3 || ^2",
       
  3363                 "wp-cli/extension-command": "^1.2 || ^2",
       
  3364                 "wp-cli/wp-cli-tests": "^2.1"
       
  3365             },
       
  3366             "type": "wp-cli-package",
       
  3367             "extra": {
       
  3368                 "branch-alias": {
       
  3369                     "dev-master": "2.x-dev"
       
  3370                 },
       
  3371                 "bundled": true,
       
  3372                 "commands": [
       
  3373                     "search-replace"
       
  3374                 ]
       
  3375             },
       
  3376             "autoload": {
       
  3377                 "psr-4": {
       
  3378                     "": "src/"
       
  3379                 },
       
  3380                 "files": [
       
  3381                     "search-replace-command.php"
       
  3382                 ]
       
  3383             },
       
  3384             "notification-url": "https://packagist.org/downloads/",
       
  3385             "license": [
       
  3386                 "MIT"
       
  3387             ],
       
  3388             "authors": [
       
  3389                 {
       
  3390                     "name": "Daniel Bachhuber",
       
  3391                     "email": "daniel@runcommand.io",
       
  3392                     "homepage": "https://runcommand.io"
       
  3393                 }
       
  3394             ],
       
  3395             "description": "Searches/replaces strings in the database.",
       
  3396             "homepage": "https://github.com/wp-cli/search-replace-command",
       
  3397             "time": "2019-11-12T01:29:55+00:00"
       
  3398         },
       
  3399         {
       
  3400             "name": "wp-cli/server-command",
       
  3401             "version": "v2.0.4",
       
  3402             "source": {
       
  3403                 "type": "git",
       
  3404                 "url": "https://github.com/wp-cli/server-command.git",
       
  3405                 "reference": "b0c8db803aea2133973a9a35b0d94fb62487b456"
       
  3406             },
       
  3407             "dist": {
       
  3408                 "type": "zip",
       
  3409                 "url": "https://api.github.com/repos/wp-cli/server-command/zipball/b0c8db803aea2133973a9a35b0d94fb62487b456",
       
  3410                 "reference": "b0c8db803aea2133973a9a35b0d94fb62487b456",
       
  3411                 "shasum": ""
       
  3412             },
       
  3413             "require": {
       
  3414                 "wp-cli/wp-cli": "^2"
       
  3415             },
       
  3416             "require-dev": {
       
  3417                 "wp-cli/wp-cli-tests": "^2.1"
       
  3418             },
       
  3419             "type": "wp-cli-package",
       
  3420             "extra": {
       
  3421                 "branch-alias": {
       
  3422                     "dev-master": "2.x-dev"
       
  3423                 },
       
  3424                 "bundled": true,
       
  3425                 "commands": [
       
  3426                     "server"
       
  3427                 ]
       
  3428             },
       
  3429             "autoload": {
       
  3430                 "psr-4": {
       
  3431                     "": "src/"
       
  3432                 },
       
  3433                 "files": [
       
  3434                     "server-command.php"
       
  3435                 ]
       
  3436             },
       
  3437             "notification-url": "https://packagist.org/downloads/",
       
  3438             "license": [
       
  3439                 "MIT"
       
  3440             ],
       
  3441             "authors": [
       
  3442                 {
       
  3443                     "name": "Daniel Bachhuber",
       
  3444                     "email": "daniel@runcommand.io",
       
  3445                     "homepage": "https://runcommand.io"
       
  3446                 }
       
  3447             ],
       
  3448             "description": "Launches PHP's built-in web server for a specific WordPress installation.",
       
  3449             "homepage": "https://github.com/wp-cli/server-command",
       
  3450             "time": "2019-11-12T11:32:15+00:00"
       
  3451         },
       
  3452         {
       
  3453             "name": "wp-cli/shell-command",
       
  3454             "version": "v2.0.4",
       
  3455             "source": {
       
  3456                 "type": "git",
       
  3457                 "url": "https://github.com/wp-cli/shell-command.git",
       
  3458                 "reference": "293cc82fe6e99c0168bf834787ac5d0e17825723"
       
  3459             },
       
  3460             "dist": {
       
  3461                 "type": "zip",
       
  3462                 "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/293cc82fe6e99c0168bf834787ac5d0e17825723",
       
  3463                 "reference": "293cc82fe6e99c0168bf834787ac5d0e17825723",
       
  3464                 "shasum": ""
       
  3465             },
       
  3466             "require": {
       
  3467                 "wp-cli/wp-cli": "^2"
       
  3468             },
       
  3469             "require-dev": {
       
  3470                 "wp-cli/wp-cli-tests": "^2.1"
       
  3471             },
       
  3472             "type": "wp-cli-package",
       
  3473             "extra": {
       
  3474                 "branch-alias": {
       
  3475                     "dev-master": "2.x-dev"
       
  3476                 },
       
  3477                 "bundled": true,
       
  3478                 "commands": [
       
  3479                     "shell"
       
  3480                 ]
       
  3481             },
       
  3482             "autoload": {
       
  3483                 "psr-4": {
       
  3484                     "": "src/",
       
  3485                     "WP_CLI\\": "src/WP_CLI"
       
  3486                 },
       
  3487                 "files": [
       
  3488                     "shell-command.php"
       
  3489                 ]
       
  3490             },
       
  3491             "notification-url": "https://packagist.org/downloads/",
       
  3492             "license": [
       
  3493                 "MIT"
       
  3494             ],
       
  3495             "authors": [
       
  3496                 {
       
  3497                     "name": "Daniel Bachhuber",
       
  3498                     "email": "daniel@runcommand.io",
       
  3499                     "homepage": "https://runcommand.io"
       
  3500                 }
       
  3501             ],
       
  3502             "description": "Opens an interactive PHP console for running and testing PHP code.",
       
  3503             "homepage": "https://github.com/wp-cli/shell-command",
       
  3504             "time": "2019-11-12T01:29:25+00:00"
       
  3505         },
       
  3506         {
       
  3507             "name": "wp-cli/super-admin-command",
       
  3508             "version": "v2.0.3",
       
  3509             "source": {
       
  3510                 "type": "git",
       
  3511                 "url": "https://github.com/wp-cli/super-admin-command.git",
       
  3512                 "reference": "b3f3078d25c17ee586a5f31cb5ce3553613e85b4"
       
  3513             },
       
  3514             "dist": {
       
  3515                 "type": "zip",
       
  3516                 "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/b3f3078d25c17ee586a5f31cb5ce3553613e85b4",
       
  3517                 "reference": "b3f3078d25c17ee586a5f31cb5ce3553613e85b4",
       
  3518                 "shasum": ""
       
  3519             },
       
  3520             "require": {
       
  3521                 "wp-cli/wp-cli": "^2"
       
  3522             },
       
  3523             "require-dev": {
       
  3524                 "wp-cli/entity-command": "^1.3 || ^2",
       
  3525                 "wp-cli/wp-cli-tests": "^2.1"
       
  3526             },
       
  3527             "type": "wp-cli-package",
       
  3528             "extra": {
       
  3529                 "branch-alias": {
       
  3530                     "dev-master": "2.x-dev"
       
  3531                 },
       
  3532                 "bundled": true,
       
  3533                 "commands": [
       
  3534                     "super-admin",
       
  3535                     "super-admin add",
       
  3536                     "super-admin list",
       
  3537                     "super-admin remove"
       
  3538                 ]
       
  3539             },
       
  3540             "autoload": {
       
  3541                 "psr-4": {
       
  3542                     "": "src/"
       
  3543                 },
       
  3544                 "files": [
       
  3545                     "super-admin-command.php"
       
  3546                 ]
       
  3547             },
       
  3548             "notification-url": "https://packagist.org/downloads/",
       
  3549             "license": [
       
  3550                 "MIT"
       
  3551             ],
       
  3552             "authors": [
       
  3553                 {
       
  3554                     "name": "Daniel Bachhuber",
       
  3555                     "email": "daniel@runcommand.io",
       
  3556                     "homepage": "https://runcommand.io"
       
  3557                 }
       
  3558             ],
       
  3559             "description": "Lists, adds, or removes super admin users on a multisite installation.",
       
  3560             "homepage": "https://github.com/wp-cli/super-admin-command",
       
  3561             "time": "2019-11-12T01:28:59+00:00"
       
  3562         },
       
  3563         {
       
  3564             "name": "wp-cli/widget-command",
       
  3565             "version": "v2.0.3",
       
  3566             "source": {
       
  3567                 "type": "git",
       
  3568                 "url": "https://github.com/wp-cli/widget-command.git",
       
  3569                 "reference": "ad69fa608a30d17f8a73c94fdd64e91c7de458d2"
       
  3570             },
       
  3571             "dist": {
       
  3572                 "type": "zip",
       
  3573                 "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/ad69fa608a30d17f8a73c94fdd64e91c7de458d2",
       
  3574                 "reference": "ad69fa608a30d17f8a73c94fdd64e91c7de458d2",
       
  3575                 "shasum": ""
       
  3576             },
       
  3577             "require": {
       
  3578                 "wp-cli/wp-cli": "dev-master"
       
  3579             },
       
  3580             "require-dev": {
       
  3581                 "wp-cli/extension-command": "^1.2 || ^2",
       
  3582                 "wp-cli/wp-cli-tests": "^2.1"
       
  3583             },
       
  3584             "type": "wp-cli-package",
       
  3585             "extra": {
       
  3586                 "branch-alias": {
       
  3587                     "dev-master": "2.x-dev"
       
  3588                 },
       
  3589                 "bundled": true,
       
  3590                 "commands": [
       
  3591                     "widget",
       
  3592                     "widget add",
       
  3593                     "widget deactivate",
       
  3594                     "widget delete",
       
  3595                     "widget list",
       
  3596                     "widget move",
       
  3597                     "widget reset",
       
  3598                     "widget update",
       
  3599                     "sidebar",
       
  3600                     "sidebar list"
       
  3601                 ]
       
  3602             },
       
  3603             "autoload": {
       
  3604                 "psr-4": {
       
  3605                     "": "src/"
       
  3606                 },
       
  3607                 "files": [
       
  3608                     "widget-command.php"
       
  3609                 ]
       
  3610             },
       
  3611             "notification-url": "https://packagist.org/downloads/",
       
  3612             "license": [
       
  3613                 "MIT"
       
  3614             ],
       
  3615             "authors": [
       
  3616                 {
       
  3617                     "name": "Daniel Bachhuber",
       
  3618                     "email": "daniel@runcommand.io",
       
  3619                     "homepage": "https://runcommand.io"
       
  3620                 }
       
  3621             ],
       
  3622             "description": "Adds, moves, and removes widgets; lists sidebars.",
       
  3623             "homepage": "https://github.com/wp-cli/widget-command",
       
  3624             "time": "2019-10-01T08:37:32+00:00"
       
  3625         },
       
  3626         {
       
  3627             "name": "wp-cli/wp-cli",
       
  3628             "version": "dev-master",
       
  3629             "source": {
       
  3630                 "type": "git",
       
  3631                 "url": "https://github.com/wp-cli/wp-cli.git",
       
  3632                 "reference": "8e8b207a42573aa1d88a22d774998d54f473fd74"
       
  3633             },
       
  3634             "dist": {
       
  3635                 "type": "zip",
       
  3636                 "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/8e8b207a42573aa1d88a22d774998d54f473fd74",
       
  3637                 "reference": "8e8b207a42573aa1d88a22d774998d54f473fd74",
       
  3638                 "shasum": ""
       
  3639             },
       
  3640             "require": {
       
  3641                 "cweagans/composer-patches": "^1.6",
       
  3642                 "ext-curl": "*",
       
  3643                 "mustache/mustache": "~2.4",
       
  3644                 "php": "^5.4 || ^7.0",
       
  3645                 "rmccue/requests": "~1.6",
       
  3646                 "symfony/finder": ">2.7",
       
  3647                 "wp-cli/mustangostang-spyc": "^0.6.3",
       
  3648                 "wp-cli/php-cli-tools": "~0.11.2"
       
  3649             },
       
  3650             "require-dev": {
       
  3651                 "roave/security-advisories": "dev-master",
       
  3652                 "wp-cli/db-command": "^1.3 || ^2",
       
  3653                 "wp-cli/entity-command": "^1.2 || ^2",
       
  3654                 "wp-cli/extension-command": "^1.1 || ^2",
       
  3655                 "wp-cli/package-command": "^1 || ^2",
       
  3656                 "wp-cli/wp-cli-tests": "^2.1"
       
  3657             },
       
  3658             "suggest": {
       
  3659                 "ext-readline": "Include for a better --prompt implementation",
       
  3660                 "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates"
       
  3661             },
       
  3662             "bin": [
       
  3663                 "bin/wp",
       
  3664                 "bin/wp.bat"
       
  3665             ],
       
  3666             "type": "library",
       
  3667             "extra": {
       
  3668                 "branch-alias": {
       
  3669                     "dev-master": "2.5.x-dev"
       
  3670                 },
       
  3671                 "patches": {
       
  3672                     "mustache/mustache": {
       
  3673                         "Avoid notices on PHP 7.4+": "https://patch-diff.githubusercontent.com/raw/bobthecow/mustache.php/pull/349.patch"
       
  3674                     }
       
  3675                 }
       
  3676             },
       
  3677             "autoload": {
       
  3678                 "psr-0": {
       
  3679                     "WP_CLI": "php"
       
  3680                 }
       
  3681             },
       
  3682             "notification-url": "https://packagist.org/downloads/",
       
  3683             "license": [
       
  3684                 "MIT"
       
  3685             ],
       
  3686             "description": "WP-CLI framework",
       
  3687             "homepage": "https://wp-cli.org",
       
  3688             "keywords": [
       
  3689                 "cli",
       
  3690                 "wordpress"
       
  3691             ],
       
  3692             "time": "2019-11-13T17:14:38+00:00"
       
  3693         },
       
  3694         {
       
  3695             "name": "wp-cli/wp-cli-bundle",
       
  3696             "version": "v2.4.0",
       
  3697             "source": {
       
  3698                 "type": "git",
       
  3699                 "url": "https://github.com/wp-cli/wp-cli-bundle.git",
       
  3700                 "reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326"
       
  3701             },
       
  3702             "dist": {
       
  3703                 "type": "zip",
       
  3704                 "url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/713bc75b2f88550920dedc4f2ad3e1daf9f76326",
       
  3705                 "reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326",
       
  3706                 "shasum": ""
       
  3707             },
       
  3708             "require": {
       
  3709                 "cweagans/composer-patches": "^1.6",
       
  3710                 "php": ">=5.4",
       
  3711                 "wp-cli/cache-command": "^2",
       
  3712                 "wp-cli/checksum-command": "^2",
       
  3713                 "wp-cli/config-command": "^2",
       
  3714                 "wp-cli/core-command": "^2",
       
  3715                 "wp-cli/cron-command": "^2",
       
  3716                 "wp-cli/db-command": "^2",
       
  3717                 "wp-cli/embed-command": "^2",
       
  3718                 "wp-cli/entity-command": "^2",
       
  3719                 "wp-cli/eval-command": "^2",
       
  3720                 "wp-cli/export-command": "^2",
       
  3721                 "wp-cli/extension-command": "^2",
       
  3722                 "wp-cli/i18n-command": "^2",
       
  3723                 "wp-cli/import-command": "^2",
       
  3724                 "wp-cli/language-command": "^2",
       
  3725                 "wp-cli/maintenance-mode-command": "^2",
       
  3726                 "wp-cli/media-command": "^2",
       
  3727                 "wp-cli/package-command": "^2",
       
  3728                 "wp-cli/rewrite-command": "^2",
       
  3729                 "wp-cli/role-command": "^2",
       
  3730                 "wp-cli/scaffold-command": "^2",
       
  3731                 "wp-cli/search-replace-command": "^2",
       
  3732                 "wp-cli/server-command": "^2",
       
  3733                 "wp-cli/shell-command": "^2",
       
  3734                 "wp-cli/super-admin-command": "^2",
       
  3735                 "wp-cli/widget-command": "^2",
       
  3736                 "wp-cli/wp-cli": "^2.4"
       
  3737             },
       
  3738             "require-dev": {
       
  3739                 "roave/security-advisories": "dev-master",
       
  3740                 "wp-cli/wp-cli-tests": "^2.1"
       
  3741             },
       
  3742             "suggest": {
       
  3743                 "psy/psysh": "Enhanced `wp shell` functionality"
       
  3744             },
       
  3745             "type": "library",
       
  3746             "extra": {
       
  3747                 "branch-alias": {
       
  3748                     "dev-master": "2.1.x-dev"
       
  3749                 },
       
  3750                 "enable-patching": true
       
  3751             },
       
  3752             "notification-url": "https://packagist.org/downloads/",
       
  3753             "license": [
       
  3754                 "MIT"
       
  3755             ],
       
  3756             "description": "WP-CLI bundle package with default commands.",
       
  3757             "homepage": "https://wp-cli.org",
       
  3758             "keywords": [
       
  3759                 "cli",
       
  3760                 "wordpress"
       
  3761             ],
       
  3762             "time": "2019-11-12T17:43:58+00:00"
       
  3763         },
       
  3764         {
       
  3765             "name": "wp-cli/wp-config-transformer",
       
  3766             "version": "v1.2.6",
       
  3767             "source": {
       
  3768                 "type": "git",
       
  3769                 "url": "https://github.com/wp-cli/wp-config-transformer.git",
       
  3770                 "reference": "1ca98343443a8e4585865db5f50e8e6121fee70b"
       
  3771             },
       
  3772             "dist": {
       
  3773                 "type": "zip",
       
  3774                 "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/1ca98343443a8e4585865db5f50e8e6121fee70b",
       
  3775                 "reference": "1ca98343443a8e4585865db5f50e8e6121fee70b",
       
  3776                 "shasum": ""
       
  3777             },
       
  3778             "require": {
       
  3779                 "php": ">=5.3.29"
       
  3780             },
       
  3781             "require-dev": {
       
  3782                 "composer/composer": "^1.5.6",
       
  3783                 "phpunit/phpunit": "^6.5.5",
       
  3784                 "wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0"
       
  3785             },
       
  3786             "type": "library",
       
  3787             "autoload": {
       
  3788                 "files": [
       
  3789                     "src/WPConfigTransformer.php"
       
  3790                 ]
       
  3791             },
       
  3792             "notification-url": "https://packagist.org/downloads/",
       
  3793             "license": [
       
  3794                 "MIT"
       
  3795             ],
       
  3796             "authors": [
       
  3797                 {
       
  3798                     "name": "Frankie Jarrett",
       
  3799                     "email": "fjarrett@gmail.com"
       
  3800                 }
       
  3801             ],
       
  3802             "description": "Programmatically edit a wp-config.php file.",
       
  3803             "time": "2019-07-23T17:24:43+00:00"
       
  3804         }
       
  3805     ],
       
  3806     "packages-dev": [
       
  3807         {
       
  3808             "name": "roave/security-advisories",
       
  3809             "version": "dev-master",
       
  3810             "source": {
       
  3811                 "type": "git",
       
  3812                 "url": "https://github.com/Roave/SecurityAdvisories.git",
       
  3813                 "reference": "e4ee2c8e4ccd908debc64069faf023c684a76760"
       
  3814             },
       
  3815             "dist": {
       
  3816                 "type": "zip",
       
  3817                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e4ee2c8e4ccd908debc64069faf023c684a76760",
       
  3818                 "reference": "e4ee2c8e4ccd908debc64069faf023c684a76760",
       
  3819                 "shasum": ""
       
  3820             },
       
  3821             "conflict": {
       
  3822                 "3f/pygmentize": "<1.2",
       
  3823                 "adodb/adodb-php": "<5.20.12",
       
  3824                 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
       
  3825                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
       
  3826                 "amphp/http": "<1.0.1",
       
  3827                 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
       
  3828                 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
       
  3829                 "aws/aws-sdk-php": ">=3,<3.2.1",
       
  3830                 "brightlocal/phpwhois": "<=4.2.5",
       
  3831                 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
       
  3832                 "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
       
  3833                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
       
  3834                 "cartalyst/sentry": "<=2.1.6",
       
  3835                 "codeigniter/framework": "<=3.0.6",
       
  3836                 "composer/composer": "<=1-alpha.11",
       
  3837                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
       
  3838                 "contao/core": ">=2,<3.5.39",
       
  3839                 "contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5",
       
  3840                 "contao/listing-bundle": ">=4,<4.4.8",
       
  3841                 "datadog/dd-trace": ">=0.30,<0.30.2",
       
  3842                 "david-garcia/phpwhois": "<=4.3.1",
       
  3843                 "doctrine/annotations": ">=1,<1.2.7",
       
  3844                 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
       
  3845                 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
       
  3846                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
       
  3847                 "doctrine/doctrine-bundle": "<1.5.2",
       
  3848                 "doctrine/doctrine-module": "<=0.7.1",
       
  3849                 "doctrine/mongodb-odm": ">=1,<1.0.2",
       
  3850                 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
       
  3851                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
       
  3852                 "dompdf/dompdf": ">=0.6,<0.6.2",
       
  3853                 "drupal/core": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5",
       
  3854                 "drupal/drupal": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5",
       
  3855                 "erusev/parsedown": "<1.7.2",
       
  3856                 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4",
       
  3857                 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
       
  3858                 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3",
       
  3859                 "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
       
  3860                 "ezyang/htmlpurifier": "<4.1.1",
       
  3861                 "firebase/php-jwt": "<2",
       
  3862                 "fooman/tcpdf": "<6.2.22",
       
  3863                 "fossar/tcpdf-parser": "<6.2.22",
       
  3864                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
       
  3865                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
       
  3866                 "fuel/core": "<1.8.1",
       
  3867                 "gree/jose": "<=2.2",
       
  3868                 "gregwar/rst": "<1.0.3",
       
  3869                 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
       
  3870                 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
       
  3871                 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
       
  3872                 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
       
  3873                 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
       
  3874                 "ivankristianto/phpwhois": "<=4.3",
       
  3875                 "james-heinrich/getid3": "<1.9.9",
       
  3876                 "joomla/session": "<1.3.1",
       
  3877                 "jsmitty12/phpwhois": "<5.1",
       
  3878                 "kazist/phpwhois": "<=4.2.6",
       
  3879                 "kreait/firebase-php": ">=3.2,<3.8.1",
       
  3880                 "la-haute-societe/tcpdf": "<6.2.22",
       
  3881                 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
       
  3882                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
       
  3883                 "league/commonmark": "<0.18.3",
       
  3884                 "magento/magento1ce": "<1.9.4.3",
       
  3885                 "magento/magento1ee": ">=1,<1.14.4.3",
       
  3886                 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2",
       
  3887                 "monolog/monolog": ">=1.8,<1.12",
       
  3888                 "namshi/jose": "<2.2",
       
  3889                 "onelogin/php-saml": "<2.10.4",
       
  3890                 "openid/php-openid": "<2.3",
       
  3891                 "oro/crm": ">=1.7,<1.7.4",
       
  3892                 "oro/platform": ">=1.7,<1.7.4",
       
  3893                 "padraic/humbug_get_contents": "<1.1.2",
       
  3894                 "pagarme/pagarme-php": ">=0,<3",
       
  3895                 "paragonie/random_compat": "<2",
       
  3896                 "paypal/merchant-sdk-php": "<3.12",
       
  3897                 "pear/archive_tar": "<1.4.4",
       
  3898                 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
       
  3899                 "phpoffice/phpexcel": "<=1.8.1",
       
  3900                 "phpoffice/phpspreadsheet": "<=1.5",
       
  3901                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
       
  3902                 "phpwhois/phpwhois": "<=4.2.5",
       
  3903                 "phpxmlrpc/extras": "<0.6.1",
       
  3904                 "propel/propel": ">=2-alpha.1,<=2-alpha.7",
       
  3905                 "propel/propel1": ">=1,<=1.7.1",
       
  3906                 "pusher/pusher-php-server": "<2.2.1",
       
  3907                 "robrichards/xmlseclibs": ">=1,<3.0.4",
       
  3908                 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
       
  3909                 "sensiolabs/connect": "<4.2.3",
       
  3910                 "serluck/phpwhois": "<=4.2.6",
       
  3911                 "shopware/shopware": "<5.3.7",
       
  3912                 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
       
  3913                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
       
  3914                 "silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4",
       
  3915                 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
       
  3916                 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
       
  3917                 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
       
  3918                 "silverstripe/userforms": "<3",
       
  3919                 "simple-updates/phpwhois": "<=1",
       
  3920                 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
       
  3921                 "simplesamlphp/simplesamlphp": "<1.17.8",
       
  3922                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
       
  3923                 "slim/slim": "<2.6",
       
  3924                 "smarty/smarty": "<3.1.33",
       
  3925                 "socalnick/scn-social-auth": "<1.15.2",
       
  3926                 "spoonity/tcpdf": "<6.2.22",
       
  3927                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
       
  3928                 "stormpath/sdk": ">=0,<9.9.99",
       
  3929                 "studio-42/elfinder": "<2.1.48",
       
  3930                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
       
  3931                 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
       
  3932                 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
       
  3933                 "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
       
  3934                 "sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4",
       
  3935                 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
       
  3936                 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
       
  3937                 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
       
  3938                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
       
  3939                 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
       
  3940                 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
       
  3941                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
       
  3942                 "symfony/mime": ">=4.3,<4.3.8",
       
  3943                 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
       
  3944                 "symfony/polyfill": ">=1,<1.10",
       
  3945                 "symfony/polyfill-php55": ">=1,<1.10",
       
  3946                 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
       
  3947                 "symfony/routing": ">=2,<2.0.19",
       
  3948                 "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
       
  3949                 "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
       
  3950                 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
       
  3951                 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
       
  3952                 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
       
  3953                 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8",
       
  3954                 "symfony/serializer": ">=2,<2.0.11",
       
  3955                 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
       
  3956                 "symfony/translation": ">=2,<2.0.17",
       
  3957                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
       
  3958                 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
       
  3959                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
       
  3960                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
       
  3961                 "tecnickcom/tcpdf": "<6.2.22",
       
  3962                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
       
  3963                 "thelia/thelia": ">=2.1-beta.1,<2.1.3",
       
  3964                 "theonedemon/phpwhois": "<=4.2.5",
       
  3965                 "titon/framework": ">=0,<9.9.99",
       
  3966                 "truckersmp/phpwhois": "<=4.3.1",
       
  3967                 "twig/twig": "<1.38|>=2,<2.7",
       
  3968                 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.27|>=9,<9.5.8",
       
  3969                 "typo3/cms-core": ">=8,<8.7.27|>=9,<9.5.8",
       
  3970                 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
       
  3971                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
       
  3972                 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
       
  3973                 "ua-parser/uap-php": "<3.8",
       
  3974                 "wallabag/tcpdf": "<6.2.22",
       
  3975                 "willdurand/js-translation-bundle": "<2.1.1",
       
  3976                 "yiisoft/yii": ">=1.1.14,<1.1.15",
       
  3977                 "yiisoft/yii2": "<2.0.15",
       
  3978                 "yiisoft/yii2-bootstrap": "<2.0.4",
       
  3979                 "yiisoft/yii2-dev": "<2.0.15",
       
  3980                 "yiisoft/yii2-elasticsearch": "<2.0.5",
       
  3981                 "yiisoft/yii2-gii": "<2.0.4",
       
  3982                 "yiisoft/yii2-jui": "<2.0.4",
       
  3983                 "yiisoft/yii2-redis": "<2.0.8",
       
  3984                 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
       
  3985                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
       
  3986                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
       
  3987                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
       
  3988                 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
       
  3989                 "zendframework/zend-diactoros": ">=1,<1.8.4",
       
  3990                 "zendframework/zend-feed": ">=1,<2.10.3",
       
  3991                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
       
  3992                 "zendframework/zend-http": ">=1,<2.8.1",
       
  3993                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
       
  3994                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
       
  3995                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
       
  3996                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
       
  3997                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
       
  3998                 "zendframework/zend-validator": ">=2.3,<2.3.6",
       
  3999                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
       
  4000                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
       
  4001                 "zendframework/zendframework": "<2.5.1",
       
  4002                 "zendframework/zendframework1": "<1.12.20",
       
  4003                 "zendframework/zendopenid": ">=2,<2.0.2",
       
  4004                 "zendframework/zendxml": ">=1,<1.0.1",
       
  4005                 "zetacomponents/mail": "<1.8.2",
       
  4006                 "zf-commons/zfc-user": "<1.2.2",
       
  4007                 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
       
  4008                 "zfr/zfr-oauth2-server-module": "<0.1.2"
       
  4009             },
       
  4010             "type": "metapackage",
       
  4011             "notification-url": "https://packagist.org/downloads/",
       
  4012             "license": [
       
  4013                 "MIT"
       
  4014             ],
       
  4015             "authors": [
       
  4016                 {
       
  4017                     "name": "Marco Pivetta",
       
  4018                     "email": "ocramius@gmail.com",
       
  4019                     "role": "maintainer"
       
  4020                 }
       
  4021             ],
       
  4022             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
       
  4023             "time": "2019-12-02T13:03:15+00:00"
       
  4024         },
       
  4025         {
       
  4026             "name": "squizlabs/php_codesniffer",
       
  4027             "version": "3.5.2",
       
  4028             "source": {
       
  4029                 "type": "git",
       
  4030                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
       
  4031                 "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7"
       
  4032             },
       
  4033             "dist": {
       
  4034                 "type": "zip",
       
  4035                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
       
  4036                 "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
       
  4037                 "shasum": ""
       
  4038             },
       
  4039             "require": {
       
  4040                 "ext-simplexml": "*",
       
  4041                 "ext-tokenizer": "*",
       
  4042                 "ext-xmlwriter": "*",
       
  4043                 "php": ">=5.4.0"
       
  4044             },
       
  4045             "require-dev": {
       
  4046                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
       
  4047             },
       
  4048             "bin": [
       
  4049                 "bin/phpcs",
       
  4050                 "bin/phpcbf"
       
  4051             ],
       
  4052             "type": "library",
       
  4053             "extra": {
       
  4054                 "branch-alias": {
       
  4055                     "dev-master": "3.x-dev"
       
  4056                 }
       
  4057             },
       
  4058             "notification-url": "https://packagist.org/downloads/",
       
  4059             "license": [
       
  4060                 "BSD-3-Clause"
       
  4061             ],
       
  4062             "authors": [
       
  4063                 {
       
  4064                     "name": "Greg Sherwood",
       
  4065                     "role": "lead"
       
  4066                 }
       
  4067             ],
       
  4068             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
       
  4069             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
       
  4070             "keywords": [
       
  4071                 "phpcs",
       
  4072                 "standards"
       
  4073             ],
       
  4074             "time": "2019-10-28T04:36:32+00:00"
       
  4075         }
       
  4076     ],
       
  4077     "aliases": [],
       
  4078     "minimum-stability": "dev",
       
  4079     "stability-flags": {
       
  4080         "roave/security-advisories": 20
       
  4081     },
       
  4082     "prefer-stable": true,
       
  4083     "prefer-lowest": false,
       
  4084     "platform": {
       
  4085         "php": ">=7.1"
       
  4086     },
       
  4087     "platform-dev": []
       
  4088 }