1
0
Fork 0
composer/composer.lock

1801 lines
61 KiB
Plaintext
Raw Normal View History

2012-01-23 09:02:16 +00:00
{
2013-04-08 16:12:19 +00:00
"_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",
2014-05-27 11:58:53 +00:00
"This file is @generated automatically"
2013-04-08 16:12:19 +00:00
],
2018-08-22 07:43:30 +00:00
"content-hash": "e46280c4cfd37bf3ec8be36095feb20e",
2012-01-23 09:02:16 +00:00
"packages": [
2016-04-11 15:33:40 +00:00
{
"name": "composer/ca-bundle",
2018-10-31 11:47:07 +00:00
"version": "1.1.3",
2016-04-11 15:33:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2018-10-31 11:47:07 +00:00
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
2016-04-11 15:33:40 +00:00
},
"dist": {
"type": "zip",
2018-10-31 11:47:07 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
2016-04-11 15:33:40 +00:00
"shasum": ""
},
"require": {
2016-07-18 23:27:54 +00:00
"ext-openssl": "*",
"ext-pcre": "*",
2016-04-11 15:33:40 +00:00
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2018-04-12 13:54:55 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2016-09-05 08:57:50 +00:00
"psr/log": "^1.0",
2017-11-29 09:41:53 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0"
2016-04-11 15:33:40 +00:00
},
"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"
],
2018-10-31 11:47:07 +00:00
"time": "2018-10-18T06:09:13+00:00"
2016-04-11 15:33:40 +00:00
},
{
"name": "composer/semver",
2016-08-30 16:12:35 +00:00
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2016-08-30 16:12:35 +00:00
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
2016-08-30 16:12:35 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
2015-11-05 10:24:15 +00:00
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2015-11-05 10:24:15 +00:00
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2015-11-10 11:56:06 +00:00
"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"
2015-11-05 10:24:15 +00:00
},
{
"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"
],
2016-10-12 14:57:43 +00:00
"time": "2016-08-30T16:08:34+00:00"
},
{
"name": "composer/spdx-licenses",
2018-07-20 11:48:39 +00:00
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2018-07-20 11:48:39 +00:00
"reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
},
"dist": {
"type": "zip",
2018-07-20 11:48:39 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
"reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
"shasum": ""
},
"require": {
2016-04-11 15:33:40 +00:00
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2016-04-11 15:33:40 +00:00
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2015-09-12 21:31:24 +00:00
"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"
2015-10-28 02:44:08 +00:00
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
2018-07-20 11:48:39 +00:00
"time": "2018-04-30T10:33:04+00:00"
},
2017-11-23 15:52:48 +00:00
{
"name": "composer/xdebug-handler",
2018-09-01 10:26:03 +00:00
"version": "1.3.0",
2017-11-23 15:52:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2018-09-01 10:26:03 +00:00
"reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c"
2017-11-23 15:52:48 +00:00
},
"dist": {
"type": "zip",
2018-09-01 10:26:03 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c",
"reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c",
2017-11-23 15:52:48 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"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"
],
2018-09-01 10:26:03 +00:00
"time": "2018-08-31T19:20:00+00:00"
2017-11-23 15:52:48 +00:00
},
2012-03-05 19:09:34 +00:00
{
"name": "justinrainbow/json-schema",
2018-04-12 13:54:55 +00:00
"version": "5.2.7",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2018-04-12 13:54:55 +00:00
"reference": "8560d4314577199ba51bf2032f02cd1315587c23"
},
"dist": {
"type": "zip",
2018-04-12 13:54:55 +00:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2017-08-08 08:24:23 +00:00
"friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0",
2018-04-12 13:54:55 +00:00
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
2017-03-06 11:47:05 +00:00
"dev-master": "5.0.x-dev"
}
},
"autoload": {
2015-09-12 21:31:24 +00:00
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
2013-04-08 16:12:19 +00:00
},
"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"
},
2014-09-24 18:19:25 +00:00
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
2014-09-24 18:19:25 +00:00
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2018-04-12 13:54:55 +00:00
"time": "2018-02-14T22:26:30+00:00"
2012-03-05 19:09:34 +00:00
},
2016-04-11 15:33:40 +00:00
{
"name": "psr/log",
2016-10-12 14:57:43 +00:00
"version": "1.0.2",
2016-04-11 15:33:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2016-10-12 14:57:43 +00:00
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2016-04-11 15:33:40 +00:00
},
"dist": {
"type": "zip",
2016-10-12 14:57:43 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2016-04-11 15:33:40 +00:00
"shasum": ""
},
2016-10-12 14:57:43 +00:00
"require": {
"php": ">=5.3.0"
},
2016-04-11 15:33:40 +00:00
"type": "library",
2016-10-12 14:57:43 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2016-04-11 15:33:40 +00:00
"autoload": {
2016-10-12 14:57:43 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2016-04-11 15:33:40 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
2016-10-12 14:57:43 +00:00
"homepage": "https://github.com/php-fig/log",
2016-04-11 15:33:40 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
2016-10-12 14:57:43 +00:00
"time": "2016-10-10T12:19:37+00:00"
2016-04-11 15:33:40 +00:00
},
{
"name": "seld/jsonlint",
2018-04-12 13:54:55 +00:00
"version": "1.7.1",
"source": {
"type": "git",
2013-11-22 15:15:18 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
2018-04-12 13:54:55 +00:00
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
},
"dist": {
"type": "zip",
2018-04-12 13:54:55 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0"
},
2017-03-06 16:51:44 +00:00
"require-dev": {
2018-01-04 13:27:50 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-03-06 16:51:44 +00:00
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
2014-07-20 17:49:28 +00:00
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
2012-11-11 15:26:07 +00:00
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-11 15:26:07 +00:00
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2014-07-20 17:49:28 +00:00
"homepage": "http://seld.be"
2012-11-11 15:26:07 +00:00
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
2013-02-11 10:52:50 +00:00
"parser",
2012-11-11 15:26:07 +00:00
"validator"
2013-04-08 16:12:19 +00:00
],
2018-04-12 13:54:55 +00:00
"time": "2018-01-24T12:46:19+00:00"
2012-03-05 19:09:34 +00:00
},
{
"name": "seld/phar-utils",
2015-10-28 02:44:08 +00:00
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
2015-10-28 02:44:08 +00:00
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
2015-10-28 02:44:08 +00:00
"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"
],
2016-10-12 14:57:43 +00:00
"time": "2015-10-13T18:44:15+00:00"
},
2012-05-12 07:44:22 +00:00
{
"name": "symfony/console",
2018-09-10 12:06:28 +00:00
"version": "v2.8.45",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/console.git",
2018-08-22 07:43:30 +00:00
"reference": "0c1fcbb9afb5cff992c982ff99c0434f0146dcfc"
},
"dist": {
"type": "zip",
2018-08-22 07:43:30 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/0c1fcbb9afb5cff992c982ff99c0434f0146dcfc",
"reference": "0c1fcbb9afb5cff992c982ff99c0434f0146dcfc",
"shasum": ""
},
"require": {
2015-12-16 18:51:41 +00:00
"php": ">=5.3.9",
2017-03-06 11:41:53 +00:00
"symfony/debug": "^2.7.2|~3.0.0",
2015-12-16 18:51:41 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
2013-04-08 16:12:19 +00:00
"require-dev": {
2014-07-20 17:49:28 +00:00
"psr/log": "~1.0",
2015-12-16 18:51:41 +00:00
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/process": "~2.1|~3.0.0"
2013-08-12 00:07:17 +00:00
},
"suggest": {
2018-07-20 11:48:39 +00:00
"psr/log-implementation": "For using the console logger",
2014-12-02 19:18:44 +00:00
"symfony/event-dispatcher": "",
"symfony/process": ""
2013-04-08 16:12:19 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-16 18:51:41 +00:00
"dev-master": "2.8-dev"
}
},
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
2012-10-19 16:50:05 +00:00
"Symfony\\Component\\Console\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
2018-08-22 07:43:30 +00:00
"time": "2018-07-26T11:13:39+00:00"
2016-10-12 14:57:43 +00:00
},
{
"name": "symfony/debug",
2018-09-10 12:06:28 +00:00
"version": "v2.8.45",
2016-10-12 14:57:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-09-10 12:06:28 +00:00
"reference": "cbb8a5f212148964efbc414838c527229f9951b7"
2016-10-12 14:57:43 +00:00
},
"dist": {
"type": "zip",
2018-09-10 12:06:28 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/cbb8a5f212148964efbc414838c527229f9951b7",
"reference": "cbb8a5f212148964efbc414838c527229f9951b7",
2016-10-12 14:57:43 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.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.2|~3.0.0",
2017-03-06 11:41:53 +00:00
"symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
2016-10-12 14:57:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8-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",
2018-09-10 12:06:28 +00:00
"time": "2018-08-03T09:45:57+00:00"
2012-05-12 07:44:22 +00:00
},
{
"name": "symfony/filesystem",
2018-09-10 12:06:28 +00:00
"version": "v2.8.45",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/filesystem.git",
2018-09-10 12:06:28 +00:00
"reference": "0b252f4e25b7da17abb5a98eb60755b71d082c9c"
},
"dist": {
"type": "zip",
2018-09-10 12:06:28 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0b252f4e25b7da17abb5a98eb60755b71d082c9c",
"reference": "0b252f4e25b7da17abb5a98eb60755b71d082c9c",
"shasum": ""
},
"require": {
2018-07-20 11:48:39 +00:00
"php": ">=5.3.9",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-16 18:51:41 +00:00
"dev-master": "2.8-dev"
}
},
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
2015-12-16 18:51:41 +00:00
},
"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",
2018-09-10 12:06:28 +00:00
"time": "2018-08-07T09:12:42+00:00"
},
2012-05-12 07:44:22 +00:00
{
"name": "symfony/finder",
2018-09-10 12:06:28 +00:00
"version": "v2.8.45",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/finder.git",
2018-08-22 07:43:30 +00:00
"reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e"
},
"dist": {
"type": "zip",
2018-08-22 07:43:30 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/f0de0b51913eb2caab7dfed6413b87e14fca780e",
"reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e",
"shasum": ""
},
"require": {
2015-10-28 02:44:08 +00:00
"php": ">=5.3.9"
2015-03-24 00:12:43 +00:00
},
"type": "library",
2013-04-08 16:12:19 +00:00
"extra": {
"branch-alias": {
2015-12-16 18:51:41 +00:00
"dev-master": "2.8-dev"
2013-04-08 16:12:19 +00:00
}
},
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
2013-04-08 16:12:19 +00:00
"Symfony\\Component\\Finder\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
2018-08-22 07:43:30 +00:00
"time": "2018-07-26T11:13:39+00:00"
2018-07-20 11:48:39 +00:00
},
{
"name": "symfony/polyfill-ctype",
2018-08-22 07:43:30 +00:00
"version": "v1.9.0",
2018-07-20 11:48:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2018-08-22 07:43:30 +00:00
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2018-07-20 11:48:39 +00:00
},
"dist": {
"type": "zip",
2018-08-22 07:43:30 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2018-07-20 11:48:39 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-08-22 07:43:30 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-07-20 11:48:39 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-22 07:43:30 +00:00
"dev-master": "1.9-dev"
2018-07-20 11:48:39 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2018-08-22 07:43:30 +00:00
"time": "2018-08-06T14:22:27+00:00"
2015-12-16 18:51:41 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2018-08-22 07:43:30 +00:00
"version": "v1.9.0",
2015-12-16 18:51:41 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-08-22 07:43:30 +00:00
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2015-12-16 18:51:41 +00:00
},
"dist": {
"type": "zip",
2018-08-22 07:43:30 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2015-12-16 18:51:41 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
2015-12-16 18:51:41 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-22 07:43:30 +00:00
"dev-master": "1.9-dev"
2015-12-16 18:51:41 +00:00
}
},
"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"
],
2018-08-22 07:43:30 +00:00
"time": "2018-08-06T14:22:27+00:00"
2012-01-23 09:02:16 +00:00
},
{
"name": "symfony/process",
2018-09-10 12:06:28 +00:00
"version": "v2.8.45",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/process.git",
2018-09-10 12:06:28 +00:00
"reference": "4be278e19064c3492095de50c9e375caae569ae1"
},
"dist": {
"type": "zip",
2018-09-10 12:06:28 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/4be278e19064c3492095de50c9e375caae569ae1",
"reference": "4be278e19064c3492095de50c9e375caae569ae1",
"shasum": ""
},
"require": {
2015-10-28 02:44:08 +00:00
"php": ">=5.3.9"
2015-03-24 00:12:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-16 18:51:41 +00:00
"dev-master": "2.8-dev"
}
},
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
2012-10-19 16:50:05 +00:00
"Symfony\\Component\\Process\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
2018-09-10 12:06:28 +00:00
"time": "2018-08-03T09:45:57+00:00"
2012-01-23 09:02:16 +00:00
}
2012-03-05 22:34:45 +00:00
],
2013-01-10 10:51:02 +00:00
"packages-dev": [
2014-12-02 19:18:44 +00:00
{
"name": "doctrine/instantiator",
2015-08-14 13:55:08 +00:00
"version": "1.0.5",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2015-08-14 13:55:08 +00:00
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2015-08-14 13:55:08 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
2015-08-14 13:55:08 +00:00
"squizlabs/php_codesniffer": "~2.0"
2014-12-02 19:18:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2015-08-14 13:55:08 +00:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2014-12-02 19:18:44 +00:00
}
},
"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://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
2016-10-12 14:57:43 +00:00
"time": "2015-06-14T21:17:01+00:00"
2014-12-02 19:18:44 +00:00
},
2015-02-21 10:08:47 +00:00
{
"name": "phpdocumentor/reflection-docblock",
2017-08-08 08:24:23 +00:00
"version": "2.0.5",
2015-02-21 10:08:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2017-08-08 08:24:23 +00:00
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
2015-02-21 10:08:47 +00:00
},
"dist": {
"type": "zip",
2017-08-08 08:24:23 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
2015-02-21 10:08:47 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"phpDocumentor": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2017-08-08 08:24:23 +00:00
"time": "2016-01-25T08:17:30+00:00"
2015-02-21 10:08:47 +00:00
},
{
"name": "phpspec/prophecy",
2018-08-22 07:43:30 +00:00
"version": "1.8.0",
2015-02-21 10:08:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-08-22 07:43:30 +00:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2015-02-21 10:08:47 +00:00
},
"dist": {
"type": "zip",
2018-08-22 07:43:30 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2015-02-21 10:08:47 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-02-17 15:53:18 +00:00
"php": "^5.3|^7.0",
2017-09-11 15:04:05 +00:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-07-20 11:48:39 +00:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-03-06 11:41:53 +00:00
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2015-02-21 10:08:47 +00:00
},
"require-dev": {
2017-03-06 11:41:53 +00:00
"phpspec/phpspec": "^2.5|^3.2",
2018-08-22 07:43:30 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-02-21 10:08:47 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-22 07:43:30 +00:00
"dev-master": "1.8.x-dev"
2015-02-21 10:08:47 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"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",
2015-02-21 10:08:47 +00:00
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2018-08-22 07:43:30 +00:00
"time": "2018-08-05T17:53:17+00:00"
2015-02-21 10:08:47 +00:00
},
2013-01-10 10:51:02 +00:00
{
"name": "phpunit/php-code-coverage",
2015-10-28 02:44:08 +00:00
"version": "2.2.4",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2013-04-08 16:12:19 +00:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2015-10-28 02:44:08 +00:00
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2015-10-28 02:44:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2014-12-02 19:18:44 +00:00
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
"phpunit/php-token-stream": "~1.3",
2015-08-14 13:55:08 +00:00
"sebastian/environment": "^1.3.2",
2014-12-02 19:18:44 +00:00
"sebastian/version": "~1.0"
2013-01-10 10:51:02 +00:00
},
2013-08-12 00:07:17 +00:00
"require-dev": {
2014-12-02 19:18:44 +00:00
"ext-xdebug": ">=2.1.4",
2015-02-21 10:08:47 +00:00
"phpunit/phpunit": "~4"
2013-08-12 00:07:17 +00:00
},
2013-01-10 10:51:02 +00:00
"suggest": {
"ext-dom": "*",
2014-12-02 19:18:44 +00:00
"ext-xdebug": ">=2.2.1",
"ext-xmlwriter": "*"
2013-01-10 10:51:02 +00:00
},
"type": "library",
2013-08-12 00:07:17 +00:00
"extra": {
"branch-alias": {
2015-08-14 13:55:08 +00:00
"dev-master": "2.2.x-dev"
2013-08-12 00:07:17 +00:00
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
"classmap": [
2014-12-02 19:18:44 +00:00
"src/"
2013-01-10 10:51:02 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.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",
2013-02-11 10:52:50 +00:00
"testing",
2013-01-10 10:51:02 +00:00
"xunit"
2013-04-08 16:12:19 +00:00
],
2016-10-12 14:57:43 +00:00
"time": "2015-10-06T15:47:00+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "phpunit/php-file-iterator",
2017-11-29 14:58:36 +00:00
"version": "1.4.5",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2013-10-16 10:13:34 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2017-11-29 14:58:36 +00:00
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2017-11-29 14:58:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
"classmap": [
"src/"
2013-01-10 10:51:02 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
2013-10-16 10:13:34 +00:00
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2013-01-10 10:51:02 +00:00
"keywords": [
"filesystem",
"iterator"
2013-04-08 16:12:19 +00:00
],
2017-11-29 14:58:36 +00:00
"time": "2017-11-27T13:52:08+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "phpunit/php-text-template",
2015-08-14 13:55:08 +00:00
"version": "1.2.1",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2014-02-13 13:40:42 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2015-08-14 13:55:08 +00:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2015-08-14 13:55:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2015-08-14 13:55:08 +00:00
"src/"
2013-01-10 10:51:02 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2015-08-14 13:55:08 +00:00
"email": "sebastian@phpunit.de",
2013-01-10 10:51:02 +00:00
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
2013-04-08 16:12:19 +00:00
],
2016-10-12 14:57:43 +00:00
"time": "2015-06-21T13:50:34+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "phpunit/php-timer",
2017-03-06 11:41:53 +00:00
"version": "1.0.9",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2013-08-12 00:07:17 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2017-03-06 11:41:53 +00:00
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2017-03-06 11:41:53 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
2017-03-06 11:41:53 +00:00
"php": "^5.3.3 || ^7.0"
2013-01-10 10:51:02 +00:00
},
"require-dev": {
2017-03-06 11:41:53 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
2013-01-10 10:51:02 +00:00
"type": "library",
2017-03-06 11:41:53 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
"classmap": [
2015-08-14 13:55:08 +00:00
"src/"
2013-01-10 10:51:02 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
2013-08-12 00:07:17 +00:00
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2013-01-10 10:51:02 +00:00
"keywords": [
"timer"
2013-04-08 16:12:19 +00:00
],
2017-03-06 11:41:53 +00:00
"time": "2017-02-26T11:10:40+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "phpunit/php-token-stream",
2017-12-18 16:34:34 +00:00
"version": "1.4.12",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2013-08-12 00:07:17 +00:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2017-12-18 16:34:34 +00:00
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2017-12-18 16:34:34 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
2014-12-02 19:18:44 +00:00
"require-dev": {
"phpunit/phpunit": "~4.2"
},
2013-01-10 10:51:02 +00:00
"type": "library",
2013-08-12 00:07:17 +00:00
"extra": {
"branch-alias": {
2015-02-21 10:08:47 +00:00
"dev-master": "1.4-dev"
2013-08-12 00:07:17 +00:00
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
"classmap": [
2014-12-02 19:18:44 +00:00
"src/"
2013-01-10 10:51:02 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2014-12-02 19:18:44 +00:00
"email": "sebastian@phpunit.de"
2013-01-10 10:51:02 +00:00
}
],
"description": "Wrapper around PHP's tokenizer extension.",
2013-08-12 00:07:17 +00:00
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2013-01-10 10:51:02 +00:00
"keywords": [
"tokenizer"
2013-04-08 16:12:19 +00:00
],
2017-12-18 16:34:34 +00:00
"time": "2017-12-04T08:55:13+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "phpunit/phpunit",
2017-08-08 08:24:23 +00:00
"version": "4.8.36",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2013-04-08 16:12:19 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2017-08-08 08:24:23 +00:00
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2017-08-08 08:24:23 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
"reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
2013-02-11 10:52:50 +00:00
"ext-dom": "*",
2014-07-20 17:49:28 +00:00
"ext-json": "*",
2013-02-11 10:52:50 +00:00
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
2013-01-10 10:51:02 +00:00
"php": ">=5.3.3",
2015-08-14 13:55:08 +00:00
"phpspec/prophecy": "^1.3.1",
2015-06-10 16:13:39 +00:00
"phpunit/php-code-coverage": "~2.1",
"phpunit/php-file-iterator": "~1.4",
2014-12-02 19:18:44 +00:00
"phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6",
2014-12-02 19:18:44 +00:00
"phpunit/phpunit-mock-objects": "~2.3",
2016-12-06 22:38:43 +00:00
"sebastian/comparator": "~1.2.2",
"sebastian/diff": "~1.2",
2015-08-14 13:55:08 +00:00
"sebastian/environment": "~1.3",
2015-02-21 10:08:47 +00:00
"sebastian/exporter": "~1.2",
2014-12-13 18:54:01 +00:00
"sebastian/global-state": "~1.0",
2014-12-02 19:18:44 +00:00
"sebastian/version": "~1.0",
"symfony/yaml": "~2.1|~3.0"
2013-04-08 16:12:19 +00:00
},
2013-01-10 10:51:02 +00:00
"suggest": {
2014-07-20 17:49:28 +00:00
"phpunit/php-invoker": "~1.1"
2013-01-10 10:51:02 +00:00
},
"bin": [
2014-12-02 19:18:44 +00:00
"phpunit"
2013-01-10 10:51:02 +00:00
],
"type": "library",
"extra": {
"branch-alias": {
2015-08-14 13:55:08 +00:00
"dev-master": "4.8.x-dev"
2013-01-10 10:51:02 +00:00
}
},
"autoload": {
"classmap": [
2014-12-02 19:18:44 +00:00
"src/"
2013-01-10 10:51:02 +00:00
]
},
"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.",
2014-12-13 18:54:01 +00:00
"homepage": "https://phpunit.de/",
2013-01-10 10:51:02 +00:00
"keywords": [
"phpunit",
2013-02-11 10:52:50 +00:00
"testing",
2013-01-10 10:51:02 +00:00
"xunit"
2013-04-08 16:12:19 +00:00
],
2017-08-08 08:24:23 +00:00
"time": "2017-06-21T08:07:12+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "phpunit/phpunit-mock-objects",
"version": "2.3.8",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2014-12-02 19:18:44 +00:00
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2013-01-10 10:51:02 +00:00
"php": ">=5.3.3",
"phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.4"
2013-01-10 10:51:02 +00:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
2014-12-02 19:18:44 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
"classmap": [
2014-12-02 19:18:44 +00:00
"src/"
2013-01-10 10:51:02 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
2013-04-08 16:12:19 +00:00
],
2016-10-12 14:57:43 +00:00
"time": "2015-10-02T06:51:40+00:00"
2014-12-02 19:18:44 +00:00
},
{
"name": "sebastian/comparator",
2017-03-06 11:41:53 +00:00
"version": "1.2.4",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2017-03-06 11:41:53 +00:00
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2017-03-06 11:41:53 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2015-02-21 10:08:47 +00:00
"sebastian/diff": "~1.2",
2016-12-06 22:38:43 +00:00
"sebastian/exporter": "~1.2 || ~2.0"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
2015-02-21 10:08:47 +00:00
"phpunit/phpunit": "~4.4"
2014-12-02 19:18:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-08-14 13:55:08 +00:00
"dev-master": "1.2.x-dev"
2014-12-02 19:18:44 +00:00
}
},
"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": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
2017-03-06 11:41:53 +00:00
"time": "2017-01-29T09:50:25+00:00"
2014-12-02 19:18:44 +00:00
},
{
"name": "sebastian/diff",
2017-08-08 08:24:23 +00:00
"version": "1.4.3",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2017-08-08 08:24:23 +00:00
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2017-08-08 08:24:23 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
"reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
2017-08-08 08:24:23 +00:00
"php": "^5.3.3 || ^7.0"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
2017-08-08 08:24:23 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2014-12-02 19:18:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-12-16 18:51:41 +00:00
"dev-master": "1.4-dev"
2014-12-02 19:18:44 +00:00
}
},
"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",
2015-12-16 18:51:41 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2014-12-02 19:18:44 +00:00
"keywords": [
"diff"
],
2017-08-08 08:24:23 +00:00
"time": "2017-05-22T07:24:03+00:00"
2014-12-02 19:18:44 +00:00
},
{
"name": "sebastian/environment",
2016-09-05 08:57:50 +00:00
"version": "1.3.8",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2016-09-05 08:57:50 +00:00
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2016-09-05 08:57:50 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
2016-09-05 08:57:50 +00:00
"php": "^5.3.3 || ^7.0"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
2016-09-05 08:57:50 +00:00
"phpunit/phpunit": "^4.8 || ^5.0"
2014-12-02 19:18:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
2014-12-02 19:18:44 +00:00
}
},
"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"
],
2016-10-12 14:57:43 +00:00
"time": "2016-08-18T05:49:44+00:00"
2014-12-02 19:18:44 +00:00
},
{
"name": "sebastian/exporter",
2016-06-27 14:13:21 +00:00
"version": "1.2.2",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2016-06-27 14:13:21 +00:00
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2016-06-27 14:13:21 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
2015-02-21 10:08:47 +00:00
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
2016-06-27 14:13:21 +00:00
"ext-mbstring": "*",
2015-02-21 10:08:47 +00:00
"phpunit/phpunit": "~4.4"
2014-12-02 19:18:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-27 14:13:21 +00:00
"dev-master": "1.3.x-dev"
2014-12-02 19:18:44 +00:00
}
},
"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"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2016-10-12 14:57:43 +00:00
"time": "2016-06-17T09:04:28+00:00"
2014-12-02 19:18:44 +00:00
},
2014-12-13 18:54:01 +00:00
{
"name": "sebastian/global-state",
2015-10-28 02:44:08 +00:00
"version": "1.1.1",
2014-12-13 18:54:01 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2015-10-28 02:44:08 +00:00
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2014-12-13 18:54:01 +00:00
},
"dist": {
"type": "zip",
2015-10-28 02:44:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2014-12-13 18:54:01 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.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"
],
2016-10-12 14:57:43 +00:00
"time": "2015-10-12T03:26:01+00:00"
2014-12-13 18:54:01 +00:00
},
2015-02-21 10:08:47 +00:00
{
"name": "sebastian/recursion-context",
2017-03-08 16:51:11 +00:00
"version": "1.0.5",
2015-02-21 10:08:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2017-03-08 16:51:11 +00:00
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2015-02-21 10:08:47 +00:00
},
"dist": {
"type": "zip",
2017-03-08 16:51:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2015-02-21 10:08:47 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"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": "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",
2017-03-08 16:51:11 +00:00
"time": "2016-10-03T07:41:43+00:00"
2015-02-21 10:08:47 +00:00
},
2014-12-02 19:18:44 +00:00
{
"name": "sebastian/version",
2015-08-14 13:55:08 +00:00
"version": "1.0.6",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2015-08-14 13:55:08 +00:00
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2015-08-14 13:55:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2016-10-12 14:57:43 +00:00
"time": "2015-06-21T13:59:46+00:00"
2013-01-10 10:51:02 +00:00
},
{
"name": "symfony/yaml",
2018-09-10 12:06:28 +00:00
"version": "v2.8.45",
2013-01-10 10:51:02 +00:00
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/yaml.git",
2018-08-22 07:43:30 +00:00
"reference": "fbf876678e29dc634430dcf0096e216eb0004467"
2013-01-10 10:51:02 +00:00
},
"dist": {
"type": "zip",
2018-08-22 07:43:30 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/fbf876678e29dc634430dcf0096e216eb0004467",
"reference": "fbf876678e29dc634430dcf0096e216eb0004467",
2013-01-10 10:51:02 +00:00
"shasum": ""
},
"require": {
2018-07-20 11:48:39 +00:00
"php": ">=5.3.9",
"symfony/polyfill-ctype": "~1.8"
2015-03-24 00:12:43 +00:00
},
2013-01-10 10:51:02 +00:00
"type": "library",
2013-04-08 16:12:19 +00:00
"extra": {
"branch-alias": {
2015-12-16 18:51:41 +00:00
"dev-master": "2.8-dev"
2013-04-08 16:12:19 +00:00
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
2013-04-08 16:12:19 +00:00
"Symfony\\Component\\Yaml\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-01-10 10:51:02 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-01-10 10:51:02 +00:00
}
],
"description": "Symfony Yaml Component",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
2018-08-22 07:43:30 +00:00
"time": "2018-07-26T09:03:18+00:00"
2013-01-10 10:51:02 +00:00
}
],
"aliases": [],
2012-08-15 15:52:50 +00:00
"minimum-stability": "stable",
"stability-flags": [],
2014-07-20 17:49:28 +00:00
"prefer-stable": false,
2015-01-01 20:53:06 +00:00
"prefer-lowest": false,
2013-04-08 16:12:19 +00:00
"platform": {
2015-10-28 04:43:02 +00:00
"php": "^5.3.2 || ^7.0"
2013-04-08 16:12:19 +00:00
},
"platform-dev": [],
"platform-overrides": {
2015-10-28 02:44:08 +00:00
"php": "5.3.9"
}
2012-02-20 11:34:28 +00:00
}