polylang-cli/composer.lock
2017-06-11 13:21:51 +02:00

2943 lines
101 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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "127572b6a6bb976909195975e2c8de83",
"packages": [
{
"name": "composer/ca-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
"reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0"
},
"suggest": {
"symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"time": "2017-03-06 11:59:08"
},
{
"name": "composer/composer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "9aadbe27283bda0ed0f149fa4304c245f517c369"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/9aadbe27283bda0ed0f149fa4304c245f517c369",
"reference": "9aadbe27283bda0ed0f149fa4304c245f517c369",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.0",
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/cli-prompt": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.7 || ^3.0",
"symfony/filesystem": "^2.7 || ^3.0",
"symfony/finder": "^2.7 || ^3.0",
"symfony/process": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
},
"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.5-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, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
"time": "2017-06-06 13:49:06"
},
{
"name": "composer/semver",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "7ea669582e6396857cf6d1c0a6cd2728f4e7e383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/7ea669582e6396857cf6d1c0a6cd2728f4e7e383",
"reference": "7ea669582e6396857cf6d1c0a6cd2728f4e7e383",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"time": "2017-05-15 12:49:06"
},
{
"name": "composer/spdx-licenses",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
"reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
"reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
"time": "2017-04-03 19:08:52"
},
{
"name": "justinrainbow/json-schema",
"version": "5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "2a4203948b5d7f6aa9478be31bed4b2453cc0f37"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2a4203948b5d7f6aa9478be31bed4b2453cc0f37",
"reference": "2a4203948b5d7f6aa9478be31bed4b2453cc0f37",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.22"
},
"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": "2017-06-05 20:17:19"
},
{
"name": "mustache/mustache",
"version": "v2.11.1",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/mustache.php.git",
"reference": "a3f6d55996dd28b58f3a909d474189a3c1aa693f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/a3f6d55996dd28b58f3a909d474189a3c1aa693f",
"reference": "a3f6d55996dd28b58f3a909d474189a3c1aa693f",
"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": "2016-07-31T06:18:27+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": "psr/log",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.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": "2016-10-10 12:19:37"
},
{
"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"
],
"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": "seld/cli-prompt",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/cli-prompt.git",
"reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
"reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\CliPrompt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
"keywords": [
"cli",
"console",
"hidden",
"input",
"prompt"
],
"time": "2017-03-18 11:32:45"
},
{
"name": "seld/jsonlint",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8",
"reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5"
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
"time": "2017-03-06T16:42:24+00:00"
},
{
"name": "seld/phar-utils",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
"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": [
"phra"
],
"time": "2015-10-13 18:44:15"
},
{
"name": "symfony/config",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "0b8541d18507d10204a08384640ff6df3c739ebe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/0b8541d18507d10204a08384640ff6df3c739ebe",
"reference": "0b8541d18507d10204a08384640ff6df3c739ebe",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/filesystem": "~2.3|~3.0.0"
},
"require-dev": {
"symfony/yaml": "~2.7|~3.0.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
"time": "2017-04-12 14:07:15"
},
{
"name": "symfony/console",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
"reference": "3ef6ef64abecd566d551d9e7f6393ac6e93b2462",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/debug": "^2.7.2|~3.0.0",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/process": "~2.1|~3.0.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2017-06-02 14:36:56"
},
{
"name": "symfony/debug",
"version": "3.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
"reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"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/class-loader": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-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",
"time": "2016-07-30 07:22:48"
},
{
"name": "symfony/dependency-injection",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
"reference": "b4a4b8f6ae1d69a6b2c0c31623bbc474121ee075",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"conflict": {
"symfony/expression-language": "<2.6"
},
"require-dev": {
"symfony/config": "~2.2|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
"symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
"time": "2017-06-02 14:36:56"
},
{
"name": "symfony/event-dispatcher",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
"reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^2.0.5|~3.0.0",
"symfony/dependency-injection": "~2.6|~3.0.0",
"symfony/expression-language": "~2.6|~3.0.0",
"symfony/stopwatch": "~2.3|~3.0.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
"time": "2017-06-02 07:47:27"
},
{
"name": "symfony/filesystem",
"version": "3.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
"reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
"time": "2016-07-20 05:43:46"
},
{
"name": "symfony/finder",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
"reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2017-06-01 20:52:29"
},
{
"name": "symfony/polyfill-mbstring",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2017-06-09 14:24:12"
},
{
"name": "symfony/process",
"version": "3.4.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "201c3bd3f167804bdfba2bf6a3a26097978a854a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/201c3bd3f167804bdfba2bf6a3a26097978a854a",
"reference": "201c3bd3f167804bdfba2bf6a3a26097978a854a",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"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",
"time": "2017-06-09 13:37:35"
},
{
"name": "symfony/translation",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/14db4cc1172a722aaa3b558bfa8eff593b43cd46",
"reference": "14db4cc1172a722aaa3b558bfa8eff593b43cd46",
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/config": "<2.7"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8",
"symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
"symfony/yaml": "~2.2|~3.0.0"
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
"time": "2017-06-01 20:52:29"
},
{
"name": "symfony/yaml",
"version": "2.8.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
"reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
"time": "2017-06-01 20:52:29"
},
{
"name": "wp-cli/autoload-splitter",
"version": "v0.1.3",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/autoload-splitter.git",
"reference": "446f73de57ab4e7bf38a4ba2779cd3630905185c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/autoload-splitter/zipball/446f73de57ab4e7bf38a4ba2779cd3630905185c",
"reference": "446f73de57ab4e7bf38a4ba2779cd3630905185c",
"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",
"time": "2017-05-03T06:21:26+00:00"
},
{
"name": "wp-cli/cache-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/cache-command.git",
"reference": "d7102d5573d050befc81be5470b5df553e66cc6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/cache-command/zipball/d7102d5573d050befc81be5470b5df553e66cc6e",
"reference": "d7102d5573d050befc81be5470b5df553e66cc6e",
"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",
"transient"
]
},
"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": "Manage object and transient caches.",
"homepage": "https://github.com/wp-cli/cache-command",
"time": "2017-05-30 18:00:27"
},
{
"name": "wp-cli/checksum-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/checksum-command.git",
"reference": "2b74567a660951380083f02224a21746b2697008"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/checksum-command/zipball/2b74567a660951380083f02224a21746b2697008",
"reference": "2b74567a660951380083f02224a21746b2697008",
"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": [
"checksum core"
]
},
"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": "Verify WordPress core checksums.",
"homepage": "https://github.com/wp-cli/checksum-command",
"time": "2017-05-30 18:55:36"
},
{
"name": "wp-cli/config-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/config-command.git",
"reference": "eb50ae43b9c43282e71cce73535fdba73bd36dff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/config-command/zipball/eb50ae43b9c43282e71cce73535fdba73bd36dff",
"reference": "eb50ae43b9c43282e71cce73535fdba73bd36dff",
"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": [
"config",
"config create",
"config get",
"config path"
]
},
"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"
}
],
"description": "Manage the wp-config.php file.",
"homepage": "https://github.com/wp-cli/config-command",
"time": "2017-05-30 18:56:17"
},
{
"name": "wp-cli/core-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/core-command.git",
"reference": "22e0caa140897f87d9e618fc075f80325a6151ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/core-command/zipball/22e0caa140897f87d9e618fc075f80325a6151ee",
"reference": "22e0caa140897f87d9e618fc075f80325a6151ee",
"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 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": "Download, install, update and manage a WordPress install.",
"homepage": "https://github.com/wp-cli/core-command",
"time": "2017-05-30 18:56:42"
},
{
"name": "wp-cli/cron-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/cron-command.git",
"reference": "1cf8564c0c025520658a8ec872e606bdd7fef319"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/cron-command/zipball/1cf8564c0c025520658a8ec872e606bdd7fef319",
"reference": "1cf8564c0c025520658a8ec872e606bdd7fef319",
"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 test",
"cron event delete",
"cron event list",
"cron event run",
"cron event 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": "Manage WP-Cron events and schedules.",
"homepage": "https://github.com/wp-cli/cron-command",
"time": "2017-05-30 18:58:24"
},
{
"name": "wp-cli/db-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/db-command.git",
"reference": "f61ef8cef3236678e0d74b0f4e6a68fa9d17b7fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/db-command/zipball/f61ef8cef3236678e0d74b0f4e6a68fa9d17b7fe",
"reference": "f61ef8cef3236678e0d74b0f4e6a68fa9d17b7fe",
"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": [
"db create",
"db drop",
"db reset",
"db check",
"db optimize",
"db prefix",
"db repair",
"db cli",
"db query",
"db export",
"db import",
"db tables",
"db size"
]
},
"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": "Perform basic database operations using credentials stored in wp-config.php.",
"homepage": "https://github.com/wp-cli/db-command",
"time": "2017-06-02 13:15:47"
},
{
"name": "wp-cli/entity-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/entity-command.git",
"reference": "1e7f9468c90306bb4c62152df79235da3cc2b5fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/entity-command/zipball/1e7f9468c90306bb4c62152df79235da3cc2b5fa",
"reference": "1e7f9468c90306bb4c62152df79235da3cc2b5fa",
"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": [
"comment",
"comment meta",
"menu",
"menu item",
"menu location",
"network meta",
"post",
"post meta",
"post term",
"post-type",
"site",
"taxonomy",
"term",
"term meta",
"user",
"user meta",
"user term"
]
},
"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": "2017-06-07 17:17:07"
},
{
"name": "wp-cli/eval-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/eval-command.git",
"reference": "996c2ed3ad5bd796abaabe7ed0ce5c368fab62d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/eval-command/zipball/996c2ed3ad5bd796abaabe7ed0ce5c368fab62d1",
"reference": "996c2ed3ad5bd796abaabe7ed0ce5c368fab62d1",
"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": "Execute arbitrary PHP code.",
"homepage": "https://github.com/wp-cli/eval-command",
"time": "2017-05-30 19:00:48"
},
{
"name": "wp-cli/export-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/export-command.git",
"reference": "3507dae2dad0f8bb71070bc0c284ffed304caf21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/export-command/zipball/3507dae2dad0f8bb71070bc0c284ffed304caf21",
"reference": "3507dae2dad0f8bb71070bc0c284ffed304caf21",
"shasum": ""
},
"require": {
"nb/oxymel": "~0.1.0",
"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": [
"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": "Export WordPress content to a WXR file.",
"homepage": "https://github.com/wp-cli/export-command",
"time": "2017-05-30 19:01:34"
},
{
"name": "wp-cli/extension-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/extension-command.git",
"reference": "8489bc23aad242796cba15f78ce75192b1774ea5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/extension-command/zipball/8489bc23aad242796cba15f78ce75192b1774ea5",
"reference": "8489bc23aad242796cba15f78ce75192b1774ea5",
"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 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 activate",
"theme delete",
"theme disable",
"theme enable",
"theme get",
"theme install",
"theme is-installed",
"theme list",
"theme mod get",
"theme mod set",
"theme mod remove",
"theme path",
"theme search",
"theme status",
"theme update"
]
},
"autoload": {
"psr-4": {
"": "src/",
"WP_CLI\\": "src/WP_CLI"
},
"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": "Manage WordPress plugins and themes.",
"homepage": "https://github.com/wp-cli/extension-command",
"time": "2017-06-08 09:01:02"
},
{
"name": "wp-cli/import-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/import-command.git",
"reference": "15206798e8a4d8e0753a392699f278569065812d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/import-command/zipball/15206798e8a4d8e0753a392699f278569065812d",
"reference": "15206798e8a4d8e0753a392699f278569065812d",
"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": "Import content from a WXR file.",
"homepage": "https://github.com/wp-cli/import-command",
"time": "2017-05-30 19:02:16"
},
{
"name": "wp-cli/language-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/language-command.git",
"reference": "5812cac811de1c166b89cf6c78a2c1ff606e1dc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/language-command/zipball/5812cac811de1c166b89cf6c78a2c1ff606e1dc4",
"reference": "5812cac811de1c166b89cf6c78a2c1ff606e1dc4",
"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 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": "Manage language packs.",
"homepage": "https://github.com/wp-cli/language-command",
"time": "2017-05-30 21:29:09"
},
{
"name": "wp-cli/media-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/media-command.git",
"reference": "5ea664836616a350c31a60f9df8308181e741134"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/media-command/zipball/5ea664836616a350c31a60f9df8308181e741134",
"reference": "5ea664836616a350c31a60f9df8308181e741134",
"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": [
"media import",
"media regenerate"
],
"bundled": true
},
"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": "Import and regenerate attachments.",
"homepage": "https://github.com/wp-cli/media-command",
"time": "2017-05-30 21:25:25"
},
{
"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": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/package-command.git",
"reference": "6c65bd5cb7cf039bb58461508475b75e6352b15b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/package-command/zipball/6c65bd5cb7cf039bb58461508475b75e6352b15b",
"reference": "6c65bd5cb7cf039bb58461508475b75e6352b15b",
"shasum": ""
},
"require": {
"composer/composer": "^1.2.0",
"wp-cli/wp-cli": "*"
},
"require-dev": {
"behat/behat": "~2.5"
},
"type": "wp-cli-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"commands": [
"package browse",
"package install",
"package list",
"package update",
"package uninstall"
],
"bundled": true
},
"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": "Manage WP-CLI packages.",
"homepage": "https://github.com/wp-cli/package-command",
"time": "2017-06-06 16:41:04"
},
{
"name": "wp-cli/php-cli-tools",
"version": "v0.11.2",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/php-cli-tools.git",
"reference": "6d231e5538b2c0db909b2cb49d30a45faf20069a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/6d231e5538b2c0db909b2cb49d30a45faf20069a",
"reference": "6d231e5538b2c0db909b2cb49d30a45faf20069a",
"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": "2017-02-15T12:17:55+00:00"
},
{
"name": "wp-cli/rewrite-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/rewrite-command.git",
"reference": "fe4067a3d64359c171306bc7757ec333f409b8d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/rewrite-command/zipball/fe4067a3d64359c171306bc7757ec333f409b8d1",
"reference": "fe4067a3d64359c171306bc7757ec333f409b8d1",
"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 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": "Manage rewrite rules.",
"homepage": "https://github.com/wp-cli/rewrite-command",
"time": "2017-05-30 19:40:20"
},
{
"name": "wp-cli/role-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/role-command.git",
"reference": "fd90b81e85b4d66f47cb3ec51fd1cf27e8bc4a5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/role-command/zipball/fd90b81e85b4d66f47cb3ec51fd1cf27e8bc4a5f",
"reference": "fd90b81e85b4d66f47cb3ec51fd1cf27e8bc4a5f",
"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 create",
"role delete",
"role exists",
"role list",
"role reset",
"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": "Manage user roles and capabilities.",
"homepage": "https://github.com/wp-cli/role-command",
"time": "2017-05-30 21:23:36"
},
{
"name": "wp-cli/scaffold-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/scaffold-command.git",
"reference": "fd3a648640bf1b77d0c0d24a035daa324e359a10"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/scaffold-command/zipball/fd3a648640bf1b77d0c0d24a035daa324e359a10",
"reference": "fd3a648640bf1b77d0c0d24a035daa324e359a10",
"shasum": ""
},
"require-dev": {
"behat/behat": "~2.5",
"wp-cli/wp-cli": "*"
},
"type": "wp-cli-package",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"commands": [
"scaffold",
"scaffold _s",
"scaffold child-theme",
"scaffold plugin",
"scaffold plugin-tests",
"scaffold post-type",
"scaffold taxonomy",
"scaffold theme-tests"
],
"bundled": true
},
"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": "Generate code for post types, taxonomies, plugins, child themes, etc.",
"homepage": "https://github.com/wp-cli/scaffold-command",
"time": "2017-06-05 08:12:55"
},
{
"name": "wp-cli/search-replace-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/search-replace-command.git",
"reference": "8db332d052dc24c955f582ba4dce5f5f7064d7e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/search-replace-command/zipball/8db332d052dc24c955f582ba4dce5f5f7064d7e8",
"reference": "8db332d052dc24c955f582ba4dce5f5f7064d7e8",
"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": [
"search-replace"
],
"bundled": true
},
"autoload": {
"psr-4": {
"": "src/",
"WP_CLI\\": "src/WP_CLI"
},
"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": "Search/replace strings in the database.",
"homepage": "https://github.com/wp-cli/search-replace-command",
"time": "2017-05-30 19:40:57"
},
{
"name": "wp-cli/server-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/server-command.git",
"reference": "fb8f7e048b9d7a29d99e019c0a33a71542a856c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/server-command/zipball/fb8f7e048b9d7a29d99e019c0a33a71542a856c9",
"reference": "fb8f7e048b9d7a29d99e019c0a33a71542a856c9",
"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": "Launch PHP's built-in web server for this specific WordPress installation.",
"homepage": "https://github.com/wp-cli/server-command",
"time": "2017-05-30 19:41:53"
},
{
"name": "wp-cli/shell-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/shell-command.git",
"reference": "827ccfe2eceda7a75e9b244e0044fb6f7aac52f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/shell-command/zipball/827ccfe2eceda7a75e9b244e0044fb6f7aac52f5",
"reference": "827ccfe2eceda7a75e9b244e0044fb6f7aac52f5",
"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": "Interactive PHP console.",
"homepage": "https://github.com/wp-cli/shell-command",
"time": "2017-05-30 19:43:29"
},
{
"name": "wp-cli/super-admin-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/super-admin-command.git",
"reference": "3dc1bfc6bef14e11ff33ef691892b1ad1610d128"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/super-admin-command/zipball/3dc1bfc6bef14e11ff33ef691892b1ad1610d128",
"reference": "3dc1bfc6bef14e11ff33ef691892b1ad1610d128",
"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 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": "Manage super admins on WordPress multisite.",
"homepage": "https://github.com/wp-cli/super-admin-command",
"time": "2017-05-30 19:44:45"
},
{
"name": "wp-cli/widget-command",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/widget-command.git",
"reference": "68b5955a7a18d568f69775decbd79ebfbe691d3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/widget-command/zipball/68b5955a7a18d568f69775decbd79ebfbe691d3e",
"reference": "68b5955a7a18d568f69775decbd79ebfbe691d3e",
"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 add",
"widget deactivate",
"widget delete",
"widget list",
"widget move",
"widget reset",
"widget update",
"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": "Manage widgets and sidebars.",
"homepage": "https://github.com/wp-cli/widget-command",
"time": "2017-05-30 21:14:12"
},
{
"name": "wp-cli/wp-cli",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/wp-cli/wp-cli.git",
"reference": "9a9b6a63e08e7827669677faa97312972c0f1da2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/9a9b6a63e08e7827669677faa97312972c0f1da2",
"reference": "9a9b6a63e08e7827669677faa97312972c0f1da2",
"shasum": ""
},
"require": {
"composer/composer": "^1.2.0",
"composer/semver": "~1.0",
"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",
"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/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.*",
"phpunit/phpunit": "3.7.*",
"pyrech/composer-changelogs": "dev-php53 as 1.5.1",
"roave/security-advisories": "dev-master"
},
"suggest": {
"psy/psysh": "Enhanced `wp shell` functionality"
},
"bin": [
"bin/wp.bat",
"bin/wp"
],
"type": "library",
"extra": {
"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": "A command line interface for WordPress",
"homepage": "http://wp-cli.org",
"keywords": [
"cli",
"wordpress"
],
"time": "2017-06-06T12:14:53+00:00"
}
],
"packages-dev": [
{
"name": "behat/behat",
"version": "2.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "810008fdd1d4b2ec17f14c58cfdbf8fcb76a0022"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/810008fdd1d4b2ec17f14c58cfdbf8fcb76a0022",
"reference": "810008fdd1d4b2ec17f14c58cfdbf8fcb76a0022",
"shasum": ""
},
"require": {
"behat/gherkin": "~2.3.0",
"php": ">=5.3.1",
"symfony/config": "~2.3",
"symfony/console": "~2.0",
"symfony/dependency-injection": "~2.0",
"symfony/event-dispatcher": "~2.0",
"symfony/finder": "~2.0",
"symfony/translation": "~2.3",
"symfony/yaml": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7.19"
},
"suggest": {
"behat/mink-extension": "for integration with Mink testing framework",
"behat/symfony2-extension": "for integration with Symfony2 web framework",
"behat/yii-extension": "for integration with Yii web framework"
},
"bin": [
"bin/behat"
],
"type": "library",
"autoload": {
"psr-0": {
"Behat\\Behat": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Scenario-oriented BDD framework for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Symfony2"
],
"time": "2016-08-29 07:27:43"
},
{
"name": "behat/gherkin",
"version": "2.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/c32e15d92e1a2ce399a1a1c5be7afd965176e86c",
"reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c",
"shasum": ""
},
"require": {
"php": ">=5.3.1",
"symfony/finder": "~2.0"
},
"require-dev": {
"symfony/config": "~2.0",
"symfony/translation": "~2.0",
"symfony/yaml": "~2.0"
},
"suggest": {
"symfony/config": "If you want to use Config component to manage resources",
"symfony/translation": "If you want to use Symfony2 translations adapter",
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "2.2-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"DSL",
"Symfony2",
"parser"
],
"time": "2014-06-06 00:48:18"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}