{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "724da0c8ebb908cc06bf77e8a692bc69", "packages": [ { "name": "composer/ca-bundle", "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "8a7ecad675253e4654ea05505233285377405215" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215", "reference": "8a7ecad675253e4654ea05505233285377405215", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "time": "2020-08-23T12:54:47+00:00" }, { "name": "composer/composer", "version": "1.10.13", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/47c841ba3b2d3fc0b4b13282cf029ea18b66d78b", "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^1.1", "justinrainbow/json-schema": "^5.2.10", "php": "^5.3.2 || ^7.0", "psr/log": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" }, "conflict": { "symfony/console": "2.8.38" }, "require-dev": { "phpspec/prophecy": "^1.10", "symfony/phpunit-bridge": "^4.2" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2020-09-09T09:46:34+00:00" }, { "name": "composer/semver", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "time": "2020-09-27T13:13:07+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", "reference": "6946f785871e2314c60b4524851f3702ea4f2223" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223", "reference": "6946f785871e2314c60b4524851f3702ea4f2223", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "time": "2020-07-15T15:35:07+00:00" }, { "name": "composer/xdebug-handler", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "ebd27a9866ae8254e873866f795491f02418c5a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5", "reference": "ebd27a9866ae8254e873866f795491f02418c5a5", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "time": "2020-08-19T10:27:58+00:00" }, { "name": "cweagans/composer-patches", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf", "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3.0" }, "require-dev": { "composer/composer": "~1.0 || ~2.0", "phpunit/phpunit": "~4.6" }, "type": "composer-plugin", "extra": { "class": "cweagans\\Composer\\Patches" }, "autoload": { "psr-4": { "cweagans\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Cameron Eagans", "email": "me@cweagans.net" } ], "description": "Provides a way to patch Composer packages.", "time": "2020-09-30T17:56:20+00:00" }, { "name": "filp/whoops", "version": "2.7.3", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d", "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0", "psr/log": "^1.0.1" }, "require-dev": { "mockery/mockery": "^0.9 || ^1.0", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0", "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", "whoops/soap": "Formats errors as SOAP responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-4": { "Whoops\\": "src/Whoops/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://filp.github.io/whoops/", "keywords": [ "error", "exception", "handling", "library", "throwable", "whoops" ], "time": "2020-06-14T09:00:00+00:00" }, { "name": "gettext/gettext", "version": "v4.8.2", "source": { "type": "git", "url": "https://github.com/php-gettext/Gettext.git", "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a", "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a", "shasum": "" }, "require": { "gettext/languages": "^2.3", "php": ">=5.4.0" }, "require-dev": { "illuminate/view": "*", "phpunit/phpunit": "^4.8|^5.7|^6.5", "squizlabs/php_codesniffer": "^3.0", "symfony/yaml": "~2", "twig/extensions": "*", "twig/twig": "^1.31|^2.0" }, "suggest": { "illuminate/view": "Is necessary if you want to use the Blade extractor", "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", "twig/extensions": "Is necessary if you want to use the Twig extractor", "twig/twig": "Is necessary if you want to use the Twig extractor" }, "type": "library", "autoload": { "psr-4": { "Gettext\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oscar Otero", "email": "oom@oscarotero.com", "homepage": "http://oscarotero.com", "role": "Developer" } ], "description": "PHP gettext manager", "homepage": "https://github.com/oscarotero/Gettext", "keywords": [ "JS", "gettext", "i18n", "mo", "po", "translation" ], "time": "2019-12-02T10:21:14+00:00" }, { "name": "gettext/languages", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/php-gettext/Languages.git", "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618", "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16.0", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" }, "bin": [ "bin/export-plural-rules" ], "type": "library", "autoload": { "psr-4": { "Gettext\\Languages\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michele Locati", "email": "mlocati@gmail.com", "role": "Developer" } ], "description": "gettext languages with plural rules", "homepage": "https://github.com/php-gettext/Languages", "keywords": [ "cldr", "i18n", "internationalization", "l10n", "language", "languages", "localization", "php", "plural", "plural rules", "plurals", "translate", "translations", "unicode" ], "time": "2019-11-13T10:30:21+00:00" }, { "name": "ircmaxell/security-lib", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/ircmaxell/SecurityLib.git", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "mikey179/vfsstream": "1.1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "SecurityLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Base Security Library", "homepage": "https://github.com/ircmaxell/SecurityLib", "time": "2015-03-20T14:31:23+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.10", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2020-05-27T16:41:55+00:00" }, { "name": "mck89/peast", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/mck89/peast.git", "reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mck89/peast/zipball/2a2bc6826114c46ff0bc1359208b7083a17f7a99", "reference": "2a2bc6826114c46ff0bc1359208b7083a17f7a99", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11.0-dev" } }, "autoload": { "psr-4": { "Peast\\": "lib/Peast/", "Peast\\test\\": "test/Peast/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Marchiò", "email": "marco.mm89@gmail.com" } ], "description": "Peast is PHP library that generates AST for JavaScript code", "time": "2020-10-09T15:12:13+00:00" }, { "name": "monolog/monolog", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5", "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^6.0", "graylog2/gelf-php": "^1.4.2", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "php-parallel-lint/php-parallel-lint": "^1.0", "phpspec/prophecy": "^1.6.1", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2020-07-23T08:41:23+00:00" }, { "name": "mustache/mustache", "version": "v2.13.0", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e95c5a008c23d3151d59ea72484d4f72049ab7f4", "reference": "e95c5a008c23d3151d59ea72484d4f72049ab7f4", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.11", "phpunit/phpunit": "~3.7|~4.0|~5.0" }, "type": "library", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "time": "2019-11-23T21:40:31+00:00" }, { "name": "nb/oxymel", "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/nb/oxymel.git", "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nb/oxymel/zipball/cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", "reference": "cbe626ef55d5c4cc9b5e6e3904b395861ea76e3c", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "autoload": { "psr-0": { "Oxymel": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nikolay Bachiyski", "email": "nb@nikolay.bg", "homepage": "http://extrapolate.me/" } ], "description": "A sweet XML builder", "homepage": "https://github.com/nb/oxymel", "keywords": [ "xml" ], "time": "2013-02-24T15:01:54+00:00" }, { "name": "paragonie/random-lib", "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/paragonie/RandomLib.git", "reference": "f0ca6a2859b22f7caea9c343e63ffb3ce9b2ffa7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/RandomLib/zipball/f0ca6a2859b22f7caea9c343e63ffb3ce9b2ffa7", "reference": "f0ca6a2859b22f7caea9c343e63ffb3ce9b2ffa7", "shasum": "" }, "require": { "ircmaxell/security-lib": "^1.1", "paragonie/random_compat": "^2", "paragonie/sodium_compat": "^1.3", "php": ">=5.3.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.11", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^4.8 || >=5.0.0 <5.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-0": { "RandomLib": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" }, { "name": "Anthony Ferrara", "email": "ircmaxell@ircmaxell.com", "homepage": "http://blog.ircmaxell.com" } ], "description": "A Library For Generating Secure Random Numbers", "homepage": "https://github.com/ircmaxell/RandomLib", "keywords": [ "cryptography", "random", "random-numbers", "random-strings" ], "time": "2019-12-23T23:03:52+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.18", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "time": "2019-01-03T20:59:08+00:00" }, { "name": "paragonie/sodium_compat", "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", "reference": "bbade402cbe84c69b718120911506a3aa2bae653" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/bbade402cbe84c69b718120911506a3aa2bae653", "reference": "bbade402cbe84c69b718120911506a3aa2bae653", "shasum": "" }, "require": { "paragonie/random_compat": ">=1", "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8" }, "require-dev": { "phpunit/phpunit": "^3|^4|^5|^6|^7" }, "suggest": { "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." }, "type": "library", "autoload": { "files": [ "autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" }, { "name": "Frank Denis", "email": "jedisct1@pureftpd.org" } ], "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", "keywords": [ "Authentication", "BLAKE2b", "ChaCha20", "ChaCha20-Poly1305", "Chapoly", "Curve25519", "Ed25519", "EdDSA", "Edwards-curve Digital Signature Algorithm", "Elliptic Curve Diffie-Hellman", "Poly1305", "Pure-PHP cryptography", "RFC 7748", "RFC 8032", "Salpoly", "Salsa20", "X25519", "XChaCha20-Poly1305", "XSalsa20-Poly1305", "Xchacha20", "Xsalsa20", "aead", "cryptography", "ecdh", "elliptic curve", "elliptic curve cryptography", "encryption", "libsodium", "php", "public-key cryptography", "secret-key cryptography", "side-channel resistant" ], "time": "2020-03-20T21:48:09+00:00" }, { "name": "phpoption/phpoption", "version": "1.7.5", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "PhpOption\\": "src/PhpOption/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Graham Campbell", "email": "graham@alt-three.com" } ], "description": "Option Type for PHP", "keywords": [ "language", "option", "php", "type" ], "time": "2020-07-20T17:29:33+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/log", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2020-03-23T09:12:05+00:00" }, { "name": "rbdwllr/wordpress-salts-generator", "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/RobDWaller/wordpress-salts-generator.git", "reference": "f55f34ee3243ec81215a05e62c4e802210cecdeb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/RobDWaller/wordpress-salts-generator/zipball/f55f34ee3243ec81215a05e62c4e802210cecdeb", "reference": "f55f34ee3243ec81215a05e62c4e802210cecdeb", "shasum": "" }, "require": { "paragonie/random-lib": "2.0.*", "php": ">=7.0.0" }, "require-dev": { "phpmd/phpmd": "2.6.*", "phpstan/phpstan": "0.9.*", "phpunit/phpunit": "6.5.*" }, "bin": [ "wpsalts" ], "type": "library", "autoload": { "psr-4": { "WPSalts\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Waller", "email": "rdwaller1984@gmail.com" } ], "description": "A key and salts generator for WordPress that works with both wp-config and .env files.", "keywords": [ "cli", "keys", "salts", "wordpress" ], "time": "2019-02-11T12:15:30+00:00" }, { "name": "rmccue/requests", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/rmccue/Requests.git", "reference": "87932f52ffad70504d93f04f15690cf16a089546" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546", "reference": "87932f52ffad70504d93f04f15690cf16a089546", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "requests/test-server": "dev-master" }, "type": "library", "autoload": { "psr-0": { "Requests": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Ryan McCue", "homepage": "http://ryanmccue.info" } ], "description": "A HTTP library written in PHP, for human beings.", "homepage": "http://github.com/rmccue/Requests", "keywords": [ "curl", "fsockopen", "http", "idna", "ipv6", "iri", "sockets" ], "time": "2016-10-13T00:11:37+00:00" }, { "name": "seld/jsonlint", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337", "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2020-08-25T06:56:57+00:00" }, { "name": "seld/phar-utils", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "time": "2020-07-07T18:42:57+00:00" }, { "name": "symfony/console", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/ae789a8a2ad189ce7e8216942cdb9b77319f5eb8", "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2", "symfony/string": "^5.1" }, "conflict": { "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0", "symfony/process": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2020-10-07T15:23:00+00:00" }, { "name": "symfony/filesystem", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/1a8697545a8d87b9f2f6b1d32414199cc5e20aae", "reference": "1a8697545a8d87b9f2f6b1d32414199cc5e20aae", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2020-09-27T14:02:37+00:00" }, { "name": "symfony/finder", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8", "reference": "2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8", "shasum": "" }, "require": { "php": ">=7.2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2020-09-02T16:23:27+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5", "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca", "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981", "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981", "shasum": "" }, "require": { "php": ">=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/process", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9", "reference": "d3a2e64866169586502f0cd9cab69135ad12cee9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.15" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2020-09-02T16:23:27+00:00" }, { "name": "symfony/service-contracts", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.0" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/string", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e", "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony String component", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "time": "2020-09-15T12:23:47+00:00" }, { "name": "vlucas/phpdotenv", "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "572af79d913627a9d70374d27a6f5d689a35de32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32", "reference": "572af79d913627a9d70374d27a6f5d689a35de32", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0 || ^8.0", "phpoption/phpoption": "^1.7.3", "symfony/polyfill-ctype": "^1.17" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-filter": "*", "ext-pcre": "*", "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0" }, "suggest": { "ext-filter": "Required to use the boolean validator.", "ext-pcre": "Required to use most of the library." }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Graham Campbell", "email": "graham@alt-three.com", "homepage": "https://gjcampbell.co.uk/" }, { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "https://vancelucas.com/" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "time": "2020-07-14T19:22:52+00:00" }, { "name": "wp-cli/cache-command", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/wp-cli/cache-command.git", "reference": "f6c2678c960b60bddaded01d5a33eb0a012451f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/cache-command/zipball/f6c2678c960b60bddaded01d5a33eb0a012451f6", "reference": "f6c2678c960b60bddaded01d5a33eb0a012451f6", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "cache", "cache add", "cache decr", "cache delete", "cache flush", "cache get", "cache incr", "cache replace", "cache set", "cache type", "transient", "transient delete", "transient get", "transient set", "transient type", "transient list" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "cache-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Manages object and transient caches.", "homepage": "https://github.com/wp-cli/cache-command", "time": "2020-06-12T00:17:09+00:00" }, { "name": "wp-cli/checksum-command", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/wp-cli/checksum-command.git", "reference": "6b2648b01cd016044e2862afc96d3cb2028f2fee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/6b2648b01cd016044e2862afc96d3cb2028f2fee", "reference": "6b2648b01cd016044e2862afc96d3cb2028f2fee", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "core verify-checksums", "plugin verify-checksums" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "checksum-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Verifies file integrity by comparing to published checksums.", "homepage": "https://github.com/wp-cli/checksum-command", "time": "2020-06-10T13:24:38+00:00" }, { "name": "wp-cli/config-command", "version": "v2.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/config-command.git", "reference": "f204bc62c557adb08f32a84683cc1dbfd23e6d96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/config-command/zipball/f204bc62c557adb08f32a84683cc1dbfd23e6d96", "reference": "f204bc62c557adb08f32a84683cc1dbfd23e6d96", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2", "wp-cli/wp-config-transformer": "^1.2.1" }, "require-dev": { "wp-cli/db-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "config", "config edit", "config delete", "config create", "config get", "config has", "config list", "config path", "config set", "config shuffle-salts" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "config-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" }, { "name": "Alain Schlesser", "email": "alain.schlesser@gmail.com", "homepage": "https://www.alainschlesser.com" } ], "description": "Generates and reads the wp-config.php file.", "homepage": "https://github.com/wp-cli/config-command", "time": "2020-06-11T00:17:12+00:00" }, { "name": "wp-cli/core-command", "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/wp-cli/core-command.git", "reference": "db88c14881bb927452c4ae13d7129132ab267e4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/core-command/zipball/db88c14881bb927452c4ae13d7129132ab267e4a", "reference": "db88c14881bb927452c4ae13d7129132ab267e4a", "shasum": "" }, "require": { "composer/semver": "^1.4 || ^2 || ^3", "wp-cli/wp-cli": "^2.4" }, "require-dev": { "wp-cli/checksum-command": "^1 || ^2", "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "core", "core check-update", "core download", "core install", "core is-installed", "core multisite-convert", "core multisite-install", "core update", "core update-db", "core version" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "core-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Downloads, installs, updates, and manages a WordPress installation.", "homepage": "https://github.com/wp-cli/core-command", "time": "2020-08-26T14:01:29+00:00" }, { "name": "wp-cli/cron-command", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/cron-command.git", "reference": "f4e1d02642fc56d84504dd012aeb64adee0aae8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/cron-command/zipball/f4e1d02642fc56d84504dd012aeb64adee0aae8c", "reference": "f4e1d02642fc56d84504dd012aeb64adee0aae8c", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "cron", "cron test", "cron event", "cron event delete", "cron event list", "cron event run", "cron event schedule", "cron schedule", "cron schedule list", "cron event unschedule" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "cron-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.", "homepage": "https://github.com/wp-cli/cron-command", "time": "2020-07-04T07:16:56+00:00" }, { "name": "wp-cli/db-command", "version": "v2.0.10", "source": { "type": "git", "url": "https://github.com/wp-cli/db-command.git", "reference": "e7efa7dd98e9e5e93c8f30c84d3c334fefe066b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/db-command/zipball/e7efa7dd98e9e5e93c8f30c84d3c334fefe066b7", "reference": "e7efa7dd98e9e5e93c8f30c84d3c334fefe066b7", "shasum": "" }, "require": { "wp-cli/wp-cli": "dev-master" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "db", "db clean", "db create", "db drop", "db reset", "db check", "db optimize", "db prefix", "db repair", "db cli", "db query", "db export", "db import", "db search", "db tables", "db size", "db columns" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "db-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Performs basic database operations using credentials stored in wp-config.php.", "homepage": "https://github.com/wp-cli/db-command", "time": "2020-09-28T08:47:11+00:00" }, { "name": "wp-cli/embed-command", "version": "v2.0.6", "source": { "type": "git", "url": "https://github.com/wp-cli/embed-command.git", "reference": "7186d8f969de31324dd2b54a18e5718f2c5db3e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/embed-command/zipball/7186d8f969de31324dd2b54a18e5718f2c5db3e5", "reference": "7186d8f969de31324dd2b54a18e5718f2c5db3e5", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "embed", "embed fetch", "embed provider", "embed provider list", "embed provider match", "embed handler", "embed handler list", "embed cache", "embed cache clear", "embed cache find", "embed cache trigger" ] }, "autoload": { "psr-4": { "WP_CLI\\Embeds\\": "src/" }, "files": [ "embed-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pascal Birchler", "homepage": "https://pascalbirchler.com/" } ], "description": "Inspects oEmbed providers, clears embed cache, and more.", "homepage": "https://github.com/wp-cli/embed-command", "time": "2020-07-05T19:16:43+00:00" }, { "name": "wp-cli/entity-command", "version": "v2.0.9", "source": { "type": "git", "url": "https://github.com/wp-cli/entity-command.git", "reference": "39fcea433182d21d5d9e291cf5df32a771cc6d11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/entity-command/zipball/39fcea433182d21d5d9e291cf5df32a771cc6d11", "reference": "39fcea433182d21d5d9e291cf5df32a771cc6d11", "shasum": "" }, "require": { "wp-cli/wp-cli": "dev-master" }, "require-dev": { "wp-cli/cache-command": "^1 || ^2", "wp-cli/db-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/media-command": "^1.1 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "comment", "comment approve", "comment count", "comment create", "comment delete", "comment exists", "comment generate", "comment get", "comment list", "comment meta", "comment meta add", "comment meta delete", "comment meta get", "comment meta list", "comment meta patch", "comment meta pluck", "comment meta update", "comment recount", "comment spam", "comment status", "comment trash", "comment unapprove", "comment unspam", "comment untrash", "comment update", "menu", "menu create", "menu delete", "menu item", "menu item add-custom", "menu item add-post", "menu item add-term", "menu item delete", "menu item list", "menu item update", "menu list", "menu location", "menu location assign", "menu location list", "menu location remove", "network meta", "network meta add", "network meta delete", "network meta get", "network meta list", "network meta patch", "network meta pluck", "network meta update", "option", "option add", "option delete", "option get", "option list", "option patch", "option pluck", "option update", "post", "post create", "post delete", "post edit", "post exists", "post generate", "post get", "post list", "post meta", "post meta add", "post meta delete", "post meta get", "post meta list", "post meta patch", "post meta pluck", "post meta update", "post term", "post term add", "post term list", "post term remove", "post term set", "post update", "post-type", "post-type get", "post-type list", "site", "site activate", "site archive", "site create", "site deactivate", "site delete", "site empty", "site list", "site mature", "site option", "site private", "site public", "site spam", "site unarchive", "site unmature", "site unspam", "taxonomy", "taxonomy get", "taxonomy list", "term", "term create", "term delete", "term generate", "term get", "term list", "term meta", "term meta add", "term meta delete", "term meta get", "term meta list", "term meta patch", "term meta pluck", "term meta update", "term recount", "term update", "user", "user add-cap", "user add-role", "user create", "user delete", "user generate", "user get", "user import-csv", "user list", "user list-caps", "user meta", "user meta add", "user meta delete", "user meta get", "user meta list", "user meta patch", "user meta pluck", "user meta update", "user remove-cap", "user remove-role", "user reset-password", "user session", "user session destroy", "user session list", "user set-role", "user spam", "user term", "user term add", "user term list", "user term remove", "user term set", "user unspam", "user update" ] }, "autoload": { "psr-4": { "": "src/", "WP_CLI\\": "src/WP_CLI" }, "files": [ "entity-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Manage WordPress comments, menus, options, posts, sites, terms, and users.", "homepage": "https://github.com/wp-cli/entity-command", "time": "2020-07-05T11:27:27+00:00" }, { "name": "wp-cli/eval-command", "version": "v2.0.7", "source": { "type": "git", "url": "https://github.com/wp-cli/eval-command.git", "reference": "390627d0cb5d991ad341c367de1e8e4534edc5ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/eval-command/zipball/390627d0cb5d991ad341c367de1e8e4534edc5ad", "reference": "390627d0cb5d991ad341c367de1e8e4534edc5ad", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "eval", "eval-file" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "eval-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Executes arbitrary PHP code or files.", "homepage": "https://github.com/wp-cli/eval-command", "time": "2020-06-13T00:17:03+00:00" }, { "name": "wp-cli/export-command", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/wp-cli/export-command.git", "reference": "d1b280be8a7d806e345bb4c6965bc85ef0a8bb8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/export-command/zipball/d1b280be8a7d806e345bb4c6965bc85ef0a8bb8a", "reference": "d1b280be8a7d806e345bb4c6965bc85ef0a8bb8a", "shasum": "" }, "require": { "nb/oxymel": "~0.1.0", "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/import-command": "^1 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "export" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "export-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Exports WordPress content to a WXR file.", "homepage": "https://github.com/wp-cli/export-command", "time": "2020-06-13T00:17:03+00:00" }, { "name": "wp-cli/extension-command", "version": "v2.0.12", "source": { "type": "git", "url": "https://github.com/wp-cli/extension-command.git", "reference": "ed5cd65d5ddef4ceda09fe8cf45986c9beeebbfe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/ed5cd65d5ddef4ceda09fe8cf45986c9beeebbfe", "reference": "ed5cd65d5ddef4ceda09fe8cf45986c9beeebbfe", "shasum": "" }, "require": { "composer/semver": "^1.4 || ^2 || ^3", "wp-cli/wp-cli": "dev-master" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/scaffold-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1.6" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "plugin", "plugin activate", "plugin deactivate", "plugin delete", "plugin get", "plugin install", "plugin is-installed", "plugin list", "plugin path", "plugin search", "plugin status", "plugin toggle", "plugin uninstall", "plugin update", "theme", "theme activate", "theme delete", "theme disable", "theme enable", "theme get", "theme install", "theme is-installed", "theme list", "theme mod", "theme mod get", "theme mod set", "theme mod remove", "theme path", "theme search", "theme status", "theme update", "theme mod list" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "extension-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" }, { "name": "Alain Schlesser", "email": "alain.schlesser@gmail.com", "homepage": "https://www.alainschlesser.com" } ], "description": "Manages plugins and themes, including installs, activations, and updates.", "homepage": "https://github.com/wp-cli/extension-command", "time": "2020-09-29T05:33:20+00:00" }, { "name": "wp-cli/i18n-command", "version": "v2.2.5", "source": { "type": "git", "url": "https://github.com/wp-cli/i18n-command.git", "reference": "b02ecdc9a57f9633740c254d19749118b7411f0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/b02ecdc9a57f9633740c254d19749118b7411f0f", "reference": "b02ecdc9a57f9633740c254d19749118b7411f0f", "shasum": "" }, "require": { "gettext/gettext": "^4.8", "mck89/peast": "^1.8", "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/scaffold-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1.3" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "i18n", "i18n make-pot", "i18n make-json" ] }, "autoload": { "psr-4": { "WP_CLI\\I18n\\": "src/" }, "files": [ "i18n-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pascal Birchler", "homepage": "https://pascalbirchler.com/" } ], "description": "Provides internationalization tools for WordPress projects.", "homepage": "https://github.com/wp-cli/i18n-command", "time": "2020-07-08T15:20:38+00:00" }, { "name": "wp-cli/import-command", "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/wp-cli/import-command.git", "reference": "5c5762401b570b95a61152411c4120cd69419001" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/import-command/zipball/5c5762401b570b95a61152411c4120cd69419001", "reference": "5c5762401b570b95a61152411c4120cd69419001", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/export-command": "^1 || ^2", "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "import" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "import-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Imports content from a given WXR file.", "homepage": "https://github.com/wp-cli/import-command", "time": "2020-06-11T00:17:12+00:00" }, { "name": "wp-cli/language-command", "version": "v2.0.7", "source": { "type": "git", "url": "https://github.com/wp-cli/language-command.git", "reference": "aea62e70125d040d1fbe5c24e0fd49d977de3e9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/language-command/zipball/aea62e70125d040d1fbe5c24e0fd49d977de3e9d", "reference": "aea62e70125d040d1fbe5c24e0fd49d977de3e9d", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "language", "language core", "language core activate", "language core is-installed", "language core install", "language core list", "language core uninstall", "language core update", "language plugin", "language plugin is-installed", "language plugin install", "language plugin list", "language plugin uninstall", "language plugin update", "language theme", "language theme is-installed", "language theme install", "language theme list", "language theme uninstall", "language theme update" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "language-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Installs, activates, and manages language packs.", "homepage": "https://github.com/wp-cli/language-command", "time": "2020-08-26T14:58:05+00:00" }, { "name": "wp-cli/maintenance-mode-command", "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/wp-cli/maintenance-mode-command.git", "reference": "5409778b62daf93e2192f43e2774c5d263d7297d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/maintenance-mode-command/zipball/5409778b62daf93e2192f43e2774c5d263d7297d", "reference": "5409778b62daf93e2192f43e2774c5d263d7297d", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "maintenance-mode", "maintenance-mode activate", "maintenance-mode deactivate", "maintenance-mode status", "maintenance-mode is-active" ] }, "autoload": { "psr-4": { "WP_CLI\\MaintenanceMode\\": "src/" }, "files": [ "maintenance-mode-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thrijith Thankachan", "email": "thrijith13@gmail.com", "homepage": "https://thrijith.com" } ], "description": "Activates, deactivates or checks the status of the maintenance mode of a site.", "homepage": "https://github.com/wp-cli/maintenance-mode-command", "time": "2020-06-11T00:17:12+00:00" }, { "name": "wp-cli/media-command", "version": "v2.0.9", "source": { "type": "git", "url": "https://github.com/wp-cli/media-command.git", "reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/media-command/zipball/830e72a2cbd3eeec95a97df2c1c17d925d86790d", "reference": "830e72a2cbd3eeec95a97df2c1c17d925d86790d", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^2.0", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "media", "media import", "media regenerate", "media image-size" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "media-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Imports files as attachments, regenerates thumbnails, or lists registered image sizes.", "homepage": "https://github.com/wp-cli/media-command", "time": "2020-06-11T00:17:12+00:00" }, { "name": "wp-cli/mustangostang-spyc", "version": "0.6.3", "source": { "type": "git", "url": "https://github.com/wp-cli/spyc.git", "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "4.3.*@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "autoload": { "psr-4": { "Mustangostang\\": "src/" }, "files": [ "includes/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "mustangostang", "email": "vlad.andersen@gmail.com" } ], "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)", "homepage": "https://github.com/mustangostang/spyc/", "time": "2017-04-25T11:26:20+00:00" }, { "name": "wp-cli/package-command", "version": "v2.0.7", "source": { "type": "git", "url": "https://github.com/wp-cli/package-command.git", "reference": "b36bfb1125d2f8489f06ce738256f253c99d98ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/package-command/zipball/b36bfb1125d2f8489f06ce738256f253c99d98ec", "reference": "b36bfb1125d2f8489f06ce738256f253c99d98ec", "shasum": "" }, "require": { "composer/composer": ">=1.2.0 <1.7.0 || ^1.7.1", "ext-json": "*", "wp-cli/wp-cli": "dev-master" }, "require-dev": { "wp-cli/scaffold-command": "^1 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "package", "package browse", "package install", "package list", "package update", "package uninstall" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "package-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Lists, installs, and removes WP-CLI packages.", "homepage": "https://github.com/wp-cli/package-command", "time": "2020-06-13T00:17:03+00:00" }, { "name": "wp-cli/php-cli-tools", "version": "v0.11.11", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f", "reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f", "shasum": "" }, "require": { "php": ">= 5.3.0" }, "type": "library", "autoload": { "psr-0": { "cli": "lib/" }, "files": [ "lib/cli/cli.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "James Logsdon", "email": "jlogsdon@php.net", "role": "Developer" }, { "name": "Daniel Bachhuber", "email": "daniel@handbuilt.co", "role": "Maintainer" } ], "description": "Console utilities for PHP", "homepage": "http://github.com/wp-cli/php-cli-tools", "keywords": [ "cli", "console" ], "time": "2018-09-04T13:28:00+00:00" }, { "name": "wp-cli/rewrite-command", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/rewrite-command.git", "reference": "5115c82d6c339ac783d5ee9c7d3ce2949ac25a4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/5115c82d6c339ac783d5ee9c7d3ce2949ac25a4b", "reference": "5115c82d6c339ac783d5ee9c7d3ce2949ac25a4b", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "rewrite", "rewrite flush", "rewrite list", "rewrite structure" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "rewrite-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Lists or flushes the site's rewrite rules, updates the permalink structure.", "homepage": "https://github.com/wp-cli/rewrite-command", "time": "2020-06-12T00:17:09+00:00" }, { "name": "wp-cli/role-command", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/wp-cli/role-command.git", "reference": "9f2172988dee5bbeb98e54f291254bee94a556a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/role-command/zipball/9f2172988dee5bbeb98e54f291254bee94a556a6", "reference": "9f2172988dee5bbeb98e54f291254bee94a556a6", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "role", "role create", "role delete", "role exists", "role list", "role reset", "cap", "cap add", "cap list", "cap remove" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "role-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Adds, removes, lists, and resets roles and capabilities.", "homepage": "https://github.com/wp-cli/role-command", "time": "2020-06-11T00:17:12+00:00" }, { "name": "wp-cli/scaffold-command", "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/wp-cli/scaffold-command.git", "reference": "ab12eda2358d9193026b35d6dfc853ffd99f5f14" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/ab12eda2358d9193026b35d6dfc853ffd99f5f14", "reference": "ab12eda2358d9193026b35d6dfc853ffd99f5f14", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "wp-cli/wp-cli": "dev-master" }, "require-dev": { "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "scaffold", "scaffold underscores", "scaffold block", "scaffold child-theme", "scaffold plugin", "scaffold plugin-tests", "scaffold post-type", "scaffold taxonomy", "scaffold theme-tests" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "scaffold-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Generates code for post types, taxonomies, blocks, plugins, child themes, etc.", "homepage": "https://github.com/wp-cli/scaffold-command", "time": "2020-07-15T15:04:52+00:00" }, { "name": "wp-cli/search-replace-command", "version": "v2.0.7", "source": { "type": "git", "url": "https://github.com/wp-cli/search-replace-command.git", "reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/1104e4fb7dd83e85dedb8a98ed8f0ac30639694b", "reference": "1104e4fb7dd83e85dedb8a98ed8f0ac30639694b", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "search-replace" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "search-replace-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Searches/replaces strings in the database.", "homepage": "https://github.com/wp-cli/search-replace-command", "time": "2020-06-10T13:24:39+00:00" }, { "name": "wp-cli/server-command", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/server-command.git", "reference": "945b6843d9f130c378869e3277a33af3fceea78d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/server-command/zipball/945b6843d9f130c378869e3277a33af3fceea78d", "reference": "945b6843d9f130c378869e3277a33af3fceea78d", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "server" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "server-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Launches PHP's built-in web server for a specific WordPress installation.", "homepage": "https://github.com/wp-cli/server-command", "time": "2020-06-16T00:17:21+00:00" }, { "name": "wp-cli/shell-command", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/wp-cli/shell-command.git", "reference": "f655611701ed331c336932091860e66839a535f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/shell-command/zipball/f655611701ed331c336932091860e66839a535f3", "reference": "f655611701ed331c336932091860e66839a535f3", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "shell" ] }, "autoload": { "psr-4": { "": "src/", "WP_CLI\\": "src/WP_CLI" }, "files": [ "shell-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Opens an interactive PHP console for running and testing PHP code.", "homepage": "https://github.com/wp-cli/shell-command", "time": "2020-06-12T00:17:09+00:00" }, { "name": "wp-cli/super-admin-command", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/wp-cli/super-admin-command.git", "reference": "a4b93491afb74a7e4836ab4ab5c2d8c42fa5e3d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/a4b93491afb74a7e4836ab4ab5c2d8c42fa5e3d1", "reference": "a4b93491afb74a7e4836ab4ab5c2d8c42fa5e3d1", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2" }, "require-dev": { "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "super-admin", "super-admin add", "super-admin list", "super-admin remove" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "super-admin-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Lists, adds, or removes super admin users on a multisite installation.", "homepage": "https://github.com/wp-cli/super-admin-command", "time": "2020-06-10T13:24:39+00:00" }, { "name": "wp-cli/widget-command", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/wp-cli/widget-command.git", "reference": "1ba59443fc07608450155c7770fe459ddfbc412f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/widget-command/zipball/1ba59443fc07608450155c7770fe459ddfbc412f", "reference": "1ba59443fc07608450155c7770fe459ddfbc412f", "shasum": "" }, "require": { "wp-cli/wp-cli": "^2.4" }, "require-dev": { "wp-cli/extension-command": "^1.2 || ^2", "wp-cli/wp-cli-tests": "^2.1" }, "type": "wp-cli-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" }, "bundled": true, "commands": [ "widget", "widget add", "widget deactivate", "widget delete", "widget list", "widget move", "widget reset", "widget update", "sidebar", "sidebar list" ] }, "autoload": { "psr-4": { "": "src/" }, "files": [ "widget-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@runcommand.io", "homepage": "https://runcommand.io" } ], "description": "Adds, moves, and removes widgets; lists sidebars.", "homepage": "https://github.com/wp-cli/widget-command", "time": "2020-06-16T00:17:21+00:00" }, { "name": "wp-cli/wp-cli", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", "reference": "d394b395995e70932df5a58baab18f2942afbc28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/d394b395995e70932df5a58baab18f2942afbc28", "reference": "d394b395995e70932df5a58baab18f2942afbc28", "shasum": "" }, "require": { "ext-curl": "*", "mustache/mustache": "~2.13", "php": "^5.6 || ^7.0", "rmccue/requests": "~1.6", "symfony/finder": ">2.7", "wp-cli/mustangostang-spyc": "^0.6.3", "wp-cli/php-cli-tools": "~0.11.2" }, "require-dev": { "roave/security-advisories": "dev-master", "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.2 || ^2", "wp-cli/extension-command": "^1.1 || ^2", "wp-cli/package-command": "^1 || ^2", "wp-cli/wp-cli-tests": "^2.1.14" }, "suggest": { "ext-readline": "Include for a better --prompt implementation", "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" }, "bin": [ "bin/wp", "bin/wp.bat" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.5.x-dev" } }, "autoload": { "psr-0": { "WP_CLI\\": "php/" }, "classmap": [ "php/class-wp-cli.php", "php/class-wp-cli-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "WP-CLI framework", "homepage": "https://wp-cli.org", "keywords": [ "cli", "wordpress" ], "time": "2020-10-09T07:57:08+00:00" }, { "name": "wp-cli/wp-cli-bundle", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli-bundle.git", "reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/wp-cli-bundle/zipball/713bc75b2f88550920dedc4f2ad3e1daf9f76326", "reference": "713bc75b2f88550920dedc4f2ad3e1daf9f76326", "shasum": "" }, "require": { "cweagans/composer-patches": "^1.6", "php": ">=5.4", "wp-cli/cache-command": "^2", "wp-cli/checksum-command": "^2", "wp-cli/config-command": "^2", "wp-cli/core-command": "^2", "wp-cli/cron-command": "^2", "wp-cli/db-command": "^2", "wp-cli/embed-command": "^2", "wp-cli/entity-command": "^2", "wp-cli/eval-command": "^2", "wp-cli/export-command": "^2", "wp-cli/extension-command": "^2", "wp-cli/i18n-command": "^2", "wp-cli/import-command": "^2", "wp-cli/language-command": "^2", "wp-cli/maintenance-mode-command": "^2", "wp-cli/media-command": "^2", "wp-cli/package-command": "^2", "wp-cli/rewrite-command": "^2", "wp-cli/role-command": "^2", "wp-cli/scaffold-command": "^2", "wp-cli/search-replace-command": "^2", "wp-cli/server-command": "^2", "wp-cli/shell-command": "^2", "wp-cli/super-admin-command": "^2", "wp-cli/widget-command": "^2", "wp-cli/wp-cli": "^2.4" }, "require-dev": { "roave/security-advisories": "dev-master", "wp-cli/wp-cli-tests": "^2.1" }, "suggest": { "psy/psysh": "Enhanced `wp shell` functionality" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" }, "enable-patching": true }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "WP-CLI bundle package with default commands.", "homepage": "https://wp-cli.org", "keywords": [ "cli", "wordpress" ], "time": "2019-11-12T17:43:58+00:00" }, { "name": "wp-cli/wp-config-transformer", "version": "v1.2.7", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-config-transformer.git", "reference": "bae1e975ed1277470e3dcc7fd0ef99c2d4f4c7a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/bae1e975ed1277470e3dcc7fd0ef99c2d4f4c7a8", "reference": "bae1e975ed1277470e3dcc7fd0ef99c2d4f4c7a8", "shasum": "" }, "require": { "php": ">=5.3.29" }, "require-dev": { "composer/composer": "^1.5.6", "phpunit/phpunit": "^6.5.5 || ^7.0.0", "wp-coding-standards/wpcs": "^0.14.0 || ^1.0.0 || ^2.0.0" }, "type": "library", "autoload": { "files": [ "src/WPConfigTransformer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frankie Jarrett", "email": "fjarrett@gmail.com" } ], "description": "Programmatically edit a wp-config.php file.", "time": "2020-07-05T12:30:35+00:00" } ], "packages-dev": [ { "name": "dealerdirect/phpcodesniffer-composer-installer", "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", "reference": "e749410375ff6fb7a040a68878c656c2e610b132" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/e749410375ff6fb7a040a68878c656c2e610b132", "reference": "e749410375ff6fb7a040a68878c656c2e610b132", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "php": "^5.3|^7", "squizlabs/php_codesniffer": "^2|^3" }, "require-dev": { "composer/composer": "*", "phpcompatibility/php-compatibility": "^9.0", "sensiolabs/security-checker": "^4.1.0" }, "type": "composer-plugin", "extra": { "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Franck Nijhof", "email": "franck.nijhof@dealerdirect.com", "homepage": "http://www.frenck.nl", "role": "Developer / IT Manager" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", "homepage": "http://www.dealerdirect.com", "keywords": [ "PHPCodeSniffer", "PHP_CodeSniffer", "code quality", "codesniffer", "composer", "installer", "phpcs", "plugin", "qa", "quality", "standard", "standards", "style guide", "stylecheck", "tests" ], "time": "2018-10-26T13:21:45+00:00" }, { "name": "phpcompatibility/php-compatibility", "version": "9.3.5", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" }, "conflict": { "squizlabs/php_codesniffer": "2.6.2" }, "require-dev": { "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "homepage": "https://github.com/wimg", "role": "lead" }, { "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" } ], "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", "keywords": [ "compatibility", "phpcs", "standards" ], "time": "2019-12-27T09:44:58+00:00" }, { "name": "phpcompatibility/phpcompatibility-paragonie", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/b862bc32f7e860d0b164b199bd995e690b4b191c", "reference": "b862bc32f7e860d0b164b199bd995e690b4b191c", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5", "paragonie/random_compat": "dev-master", "paragonie/sodium_compat": "dev-master" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "role": "lead" }, { "name": "Juliette Reinders Folmer", "role": "lead" } ], "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.", "homepage": "http://phpcompatibility.com/", "keywords": [ "compatibility", "paragonie", "phpcs", "polyfill", "standards" ], "time": "2019-11-04T15:17:54+00:00" }, { "name": "phpcompatibility/phpcompatibility-wp", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", "reference": "41bef18ba688af638b7310666db28e1ea9158b2f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f", "reference": "41bef18ba688af638b7310666db28e1ea9158b2f", "shasum": "" }, "require": { "phpcompatibility/php-compatibility": "^9.0", "phpcompatibility/phpcompatibility-paragonie": "^1.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "role": "lead" }, { "name": "Juliette Reinders Folmer", "role": "lead" } ], "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.", "homepage": "http://phpcompatibility.com/", "keywords": [ "compatibility", "phpcs", "standards", "wordpress" ], "time": "2019-08-28T14:22:28+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.5.6", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "time": "2020-08-10T04:50:15+00:00" }, { "name": "wp-coding-standards/wpcs", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", "reference": "bd9c33152115e6741e3510ff7189605b35167908" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/bd9c33152115e6741e3510ff7189605b35167908", "reference": "bd9c33152115e6741e3510ff7189605b35167908", "shasum": "" }, "require": { "php": ">=5.4", "squizlabs/php_codesniffer": "^3.3.1" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "phpcompatibility/php-compatibility": "^9.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors" } ], "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions", "keywords": [ "phpcs", "standards", "wordpress" ], "time": "2019-05-21T02:50:00+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [] }