5258 lines
183 KiB
JSON
5258 lines
183 KiB
JSON
{
|
|
"_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": "9678c8aca98a7a2251768aa8e17272a6",
|
|
"packages": [],
|
|
"packages-dev": [
|
|
{
|
|
"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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-08-23T12:54:47+00:00"
|
|
},
|
|
{
|
|
"name": "composer/composer",
|
|
"version": "1.10.15",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/composer.git",
|
|
"reference": "547c9ee73fe26c77af09a0ea16419176b1cdbd12"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/composer/zipball/547c9ee73fe26c77af09a0ea16419176b1cdbd12",
|
|
"reference": "547c9ee73fe26c77af09a0ea16419176b1cdbd12",
|
|
"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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-13T13:59:09+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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-08-19T10:27:58+00:00"
|
|
},
|
|
{
|
|
"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": "doctrine/instantiator",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
|
|
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^6.0",
|
|
"ext-pdo": "*",
|
|
"ext-phar": "*",
|
|
"phpbench/phpbench": "^0.13",
|
|
"phpstan/phpstan-phpunit": "^0.11",
|
|
"phpstan/phpstan-shim": "^0.11",
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"homepage": "http://ocramius.github.com/"
|
|
}
|
|
],
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
"keywords": [
|
|
"constructor",
|
|
"instantiate"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-05-29T17:27:14+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": "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": "myclabs/deep-copy",
|
|
"version": "1.10.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
|
|
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"replace": {
|
|
"myclabs/deep-copy": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/collections": "^1.0",
|
|
"doctrine/common": "^2.6",
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
},
|
|
"files": [
|
|
"src/DeepCopy/deep_copy.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Create deep copies (clones) of your objects",
|
|
"keywords": [
|
|
"clone",
|
|
"copy",
|
|
"duplicate",
|
|
"object",
|
|
"object graph"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-06-29T13:22:24+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": "phar-io/manifest",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/manifest.git",
|
|
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-phar": "*",
|
|
"phar-io/version": "^2.0",
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
"time": "2018-07-08T19:23:20+00:00"
|
|
},
|
|
{
|
|
"name": "phar-io/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phar-io/version.git",
|
|
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Heuer",
|
|
"email": "sebastian@phpeople.de",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Library for handling version information and constraints",
|
|
"time": "2018-07-08T19:19:57+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": "phpdocumentor/reflection-common",
|
|
"version": "2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
|
|
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "opensource@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
"homepage": "http://www.phpdoc.org",
|
|
"keywords": [
|
|
"FQSEN",
|
|
"phpDocumentor",
|
|
"phpdoc",
|
|
"reflection",
|
|
"static analysis"
|
|
],
|
|
"time": "2020-04-27T09:25:28+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
"version": "5.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
|
|
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.2",
|
|
"phpdocumentor/type-resolver": "^1.3",
|
|
"webmozart/assert": "^1.9.1"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~1.3.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
},
|
|
{
|
|
"name": "Jaap van Otterdijk",
|
|
"email": "account@ijaap.nl"
|
|
}
|
|
],
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
"time": "2020-09-03T19:13:55+00:00"
|
|
},
|
|
{
|
|
"name": "phpdocumentor/type-resolver",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
|
|
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"phpdocumentor/reflection-common": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-tokenizer": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-1.x": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"phpDocumentor\\Reflection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mike van Riel",
|
|
"email": "me@mikevanriel.com"
|
|
}
|
|
],
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
"time": "2020-09-17T18:55:26+00:00"
|
|
},
|
|
{
|
|
"name": "phpspec/prophecy",
|
|
"version": "v1.10.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.2",
|
|
"php": "^7.2 || ~8.0, <8.1",
|
|
"phpdocumentor/reflection-docblock": "^5.2",
|
|
"sebastian/comparator": "^3.0 || ^4.0",
|
|
"sebastian/recursion-context": "^3.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^6.0",
|
|
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.11.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Prophecy\\": "src/Prophecy"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Konstantin Kudryashov",
|
|
"email": "ever.zet@gmail.com",
|
|
"homepage": "http://everzet.com"
|
|
},
|
|
{
|
|
"name": "Marcello Duarte",
|
|
"email": "marcello.duarte@gmail.com"
|
|
}
|
|
],
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
|
"keywords": [
|
|
"Double",
|
|
"Dummy",
|
|
"fake",
|
|
"mock",
|
|
"spy",
|
|
"stub"
|
|
],
|
|
"time": "2020-03-05T15:02:03+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-code-coverage",
|
|
"version": "6.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": "^7.1",
|
|
"phpunit/php-file-iterator": "^2.0",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-token-stream": "^3.0",
|
|
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
"sebastian/environment": "^3.1 || ^4.0",
|
|
"sebastian/version": "^2.0.1",
|
|
"theseer/tokenizer": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"suggest": {
|
|
"ext-xdebug": "^2.6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "6.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
"keywords": [
|
|
"coverage",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2018-10-31T16:06:48+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-file-iterator",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
"reference": "050bedf145a257b1ff02746c31894800e5122946"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
|
|
"reference": "050bedf145a257b1ff02746c31894800e5122946",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
"keywords": [
|
|
"filesystem",
|
|
"iterator"
|
|
],
|
|
"time": "2018-09-13T20:33:42+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-text-template",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Simple template engine.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
"keywords": [
|
|
"template"
|
|
],
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "2.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
|
|
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Utility class for timing",
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
"keywords": [
|
|
"timer"
|
|
],
|
|
"time": "2019-06-07T04:22:29+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-token-stream",
|
|
"version": "3.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
|
|
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
"keywords": [
|
|
"tokenizer"
|
|
],
|
|
"abandoned": true,
|
|
"time": "2017-11-27T05:48:46+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/phpunit",
|
|
"version": "7.5.20",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
|
|
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/instantiator": "^1.1",
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"myclabs/deep-copy": "^1.7",
|
|
"phar-io/manifest": "^1.0.2",
|
|
"phar-io/version": "^2.0",
|
|
"php": "^7.1",
|
|
"phpspec/prophecy": "^1.7",
|
|
"phpunit/php-code-coverage": "^6.0.7",
|
|
"phpunit/php-file-iterator": "^2.0.1",
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
"phpunit/php-timer": "^2.1",
|
|
"sebastian/comparator": "^3.0",
|
|
"sebastian/diff": "^3.0",
|
|
"sebastian/environment": "^4.0",
|
|
"sebastian/exporter": "^3.1",
|
|
"sebastian/global-state": "^2.0",
|
|
"sebastian/object-enumerator": "^3.0.3",
|
|
"sebastian/resource-operations": "^2.0",
|
|
"sebastian/version": "^2.0.1"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit-mock-objects": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-soap": "*",
|
|
"ext-xdebug": "*",
|
|
"phpunit/php-invoker": "^2.0"
|
|
},
|
|
"bin": [
|
|
"phpunit"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The PHP Unit Testing framework.",
|
|
"homepage": "https://phpunit.de/",
|
|
"keywords": [
|
|
"phpunit",
|
|
"testing",
|
|
"xunit"
|
|
],
|
|
"time": "2020-01-08T08:45:45+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": "ramsey/array_column",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/array_column.git",
|
|
"reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/array_column/zipball/f8e52eb28e67eb50e613b451dd916abcf783c1db",
|
|
"reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.8.*",
|
|
"phpunit/phpunit": "~4.5",
|
|
"satooshi/php-coveralls": "0.6.*",
|
|
"squizlabs/php_codesniffer": "~2.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/array_column.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Ramsey",
|
|
"homepage": "http://benramsey.com"
|
|
}
|
|
],
|
|
"description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
|
|
"homepage": "https://github.com/ramsey/array_column",
|
|
"keywords": [
|
|
"array",
|
|
"array_column",
|
|
"column"
|
|
],
|
|
"abandoned": "it-for-free/array_column",
|
|
"time": "2015-03-20T22:07:39+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": "sebastian/code-unit-reverse-lookup",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
"time": "2017-03-04T06:30:41+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1",
|
|
"sebastian/diff": "^3.0",
|
|
"sebastian/exporter": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"time": "2018-07-12T15:12:46+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
|
|
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
"symfony/process": "^2 || ^3.3 || ^4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"time": "2019-02-04T06:01:07+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/environment",
|
|
"version": "4.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
|
|
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5"
|
|
},
|
|
"suggest": {
|
|
"ext-posix": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"environment",
|
|
"hhvm"
|
|
],
|
|
"time": "2019-11-20T08:46:58+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "3.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
|
|
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"time": "2019-09-14T09:02:43+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/global-state",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"suggest": {
|
|
"ext-uopz": "*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Snapshotting of global state",
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
"keywords": [
|
|
"global state"
|
|
],
|
|
"time": "2017-04-27T15:39:26+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-enumerator",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
"sebastian/recursion-context": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
"time": "2017-08-03T12:35:26+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/object-reflector",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
"time": "2017-03-29T09:07:27+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"time": "2017-03-03T06:23:57+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/resource-operations",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
|
|
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
}
|
|
],
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
"time": "2018-10-04T04:07:39+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
"time": "2016-10-03T07:35:21+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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Seldaek",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"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": "squizlabs/php_codesniffer",
|
|
"version": "3.5.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
|
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
|
|
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
|
|
"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-10-23T02:01:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "d061a451ff6bc170c5454f4ac9b41ad2179e3960"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/d061a451ff6bc170c5454f4ac9b41ad2179e3960",
|
|
"reference": "d061a451ff6bc170c5454f4ac9b41ad2179e3960",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/filesystem": "~2.8|~3.0|~4.0",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.3",
|
|
"symfony/finder": "<3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": "~3.3|~4.0",
|
|
"symfony/event-dispatcher": "~3.3|~4.0",
|
|
"symfony/finder": "~3.3|~4.0",
|
|
"symfony/yaml": "~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"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 Config Component",
|
|
"homepage": "https://symfony.com",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-02T16:06:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "b28996bc0a3b08914b2a8609163ec35b36b30685"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/b28996bc0a3b08914b2a8609163ec35b36b30685",
|
|
"reference": "b28996bc0a3b08914b2a8609163ec35b36b30685",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/debug": "~2.8|~3.0|~4.0",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/process": "<3.3"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~3.3|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
|
"symfony/lock": "~3.4|~4.0",
|
|
"symfony/process": "~3.3|~4.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-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",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-09T05:09:37+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "9109e4414e684d0b75276ae203883467476d25d0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/9109e4414e684d0b75276ae203883467476d25d0",
|
|
"reference": "9109e4414e684d0b75276ae203883467476d25d0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-kernel": "~2.8|~3.0|~4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
},
|
|
"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 Debug Component",
|
|
"homepage": "https://symfony.com",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-08T22:19:14+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "4199685e602129feb82b14279e774af05a4f5dc2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4199685e602129feb82b14279e774af05a4f5dc2",
|
|
"reference": "4199685e602129feb82b14279e774af05a4f5dc2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<3.3.7",
|
|
"symfony/finder": "<3.3",
|
|
"symfony/proxy-manager-bridge": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "~3.3|~4.0",
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
|
"symfony/yaml": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"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 DependencyInjection Component",
|
|
"homepage": "https://symfony.com",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-07T12:07:49+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8",
|
|
"reference": "0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.8|~3.0|~4.0",
|
|
"symfony/debug": "~3.4|~4.4",
|
|
"symfony/dependency-injection": "~3.3|~4.0",
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
|
"symfony/stopwatch": "~2.8|~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"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 EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-18T12:06:50+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "495646f13d051cc5a8f77a68b68313dc854080aa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/495646f13d051cc5a8f77a68b68313dc854080aa",
|
|
"reference": "495646f13d051cc5a8f77a68b68313dc854080aa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-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",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-02T16:06:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "52140652ed31cee3dabd0c481b5577201fa769b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/52140652ed31cee3dabd0c481b5577201fa769b4",
|
|
"reference": "52140652ed31cee3dabd0c481b5577201fa769b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-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",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-02T16:06:40+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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-07-14T12:35:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "46a862d0f334e51c1ed831b49cbe12863ffd5475"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/46a862d0f334e51c1ed831b49cbe12863ffd5475",
|
|
"reference": "46a862d0f334e51c1ed831b49cbe12863ffd5475",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-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",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-02T16:06:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "c826cb2216d1627d1882e212d2ac3ac13d8d5b78"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/c826cb2216d1627d1882e212d2ac3ac13d8d5b78",
|
|
"reference": "c826cb2216d1627d1882e212d2ac3ac13d8d5b78",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<2.8",
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~2.8|~3.0|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/finder": "~2.8|~3.0|~4.0",
|
|
"symfony/http-kernel": "~3.4|~4.0",
|
|
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
|
|
"symfony/var-dumper": "~3.4|~4.0",
|
|
"symfony/yaml": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
},
|
|
"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 Translation Component",
|
|
"homepage": "https://symfony.com",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-02T16:06:40+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v3.4.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "ec3c2ac4d881a4684c1f0317d2107f1a4152bad9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/ec3c2ac4d881a4684c1f0317d2107f1a4152bad9",
|
|
"reference": "ec3c2ac4d881a4684c1f0317d2107f1a4152bad9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"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 Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-09-18T15:58:55+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozart/assert.git",
|
|
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
|
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0 || ^8.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan": "<0.12.20",
|
|
"vimeo/psalm": "<3.9.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"time": "2020-07-08T17:02:28+00:00"
|
|
},
|
|
{
|
|
"name": "woocommerce/woocommerce-sniffs",
|
|
"version": "0.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce-sniffs.git",
|
|
"reference": "ccdae93ba678d59cd9741bec077d0c63c0a82958"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/ccdae93ba678d59cd9741bec077d0c63c0a82958",
|
|
"reference": "ccdae93ba678d59cd9741bec077d0c63c0a82958",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
|
|
"php": ">=7.0",
|
|
"phpcompatibility/phpcompatibility-wp": "2.1.0",
|
|
"wp-coding-standards/wpcs": "2.1.1"
|
|
},
|
|
"type": "phpcodesniffer-standard",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Claudio Sanches",
|
|
"email": "claudio@automattic.com"
|
|
}
|
|
],
|
|
"description": "WooCommerce sniffs",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards",
|
|
"woocommerce",
|
|
"wordpress"
|
|
],
|
|
"time": "2019-10-16T18:25:21+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/autoload-splitter",
|
|
"version": "v0.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/autoload-splitter.git",
|
|
"reference": "fb4302da26390811d2631c62b42b75976d224bb8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/autoload-splitter/zipball/fb4302da26390811d2631c62b42b75976d224bb8",
|
|
"reference": "fb4302da26390811d2631c62b42b75976d224bb8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.1"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "WP_CLI\\AutoloadSplitter\\ComposerPlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WP_CLI\\AutoloadSplitter\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alain Schlesser",
|
|
"email": "alain.schlesser@gmail.com",
|
|
"homepage": "https://www.alainschlesser.com"
|
|
}
|
|
],
|
|
"description": "Composer plugin for splitting a generated autoloader into two distinct parts.",
|
|
"homepage": "https://wp-cli.org",
|
|
"abandoned": true,
|
|
"time": "2017-08-03T08:40:16+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/cache-command",
|
|
"version": "v1.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/cache-command.git",
|
|
"reference": "d82cba9effa198f17847dce5771c8fb20c443ffa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/d82cba9effa198f17847dce5771c8fb20c443ffa",
|
|
"reference": "d82cba9effa198f17847dce5771c8fb20c443ffa",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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"
|
|
]
|
|
},
|
|
"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": "2017-12-14T19:21:19+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/checksum-command",
|
|
"version": "v1.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/checksum-command.git",
|
|
"reference": "89a319440651f2867f282339c2223cfe5e9cc3fb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/89a319440651f2867f282339c2223cfe5e9cc3fb",
|
|
"reference": "89a319440651f2867f282339c2223cfe5e9cc3fb",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-04-20T07:47:27+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/config-command",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/config-command.git",
|
|
"reference": "7bec9b4685b4022ab511630422dd6acccadfca9b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/7bec9b4685b4022ab511630422dd6acccadfca9b",
|
|
"reference": "7bec9b4685b4022ab511630422dd6acccadfca9b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-config-transformer": "^1.2.1"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"bundled": true,
|
|
"commands": [
|
|
"config",
|
|
"config edit",
|
|
"config delete",
|
|
"config create",
|
|
"config get",
|
|
"config has",
|
|
"config list",
|
|
"config path",
|
|
"config set"
|
|
]
|
|
},
|
|
"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": "2018-04-20T08:03:51+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/core-command",
|
|
"version": "v1.0.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/core-command.git",
|
|
"reference": "b41913707029c5147b38810700e424ed5f5fe8e0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/b41913707029c5147b38810700e424ed5f5fe8e0",
|
|
"reference": "b41913707029c5147b38810700e424ed5f5fe8e0",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-07-25T15:55:02+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/cron-command",
|
|
"version": "v1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/cron-command.git",
|
|
"reference": "9da7e36e8f9c14cb171a3c5204cba2865e0ed7ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/9da7e36e8f9c14cb171a3c5204cba2865e0ed7ef",
|
|
"reference": "9da7e36e8f9c14cb171a3c5204cba2865e0ed7ef",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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"
|
|
]
|
|
},
|
|
"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": "2017-12-08T15:09:54+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/db-command",
|
|
"version": "v1.3.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/db-command.git",
|
|
"reference": "c260be59d9ac4c0012b016405e17d0251137fb89"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/c260be59d9ac4c0012b016405e17d0251137fb89",
|
|
"reference": "c260be59d9ac4c0012b016405e17d0251137fb89",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"bundled": true,
|
|
"commands": [
|
|
"db",
|
|
"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": "2018-07-31T02:06:59+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/embed-command",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/embed-command.git",
|
|
"reference": "81319d4243a8dfe096389bf54cdc4fc3dec53497"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/embed-command/zipball/81319d4243a8dfe096389bf54cdc4fc3dec53497",
|
|
"reference": "81319d4243a8dfe096389bf54cdc4fc3dec53497",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"bundled": true,
|
|
"commands": [
|
|
"embed",
|
|
"embed fetch",
|
|
"embed provider list",
|
|
"embed provider match",
|
|
"embed handler list",
|
|
"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": "2018-01-22T21:26:48+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/entity-command",
|
|
"version": "v1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/entity-command.git",
|
|
"reference": "7b000645684b6acbb1d55ab47b77eb08f35cd229"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/7b000645684b6acbb1d55ab47b77eb08f35cd229",
|
|
"reference": "7b000645684b6acbb1d55ab47b77eb08f35cd229",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"phpunit/phpunit": "^4.8",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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 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 core entities.",
|
|
"homepage": "https://github.com/wp-cli/entity-command",
|
|
"time": "2018-07-13T12:21:06+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/eval-command",
|
|
"version": "v1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/eval-command.git",
|
|
"reference": "9640d40ab28cd86590396f08f8c382e659f57321"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/9640d40ab28cd86590396f08f8c382e659f57321",
|
|
"reference": "9640d40ab28cd86590396f08f8c382e659f57321",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2017-12-08T14:33:34+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/export-command",
|
|
"version": "v1.0.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/export-command.git",
|
|
"reference": "776d33ad6b2ac93c00fded27402ca8e188e7bff0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/776d33ad6b2ac93c00fded27402ca8e188e7bff0",
|
|
"reference": "776d33ad6b2ac93c00fded27402ca8e188e7bff0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nb/oxymel": "~0.1.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-04-20T08:10:47+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/extension-command",
|
|
"version": "v1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/extension-command.git",
|
|
"reference": "18f1036bad42f481f178c2f4139039e9424b6e14"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/18f1036bad42f481f178c2f4139039e9424b6e14",
|
|
"reference": "18f1036bad42f481f178c2f4139039e9424b6e14",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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"
|
|
}
|
|
],
|
|
"description": "Manages plugins and themes, including installs, activations, and updates.",
|
|
"homepage": "https://github.com/wp-cli/extension-command",
|
|
"time": "2018-07-31T17:46:49+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/import-command",
|
|
"version": "v1.0.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/import-command.git",
|
|
"reference": "421fec5bd96671931f2119a89d28bae2f9edeb6b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/421fec5bd96671931f2119a89d28bae2f9edeb6b",
|
|
"reference": "421fec5bd96671931f2119a89d28bae2f9edeb6b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-04-20T08:07:05+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/language-command",
|
|
"version": "v1.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/language-command.git",
|
|
"reference": "2a3d1ce5a722a4d70809619a065087aa933f6209"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/2a3d1ce5a722a4d70809619a065087aa933f6209",
|
|
"reference": "2a3d1ce5a722a4d70809619a065087aa933f6209",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"language",
|
|
"language core",
|
|
"language core activate",
|
|
"language core install",
|
|
"language core list",
|
|
"language core uninstall",
|
|
"language core update"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2017-12-08T17:50:26+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/media-command",
|
|
"version": "v1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/media-command.git",
|
|
"reference": "7f8664ba722505446b3ef3dbc6717e8e7f20265c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/7f8664ba722505446b3ef3dbc6717e8e7f20265c",
|
|
"reference": "7f8664ba722505446b3ef3dbc6717e8e7f20265c",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-01-29T02:17:56+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": "v1.0.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/package-command.git",
|
|
"reference": "a7ce916de5e1d0c3d910d4fc8ca31928ee3775d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/a7ce916de5e1d0c3d910d4fc8ca31928ee3775d3",
|
|
"reference": "a7ce916de5e1d0c3d910d4fc8ca31928ee3775d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/composer": "^1.2.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-05-28T11:40:24+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": "v1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/rewrite-command.git",
|
|
"reference": "6b1695887e289ffad14c8f4ea86b5f1d92757408"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/6b1695887e289ffad14c8f4ea86b5f1d92757408",
|
|
"reference": "6b1695887e289ffad14c8f4ea86b5f1d92757408",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"rewrite",
|
|
"rewrite flush",
|
|
"rewrite list",
|
|
"rewrite structure"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2017-12-08T17:51:04+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/role-command",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/role-command.git",
|
|
"reference": "f50134ea9c27c108b1069cf044f7395c8f9bf716"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/f50134ea9c27c108b1069cf044f7395c8f9bf716",
|
|
"reference": "f50134ea9c27c108b1069cf044f7395c8f9bf716",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"role",
|
|
"role create",
|
|
"role delete",
|
|
"role exists",
|
|
"role list",
|
|
"role reset",
|
|
"cap",
|
|
"cap add",
|
|
"cap list",
|
|
"cap remove"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2018-04-20T08:05:51+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/scaffold-command",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/scaffold-command.git",
|
|
"reference": "a897a54ba0a8199743d90204ff773b302fc77572"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/a897a54ba0a8199743d90204ff773b302fc77572",
|
|
"reference": "a897a54ba0a8199743d90204ff773b302fc77572",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"bundled": true,
|
|
"commands": [
|
|
"scaffold",
|
|
"scaffold _s",
|
|
"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": "2018-07-29T15:02:24+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/search-replace-command",
|
|
"version": "v1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/search-replace-command.git",
|
|
"reference": "be21639dc530ad6506664baa813862d39b6d78ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/be21639dc530ad6506664baa813862d39b6d78ba",
|
|
"reference": "be21639dc530ad6506664baa813862d39b6d78ba",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "^1.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.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": "2018-05-29T10:21:19+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/server-command",
|
|
"version": "v1.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/server-command.git",
|
|
"reference": "6192e6d7becd07e4c11a8f1560655c73a3b3526a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/6192e6d7becd07e4c11a8f1560655c73a3b3526a",
|
|
"reference": "6192e6d7becd07e4c11a8f1560655c73a3b3526a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"server"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2017-12-14T20:06:24+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/shell-command",
|
|
"version": "v1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/shell-command.git",
|
|
"reference": "507603a8994d984b6c4d5bd26e31ede6d9cce37e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/507603a8994d984b6c4d5bd26e31ede6d9cce37e",
|
|
"reference": "507603a8994d984b6c4d5bd26e31ede6d9cce37e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"shell"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2017-12-08T16:03:53+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/super-admin-command",
|
|
"version": "v1.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/super-admin-command.git",
|
|
"reference": "2982d2e6514dbb318561d72d0577746a3a37181e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/2982d2e6514dbb318561d72d0577746a3a37181e",
|
|
"reference": "2982d2e6514dbb318561d72d0577746a3a37181e",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"super-admin",
|
|
"super-admin add",
|
|
"super-admin list",
|
|
"super-admin remove"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2017-12-08T17:43:53+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/widget-command",
|
|
"version": "v1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/widget-command.git",
|
|
"reference": "657e0f77d80c892f8f72f90a3a25112c254386df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/657e0f77d80c892f8f72f90a3a25112c254386df",
|
|
"reference": "657e0f77d80c892f8f72f90a3a25112c254386df",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5",
|
|
"wp-cli/wp-cli": "*"
|
|
},
|
|
"type": "wp-cli-package",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"widget",
|
|
"widget add",
|
|
"widget deactivate",
|
|
"widget delete",
|
|
"widget list",
|
|
"widget move",
|
|
"widget reset",
|
|
"widget update",
|
|
"sidebar",
|
|
"sidebar list"
|
|
],
|
|
"bundled": true
|
|
},
|
|
"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": "2017-12-08T17:45:57+00:00"
|
|
},
|
|
{
|
|
"name": "wp-cli/wp-cli",
|
|
"version": "v1.5.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-cli/wp-cli.git",
|
|
"reference": "3aac73bc4d629372531f3e15bbb67945d19b5d5a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/3aac73bc4d629372531f3e15bbb67945d19b5d5a",
|
|
"reference": "3aac73bc4d629372531f3e15bbb67945d19b5d5a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/composer": "^1.2.0",
|
|
"composer/semver": "~1.0",
|
|
"justinrainbow/json-schema": "~5.2.5",
|
|
"mustache/mustache": "~2.4",
|
|
"php": ">=5.3.29",
|
|
"ramsey/array_column": "~1.1",
|
|
"rmccue/requests": "~1.6",
|
|
"symfony/config": "^2.7|^3.0",
|
|
"symfony/console": "^2.7|^3.0",
|
|
"symfony/debug": "^2.7|^3.0",
|
|
"symfony/dependency-injection": "^2.7|^3.0",
|
|
"symfony/event-dispatcher": "^2.7|^3.0",
|
|
"symfony/filesystem": "^2.7|^3.0",
|
|
"symfony/finder": "^2.7|^3.0",
|
|
"symfony/process": "^2.1|^3.0",
|
|
"symfony/translation": "^2.7|^3.0",
|
|
"symfony/yaml": "^2.7|^3.0",
|
|
"wp-cli/autoload-splitter": "^0.1.5",
|
|
"wp-cli/cache-command": "^1.0",
|
|
"wp-cli/checksum-command": "^1.0",
|
|
"wp-cli/config-command": "^1.0",
|
|
"wp-cli/core-command": "^1.0",
|
|
"wp-cli/cron-command": "^1.0",
|
|
"wp-cli/db-command": "^1.0",
|
|
"wp-cli/embed-command": "^1.0",
|
|
"wp-cli/entity-command": "^1.0",
|
|
"wp-cli/eval-command": "^1.0",
|
|
"wp-cli/export-command": "^1.0",
|
|
"wp-cli/extension-command": "^1.0",
|
|
"wp-cli/import-command": "^1.0",
|
|
"wp-cli/language-command": "^1.0",
|
|
"wp-cli/media-command": "^1.0",
|
|
"wp-cli/mustangostang-spyc": "^0.6.3",
|
|
"wp-cli/package-command": "^1.0",
|
|
"wp-cli/php-cli-tools": "~0.11.2",
|
|
"wp-cli/rewrite-command": "^1.0",
|
|
"wp-cli/role-command": "^1.0",
|
|
"wp-cli/scaffold-command": "^1.0",
|
|
"wp-cli/search-replace-command": "^1.0",
|
|
"wp-cli/server-command": "^1.0",
|
|
"wp-cli/shell-command": "^1.0",
|
|
"wp-cli/super-admin-command": "^1.0",
|
|
"wp-cli/widget-command": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "2.5.*",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"roave/security-advisories": "dev-master",
|
|
"wimg/php-compatibility": "^8.0",
|
|
"wp-coding-standards/wpcs": "^0.13.1"
|
|
},
|
|
"suggest": {
|
|
"psy/psysh": "Enhanced `wp shell` functionality"
|
|
},
|
|
"bin": [
|
|
"bin/wp.bat",
|
|
"bin/wp"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5.x-dev"
|
|
},
|
|
"autoload-splitter": {
|
|
"splitter-logic": "WP_CLI\\AutoloadSplitter",
|
|
"splitter-location": "php/WP_CLI/AutoloadSplitter.php",
|
|
"split-target-prefix-true": "autoload_commands",
|
|
"split-target-prefix-false": "autoload_framework"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"WP_CLI": "php"
|
|
},
|
|
"psr-4": {
|
|
"": "php/commands/src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "The command line interface for WordPress",
|
|
"homepage": "https://wp-cli.org",
|
|
"keywords": [
|
|
"cli",
|
|
"wordpress"
|
|
],
|
|
"time": "2018-05-31T11:04:05+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"
|
|
},
|
|
{
|
|
"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": [],
|
|
"platform-overrides": {
|
|
"php": "7.1"
|
|
},
|
|
"plugin-api-version": "1.1.0"
|
|
}
|