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",
|
2018-04-13 13:25:33 +00:00
|
|
|
"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
|
|
|
],
|
2020-05-20 07:52:49 +00:00
|
|
|
"content-hash": "a5f07d1ae8479fae25dd57b2d966cd22",
|
2012-01-23 09:02:16 +00:00
|
|
|
"packages": [
|
2016-04-11 15:33:40 +00:00
|
|
|
{
|
|
|
|
"name": "composer/ca-bundle",
|
2020-04-08 08:33:15 +00:00
|
|
|
"version": "1.2.7",
|
2016-04-11 15:33:40 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
2020-04-08 08:33:15 +00:00
|
|
|
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
|
2016-04-11 15:33:40 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-04-08 08:33:15 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
|
|
|
|
"reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
|
2016-04-11 15:33:40 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-07-18 23:27:54 +00:00
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-pcre": "*",
|
2019-08-02 18:41:50 +00:00
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
2016-04-11 15:33:40 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-08-02 18:41:50 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
|
2016-09-05 08:57:50 +00:00
|
|
|
"psr/log": "^1.0",
|
2020-01-13 11:06:21 +00:00
|
|
|
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.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"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
|
|
|
"source": "https://github.com/composer/ca-bundle/tree/1.2.7"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://packagist.com",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2020-04-08 08:33:15 +00:00
|
|
|
"time": "2020-04-08T08:27:21+00:00"
|
2016-04-11 15:33:40 +00:00
|
|
|
},
|
2015-09-24 14:28:28 +00:00
|
|
|
{
|
|
|
|
"name": "composer/semver",
|
2020-05-04 12:30:17 +00:00
|
|
|
"version": "dev-master",
|
2015-09-24 14:28:28 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/semver.git",
|
2020-05-19 15:15:08 +00:00
|
|
|
"reference": "594e5242ff1ba3aac2f4b8401d3f1ca1d781fd89"
|
2015-09-24 14:28:28 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-19 15:15:08 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/594e5242ff1ba3aac2f4b8401d3f1ca1d781fd89",
|
|
|
|
"reference": "594e5242ff1ba3aac2f4b8401d3f1ca1d781fd89",
|
2015-09-24 14:28:28 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-05-04 12:30:17 +00:00
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
2015-09-24 14:28:28 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-04-21 12:50:11 +00:00
|
|
|
"phpstan/phpstan": "^0.12.19",
|
|
|
|
"phpunit/phpunit": "^4.5 || ^5.0.5 || ^7"
|
2015-09-24 14:28:28 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-03-11 12:37:39 +00:00
|
|
|
"dev-master": "2.x-dev"
|
2015-09-24 14:28:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2015-09-24 14:28:28 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
|
"keywords": [
|
|
|
|
"semantic",
|
|
|
|
"semver",
|
|
|
|
"validation",
|
|
|
|
"versioning"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/semver/issues",
|
2020-05-04 12:30:17 +00:00
|
|
|
"source": "https://github.com/composer/semver/tree/master"
|
2020-04-21 12:50:11 +00:00
|
|
|
},
|
2020-04-30 13:21:55 +00:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://packagist.com",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
2020-05-19 14:40:45 +00:00
|
|
|
{
|
|
|
|
"url": "https://github.com/composer",
|
|
|
|
"type": "github"
|
|
|
|
},
|
2020-04-30 13:21:55 +00:00
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2020-05-19 15:15:08 +00:00
|
|
|
"time": "2020-05-19T14:49:33+00:00"
|
2015-09-24 14:28:28 +00:00
|
|
|
},
|
2015-07-16 09:42:12 +00:00
|
|
|
{
|
|
|
|
"name": "composer/spdx-licenses",
|
2020-02-14 14:11:21 +00:00
|
|
|
"version": "1.5.3",
|
2015-07-16 09:42:12 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/spdx-licenses.git",
|
2020-02-14 14:11:21 +00:00
|
|
|
"reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
|
2015-07-16 09:42:12 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-14 14:11:21 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
|
|
|
|
"reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
|
2015-07-16 09:42:12 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-04-09 15:46:33 +00:00
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
2015-07-16 09:42:12 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-04-09 15:46:33 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
|
2015-07-16 09:42:12 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-09-12 21:31:24 +00:00
|
|
|
"dev-master": "1.x-dev"
|
2015-07-16 09:42:12 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2015-07-16 09:42:12 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "SPDX licenses list and validation library.",
|
|
|
|
"keywords": [
|
|
|
|
"license",
|
|
|
|
"spdx",
|
|
|
|
"validator"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/spdx-licenses/issues",
|
|
|
|
"source": "https://github.com/composer/spdx-licenses/tree/1.5.3"
|
|
|
|
},
|
2020-02-14 14:11:21 +00:00
|
|
|
"time": "2020-02-14T07:44:31+00:00"
|
2015-07-16 09:42:12 +00:00
|
|
|
},
|
2017-11-23 15:52:48 +00:00
|
|
|
{
|
|
|
|
"name": "composer/xdebug-handler",
|
2020-03-01 12:56:24 +00:00
|
|
|
"version": "1.4.1",
|
2017-11-23 15:52:48 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
2020-03-01 12:56:24 +00:00
|
|
|
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
|
2017-11-23 15:52:48 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-03-01 12:56:24 +00:00
|
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
|
|
|
|
"reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
|
2017-11-23 15:52:48 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-11-23 11:27:41 +00:00
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0",
|
2017-11-23 15:52:48 +00:00
|
|
|
"psr/log": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-11-23 11:27:41 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
|
2017-11-23 15:52:48 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2019-11-23 11:27:41 +00:00
|
|
|
"description": "Restarts a process without Xdebug.",
|
2017-11-23 15:52:48 +00:00
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"performance"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
|
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
|
|
|
"source": "https://github.com/composer/xdebug-handler/tree/master"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://packagist.com",
|
|
|
|
"type": "custom"
|
|
|
|
}
|
|
|
|
],
|
2020-03-01 12:56:24 +00:00
|
|
|
"time": "2020-03-01T12:26:26+00:00"
|
2017-11-23 15:52:48 +00:00
|
|
|
},
|
2012-03-05 19:09:34 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "justinrainbow/json-schema",
|
2019-11-01 16:20:09 +00:00
|
|
|
"version": "5.2.9",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2014-02-19 01:05:05 +00:00
|
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
2019-11-01 16:20:09 +00:00
|
|
|
"reference": "44c6787311242a979fa15c704327c20e7221a0e4"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-11-01 16:20:09 +00:00
|
|
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
|
|
|
|
"reference": "44c6787311242a979fa15c704327c20e7221a0e4",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-05-26 16:02:51 +00:00
|
|
|
"php": ">=5.3.3"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
2014-02-19 01:05:05 +00:00
|
|
|
"require-dev": {
|
2019-11-01 16:20:09 +00:00
|
|
|
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
|
2016-05-26 16:02:51 +00:00
|
|
|
"json-schema/json-schema-test-suite": "1.2.0",
|
2018-04-12 13:54:55 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35"
|
2014-02-19 01:05:05 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/validate-json"
|
|
|
|
],
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
2014-02-19 01:05:05 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-03-06 11:47:05 +00:00
|
|
|
"dev-master": "5.0.x-dev"
|
2014-02-19 01:05:05 +00:00
|
|
|
}
|
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"autoload": {
|
2015-09-12 21:31:24 +00:00
|
|
|
"psr-4": {
|
|
|
|
"JsonSchema\\": "src/JsonSchema/"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
2013-04-08 16:12:19 +00:00
|
|
|
},
|
2014-02-19 01:05:05 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2016-05-26 16:02:51 +00:00
|
|
|
"MIT"
|
2014-02-19 01:05:05 +00:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
},
|
2014-02-19 01:05:05 +00:00
|
|
|
{
|
|
|
|
"name": "Robert Schönthal",
|
2014-09-24 18:19:25 +00:00
|
|
|
"email": "seroscho@googlemail.com"
|
2014-02-19 01:05:05 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A library to validate a json schema.",
|
|
|
|
"homepage": "https://github.com/justinrainbow/json-schema",
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"schema"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/justinrainbow/json-schema/issues",
|
|
|
|
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.9"
|
|
|
|
},
|
2019-11-01 16:20:09 +00:00
|
|
|
"time": "2019-09-25T14:49:45+00:00"
|
2012-03-05 19:09:34 +00:00
|
|
|
},
|
2016-04-11 15:33:40 +00:00
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2020-04-07 11:38:56 +00:00
|
|
|
"version": "1.1.3",
|
2016-04-11 15:33:40 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2020-04-07 11:38:56 +00:00
|
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
2016-04-11 15:33:40 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-04-07 11:38:56 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
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": {
|
2019-11-01 16:20:09 +00:00
|
|
|
"dev-master": "1.1.x-dev"
|
2016-10-12 14:57:43 +00:00
|
|
|
}
|
|
|
|
},
|
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"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/log/tree/1.1.3"
|
|
|
|
},
|
2020-04-07 11:38:56 +00:00
|
|
|
"time": "2020-03-23T09:12:05+00:00"
|
2016-04-11 15:33:40 +00:00
|
|
|
},
|
2018-09-12 16:58:54 +00:00
|
|
|
{
|
|
|
|
"name": "react/promise",
|
|
|
|
"version": "v1.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
|
|
"reference": "eefff597e67ff66b719f8171480add3c91474a1e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/eefff597e67ff66b719f8171480add3c91474a1e",
|
|
|
|
"reference": "eefff597e67ff66b719f8171480add3c91474a1e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"React\\Promise": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/React/Promise/functions_include.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2020-04-30 13:21:55 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jan Sorgalla",
|
|
|
|
"email": "jsorgalla@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2018-09-12 16:58:54 +00:00
|
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
2020-04-30 13:21:55 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/reactphp/promise/issues",
|
|
|
|
"source": "https://github.com/reactphp/promise/tree/1.0"
|
|
|
|
},
|
2018-09-12 16:58:54 +00:00
|
|
|
"time": "2016-03-07T13:46:50+00:00"
|
|
|
|
},
|
2015-05-01 14:46:34 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "seld/jsonlint",
|
2020-05-04 12:30:17 +00:00
|
|
|
"version": "1.8.0",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2013-11-22 15:15:18 +00:00
|
|
|
"url": "https://github.com/Seldaek/jsonlint.git",
|
2020-05-04 12:30:17 +00:00
|
|
|
"reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-04 12:30:17 +00:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
|
|
|
|
"reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-05-04 12:30:17 +00:00
|
|
|
"php": "^5.3 || ^7.0 || ^8.0"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
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
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"bin": [
|
|
|
|
"bin/jsonlint"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2014-07-20 17:49:28 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
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
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Seldaek/jsonlint/issues",
|
2020-05-04 12:30:17 +00:00
|
|
|
"source": "https://github.com/Seldaek/jsonlint/tree/master"
|
2020-04-21 12:50:11 +00:00
|
|
|
},
|
2020-05-04 12:30:17 +00:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Seldaek",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-04-30T19:05:18+00:00"
|
2012-03-05 19:09:34 +00:00
|
|
|
},
|
2015-05-01 12:44:24 +00:00
|
|
|
{
|
|
|
|
"name": "seld/phar-utils",
|
2020-02-14 15:36:11 +00:00
|
|
|
"version": "1.1.0",
|
2015-05-01 12:44:24 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Seldaek/phar-utils.git",
|
2020-02-14 15:36:11 +00:00
|
|
|
"reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
|
2015-05-01 12:44:24 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-14 15:36:11 +00:00
|
|
|
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
|
|
|
|
"reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
|
2015-05-01 12:44:24 +00:00
|
|
|
"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": [
|
2020-02-14 15:36:11 +00:00
|
|
|
"phar"
|
2015-05-01 12:44:24 +00:00
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Seldaek/phar-utils/issues",
|
|
|
|
"source": "https://github.com/Seldaek/phar-utils/tree/1.1.0"
|
|
|
|
},
|
2020-02-14 15:36:11 +00:00
|
|
|
"time": "2020-02-14T15:25:33+00:00"
|
2015-05-01 12:44:24 +00:00
|
|
|
},
|
2012-05-12 07:44:22 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/console",
|
2019-11-23 11:27:41 +00:00
|
|
|
"version": "v2.8.52",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-28 02:44:08 +00:00
|
|
|
"url": "https://github.com/symfony/console.git",
|
2018-11-27 11:22:32 +00:00
|
|
|
"reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-27 11:22:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
|
|
|
|
"reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
|
2012-09-14 14:43:56 +00:00
|
|
|
"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"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
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
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-12-16 18:51:41 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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/"
|
|
|
|
]
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-09-14 14:43:56 +00:00
|
|
|
"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"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Console Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/console/tree/v2.8.52"
|
|
|
|
},
|
2018-11-27 11:22:32 +00:00
|
|
|
"time": "2018-11-20T15:55:20+00:00"
|
2016-10-12 14:57:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/debug",
|
2020-01-13 11:06:21 +00:00
|
|
|
"version": "v2.8.52",
|
2016-10-12 14:57:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/debug.git",
|
2018-11-27 11:22:32 +00:00
|
|
|
"reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
|
2016-10-12 14:57:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-27 11:22:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
|
|
|
|
"reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
|
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",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/debug/tree/v2.8.50"
|
|
|
|
},
|
2018-11-27 11:22:32 +00:00
|
|
|
"time": "2018-11-11T11:18:13+00:00"
|
2012-05-12 07:44:22 +00:00
|
|
|
},
|
2015-08-18 13:40:48 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2019-11-23 11:27:41 +00:00
|
|
|
"version": "v2.8.52",
|
2015-08-18 13:40:48 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-28 02:44:08 +00:00
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2018-11-27 11:22:32 +00:00
|
|
|
"reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
|
2015-08-18 13:40:48 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-27 11:22:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
|
|
|
|
"reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
|
2015-08-18 13:40:48 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-07-20 11:48:39 +00:00
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
2015-08-18 13:40:48 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-12-16 18:51:41 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2015-08-18 13:40:48 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-28 02:44:08 +00:00
|
|
|
"psr-4": {
|
2015-08-18 13:40:48 +00:00
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
2015-12-16 18:51:41 +00:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-08-18 13:40:48 +00:00
|
|
|
},
|
|
|
|
"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",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v2.8.52"
|
|
|
|
},
|
2018-11-27 11:22:32 +00:00
|
|
|
"time": "2018-11-11T11:18:13+00:00"
|
2015-08-18 13:40:48 +00:00
|
|
|
},
|
2012-05-12 07:44:22 +00:00
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/finder",
|
2019-11-23 11:27:41 +00:00
|
|
|
"version": "v2.8.52",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-28 02:44:08 +00:00
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2018-11-27 11:22:32 +00:00
|
|
|
"reference": "1444eac52273e345d9b95129bf914639305a9ba4"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-27 11:22:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
|
|
|
|
"reference": "1444eac52273e345d9b95129bf914639305a9ba4",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-28 02:44:08 +00:00
|
|
|
"php": ">=5.3.9"
|
2015-03-24 00:12:43 +00:00
|
|
|
},
|
2012-09-14 14:43:56 +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
|
|
|
}
|
|
|
|
},
|
2012-09-14 14:43:56 +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/"
|
|
|
|
]
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-09-14 14:43:56 +00:00
|
|
|
"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"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Finder Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/finder/tree/v2.8.50"
|
|
|
|
},
|
2018-11-27 11:22:32 +00:00
|
|
|
"time": "2018-11-11T11:18:13+00:00"
|
2018-07-20 11:48:39 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2020-05-19 14:40:45 +00:00
|
|
|
"version": "v1.17.0",
|
2018-07-20 11:48:39 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2020-05-19 14:40:45 +00:00
|
|
|
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
|
2018-07-20 11:48:39 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-19 14:40:45 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
|
|
|
|
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
|
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": {
|
2020-05-19 14:40:45 +00:00
|
|
|
"dev-master": "1.17-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"
|
|
|
|
],
|
2020-03-11 12:37:39 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2018-07-20 11:48:39 +00:00
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
2020-05-19 14:40:45 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.17.0"
|
2020-04-21 12:50:11 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2020-05-19 14:40:45 +00:00
|
|
|
"time": "2020-05-12T16:14:59+00:00"
|
2015-12-16 18:51:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2020-05-19 14:40:45 +00:00
|
|
|
"version": "v1.17.0",
|
2015-12-16 18:51:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2020-05-19 14:40:45 +00:00
|
|
|
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
|
2015-12-16 18:51:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-19 14:40:45 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
|
|
|
|
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
|
2015-12-16 18:51:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
2016-01-09 16:52:06 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
2015-12-16 18:51:41 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-05-19 14:40:45 +00:00
|
|
|
"dev-master": "1.17-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"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
2020-05-19 14:40:45 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.17.0"
|
2020-04-21 12:50:11 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2020-05-19 14:40:45 +00:00
|
|
|
"time": "2020-05-12T16:47:27+00:00"
|
2012-01-23 09:02:16 +00:00
|
|
|
},
|
|
|
|
{
|
2012-09-14 14:43:56 +00:00
|
|
|
"name": "symfony/process",
|
2019-11-23 11:27:41 +00:00
|
|
|
"version": "v2.8.52",
|
2012-09-14 14:43:56 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-28 02:44:08 +00:00
|
|
|
"url": "https://github.com/symfony/process.git",
|
2018-11-27 11:22:32 +00:00
|
|
|
"reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-11-27 11:22:32 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
|
|
|
|
"reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
|
2012-09-14 14:43:56 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-10-28 02:44:08 +00:00
|
|
|
"php": ">=5.3.9"
|
2015-03-24 00:12:43 +00:00
|
|
|
},
|
2012-09-14 14:43:56 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2015-12-16 18:51:41 +00:00
|
|
|
"dev-master": "2.8-dev"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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/"
|
|
|
|
]
|
2012-09-14 14:43:56 +00:00
|
|
|
},
|
2013-01-10 11:04:16 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2012-09-14 14:43:56 +00:00
|
|
|
"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"
|
2012-09-14 14:43:56 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Process Component",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/process/tree/v2.8.50"
|
|
|
|
},
|
2018-11-27 11:22:32 +00:00
|
|
|
"time": "2018-11-11T11:18:13+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"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
|
|
"source": "https://github.com/doctrine/instantiator/tree/master"
|
|
|
|
},
|
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"
|
|
|
|
],
|
2020-03-11 12:37:39 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Mike van Riel",
|
|
|
|
"email": "mike.vanriel@naenius.com"
|
|
|
|
}
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
|
|
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x"
|
|
|
|
},
|
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",
|
2020-03-10 12:56:10 +00:00
|
|
|
"version": "v1.10.3",
|
2015-02-21 10:08:47 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
2020-03-10 12:56:10 +00:00
|
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-03-10 12:56:10 +00:00
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
|
|
|
|
"reference": "451c3cd1418cf640de218914901e51b064abb093",
|
2015-02-21 10:08:47 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-04-29 21:47:00 +00:00
|
|
|
"doctrine/instantiator": "^1.0.2",
|
2016-02-17 15:53:18 +00:00
|
|
|
"php": "^5.3|^7.0",
|
2019-10-06 20:13:14 +00:00
|
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
|
2020-02-07 03:18:45 +00:00
|
|
|
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
|
|
|
|
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-02-07 03:18:45 +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": {
|
2020-02-07 03:18:45 +00:00
|
|
|
"dev-master": "1.10.x-dev"
|
2015-02-21 10:08:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2019-08-02 18:41:50 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Prophecy\\": "src/Prophecy"
|
2015-02-21 10:08:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2013-01-10 10:51:02 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
2015-02-21 10:08:47 +00:00
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
{
|
2015-02-21 10:08:47 +00:00
|
|
|
"name": "Marcello Duarte",
|
|
|
|
"email": "marcello.duarte@gmail.com"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
],
|
2015-02-21 10:08:47 +00:00
|
|
|
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
2015-04-29 21:47:00 +00:00
|
|
|
"homepage": "https://github.com/phpspec/prophecy",
|
2013-01-10 10:51:02 +00:00
|
|
|
"keywords": [
|
2015-02-21 10:08:47 +00:00
|
|
|
"Double",
|
|
|
|
"Dummy",
|
|
|
|
"fake",
|
|
|
|
"mock",
|
|
|
|
"spy",
|
|
|
|
"stub"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phpspec/prophecy/issues",
|
|
|
|
"source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
|
|
|
|
},
|
2020-03-10 12:56:10 +00:00
|
|
|
"time": "2020-03-05T15:02:03+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"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
|
|
|
|
},
|
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"
|
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/1.4"
|
|
|
|
},
|
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/exporter",
|
2020-02-07 03:18:45 +00:00
|
|
|
"version": "2.0.0",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2020-02-07 03:18:45 +00:00
|
|
|
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-07 03:18:45 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
|
|
|
"reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2015-02-21 10:08:47 +00:00
|
|
|
"php": ">=5.3.3",
|
2020-02-07 03:18:45 +00:00
|
|
|
"sebastian/recursion-context": "~2.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": {
|
2020-02-07 03:18:45 +00:00
|
|
|
"dev-master": "2.0.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"
|
2014-12-13 18:54:01 +00:00
|
|
|
],
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
|
|
|
|
},
|
2020-02-07 03:18:45 +00:00
|
|
|
"time": "2016-11-19T08:54:04+00:00"
|
2014-12-13 18:54:01 +00:00
|
|
|
},
|
2015-02-21 10:08:47 +00:00
|
|
|
{
|
|
|
|
"name": "sebastian/recursion-context",
|
2020-02-07 03:18:45 +00:00
|
|
|
"version": "2.0.0",
|
2015-02-21 10:08:47 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2020-02-07 03:18:45 +00:00
|
|
|
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-02-07 03:18:45 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
|
|
|
"reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
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": {
|
2020-02-07 03:18:45 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2015-02-21 10:08:47 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
|
|
|
|
},
|
2020-02-07 03:18:45 +00:00
|
|
|
"time": "2016-11-19T07:33:16+00:00"
|
2015-02-21 10:08:47 +00:00
|
|
|
},
|
2014-12-02 19:18:44 +00:00
|
|
|
{
|
2020-02-07 03:18:45 +00:00
|
|
|
"name": "symfony/phpunit-bridge",
|
2020-05-20 07:52:49 +00:00
|
|
|
"version": "v4.2.12",
|
2014-12-02 19:18:44 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-02-07 03:18:45 +00:00
|
|
|
"url": "https://github.com/symfony/phpunit-bridge.git",
|
2020-05-20 07:52:49 +00:00
|
|
|
"reference": "80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7"
|
2014-12-02 19:18:44 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-20 07:52:49 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7",
|
|
|
|
"reference": "80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7",
|
2014-12-02 19:18:44 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2020-02-07 03:18:45 +00:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
2020-02-07 03:18:45 +00:00
|
|
|
"conflict": {
|
2020-05-20 07:52:49 +00:00
|
|
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
|
2013-01-10 10:51:02 +00:00
|
|
|
},
|
2020-02-07 03:18:45 +00:00
|
|
|
"suggest": {
|
|
|
|
"symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
|
2015-03-24 00:12:43 +00:00
|
|
|
},
|
2020-02-07 03:18:45 +00:00
|
|
|
"bin": [
|
|
|
|
"bin/simple-phpunit"
|
|
|
|
],
|
|
|
|
"type": "symfony-bridge",
|
2013-04-08 16:12:19 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-05-20 07:52:49 +00:00
|
|
|
"dev-master": "4.2-dev"
|
2020-02-07 03:18:45 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "phpunit/phpunit",
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit"
|
2013-04-08 16:12:19 +00:00
|
|
|
}
|
|
|
|
},
|
2013-01-10 10:51:02 +00:00
|
|
|
"autoload": {
|
2020-02-07 03:18:45 +00:00
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2015-10-28 02:44:08 +00:00
|
|
|
"psr-4": {
|
2020-02-07 03:18:45 +00:00
|
|
|
"Symfony\\Bridge\\PhpUnit\\": ""
|
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
|
|
|
{
|
2020-02-07 03:18:45 +00:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.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
|
|
|
}
|
|
|
|
],
|
2020-02-07 03:18:45 +00:00
|
|
|
"description": "Symfony PHPUnit Bridge",
|
2015-06-10 16:13:39 +00:00
|
|
|
"homepage": "https://symfony.com",
|
2020-04-21 12:50:11 +00:00
|
|
|
"support": {
|
2020-05-20 07:52:49 +00:00
|
|
|
"source": "https://github.com/symfony/phpunit-bridge/tree/4.2"
|
2020-04-21 12:50:11 +00:00
|
|
|
},
|
2020-05-20 07:52:49 +00:00
|
|
|
"time": "2019-07-05T06:33:37+00:00"
|
2013-01-10 10:51:02 +00:00
|
|
|
}
|
|
|
|
],
|
2014-09-30 09:02:20 +00:00
|
|
|
"aliases": [],
|
2012-08-15 15:52:50 +00:00
|
|
|
"minimum-stability": "stable",
|
2020-05-04 12:30:17 +00:00
|
|
|
"stability-flags": {
|
|
|
|
"composer/semver": 20
|
|
|
|
},
|
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
|
|
|
},
|
2015-04-29 21:47:00 +00:00
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
2015-10-28 02:44:08 +00:00
|
|
|
"php": "5.3.9"
|
2020-04-21 12:50:11 +00:00
|
|
|
},
|
|
|
|
"plugin-api-version": "2.0.0"
|
2012-02-20 11:34:28 +00:00
|
|
|
}
|