2015-02-20 15:20:29 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-12-06 09:55:19 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-02-20 15:20:29 +03:00
"This file is @generated automatically"
],
2020-04-25 23:00:08 +03:00
"content-hash": "5410f03d0e76bf531de155d3ba941582",
2015-02-20 15:20:29 +03:00
"packages": [
2017-03-16 11:07:45 +07:00
{
2017-03-19 23:49:15 +07:00
"name": "pimple/pimple",
2020-04-25 23:00:08 +03:00
"version": "v3.3.0",
2017-03-16 11:07:45 +07:00
"source": {
"type": "git",
2017-03-19 23:49:15 +07:00
"url": "https://github.com/silexphp/Pimple.git",
2020-04-25 23:00:08 +03:00
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
2017-03-16 11:07:45 +07:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
2017-03-16 11:07:45 +07:00
"shasum": ""
},
"require": {
2020-04-25 23:00:08 +03:00
"php": "^7.2.5",
2017-12-18 18:15:52 +07:00
"psr/container": "^1.0"
},
"require-dev": {
2020-04-25 23:00:08 +03:00
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
2017-03-16 11:07:45 +07:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "3.3.x-dev"
2017-03-16 11:07:45 +07:00
}
},
"autoload": {
2017-03-19 23:49:15 +07:00
"psr-0": {
"Pimple": "src/"
}
2017-03-16 11:07:45 +07:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-03-19 23:49:15 +07:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-03-16 11:07:45 +07:00
}
],
2017-03-19 23:49:15 +07:00
"description": "Pimple, a simple Dependency Injection Container",
2020-04-25 23:00:08 +03:00
"homepage": "https://pimple.symfony.com",
2017-03-16 11:07:45 +07:00
"keywords": [
2017-03-19 23:49:15 +07:00
"container",
"dependency injection"
2017-03-16 11:07:45 +07:00
],
2020-04-25 23:00:08 +03:00
"time": "2020-03-03T09:12:48+00:00"
2017-12-18 18:15:52 +07:00
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
2017-03-16 11:07:45 +07:00
},
2015-02-20 15:20:29 +03:00
{
"name": "symfony/console",
2020-04-25 23:00:08 +03:00
"version": "v5.0.8",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
2016-01-11 13:41:05 +07:00
"url": "https://github.com/symfony/console.git",
2020-04-25 23:00:08 +03:00
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1|^2"
2015-02-20 15:20:29 +03:00
},
2017-06-23 10:32:07 +07:00
"conflict": {
2019-12-15 21:11:39 +07:00
"symfony/dependency-injection": "<4.4",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
2017-06-23 10:32:07 +07:00
},
2019-12-14 17:38:03 +07:00
"provide": {
"psr/log-implementation": "1.0"
},
2015-02-20 15:20:29 +03:00
"require-dev": {
"psr/log": "~1.0",
2019-12-15 21:11:39 +07:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2015-02-20 15:20:29 +03:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
2017-12-22 13:50:49 +07:00
"symfony/lock": "",
2015-02-20 15:20:29 +03:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "5.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2015-02-20 15:20:29 +03:00
"Symfony\\Component\\Console\\": ""
2016-01-11 13:41:05 +07:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-02-20 15:20:29 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-11 23:05:41 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-20 15:20:29 +03:00
}
],
"description": "Symfony Console Component",
2015-05-11 23:05:41 +07:00
"homepage": "https://symfony.com",
2020-04-25 23:00:08 +03: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"
}
],
"time": "2020-03-30T11:42:42+00:00"
2015-02-20 15:20:29 +03:00
},
{
2019-12-15 21:11:39 +07:00
"name": "symfony/polyfill-ctype",
2020-04-25 23:00:08 +03:00
"version": "v1.16.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
2019-12-15 21:11:39 +07:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-04-25 23:00:08 +03:00
"reference": "1aab00e39cebaef4d8652497f46c15c1b7e45294"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1aab00e39cebaef4d8652497f46c15c1b7e45294",
"reference": "1aab00e39cebaef4d8652497f46c15c1b7e45294",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": ">=5.3.3"
2015-02-20 15:20:29 +03:00
},
2019-12-15 21:11:39 +07:00
"suggest": {
"ext-ctype": "For best performance"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "1.16-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2019-12-15 21:11:39 +07:00
"Symfony\\Polyfill\\Ctype\\": ""
2016-01-11 13:41:05 +07:00
},
2019-12-15 21:11:39 +07:00
"files": [
"bootstrap.php"
2016-01-11 13:41:05 +07:00
]
2015-02-20 15:20:29 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-15 21:11:39 +07:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2015-05-11 23:05:41 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-20 15:20:29 +03:00
}
],
2019-12-15 21:11:39 +07:00
"description": "Symfony polyfill for ctype functions",
2015-05-11 23:05:41 +07:00
"homepage": "https://symfony.com",
2019-12-15 21:11:39 +07:00
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-04-25 23:00:08 +03: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"
}
],
"time": "2020-05-08T16:50:20+00:00"
2019-12-14 17:38:03 +07:00
},
{
2019-12-15 21:11:39 +07:00
"name": "symfony/polyfill-mbstring",
2020-04-25 23:00:08 +03:00
"version": "v1.16.0",
2019-12-14 17:38:03 +07:00
"source": {
"type": "git",
2019-12-15 21:11:39 +07:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-04-25 23:00:08 +03:00
"reference": "a54881ec0ab3b2005c406aed0023c062879031e7"
2019-12-14 17:38:03 +07:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a54881ec0ab3b2005c406aed0023c062879031e7",
"reference": "a54881ec0ab3b2005c406aed0023c062879031e7",
2019-12-14 17:38:03 +07:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
2019-12-15 21:11:39 +07:00
"ext-mbstring": "For best performance"
2019-12-14 17:38:03 +07:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "1.16-dev"
2019-12-14 17:38:03 +07:00
}
},
"autoload": {
"psr-4": {
2019-12-15 21:11:39 +07:00
"Symfony\\Polyfill\\Mbstring\\": ""
2019-12-14 17:38:03 +07:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-15 21:11:39 +07:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-12-14 17:38:03 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-12-15 21:11:39 +07:00
"description": "Symfony polyfill for the Mbstring extension",
2019-12-14 17:38:03 +07:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2019-12-15 21:11:39 +07:00
"mbstring",
2019-12-14 17:38:03 +07:00
"polyfill",
2019-12-15 21:11:39 +07:00
"portable",
"shim"
2019-12-14 17:38:03 +07:00
],
2020-04-25 23:00:08 +03: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"
}
],
"time": "2020-05-08T16:50:20+00:00"
2016-01-11 13:41:05 +07:00
},
{
2019-12-15 21:11:39 +07:00
"name": "symfony/polyfill-php73",
2020-04-25 23:00:08 +03:00
"version": "v1.16.0",
2016-01-11 13:41:05 +07:00
"source": {
"type": "git",
2019-12-15 21:11:39 +07:00
"url": "https://github.com/symfony/polyfill-php73.git",
2020-04-25 23:00:08 +03:00
"reference": "7e95fe59d12169fcf4041487e4bf34fca37ee0ed"
2016-01-11 13:41:05 +07:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/7e95fe59d12169fcf4041487e4bf34fca37ee0ed",
"reference": "7e95fe59d12169fcf4041487e4bf34fca37ee0ed",
2016-01-11 13:41:05 +07:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "1.16-dev"
2016-01-11 13:41:05 +07:00
}
},
"autoload": {
"psr-4": {
2019-12-15 21:11:39 +07:00
"Symfony\\Polyfill\\Php73\\": ""
2016-01-11 13:41:05 +07:00
},
"files": [
"bootstrap.php"
2019-12-15 21:11:39 +07:00
],
"classmap": [
"Resources/stubs"
2016-01-11 13:41:05 +07:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-12-15 21:11:39 +07:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2016-01-11 13:41:05 +07:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-04-25 23:00:08 +03: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"
}
],
"time": "2020-05-02T14:56:09+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "symfony/process",
2020-04-25 23:00:08 +03:00
"version": "v5.0.8",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
2016-01-11 13:41:05 +07:00
"url": "https://github.com/symfony/process.git",
2020-04-25 23:00:08 +03:00
"reference": "3179f68dff5bad14d38c4114a1dab98030801fd7"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/symfony/process/zipball/3179f68dff5bad14d38c4114a1dab98030801fd7",
"reference": "3179f68dff5bad14d38c4114a1dab98030801fd7",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.2.5"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "5.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2015-02-20 15:20:29 +03:00
"Symfony\\Component\\Process\\": ""
2016-01-11 13:41:05 +07:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-02-20 15:20:29 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-05-11 23:05:41 +07:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-02-20 15:20:29 +03:00
},
2015-05-11 23:05:41 +07:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2020-04-25 23:00:08 +03: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"
}
],
"time": "2020-04-15T15:59:10+00:00"
2019-12-15 21:11:39 +07:00
},
{
"name": "symfony/service-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-11-18T17:27:11+00:00"
2015-05-11 23:05:41 +07:00
},
{
"name": "symfony/yaml",
2020-04-25 23:00:08 +03:00
"version": "v5.0.8",
2015-05-11 23:05:41 +07:00
"source": {
"type": "git",
2016-01-11 13:41:05 +07:00
"url": "https://github.com/symfony/yaml.git",
2020-04-25 23:00:08 +03:00
"reference": "482fb4e710e5af3e0e78015f19aa716ad953392f"
2015-05-11 23:05:41 +07:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/482fb4e710e5af3e0e78015f19aa716ad953392f",
"reference": "482fb4e710e5af3e0e78015f19aa716ad953392f",
2015-05-11 23:05:41 +07:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.2.5",
2019-12-14 17:38:03 +07:00
"symfony/polyfill-ctype": "~1.8"
2017-12-22 13:50:49 +07:00
},
"conflict": {
2019-12-15 21:11:39 +07:00
"symfony/console": "<4.4"
2015-05-11 23:05:41 +07:00
},
2017-01-27 11:06:12 +07:00
"require-dev": {
2019-12-15 21:11:39 +07:00
"symfony/console": "^4.4|^5.0"
2017-01-27 11:06:12 +07:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2015-05-11 23:05:41 +07:00
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "5.0-dev"
2015-05-11 23:05:41 +07:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2015-05-11 23:05:41 +07:00
"Symfony\\Component\\Yaml\\": ""
2016-01-11 13:41:05 +07:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-05-11 23:05:41 +07:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-02-20 15:20:29 +03:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-11 23:05:41 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-20 15:20:29 +03:00
}
],
2015-05-11 23:05:41 +07:00
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2020-04-25 23:00:08 +03: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"
}
],
"time": "2020-04-28T17:58:55+00:00"
2015-02-20 15:20:29 +03:00
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2019-12-15 21:11:39 +07:00
"version": "1.3.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2019-12-15 21:11:39 +07:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"doctrine/coding-standard": "^6.0",
2015-02-20 15:20:29 +03:00
"ext-pdo": "*",
"ext-phar": "*",
2019-12-15 21:11:39 +07:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "1.2.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-24 08:34:09 +02:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2015-02-20 15:20:29 +03: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",
2019-12-15 21:11:39 +07:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2015-02-20 15:20:29 +03:00
"keywords": [
"constructor",
"instantiate"
],
2019-12-15 21:11:39 +07:00
"time": "2019-10-21T16:45:58+00:00"
2015-02-20 15:20:29 +03:00
},
2016-08-04 23:41:51 +03:00
{
"name": "myclabs/deep-copy",
2020-04-25 23:00:08 +03:00
"version": "1.9.5",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-04-25 23:00:08 +03:00
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2016-08-04 23:41:51 +03:00
},
"require-dev": {
2017-12-18 18:15:52 +07:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.1"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-12-18 18:15:52 +07:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2016-08-04 23:41:51 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-04-25 23:00:08 +03:00
"time": "2020-01-17T21:11:47+00:00"
2017-06-23 10:32:07 +07:00
},
{
"name": "phar-io/manifest",
2019-12-15 21:11:39 +07:00
"version": "1.0.3",
2017-06-23 10:32:07 +07:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2019-12-15 21:11:39 +07:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-06-23 10:32:07 +07:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-06-23 10:32:07 +07:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-12-15 21:11:39 +07:00
"phar-io/version": "^2.0",
2017-06-23 10:32:07 +07:00
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2019-12-15 21:11:39 +07:00
"time": "2018-07-08T19:23:20+00:00"
2017-06-23 10:32:07 +07:00
},
{
"name": "phar-io/version",
2019-12-15 21:11:39 +07:00
"version": "2.0.1",
2017-06-23 10:32:07 +07:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2019-12-15 21:11:39 +07:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-06-23 10:32:07 +07:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-06-23 10:32:07 +07:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2019-12-15 21:11:39 +07:00
"time": "2018-07-08T19:19:57+00:00"
2016-08-04 23:41:51 +03:00
},
2016-08-04 22:16:57 +03:00
{
"name": "phpdocumentor/reflection-common",
2020-04-25 23:00:08 +03:00
"version": "2.1.0",
2016-08-04 22:16:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-04-25 23:00:08 +03:00
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
2016-08-04 22:16:57 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
2016-08-04 22:16:57 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": ">=7.1"
2016-08-04 22:16:57 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.x-dev"
2016-08-04 22:16:57 +03:00
}
},
"autoload": {
"psr-4": {
2019-12-15 21:11:39 +07:00
"phpDocumentor\\Reflection\\": "src/"
2016-08-04 22:16:57 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2020-04-25 23:00:08 +03:00
"time": "2020-04-27T09:25:28+00:00"
2016-08-04 22:16:57 +03:00
},
2015-02-20 15:20:29 +03:00
{
"name": "phpdocumentor/reflection-docblock",
2020-04-25 23:00:08 +03:00
"version": "5.1.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-04-25 23:00:08 +03:00
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2020-04-25 23:00:08 +03:00
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2020-04-25 23:00:08 +03:00
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
2015-02-20 15:20:29 +03:00
},
2016-08-04 22:16:57 +03:00
"type": "library",
2017-12-18 18:15:52 +07:00
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "5.x-dev"
2017-12-18 18:15:52 +07:00
}
},
2016-08-04 22:16:57 +03:00
"autoload": {
"psr-4": {
2020-04-25 23:00:08 +03:00
"phpDocumentor\\Reflection\\": "src"
2016-08-04 22:16:57 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-04-25 23:00:08 +03:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2016-08-04 22:16:57 +03:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-04-25 23:00:08 +03:00
"time": "2020-02-22T12:28:44+00:00"
2016-08-04 22:16:57 +03:00
},
{
"name": "phpdocumentor/type-resolver",
2020-04-25 23:00:08 +03:00
"version": "1.1.0",
2016-08-04 22:16:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-04-25 23:00:08 +03:00
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
2016-08-04 22:16:57 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
2016-08-04 22:16:57 +03:00
"shasum": ""
},
"require": {
2020-04-25 23:00:08 +03:00
"php": "^7.2",
2019-12-15 21:11:39 +07:00
"phpdocumentor/reflection-common": "^2.0"
2016-08-04 22:16:57 +03:00
},
"require-dev": {
2020-04-25 23:00:08 +03:00
"ext-tokenizer": "^7.2",
"mockery/mockery": "~1"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "1.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2016-08-04 22:16:57 +03:00
"psr-4": {
2019-12-14 17:38:03 +07:00
"phpDocumentor\\Reflection\\": "src"
2015-02-20 15:20:29 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
2016-08-04 22:16:57 +03:00
"email": "me@mikevanriel.com"
2015-02-20 15:20:29 +03:00
}
],
2019-12-15 21:11:39 +07:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-04-25 23:00:08 +03:00
"time": "2020-02-18T18:59:58+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpspec/prophecy",
2020-04-25 23:00:08 +03:00
"version": "v1.10.3",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-04-25 23:00:08 +03:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2015-05-05 00:36:41 +07:00
"doctrine/instantiator": "^1.0.2",
2016-03-19 21:40:40 +07:00
"php": "^5.3|^7.0",
2019-12-14 17:38:03 +07:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
2020-04-25 23:00:08 +03: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-20 15:20:29 +03:00
},
"require-dev": {
2020-04-25 23:00:08 +03:00
"phpspec/phpspec": "^2.5 || ^3.2",
2019-12-14 17:38:03 +07:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "1.10.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2019-12-14 17:38:03 +07:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2015-02-20 15:20:29 +03:00
}
},
"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+",
2015-05-05 00:36:41 +07:00
"homepage": "https://github.com/phpspec/prophecy",
2015-02-20 15:20:29 +03:00
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-04-25 23:00:08 +03:00
"time": "2020-03-05T15:02:03+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-code-coverage",
2019-12-15 21:11:39 +07:00
"version": "7.0.10",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2019-12-15 21:11:39 +07:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-12-15 21:11:39 +07:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2017-12-18 18:15:52 +07:00
"phpunit/php-text-template": "^1.2.1",
2019-12-15 21:11:39 +07:00
"phpunit/php-token-stream": "^3.1.1",
2017-12-18 18:15:52 +07:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-12-15 21:11:39 +07:00
"sebastian/environment": "^4.2.2",
2017-12-18 18:15:52 +07:00
"sebastian/version": "^2.0.1",
2019-12-15 21:11:39 +07:00
"theseer/tokenizer": "^1.1.3"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^8.2.2"
2015-02-20 15:20:29 +03:00
},
"suggest": {
2019-12-15 21:11:39 +07:00
"ext-xdebug": "^2.7.2"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "7.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-12-18 18:15:52 +07:00
"email": "sebastian@phpunit.de",
2015-02-20 15:20:29 +03:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2019-12-15 21:11:39 +07:00
"time": "2019-11-20T13:55:58+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-file-iterator",
2019-12-15 21:11:39 +07:00
"version": "2.0.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-12-15 21:11:39 +07:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2015-02-20 15:20:29 +03:00
},
"type": "library",
2015-05-05 00:36:41 +07:00
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.0.x-dev"
2015-05-05 00:36:41 +07:00
}
},
2015-02-20 15:20:29 +03:00
"autoload": {
"classmap": [
2015-05-05 00:36:41 +07:00
"src/"
2015-02-20 15:20:29 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
2015-02-20 15:20:29 +03:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2019-12-15 21:11:39 +07:00
"time": "2018-09-13T20:33:42+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-text-template",
2015-06-24 08:34:09 +02:00
"version": "1.2.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2015-06-24 08:34:09 +02:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2015-06-24 08:34:09 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2015-06-24 08:34:09 +02:00
"src/"
2015-02-20 15:20:29 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-02-20 15:20:29 +03:00
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-02-16 08:50:44 +01:00
"time": "2015-06-21T13:50:34+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-timer",
2019-12-15 21:11:39 +07:00
"version": "2.1.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-12-15 21:11:39 +07:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
2016-08-04 22:16:57 +03:00
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.0"
2016-08-04 22:16:57 +03:00
},
2015-02-20 15:20:29 +03:00
"type": "library",
2017-03-16 11:07:45 +07:00
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.1-dev"
2017-03-16 11:07:45 +07:00
}
},
2015-02-20 15:20:29 +03:00
"autoload": {
"classmap": [
2015-06-24 08:34:09 +02:00
"src/"
2015-02-20 15:20:29 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
2015-02-20 15:20:29 +03:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2019-12-15 21:11:39 +07:00
"time": "2019-06-07T04:22:29+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-token-stream",
2019-12-15 21:11:39 +07:00
"version": "3.1.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-12-15 21:11:39 +07:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.1-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2019-12-15 21:11:39 +07:00
"time": "2019-09-17T06:23:10+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/phpunit",
2020-04-25 23:00:08 +03:00
"version": "8.5.4",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-04-25 23:00:08 +03:00
"reference": "8474e22d7d642f665084ba5ec780626cbd1efd23"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8474e22d7d642f665084ba5ec780626cbd1efd23",
"reference": "8474e22d7d642f665084ba5ec780626cbd1efd23",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"doctrine/instantiator": "^1.2.0",
2015-02-20 15:20:29 +03:00
"ext-dom": "*",
"ext-json": "*",
2016-11-13 15:38:57 +07:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-12-15 21:11:39 +07:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
2017-12-18 18:15:52 +07:00
"phpunit/php-text-template": "^1.2.1",
2019-12-15 21:11:39 +07:00
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
2017-12-18 18:15:52 +07:00
"sebastian/object-enumerator": "^3.0.3",
2019-12-15 21:11:39 +07:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2017-12-18 18:15:52 +07:00
"sebastian/version": "^2.0.1"
2015-02-20 15:20:29 +03:00
},
2016-11-13 15:38:57 +07:00
"require-dev": {
"ext-pdo": "*"
},
2015-02-20 15:20:29 +03:00
"suggest": {
2019-12-15 21:11:39 +07:00
"ext-soap": "*",
2016-11-13 15:38:57 +07:00
"ext-xdebug": "*",
2019-12-15 21:11:39 +07:00
"phpunit/php-invoker": "^2.0.0"
2015-02-20 15:20:29 +03:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "8.5-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2020-04-25 23:00:08 +03:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-04-23T04:39:42+00:00"
2016-08-04 23:41:51 +03:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2017-03-16 11:07:45 +07:00
"version": "1.0.1",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2017-03-16 11:07:45 +07:00
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2017-03-16 11:07:45 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^5.6 || ^7.0"
2016-08-04 23:41:51 +03:00
},
"require-dev": {
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^5.7 || ^6.0"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2017-03-16 11:07:45 +07:00
"time": "2017-03-04T06:30:41+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/comparator",
2019-12-15 21:11:39 +07:00
"version": "3.0.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-12-15 21:11:39 +07:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2017-12-18 18:15:52 +07:00
"sebastian/exporter": "^3.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.1"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.0-dev"
2015-02-20 15:20:29 +03: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",
2017-12-18 18:15:52 +07:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2015-02-20 15:20:29 +03:00
"keywords": [
"comparator",
"compare",
"equality"
],
2019-12-15 21:11:39 +07:00
"time": "2018-07-12T15:12:46+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/diff",
2019-12-15 21:11:39 +07:00
"version": "3.0.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2019-12-15 21:11:39 +07:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.0-dev"
2015-02-20 15:20:29 +03: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",
2016-01-11 13:41:05 +07:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-02-20 15:20:29 +03:00
"keywords": [
2019-12-15 21:11:39 +07:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-02-20 15:20:29 +03:00
],
2019-12-15 21:11:39 +07:00
"time": "2019-02-04T06:01:07+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/environment",
2019-12-15 21:11:39 +07:00
"version": "4.2.3",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2019-12-15 21:11:39 +07:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "4.2-dev"
2015-02-20 15:20:29 +03: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"
],
2019-12-15 21:11:39 +07:00
"time": "2019-11-20T08:46:58+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/exporter",
2019-12-14 17:38:03 +07:00
"version": "3.1.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-12-14 17:38:03 +07:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-14 17:38:03 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2016-08-04 22:16:57 +03:00
"ext-mbstring": "*",
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^6.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-23 10:32:07 +07:00
"dev-master": "3.1.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-12-14 17:38:03 +07:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2015-02-20 15:20:29 +03:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-12-14 17:38:03 +07:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2015-02-20 15:20:29 +03:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2019-12-14 17:38:03 +07:00
"time": "2019-09-14T09:02:43+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/global-state",
2019-12-15 21:11:39 +07:00
"version": "3.0.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2019-12-15 21:11:39 +07:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2015-02-20 15:20:29 +03:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"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"
],
2019-12-15 21:11:39 +07:00
"time": "2019-02-01T05:30:01+00:00"
2015-02-20 15:20:29 +03:00
},
2016-08-04 23:41:51 +03:00
{
"name": "sebastian/object-enumerator",
2017-12-18 18:15:52 +07:00
"version": "3.0.3",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2017-12-18 18:15:52 +07:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2017-12-18 18:15:52 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^7.0",
2017-12-18 18:15:52 +07:00
"sebastian/object-reflector": "^1.1.1",
2017-03-16 11:07:45 +07:00
"sebastian/recursion-context": "^3.0"
2016-08-04 23:41:51 +03:00
},
"require-dev": {
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^6.0"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-16 11:07:45 +07:00
"dev-master": "3.0.x-dev"
2016-08-04 23:41:51 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2017-12-18 18:15:52 +07:00
"time": "2017-08-03T12:35:26+00:00"
2017-03-16 11:07:45 +07:00
},
{
"name": "sebastian/object-reflector",
2017-06-23 10:32:07 +07:00
"version": "1.1.1",
2017-03-16 11:07:45 +07:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2017-06-23 10:32:07 +07:00
"reference": "773f97c67f28de00d397be301821b06708fca0be"
2017-03-16 11:07:45 +07:00
},
"dist": {
"type": "zip",
2017-06-23 10:32:07 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
2017-03-16 11:07:45 +07:00
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-19 23:49:15 +07:00
"dev-master": "1.1-dev"
2017-03-16 11:07:45 +07:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2017-06-23 10:32:07 +07:00
"time": "2017-03-29T09:07:27+00:00"
2016-08-04 23:41:51 +03:00
},
2015-02-20 15:20:29 +03:00
{
"name": "sebastian/recursion-context",
2017-03-16 11:07:45 +07:00
"version": "3.0.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2017-03-16 11:07:45 +07:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2017-03-16 11:07:45 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^7.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^6.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-16 11:07:45 +07:00
"dev-master": "3.0.x-dev"
2015-02-20 15:20:29 +03: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",
2017-03-16 11:07:45 +07:00
"time": "2017-03-03T06:23:57+00:00"
2015-02-20 15:20:29 +03:00
},
2016-08-04 23:41:51 +03:00
{
"name": "sebastian/resource-operations",
2019-12-15 21:11:39 +07:00
"version": "2.0.1",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-12-15 21:11:39 +07:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.0-dev"
2016-08-04 23:41:51 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2019-12-15 21:11:39 +07:00
"time": "2018-10-04T04:07:39+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2019-07-02T08:10:15+00:00"
2016-08-04 23:41:51 +03:00
},
2015-02-20 15:20:29 +03:00
{
"name": "sebastian/version",
2017-01-27 11:06:12 +07:00
"version": "2.0.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2017-01-27 11:06:12 +07:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2017-01-27 11:06:12 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
2016-08-04 23:41:51 +03:00
"require": {
"php": ">=5.6"
},
2015-02-20 15:20:29 +03:00
"type": "library",
2016-08-04 23:41:51 +03:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-02-20 15:20:29 +03:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-02-20 15:20:29 +03:00
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2017-02-16 08:50:44 +01:00
"time": "2016-10-03T07:35:21+00:00"
2016-08-04 22:16:57 +03:00
},
2017-06-23 10:32:07 +07:00
{
"name": "theseer/tokenizer",
2019-12-14 17:38:03 +07:00
"version": "1.1.3",
2017-06-23 10:32:07 +07:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2019-12-14 17:38:03 +07:00
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2017-06-23 10:32:07 +07:00
},
"dist": {
"type": "zip",
2019-12-14 17:38:03 +07:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2017-06-23 10:32:07 +07:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2019-12-14 17:38:03 +07:00
"time": "2019-06-13T22:48:21+00:00"
2017-06-23 10:32:07 +07:00
},
2016-08-04 22:16:57 +03:00
{
"name": "webmozart/assert",
2020-04-25 23:00:08 +03:00
"version": "1.8.0",
2016-08-04 22:16:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-04-25 23:00:08 +03:00
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
2016-08-04 22:16:57 +03:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
2016-08-04 22:16:57 +03:00
"shasum": ""
},
"require": {
2019-12-14 17:38:03 +07:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
2020-04-25 23:00:08 +03:00
"vimeo/psalm": "<3.9.1"
2016-08-04 22:16:57 +03:00
},
"require-dev": {
2019-12-14 17:38:03 +07:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2016-08-04 22:16:57 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2020-04-25 23:00:08 +03:00
"time": "2020-04-18T12:12:48+00:00"
2015-02-20 15:20:29 +03:00
}
],
"aliases": [],
"minimum-stability": "stable",
2015-06-12 23:46:10 +07:00
"stability-flags": [],
2015-02-20 15:20:29 +03:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-04-25 23:00:08 +03:00
"php": "^7.3"
2015-02-20 15:20:29 +03:00
},
2017-12-22 15:28:40 +07:00
"platform-dev": [],
2020-04-25 23:00:08 +03:00
"plugin-api-version": "1.1.0"
2015-02-20 15:20:29 +03:00
}