2016-12-22 14:43:37 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-08-06 02:02:16 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-12-22 14:43:37 +00:00
"This file is @generated automatically"
],
2020-06-29 01:17:58 +00:00
"content-hash": "b7ea4dea7ce2e1c2299029fe978d2173",
2017-04-14 05:22:33 +00:00
"packages": [
2020-06-29 01:17:58 +00:00
{
"name": "guzzlehttp/guzzle",
"version": "7.0.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "2d9d3c186a6637a43193e66b097c50e4451eaab2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/2d9d3c186a6637a43193e66b097c50e4451eaab2",
"reference": "2d9d3c186a6637a43193e66b097c50e4451eaab2",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.6.1",
"php": "^7.2.5",
"psr/http-client": "^1.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.0",
"ext-curl": "*",
"php-http/client-integration-tests": "dev-phpunit8",
"phpunit/phpunit": "^8.5.5",
"psr/log": "^1.1"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"time": "2020-06-27T10:33:25+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2019-07-01T23:21:34+00:00"
},
2019-12-13 14:59:30 +00:00
{
"name": "maennchen/zipstream-php",
2020-06-28 07:29:13 +00:00
"version": "2.1.0",
2019-12-13 14:59:30 +00:00
"source": {
"type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
2020-06-28 07:29:13 +00:00
"reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
2019-12-13 14:59:30 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
"reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
2019-12-13 14:59:30 +00:00
"shasum": ""
},
"require": {
"myclabs/php-enum": "^1.5",
"php": ">= 7.1",
2020-06-28 07:29:13 +00:00
"psr/http-message": "^1.0",
"symfony/polyfill-mbstring": "^1.0"
2019-12-13 14:59:30 +00:00
},
"require-dev": {
"ext-zip": "*",
"guzzlehttp/guzzle": ">= 6.3",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": ">= 7.5"
},
"type": "library",
"autoload": {
"psr-4": {
"ZipStream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Duncan",
"email": "pabs@pablotron.org"
},
{
"name": "Jonatan Männchen",
"email": "jonatan@maennchen.ch"
},
{
"name": "Jesse Donat",
"email": "donatj@gmail.com"
},
{
"name": "András Kolesár",
"email": "kolesar@kolesar.hu"
}
],
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
"keywords": [
"stream",
"zip"
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-30T13:11:16+00:00"
2019-12-13 14:59:30 +00:00
},
2018-07-25 13:38:44 +00:00
{
"name": "markbaker/complex",
2020-04-27 10:28:36 +00:00
"version": "1.4.8",
2018-07-25 13:38:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPComplex.git",
2020-04-27 10:28:36 +00:00
"reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
2018-07-25 13:38:44 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
"reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
2018-07-25 13:38:44 +00:00
"shasum": ""
},
"require": {
"php": "^5.6.0|^7.0.0"
},
"require-dev": {
2020-04-27 10:28:36 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/php-compatibility": "^9.0",
2018-07-25 13:38:44 +00:00
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "2.*",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^4.8.35|^5.4.0",
"sebastian/phpcpd": "2.*",
2020-04-27 10:28:36 +00:00
"squizlabs/php_codesniffer": "^3.4.0"
2018-07-25 13:38:44 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Complex\\": "classes/src/"
},
"files": [
"classes/src/functions/abs.php",
"classes/src/functions/acos.php",
"classes/src/functions/acosh.php",
"classes/src/functions/acot.php",
"classes/src/functions/acoth.php",
"classes/src/functions/acsc.php",
"classes/src/functions/acsch.php",
"classes/src/functions/argument.php",
"classes/src/functions/asec.php",
"classes/src/functions/asech.php",
"classes/src/functions/asin.php",
"classes/src/functions/asinh.php",
"classes/src/functions/atan.php",
"classes/src/functions/atanh.php",
"classes/src/functions/conjugate.php",
"classes/src/functions/cos.php",
"classes/src/functions/cosh.php",
"classes/src/functions/cot.php",
"classes/src/functions/coth.php",
"classes/src/functions/csc.php",
"classes/src/functions/csch.php",
"classes/src/functions/exp.php",
"classes/src/functions/inverse.php",
"classes/src/functions/ln.php",
"classes/src/functions/log2.php",
"classes/src/functions/log10.php",
"classes/src/functions/negative.php",
"classes/src/functions/pow.php",
"classes/src/functions/rho.php",
"classes/src/functions/sec.php",
"classes/src/functions/sech.php",
"classes/src/functions/sin.php",
"classes/src/functions/sinh.php",
"classes/src/functions/sqrt.php",
"classes/src/functions/tan.php",
"classes/src/functions/tanh.php",
"classes/src/functions/theta.php",
"classes/src/operations/add.php",
"classes/src/operations/subtract.php",
"classes/src/operations/multiply.php",
"classes/src/operations/divideby.php",
"classes/src/operations/divideinto.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
}
],
"description": "PHP Class for working with complex numbers",
"homepage": "https://github.com/MarkBaker/PHPComplex",
"keywords": [
"complex",
"mathematics"
],
2020-04-27 10:28:36 +00:00
"time": "2020-03-11T20:15:49+00:00"
2018-07-25 13:38:44 +00:00
},
2018-11-29 21:25:31 +00:00
{
"name": "markbaker/matrix",
2019-11-10 16:04:56 +00:00
"version": "1.2.0",
2018-11-29 21:25:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git",
2019-11-10 16:04:56 +00:00
"reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
2018-11-29 21:25:31 +00:00
},
"dist": {
"type": "zip",
2019-11-10 16:04:56 +00:00
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
"reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
2018-11-29 21:25:31 +00:00
"shasum": ""
},
"require": {
"php": "^5.6.0|^7.0.0"
},
"require-dev": {
2019-11-10 16:04:56 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "dev-master",
"phploc/phploc": "^4",
"phpmd/phpmd": "dev-master",
"phpunit/phpunit": "^5.7",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.0@dev"
2018-11-29 21:25:31 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Matrix\\": "classes/src/"
},
"files": [
"classes/src/functions/adjoint.php",
"classes/src/functions/antidiagonal.php",
"classes/src/functions/cofactors.php",
"classes/src/functions/determinant.php",
"classes/src/functions/diagonal.php",
"classes/src/functions/identity.php",
"classes/src/functions/inverse.php",
"classes/src/functions/minors.php",
"classes/src/functions/trace.php",
"classes/src/functions/transpose.php",
"classes/src/operations/add.php",
"classes/src/operations/directsum.php",
"classes/src/operations/subtract.php",
"classes/src/operations/multiply.php",
"classes/src/operations/divideby.php",
"classes/src/operations/divideinto.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
}
],
"description": "PHP Class for working with matrices",
"homepage": "https://github.com/MarkBaker/PHPMatrix",
"keywords": [
"mathematics",
"matrix",
"vector"
],
2019-11-10 16:04:56 +00:00
"time": "2019-10-06T11:29:25+00:00"
2018-11-29 21:25:31 +00:00
},
2019-12-13 14:59:30 +00:00
{
"name": "myclabs/php-enum",
"version": "1.7.6",
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
"reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
"reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^3.8"
},
"type": "library",
"autoload": {
"psr-4": {
"MyCLabs\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP Enum contributors",
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
}
],
"description": "PHP Enum implementation",
"homepage": "http://github.com/myclabs/php-enum",
"keywords": [
"enum"
],
"time": "2020-02-14T08:15:52+00:00"
},
2020-06-29 01:17:58 +00:00
{
"name": "psr/http-client",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e",
"shasum": ""
},
"require": {
"php": "^7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"time": "2018-10-30T23:29:13+00:00"
},
2019-12-13 14:59:30 +00:00
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
2017-10-02 11:25:08 +00:00
{
"name": "psr/simple-cache",
2018-11-11 07:21:31 +00:00
"version": "1.0.1",
2017-10-02 11:25:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
2018-11-11 07:21:31 +00:00
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-10-02 11:25:08 +00:00
},
"dist": {
"type": "zip",
2018-11-11 07:21:31 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-10-02 11:25:08 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
2018-11-11 07:21:31 +00:00
"time": "2017-10-23T01:57:42+00:00"
2020-06-28 07:29:13 +00:00
},
2020-06-29 01:17:58 +00:00
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
},
2020-06-28 07:29:13 +00:00
{
"name": "symfony/polyfill-mbstring",
"version": "v1.17.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "7110338d81ce1cbc3e273136e4574663627037a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7",
"reference": "7110338d81ce1cbc3e273136e4574663627037a7",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2020-06-06T08:46:27+00:00"
2017-10-02 11:25:08 +00:00
}
],
"packages-dev": [
2017-10-01 11:07:04 +00:00
{
"name": "composer/semver",
2020-04-27 10:28:36 +00:00
"version": "1.5.1",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-04-27 10:28:36 +00:00
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2020-04-27 10:28:36 +00:00
"phpunit/phpunit": "^4.5 || ^5.0.5"
2017-10-01 11:07:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2020-04-27 10:28:36 +00:00
"time": "2020-01-13T12:06:48+00:00"
2017-10-01 11:07:04 +00:00
},
2018-11-11 07:21:31 +00:00
{
"name": "composer/xdebug-handler",
2020-06-28 07:29:13 +00:00
"version": "1.4.2",
2018-11-11 07:21:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2020-06-28 07:29:13 +00:00
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51"
2018-11-11 07:21:31 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
"reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51",
2018-11-11 07:21:31 +00:00
"shasum": ""
},
"require": {
2019-11-10 16:04:56 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2018-11-11 07:21:31 +00:00
"psr/log": "^1.0"
},
"require-dev": {
2019-11-10 16:04:56 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
2018-11-11 07:21:31 +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-10 16:04:56 +00:00
"description": "Restarts a process without Xdebug.",
2018-11-11 07:21:31 +00:00
"keywords": [
"Xdebug",
"performance"
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-04T11:16:35+00:00"
2018-11-11 07:21:31 +00:00
},
2017-10-01 11:07:04 +00:00
{
"name": "doctrine/annotations",
2020-06-28 07:29:13 +00:00
"version": "1.10.3",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2020-06-28 07:29:13 +00:00
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
"reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-04-27 10:28:36 +00:00
"ext-tokenizer": "*",
2020-06-28 07:29:13 +00:00
"php": "^7.1 || ^8.0"
2017-10-01 11:07:04 +00:00
},
"require-dev": {
"doctrine/cache": "1.*",
2019-11-10 16:04:56 +00:00
"phpunit/phpunit": "^7.5"
2017-10-01 11:07:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "1.9.x-dev"
2017-10-01 11:07:04 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-10 16:04:56 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-10-01 11:07:04 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-25T17:24:27+00:00"
2017-01-21 15:44:33 +00:00
},
2017-10-02 11:25:08 +00:00
{
"name": "doctrine/instantiator",
2020-06-28 07:29:13 +00:00
"version": "1.3.1",
2017-10-02 11:25:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2020-06-28 07:29:13 +00:00
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
2017-10-02 11:25:08 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
2017-10-02 11:25:08 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": "^7.1 || ^8.0"
2017-10-02 11:25:08 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"doctrine/coding-standard": "^6.0",
2017-10-02 11:25:08 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2019-07-25 06:45:43 +00:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2017-10-02 11:25:08 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "1.2.x-dev"
2017-10-02 11:25:08 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-07-25 06:45:43 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2017-10-02 11:25:08 +00:00
"keywords": [
"constructor",
"instantiate"
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-29T17:27:14+00:00"
2017-10-02 11:25:08 +00:00
},
2017-10-01 11:07:04 +00:00
{
"name": "doctrine/lexer",
2020-06-28 07:29:13 +00:00
"version": "1.2.1",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2020-06-28 07:29:13 +00:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": "^7.2 || ^8.0"
2017-10-01 11:07:04 +00:00
},
2019-11-10 16:04:56 +00:00
"require-dev": {
2020-04-27 10:28:36 +00:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-11-10 16:04:56 +00:00
},
2017-10-01 11:07:04 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "1.2.x-dev"
2017-10-01 11:07:04 +00:00
}
},
"autoload": {
2019-11-10 16:04:56 +00:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2017-10-01 11:07:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-04-27 10:28:36 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2017-10-01 11:07:04 +00:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-10 16:04:56 +00:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2017-10-01 11:07:04 +00:00
"keywords": [
2019-11-10 16:04:56 +00:00
"annotations",
"docblock",
2017-10-01 11:07:04 +00:00
"lexer",
2019-11-10 16:04:56 +00:00
"parser",
"php"
2017-10-01 11:07:04 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-25T17:44:05+00:00"
2017-10-01 11:07:04 +00:00
},
2017-10-02 11:25:08 +00:00
{
"name": "dompdf/dompdf",
2020-04-27 10:28:36 +00:00
"version": "v0.8.5",
2017-10-02 11:25:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
2020-04-27 10:28:36 +00:00
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
2017-10-02 11:25:08 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
2017-10-02 11:25:08 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
2020-04-27 10:28:36 +00:00
"phenx/php-font-lib": "^0.5.1",
"phenx/php-svg-lib": "^0.3.3",
"php": "^7.1"
2017-10-02 11:25:08 +00:00
},
"require-dev": {
2020-04-27 10:28:36 +00:00
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.5"
2017-10-02 11:25:08 +00:00
},
2019-11-10 16:04:56 +00:00
"suggest": {
"ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance",
"ext-imagick": "Improves image processing performance"
},
2017-10-02 11:25:08 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
2020-04-27 10:28:36 +00:00
"time": "2020-02-20T03:52:51+00:00"
2017-10-02 11:25:08 +00:00
},
2016-12-22 14:43:37 +00:00
{
"name": "friendsofphp/php-cs-fixer",
2020-06-28 07:29:13 +00:00
"version": "v2.16.4",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
2020-06-28 07:29:13 +00:00
"reference": "1023c3458137ab052f6ff1e09621a721bfdeca13"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1023c3458137ab052f6ff1e09621a721bfdeca13",
"reference": "1023c3458137ab052f6ff1e09621a721bfdeca13",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2017-10-01 11:07:04 +00:00
"composer/semver": "^1.4",
2018-11-11 07:21:31 +00:00
"composer/xdebug-handler": "^1.2",
2017-10-01 11:07:04 +00:00
"doctrine/annotations": "^1.2",
"ext-json": "*",
2016-12-22 14:43:37 +00:00
"ext-tokenizer": "*",
2019-11-10 16:04:56 +00:00
"php": "^5.6 || ^7.0",
2018-11-11 07:21:31 +00:00
"php-cs-fixer/diff": "^1.3",
2019-11-29 22:41:02 +00:00
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
"symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
"symfony/finder": "^3.0 || ^4.0 || ^5.0",
"symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
2017-10-01 11:07:04 +00:00
"symfony/polyfill-php70": "^1.0",
"symfony/polyfill-php72": "^1.4",
2019-11-29 22:41:02 +00:00
"symfony/process": "^3.0 || ^4.0 || ^5.0",
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2018-11-11 07:21:31 +00:00
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
2017-03-29 09:59:07 +00:00
"justinrainbow/json-schema": "^5.0",
2019-11-10 16:04:56 +00:00
"keradus/cli-executor": "^1.2",
2018-01-28 06:59:38 +00:00
"mikey179/vfsstream": "^1.6",
2018-11-11 07:21:31 +00:00
"php-coveralls/php-coveralls": "^2.1",
2017-10-01 11:07:04 +00:00
"php-cs-fixer/accessible-object": "^1.0",
2019-11-10 16:04:56 +00:00
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1",
"phpunitgoodpractices/traits": "^1.8",
2020-06-28 07:29:13 +00:00
"symfony/phpunit-bridge": "^5.1",
2019-11-29 22:41:02 +00:00
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
2017-03-29 09:59:07 +00:00
},
"suggest": {
2020-04-27 10:28:36 +00:00
"ext-dom": "For handling output formats in XML",
2020-06-28 07:29:13 +00:00
"ext-mbstring": "For handling non-UTF8 characters.",
2018-11-11 07:21:31 +00:00
"php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
2017-10-01 11:07:04 +00:00
"symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
2016-12-22 14:43:37 +00:00
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
2017-10-01 11:07:04 +00:00
},
"classmap": [
"tests/Test/AbstractFixerTestCase.php",
2018-11-11 07:21:31 +00:00
"tests/Test/AbstractIntegrationCaseFactory.php",
2017-10-01 11:07:04 +00:00
"tests/Test/AbstractIntegrationTestCase.php",
2018-01-28 06:59:38 +00:00
"tests/Test/Assert/AssertTokensTrait.php",
2017-10-01 11:07:04 +00:00
"tests/Test/IntegrationCase.php",
2018-01-28 06:59:38 +00:00
"tests/Test/IntegrationCaseFactory.php",
2018-11-11 07:21:31 +00:00
"tests/Test/IntegrationCaseFactoryInterface.php",
"tests/Test/InternalIntegrationCaseFactory.php",
2020-04-27 10:28:36 +00:00
"tests/Test/IsIdenticalConstraint.php",
2018-01-28 06:59:38 +00:00
"tests/TestCase.php"
2017-10-01 11:07:04 +00:00
]
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-11-10 16:04:56 +00:00
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
2016-12-22 14:43:37 +00:00
}
],
"description": "A tool to automatically fix PHP code style",
2020-06-28 07:29:13 +00:00
"time": "2020-06-27T23:57:46+00:00"
2016-12-22 14:43:37 +00:00
},
2017-10-28 16:58:42 +00:00
{
"name": "jpgraph/jpgraph",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/ztec/JpGraph.git",
"reference": "e82db7da6a546d3926c24c9a346226da7aa49094"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ztec/JpGraph/zipball/e82db7da6a546d3926c24c9a346226da7aa49094",
"reference": "e82db7da6a546d3926c24c9a346226da7aa49094",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"lib/JpGraph.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"QPL 1.0"
],
"authors": [
{
"name": "JpGraph team"
}
],
"description": "jpGraph, library to make graphs and charts",
"homepage": "http://jpgraph.net/",
"keywords": [
"chart",
"data",
"graph",
"jpgraph",
"pie"
],
2020-06-28 07:29:13 +00:00
"abandoned": true,
2017-10-28 16:58:42 +00:00
"time": "2017-02-23T09:44:15+00:00"
},
2017-01-21 15:44:33 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "mpdf/mpdf",
2020-06-28 07:29:13 +00:00
"version": "v8.0.6",
2017-01-21 15:44:33 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/mpdf/mpdf.git",
2020-06-28 07:29:13 +00:00
"reference": "d27aa93513b915896fa7cb53901d3122e286f811"
2017-01-21 15:44:33 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/d27aa93513b915896fa7cb53901d3122e286f811",
"reference": "d27aa93513b915896fa7cb53901d3122e286f811",
2017-01-21 15:44:33 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"ext-gd": "*",
"ext-mbstring": "*",
2018-11-11 07:21:31 +00:00
"myclabs/deep-copy": "^1.7",
"paragonie/random_compat": "^1.4|^2.0|9.99.99",
2019-11-29 22:41:02 +00:00
"php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
2017-10-02 11:25:08 +00:00
"psr/log": "^1.0",
2019-11-10 16:04:56 +00:00
"setasign/fpdi": "^2.1"
2017-01-21 15:44:33 +00:00
},
"require-dev": {
2017-10-02 11:25:08 +00:00
"mockery/mockery": "^0.9.5",
2019-11-10 16:04:56 +00:00
"mpdf/qrcode": "^1.0.0",
2017-10-02 11:25:08 +00:00
"phpunit/phpunit": "^5.0",
2019-11-10 16:04:56 +00:00
"squizlabs/php_codesniffer": "^3.5.0",
2017-10-02 11:25:08 +00:00
"tracy/tracy": "^2.4"
},
"suggest": {
"ext-bcmath": "Needed for generation of some types of barcodes",
"ext-xml": "Needed mainly for SVG manipulation",
"ext-zlib": "Needed for compression of embedded resources, such as fonts"
2017-01-21 15:44:33 +00:00
},
"type": "library",
2017-10-02 11:25:08 +00:00
"extra": {
"branch-alias": {
2018-11-11 07:21:31 +00:00
"dev-development": "7.x-dev"
2017-10-02 11:25:08 +00:00
}
},
2017-01-21 15:44:33 +00:00
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
"Mpdf\\": "src/"
2017-10-20 08:44:44 +00:00
}
2017-01-21 15:44:33 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-11-11 07:21:31 +00:00
"GPL-2.0-only"
2017-01-21 15:44:33 +00:00
],
"authors": [
2017-09-29 02:17:08 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "Matěj Humpál",
"role": "Developer, maintainer"
2017-09-29 02:17:08 +00:00
},
2017-01-21 15:44:33 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "Ian Back",
"role": "Developer (retired)"
2017-01-21 15:44:33 +00:00
}
],
2019-11-10 16:04:56 +00:00
"description": "PHP library generating PDF files from UTF-8 encoded HTML",
2017-10-02 11:25:08 +00:00
"homepage": "https://mpdf.github.io",
2017-01-21 15:44:33 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"pdf",
"php",
"utf-8"
2017-01-21 15:44:33 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-25T09:08:39+00:00"
2017-01-21 15:44:33 +00:00
},
2017-01-23 07:02:59 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "myclabs/deep-copy",
2020-04-27 10:28:36 +00:00
"version": "1.9.5",
2017-01-23 07:02:59 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/myclabs/DeepCopy.git",
2020-04-27 10:28:36 +00:00
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
2017-01-23 07:02:59 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
2017-01-23 07:02:59 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-01-23 07:02:59 +00:00
},
2017-10-02 11:25:08 +00:00
"require-dev": {
2018-11-11 07:21:31 +00:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^7.1"
2017-10-01 12:01:56 +00:00
},
2017-10-02 11:25:08 +00:00
"type": "library",
2017-01-23 07:02:59 +00:00
"autoload": {
"psr-4": {
2017-10-02 11:25:08 +00:00
"DeepCopy\\": "src/DeepCopy/"
2018-11-11 07:21:31 +00:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2017-01-23 07:02:59 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-10-02 11:25:08 +00:00
"description": "Create deep copies (clones) of your objects",
2017-01-23 07:02:59 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"clone",
"copy",
"duplicate",
"object",
"object graph"
2017-01-23 07:02:59 +00:00
],
2020-04-27 10:28:36 +00:00
"time": "2020-01-17T21:11:47+00:00"
2017-01-23 07:02:59 +00:00
},
2017-09-29 02:17:08 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "paragonie/random_compat",
2019-11-10 16:04:56 +00:00
"version": "v9.99.99",
2017-09-29 02:17:08 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/paragonie/random_compat.git",
2019-11-10 16:04:56 +00:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2017-09-29 02:17:08 +00:00
},
"dist": {
"type": "zip",
2019-11-10 16:04:56 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2017-09-29 02:17:08 +00:00
"shasum": ""
},
"require": {
2019-11-10 16:04:56 +00:00
"php": "^7"
2017-09-29 02:17:08 +00:00
},
2017-10-02 11:25:08 +00:00
"require-dev": {
2019-11-10 16:04:56 +00:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2017-10-02 11:25:08 +00:00
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2017-10-01 12:01:56 +00:00
},
2017-10-02 11:25:08 +00:00
"type": "library",
2017-09-29 02:17:08 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
2017-09-29 02:17:08 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2017-09-29 02:17:08 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"csprng",
2018-11-11 07:21:31 +00:00
"polyfill",
2017-10-02 11:25:08 +00:00
"pseudorandom",
"random"
2017-09-29 02:17:08 +00:00
],
2019-11-10 16:04:56 +00:00
"time": "2018-07-02T15:55:56+00:00"
2017-09-29 02:17:08 +00:00
},
2019-07-25 06:45:43 +00:00
{
"name": "phar-io/manifest",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00"
},
{
"name": "phar-io/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00"
},
2017-01-21 15:44:33 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "phenx/php-font-lib",
2020-04-27 10:28:36 +00:00
"version": "0.5.2",
2017-01-21 15:44:33 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/PhenX/php-font-lib.git",
2020-04-27 10:28:36 +00:00
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2017-01-21 15:44:33 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2017-01-21 15:44:33 +00:00
"shasum": ""
},
2017-02-23 02:42:52 +00:00
"require-dev": {
2020-04-27 10:28:36 +00:00
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2017-02-23 02:42:52 +00:00
},
2017-01-21 15:44:33 +00:00
"type": "library",
"autoload": {
2017-02-23 02:42:52 +00:00
"psr-4": {
2017-10-02 11:25:08 +00:00
"FontLib\\": "src/FontLib"
}
2017-01-21 15:44:33 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"LGPL-3.0"
2017-01-21 15:44:33 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
2017-01-21 15:44:33 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
2020-04-27 10:28:36 +00:00
"time": "2020-03-08T15:31:32+00:00"
2017-01-21 15:44:33 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phenx/php-svg-lib",
2019-11-10 16:04:56 +00:00
"version": "v0.3.3",
2017-01-21 15:44:33 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/PhenX/php-svg-lib.git",
2019-11-10 16:04:56 +00:00
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
2017-01-21 15:44:33 +00:00
},
"dist": {
"type": "zip",
2019-11-10 16:04:56 +00:00
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2017-01-21 15:44:33 +00:00
"shasum": ""
},
2017-02-23 02:42:52 +00:00
"require": {
2019-11-10 16:04:56 +00:00
"sabberworm/php-css-parser": "^8.3"
2018-11-11 07:21:31 +00:00
},
"require-dev": {
2019-11-10 16:04:56 +00:00
"phpunit/phpunit": "^5.5|^6.5"
2017-02-23 02:42:52 +00:00
},
2017-01-21 15:44:33 +00:00
"type": "library",
2017-10-01 12:01:56 +00:00
"autoload": {
2019-11-10 16:04:56 +00:00
"psr-4": {
"Svg\\": "src/Svg"
2017-10-02 11:25:08 +00:00
}
2017-10-01 12:01:56 +00:00
},
2017-01-21 15:44:33 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"LGPL-3.0"
2017-01-21 15:44:33 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
2017-01-21 15:44:33 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
2019-11-10 16:04:56 +00:00
"time": "2019-09-11T20:02:13+00:00"
2016-12-22 14:43:37 +00:00
},
2017-10-01 11:07:04 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "php-cs-fixer/diff",
2018-11-11 07:21:31 +00:00
"version": "v1.3.0",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/PHP-CS-Fixer/diff.git",
2018-11-11 07:21:31 +00:00
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2018-11-11 07:21:31 +00:00
"url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
"reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"php": "^5.6 || ^7.0"
2017-10-01 11:07:04 +00:00
},
"require-dev": {
2018-11-11 07:21:31 +00:00
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
2018-01-28 06:59:38 +00:00
"symfony/process": "^3.3"
2017-10-01 11:07:04 +00:00
},
"type": "library",
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
2017-10-01 11:07:04 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
2018-11-11 07:21:31 +00:00
"license": [
"BSD-3-Clause"
],
2017-10-01 11:07:04 +00:00
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2017-10-01 11:07:04 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2018-01-28 06:59:38 +00:00
},
{
"name": "SpacePossum"
2017-10-01 11:07:04 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "sebastian/diff v2 backport support for PHP5.6",
"homepage": "https://github.com/PHP-CS-Fixer",
"keywords": [
"diff"
],
2018-11-11 07:21:31 +00:00
"time": "2018-02-15T16:58:55+00:00"
},
{
"name": "phpcompatibility/php-compatibility",
2020-04-27 10:28:36 +00:00
"version": "9.3.5",
2018-11-11 07:21:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
2020-04-27 10:28:36 +00:00
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
2018-11-11 07:21:31 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
2018-11-11 07:21:31 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
},
"conflict": {
"squizlabs/php_codesniffer": "2.6.2"
},
"require-dev": {
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
2019-11-10 16:04:56 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
2018-11-11 07:21:31 +00:00
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Wim Godden",
2019-11-10 16:04:56 +00:00
"homepage": "https://github.com/wimg",
2018-11-11 07:21:31 +00:00
"role": "lead"
2019-11-10 16:04:56 +00:00
},
{
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl",
"role": "lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
2018-11-11 07:21:31 +00:00
}
],
2019-11-10 16:04:56 +00:00
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
2018-11-11 07:21:31 +00:00
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
"keywords": [
"compatibility",
"phpcs",
"standards"
],
2020-04-27 10:28:36 +00:00
"time": "2019-12-27T09:44:58+00:00"
2017-10-01 12:01:56 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpdocumentor/reflection-common",
2020-06-28 07:29:13 +00:00
"version": "2.2.0",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-06-28 07:29:13 +00:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": "^7.2 || ^8.0"
2017-10-02 11:25:08 +00:00
},
2016-12-22 14:43:37 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-2.x": "2.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"psr-4": {
2019-11-10 16:04:56 +00:00
"phpDocumentor\\Reflection\\": "src/"
2017-10-02 11:25:08 +00:00
}
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"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-06-28 07:29:13 +00:00
"time": "2020-06-27T09:03:43+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpdocumentor/reflection-docblock",
2020-04-27 10:28:36 +00:00
"version": "5.1.0",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-04-27 10:28:36 +00:00
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-04-27 10:28:36 +00:00
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
"require-dev": {
2020-04-27 10:28:36 +00:00
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
2017-10-01 12:01:56 +00:00
},
2017-10-02 11:25:08 +00:00
"type": "library",
2019-07-25 06:45:43 +00:00
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "5.x-dev"
2019-07-25 06:45:43 +00:00
}
},
2016-12-22 14:43:37 +00:00
"autoload": {
"psr-4": {
2020-04-27 10:28:36 +00:00
"phpDocumentor\\Reflection\\": "src"
2017-10-02 11:25:08 +00:00
}
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-04-27 10:28:36 +00:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00: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-27 10:28:36 +00:00
"time": "2020-02-22T12:28:44+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpdocumentor/type-resolver",
2020-06-28 07:29:13 +00:00
"version": "1.3.0",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-06-28 07:29:13 +00:00
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651",
"reference": "e878a14a65245fbe78f8080eba03b47c3b705651",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": "^7.2 || ^8.0",
2019-11-10 16:04:56 +00:00
"phpdocumentor/reflection-common": "^2.0"
2017-10-02 11:25:08 +00:00
},
"require-dev": {
2020-06-28 07:29:13 +00:00
"ext-tokenizer": "*"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-1.x": "1.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"psr-4": {
2019-11-10 16:04:56 +00:00
"phpDocumentor\\Reflection\\": "src"
2017-10-02 11:25:08 +00:00
}
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2016-12-22 14:43:37 +00:00
}
],
2019-11-10 16:04:56 +00:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-06-28 07:29:13 +00:00
"time": "2020-06-27T10:12:23+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpspec/prophecy",
2020-04-27 10:28:36 +00:00
"version": "v1.10.3",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/phpspec/prophecy.git",
2020-04-27 10:28:36 +00:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2019-11-10 16:04:56 +00:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
2020-04-27 10:28:36 +00:00
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
"require-dev": {
2020-04-27 10:28:36 +00:00
"phpspec/phpspec": "^2.5 || ^3.2",
2018-11-11 07:21:31 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "1.10.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2019-07-25 06:45:43 +00:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-10-02 11:25:08 +00:00
}
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
2016-12-22 14:43:37 +00:00
],
2020-04-27 10:28:36 +00:00
"time": "2020-03-05T15:02:03+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpunit/php-code-coverage",
2020-04-27 10:28:36 +00:00
"version": "7.0.10",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-04-27 10:28:36 +00:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-04-27 10:28:36 +00:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2019-07-25 06:45:43 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-04-27 10:28:36 +00:00
"phpunit/php-token-stream": "^3.1.1",
2019-07-25 06:45:43 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2020-04-27 10:28:36 +00:00
"sebastian/environment": "^4.2.2",
2019-07-25 06:45:43 +00:00
"sebastian/version": "^2.0.1",
2020-04-27 10:28:36 +00:00
"theseer/tokenizer": "^1.1.3"
2017-10-02 11:25:08 +00:00
},
"require-dev": {
2020-04-27 10:28:36 +00:00
"phpunit/phpunit": "^8.2.2"
2017-10-02 11:25:08 +00:00
},
"suggest": {
2020-04-27 10:28:36 +00:00
"ext-xdebug": "^2.7.2"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "7.0-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"classmap": [
2017-10-02 11:25:08 +00:00
"src/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
2019-11-10 16:04:56 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"coverage",
"testing",
"xunit"
2016-12-22 14:43:37 +00:00
],
2020-04-27 10:28:36 +00:00
"time": "2019-11-20T13:55:58+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpunit/php-file-iterator",
2019-07-25 06:45:43 +00:00
"version": "2.0.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-07-25 06:45:43 +00:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "2.0.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
2019-07-25 06:45:43 +00:00
"email": "sebastian@phpunit.de",
2017-10-02 11:25:08 +00:00
"role": "lead"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"filesystem",
"iterator"
2016-12-22 14:43:37 +00:00
],
2019-07-25 06:45:43 +00:00
"time": "2018-09-13T20:33:42+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpunit/php-text-template",
"version": "1.2.1",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2017-10-02 11:25:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"php": ">=5.3.3"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpunit/php-timer",
2019-07-25 06:45:43 +00:00
"version": "2.1.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-07-25 06:45:43 +00:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1"
2017-10-02 11:25:08 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^7.0"
2017-10-01 12:01:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "2.1-dev"
2017-10-01 12:01:56 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
2017-10-01 12:01:56 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2017-10-01 12:01:56 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
2019-07-25 06:45:43 +00:00
"email": "sebastian@phpunit.de",
2017-10-02 11:25:08 +00:00
"role": "lead"
2017-10-01 12:01:56 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2019-07-25 06:45:43 +00:00
"time": "2019-06-07T04:22:29+00:00"
2017-10-02 11:25:08 +00:00
},
2017-10-01 12:01:56 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "phpunit/php-token-stream",
2019-11-10 16:04:56 +00:00
"version": "3.1.1",
2017-10-01 12:01:56 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-11-10 16:04:56 +00:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2017-10-01 12:01:56 +00:00
},
"dist": {
"type": "zip",
2019-11-10 16:04:56 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2017-10-01 12:01:56 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"ext-tokenizer": "*",
2019-07-25 06:45:43 +00:00
"php": "^7.1"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^7.0"
2016-12-22 14:43:37 +00:00
},
"type": "library",
2017-03-29 09:59:07 +00:00
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "3.1-dev"
2017-03-29 09:59:07 +00:00
}
},
2016-12-22 14:43:37 +00:00
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
]
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"tokenizer"
2016-12-22 14:43:37 +00:00
],
2019-11-10 16:04:56 +00:00
"time": "2019-09-17T06:23:10+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "phpunit/phpunit",
2020-06-28 07:29:13 +00:00
"version": "8.5.8",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-06-28 07:29:13 +00:00
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-04-27 10:28:36 +00:00
"doctrine/instantiator": "^1.2.0",
2017-10-01 12:01:56 +00:00
"ext-dom": "*",
2017-10-02 11:25:08 +00:00
"ext-json": "*",
"ext-libxml": "*",
2017-10-01 12:01:56 +00:00
"ext-mbstring": "*",
2017-10-02 11:25:08 +00:00
"ext-xml": "*",
2020-04-27 10:28:36 +00: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",
2019-07-25 06:45:43 +00:00
"phpunit/php-text-template": "^1.2.1",
2020-04-27 10:28:36 +00: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",
2019-07-25 06:45:43 +00:00
"sebastian/object-enumerator": "^3.0.3",
2020-04-27 10:28:36 +00:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2019-07-25 06:45:43 +00:00
"sebastian/version": "^2.0.1"
2017-10-02 11:25:08 +00:00
},
2016-12-22 14:43:37 +00:00
"require-dev": {
2017-10-02 11:25:08 +00:00
"ext-pdo": "*"
2017-01-23 07:02:59 +00:00
},
2016-12-22 14:43:37 +00:00
"suggest": {
2019-07-25 06:45:43 +00:00
"ext-soap": "*",
2017-10-02 11:25:08 +00:00
"ext-xdebug": "*",
2020-04-27 10:28:36 +00:00
"phpunit/php-invoker": "^2.0.0"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
"bin": [
"phpunit"
],
2016-12-22 14:43:37 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "8.5-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
2019-11-10 16:04:56 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "The PHP Unit Testing framework.",
2018-11-11 07:21:31 +00:00
"homepage": "https://phpunit.de/",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"phpunit",
"testing",
"xunit"
2016-12-22 14:43:37 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-22T07:06:58+00:00"
2019-11-10 16:04:56 +00:00
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
2017-01-23 07:02:59 +00:00
},
2020-04-27 10:28:36 +00:00
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"time": "2019-01-08T18:20:26+00:00"
},
2017-01-23 07:02:59 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "psr/log",
2020-04-27 10:28:36 +00:00
"version": "1.1.3",
2017-01-23 07:02:59 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/php-fig/log.git",
2020-04-27 10:28:36 +00:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2017-01-23 07:02:59 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2017-10-02 11:25:08 +00:00
"shasum": ""
2017-01-23 07:02:59 +00:00
},
2017-10-02 11:25:08 +00:00
"require": {
"php": ">=5.3.0"
2017-01-23 07:02:59 +00:00
},
2017-10-01 12:01:56 +00:00
"type": "library",
2017-10-02 11:25:08 +00:00
"extra": {
"branch-alias": {
2019-11-10 16:04:56 +00:00
"dev-master": "1.1.x-dev"
2017-10-02 11:25:08 +00:00
}
},
2017-01-23 07:02:59 +00:00
"autoload": {
"psr-4": {
2017-10-02 11:25:08 +00:00
"Psr\\Log\\": "Psr/Log/"
2017-01-23 07:02:59 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-01-23 07:02:59 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2020-04-27 10:28:36 +00:00
"time": "2020-03-23T09:12:05+00:00"
2017-01-23 07:02:59 +00:00
},
2017-02-23 02:42:52 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "sabberworm/php-css-parser",
2020-06-28 07:29:13 +00:00
"version": "8.3.1",
2017-02-23 02:42:52 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2020-06-28 07:29:13 +00:00
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
2017-02-23 02:42:52 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
2017-02-23 02:42:52 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"php": ">=5.3.2"
2017-02-23 02:42:52 +00:00
},
2018-11-11 07:21:31 +00:00
"require-dev": {
2019-11-10 16:04:56 +00:00
"codacy/coverage": "^1.4",
"phpunit/phpunit": "~4.8"
2018-11-11 07:21:31 +00:00
},
2017-02-23 02:42:52 +00:00
"type": "library",
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-0": {
"Sabberworm\\CSS": "lib/"
2017-02-23 02:42:52 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Raphael Schweikert"
2017-02-23 02:42:52 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Parser for CSS Files written in PHP",
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-01T09:10:00+00:00"
2017-02-23 02:42:52 +00:00
},
2017-01-23 07:02:59 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
2017-01-23 07:02:59 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2017-01-23 07:02:59 +00:00
},
"dist": {
"type": "zip",
2017-10-02 11:25:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2017-01-23 07:02:59 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"php": "^5.6 || ^7.0"
2017-01-23 07:02:59 +00:00
},
"require-dev": {
2017-10-02 11:25:08 +00:00
"phpunit/phpunit": "^5.7 || ^6.0"
2017-01-23 07:02:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-10-02 11:25:08 +00:00
"dev-master": "1.0.x-dev"
2017-01-23 07:02:59 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"classmap": [
"src/"
]
2017-01-23 07:02:59 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2017-01-23 07:02:59 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-01-23 07:02:59 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/comparator",
2019-07-25 06:45:43 +00:00
"version": "3.0.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-07-25 06:45:43 +00:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^7.1"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "3.0-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2017-10-02 11:25:08 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
2016-12-22 14:43:37 +00:00
{
"name": "Sebastian Bergmann",
2017-10-02 11:25:08 +00:00
"email": "sebastian@phpunit.de"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Provides the functionality to compare PHP values for equality",
2019-07-25 06:45:43 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"comparator",
"compare",
"equality"
2016-12-22 14:43:37 +00:00
],
2019-07-25 06:45:43 +00:00
"time": "2018-07-12T15:12:46+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/diff",
2019-07-25 06:45:43 +00:00
"version": "3.0.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
2019-07-25 06:45:43 +00:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2017-10-02 11:25:08 +00:00
},
2016-12-22 14:43:37 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "3.0-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2017-10-02 11:25:08 +00:00
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
2016-12-22 14:43:37 +00:00
{
"name": "Sebastian Bergmann",
2017-10-02 11:25:08 +00:00
"email": "sebastian@phpunit.de"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2016-12-22 14:43:37 +00:00
"keywords": [
2019-07-25 06:45:43 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2016-12-22 14:43:37 +00:00
],
2019-07-25 06:45:43 +00:00
"time": "2019-02-04T06:01:07+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/environment",
2020-04-27 10:28:36 +00:00
"version": "4.2.3",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
2020-04-27 10:28:36 +00:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1"
2017-10-02 11:25:08 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2016-12-22 14:43:37 +00:00
},
"type": "library",
2017-10-02 11:25:08 +00:00
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "4.2-dev"
2017-10-02 11:25:08 +00:00
}
},
2016-12-22 14:43:37 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-10-02 11:25:08 +00:00
"email": "sebastian@phpunit.de"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"Xdebug",
"environment",
"hhvm"
2016-12-22 14:43:37 +00:00
],
2020-04-27 10:28:36 +00:00
"time": "2019-11-20T08:46:58+00:00"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
{
"name": "sebastian/exporter",
2019-11-10 16:04:56 +00:00
"version": "3.1.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-11-10 16:04:56 +00:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2019-11-10 16:04:56 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2017-10-02 11:25:08 +00:00
"ext-mbstring": "*",
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^6.0"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "3.1.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-11-10 16:04:56 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-10-02 11:25:08 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-11-10 16:04:56 +00:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"export",
"exporter"
2016-12-22 14:43:37 +00:00
],
2019-11-10 16:04:56 +00:00
"time": "2019-09-14T09:02:43+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/global-state",
2020-04-27 10:28:36 +00:00
"version": "3.0.0",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
2020-04-27 10:28:36 +00:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-04-27 10:28:36 +00:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2020-04-27 10:28:36 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
"suggest": {
"ext-uopz": "*"
},
2016-12-22 14:43:37 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-04-27 10:28:36 +00:00
"dev-master": "3.0-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2017-10-02 11:25:08 +00:00
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"global state"
2016-12-22 14:43:37 +00:00
],
2020-04-27 10:28:36 +00:00
"time": "2019-02-01T05:30:01+00:00"
2016-12-22 14:43:37 +00:00
},
2017-01-23 07:02:59 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/object-enumerator",
2019-07-25 06:45:43 +00:00
"version": "3.0.3",
2017-01-23 07:02:59 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2019-07-25 06:45:43 +00:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2017-01-23 07:02:59 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2017-01-23 07:02:59 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2017-01-23 07:02:59 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^6.0"
2017-01-23 07:02:59 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "3.0.x-dev"
2017-01-23 07:02:59 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-10-02 11:25:08 +00:00
"email": "sebastian@phpunit.de"
2017-01-23 07:02:59 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2019-07-25 06:45:43 +00:00
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2017-01-23 07:02:59 +00:00
},
2016-12-22 14:43:37 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/recursion-context",
2019-07-25 06:45:43 +00:00
"version": "3.0.0",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2019-07-25 06:45:43 +00:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.0"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2019-07-25 06:45:43 +00:00
"phpunit/phpunit": "^6.0"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "3.0.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2017-10-02 11:25:08 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2016-12-22 14:43:37 +00:00
{
"name": "Sebastian Bergmann",
2017-10-02 11:25:08 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2019-07-25 06:45:43 +00:00
"time": "2017-03-03T06:23:57+00:00"
2017-01-23 07:02:59 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/resource-operations",
2019-07-25 06:45:43 +00:00
"version": "2.0.1",
2017-01-23 07:02:59 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-07-25 06:45:43 +00:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2017-01-23 07:02:59 +00:00
},
"dist": {
"type": "zip",
2019-07-25 06:45:43 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2017-01-23 07:02:59 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^7.1"
2017-01-23 07:02:59 +00:00
},
"type": "library",
2017-10-02 11:25:08 +00:00
"extra": {
"branch-alias": {
2019-07-25 06:45:43 +00:00
"dev-master": "2.0-dev"
2017-10-01 12:01:56 +00:00
}
2017-01-23 07:02:59 +00:00
},
2017-10-02 11:25:08 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2017-01-23 07:02:59 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"BSD-3-Clause"
2017-01-23 07:02:59 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-01-23 07:02:59 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2019-07-25 06:45:43 +00:00
"time": "2018-10-04T04:07:39+00:00"
2016-12-22 14:43:37 +00:00
},
2020-04-27 10:28:36 +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-12-22 14:43:37 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "sebastian/version",
"version": "2.0.1",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2017-10-02 11:25:08 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
2017-01-23 07:02:59 +00:00
"require": {
2017-10-02 11:25:08 +00:00
"php": ">=5.6"
2017-01-23 07:02:59 +00:00
},
2016-12-22 14:43:37 +00:00
"type": "library",
2017-01-23 07:02:59 +00:00
"extra": {
"branch-alias": {
2017-10-02 11:25:08 +00:00
"dev-master": "2.0.x-dev"
2017-01-23 07:02:59 +00:00
}
},
2016-12-22 14:43:37 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-10-02 11:25:08 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
2017-01-21 15:44:33 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "setasign/fpdi",
2020-06-28 07:29:13 +00:00
"version": "v2.3.3",
2017-01-21 15:44:33 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/Setasign/FPDI.git",
2020-06-28 07:29:13 +00:00
"reference": "50c388860a73191e010810ed57dbed795578e867"
2017-01-21 15:44:33 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/50c388860a73191e010810ed57dbed795578e867",
"reference": "50c388860a73191e010810ed57dbed795578e867",
2017-01-21 15:44:33 +00:00
"shasum": ""
},
2019-11-10 16:04:56 +00:00
"require": {
"ext-zlib": "*",
"php": "^5.6 || ^7.0"
},
2020-04-27 10:28:36 +00:00
"conflict": {
"setasign/tfpdf": "<1.31"
},
2019-11-10 16:04:56 +00:00
"require-dev": {
"phpunit/phpunit": "~5.7",
"setasign/fpdf": "~1.8",
2020-04-27 10:28:36 +00:00
"setasign/tfpdf": "1.31",
2019-11-10 16:04:56 +00:00
"tecnickcom/tcpdf": "~6.2"
},
2017-10-02 11:25:08 +00:00
"suggest": {
2020-04-27 10:28:36 +00:00
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
2017-01-21 15:44:33 +00:00
},
"type": "library",
"autoload": {
2019-11-10 16:04:56 +00:00
"psr-4": {
"setasign\\Fpdi\\": "src/"
}
2017-01-21 15:44:33 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2017-01-21 15:44:33 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Jan Slabon",
"email": "jan.slabon@setasign.com",
"homepage": "https://www.setasign.com"
2019-11-10 16:04:56 +00:00
},
{
"name": "Maximilian Kresse",
"email": "maximilian.kresse@setasign.com",
"homepage": "https://www.setasign.com"
2017-01-21 15:44:33 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
"homepage": "https://www.setasign.com/fpdi",
2017-01-21 15:44:33 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"fpdf",
"fpdi",
"pdf"
2017-01-21 15:44:33 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-04-28T12:40:35+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "squizlabs/php_codesniffer",
2020-04-27 10:28:36 +00:00
"version": "3.5.5",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2020-04-27 10:28:36 +00:00
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2018-08-06 02:02:16 +00:00
"php": ">=5.4.0"
2016-12-22 14:43:37 +00:00
},
"require-dev": {
2018-08-06 02:02:16 +00:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2016-12-22 14:43:37 +00:00
},
2017-10-02 11:25:08 +00:00
"bin": [
2018-08-06 02:02:16 +00:00
"bin/phpcs",
"bin/phpcbf"
2017-10-02 11:25:08 +00:00
],
2016-12-22 14:43:37 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-06 02:02:16 +00:00
"dev-master": "3.x-dev"
2016-12-22 14:43:37 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Greg Sherwood",
"role": "lead"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2019-11-10 16:04:56 +00:00
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"phpcs",
"standards"
2016-12-22 14:43:37 +00:00
],
2020-04-27 10:28:36 +00:00
"time": "2020-04-17T01:09:41+00:00"
2016-12-22 14:43:37 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "symfony/console",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/symfony/console.git",
2020-06-28 07:29:13 +00:00
"reference": "34ac555a3627e324b660e318daa07572e1140123"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123",
"reference": "34ac555a3627e324b660e318daa07572e1140123",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
2019-11-10 16:04:56 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2020-06-28 07:29:13 +00:00
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
2017-10-02 11:25:08 +00:00
},
"conflict": {
2020-04-27 10:28:36 +00:00
"symfony/dependency-injection": "<4.4",
2020-06-28 07:29:13 +00:00
"symfony/dotenv": "<5.1",
2020-04-27 10:28:36 +00:00
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
2016-12-22 14:43:37 +00:00
},
2019-11-10 16:04:56 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2016-12-22 14:43:37 +00:00
"require-dev": {
2017-10-02 11:25:08 +00:00
"psr/log": "~1.0",
2020-04-27 10:28:36 +00: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"
2017-10-02 11:25:08 +00:00
},
"suggest": {
2019-11-10 16:04:56 +00:00
"psr/log": "For using the console logger",
2017-10-02 11:25:08 +00:00
"symfony/event-dispatcher": "",
2018-01-28 06:59:38 +00:00
"symfony/lock": "",
2017-10-02 11:25:08 +00:00
"symfony/process": ""
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-12-22 14:43:37 +00:00
}
],
2017-10-02 11:25:08 +00:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-06-28 07:29:13 +00:00
"time": "2020-06-15T12:59:21+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337",
"reference": "dd99cb3a0aff6cadd2a8d7d7ed72c2161e218337",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-12-13 14:59:30 +00:00
{
2020-06-28 07:29:13 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-12-13 14:59:30 +00:00
},
{
2020-06-28 07:29:13 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-12-13 14:59:30 +00:00
}
],
2020-06-28 07:29:13 +00:00
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"time": "2020-05-27T08:34:37+00:00"
2018-11-20 17:24:53 +00:00
},
{
2019-11-10 16:04:56 +00:00
"name": "symfony/event-dispatcher",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2018-11-20 17:24:53 +00:00
"source": {
"type": "git",
2019-11-10 16:04:56 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2020-06-28 07:29:13 +00:00
"reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7"
2018-11-20 17:24:53 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cc0d059e2e997e79ca34125a52f3e33de4424ac7",
"reference": "cc0d059e2e997e79ca34125a52f3e33de4424ac7",
2018-11-20 17:24:53 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher-contracts": "^2",
"symfony/polyfill-php80": "^1.15"
2018-11-20 17:24:53 +00:00
},
"conflict": {
2020-04-27 10:28:36 +00:00
"symfony/dependency-injection": "<4.4"
2019-11-10 16:04:56 +00:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2020-04-27 10:28:36 +00:00
"symfony/event-dispatcher-implementation": "2.0"
2018-11-20 17:24:53 +00:00
},
"require-dev": {
2019-11-10 16:04:56 +00:00
"psr/log": "~1.0",
2020-04-27 10:28:36 +00:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^4.4|^5.0"
2019-11-10 16:04:56 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2018-11-20 17:24:53 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2018-11-20 17:24:53 +00:00
}
},
"autoload": {
"psr-4": {
2019-11-10 16:04:56 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2018-11-20 17:24:53 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-11-10 16:04:56 +00:00
"description": "Symfony EventDispatcher Component",
2018-11-20 17:24:53 +00:00
"homepage": "https://symfony.com",
2020-06-28 07:29:13 +00:00
"time": "2020-05-20T17:43:50+00:00"
2016-12-22 14:43:37 +00:00
},
{
2019-11-10 16:04:56 +00:00
"name": "symfony/event-dispatcher-contracts",
2020-06-28 07:29:13 +00:00
"version": "v2.1.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2019-11-10 16:04:56 +00:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2020-06-28 07:29:13 +00:00
"reference": "405952c4e90941a17e52ef7489a2bd94870bb290"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/405952c4e90941a17e52ef7489a2bd94870bb290",
"reference": "405952c4e90941a17e52ef7489a2bd94870bb290",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
2020-04-27 10:28:36 +00:00
"psr/event-dispatcher": "^1"
2018-11-11 07:21:31 +00:00
},
"suggest": {
2019-11-10 16:04:56 +00:00
"symfony/event-dispatcher-implementation": ""
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "2.1-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
2019-11-10 16:04:56 +00:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2016-12-22 14:43:37 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2019-11-10 16:04:56 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-10-02 11:25:08 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-12-22 14:43:37 +00:00
}
],
2019-11-10 16:04:56 +00:00
"description": "Generic abstractions related to dispatching event",
2017-10-02 11:25:08 +00:00
"homepage": "https://symfony.com",
2019-11-10 16:04:56 +00:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-20T17:43:50+00:00"
2016-12-22 14:43:37 +00:00
},
{
2018-11-11 07:21:31 +00:00
"name": "symfony/filesystem",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2018-11-11 07:21:31 +00:00
"url": "https://github.com/symfony/filesystem.git",
2020-06-28 07:29:13 +00:00
"reference": "6e4320f06d5f2cce0d96530162491f4465179157"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6e4320f06d5f2cce0d96530162491f4465179157",
"reference": "6e4320f06d5f2cce0d96530162491f4465179157",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
2018-11-11 07:21:31 +00:00
"symfony/polyfill-ctype": "~1.8"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
2018-11-11 07:21:31 +00:00
"Symfony\\Component\\Filesystem\\": ""
2017-10-02 11:25:08 +00:00
},
"exclude-from-classmap": [
"/Tests/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-01 12:01:56 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-12-22 14:43:37 +00:00
}
],
2018-11-11 07:21:31 +00:00
"description": "Symfony Filesystem Component",
2017-10-02 11:25:08 +00:00
"homepage": "https://symfony.com",
2020-06-28 07:29:13 +00:00
"time": "2020-05-30T20:35:19+00:00"
2016-12-22 14:43:37 +00:00
},
2017-10-01 11:07:04 +00:00
{
2018-11-11 07:21:31 +00:00
"name": "symfony/finder",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
2018-11-11 07:21:31 +00:00
"url": "https://github.com/symfony/finder.git",
2020-06-28 07:29:13 +00:00
"reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
"reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5"
2017-10-01 11:07:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2017-10-01 11:07:04 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
2018-11-11 07:21:31 +00:00
"Symfony\\Component\\Finder\\": ""
2017-10-02 11:25:08 +00:00
},
"exclude-from-classmap": [
"/Tests/"
2017-10-01 11:07:04 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2017-10-01 11:07:04 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-10-01 11:07:04 +00:00
}
],
2018-11-11 07:21:31 +00:00
"description": "Symfony Finder Component",
2017-10-02 11:25:08 +00:00
"homepage": "https://symfony.com",
2020-06-28 07:29:13 +00:00
"time": "2020-05-20T17:43:50+00:00"
2017-10-01 11:07:04 +00:00
},
2016-12-22 14:43:37 +00:00
{
2018-11-11 07:21:31 +00:00
"name": "symfony/options-resolver",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2018-11-11 07:21:31 +00:00
"url": "https://github.com/symfony/options-resolver.git",
2020-06-28 07:29:13 +00:00
"reference": "663f5dd5e14057d1954fe721f9709d35837f2447"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/663f5dd5e14057d1954fe721f9709d35837f2447",
"reference": "663f5dd5e14057d1954fe721f9709d35837f2447",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15"
2016-12-22 14:43:37 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2016-12-22 14:43:37 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
2018-11-11 07:21:31 +00:00
"Symfony\\Component\\OptionsResolver\\": ""
2017-10-02 11:25:08 +00:00
},
2018-11-11 07:21:31 +00:00
"exclude-from-classmap": [
"/Tests/"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2016-12-22 14:43:37 +00:00
],
"authors": [
{
2018-11-11 07:21:31 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-02 11:25:08 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-12-22 14:43:37 +00:00
}
],
2018-11-11 07:21:31 +00:00
"description": "Symfony OptionsResolver Component",
2017-10-02 11:25:08 +00:00
"homepage": "https://symfony.com",
"keywords": [
2018-11-11 07:21:31 +00:00
"config",
"configuration",
"options"
2017-10-02 11:25:08 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-23T13:08:13+00:00"
2016-12-22 14:43:37 +00:00
},
{
2018-11-11 07:21:31 +00:00
"name": "symfony/polyfill-ctype",
2020-06-28 07:29:13 +00:00
"version": "v1.17.1",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
2018-11-11 07:21:31 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-06-28 07:29:13 +00:00
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
"reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
2017-10-02 11:25:08 +00:00
"require": {
"php": ">=5.3.3"
},
2018-11-11 07:21:31 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2017-10-02 11:25:08 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-10-02 11:25:08 +00:00
}
2016-12-22 14:43:37 +00:00
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
2018-11-11 07:21:31 +00:00
"Symfony\\Polyfill\\Ctype\\": ""
2017-10-02 11:25:08 +00:00
},
"files": [
"bootstrap.php"
2016-12-22 14:43:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2018-11-11 07:21:31 +00:00
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2019-11-10 16:04:56 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-12-22 14:43:37 +00:00
}
],
2018-11-11 07:21:31 +00:00
"description": "Symfony polyfill for ctype functions",
2017-10-02 11:25:08 +00:00
"homepage": "https://symfony.com",
2016-12-22 14:43:37 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"compatibility",
2018-11-11 07:21:31 +00:00
"ctype",
2017-10-02 11:25:08 +00:00
"polyfill",
2018-11-11 07:21:31 +00:00
"portable"
2016-12-22 14:43:37 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-06T08:46:27+00:00"
2016-12-22 14:43:37 +00:00
},
2017-02-25 08:38:18 +00:00
{
2020-06-28 07:29:13 +00:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.17.1",
2017-02-25 08:38:18 +00:00
"source": {
"type": "git",
2020-06-28 07:29:13 +00:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "6e4dbcf5e81eba86e36731f94fe56b1726835846"
2017-02-25 08:38:18 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/6e4dbcf5e81eba86e36731f94fe56b1726835846",
"reference": "6e4dbcf5e81eba86e36731f94fe56b1726835846",
2017-02-25 08:38:18 +00:00
"shasum": ""
},
"require": {
2017-10-02 11:25:08 +00:00
"php": ">=5.3.3"
2017-10-01 12:01:56 +00:00
},
2018-11-11 07:21:31 +00:00
"suggest": {
2020-06-28 07:29:13 +00:00
"ext-intl": "For best performance"
2018-11-11 07:21:31 +00:00
},
2017-02-25 08:38:18 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-02-25 08:38:18 +00:00
}
},
"autoload": {
2017-10-02 11:25:08 +00:00
"psr-4": {
2020-06-28 07:29:13 +00:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2017-10-02 11:25:08 +00:00
},
"files": [
"bootstrap.php"
2017-02-25 08:38:18 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-10-02 11:25:08 +00:00
"MIT"
2017-02-25 08:38:18 +00:00
],
"authors": [
{
2017-10-02 11:25:08 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-02-25 08:38:18 +00:00
}
],
2020-06-28 07:29:13 +00:00
"description": "Symfony polyfill for intl's grapheme_* functions",
2017-10-02 11:25:08 +00:00
"homepage": "https://symfony.com",
2017-02-25 08:38:18 +00:00
"keywords": [
2017-10-02 11:25:08 +00:00
"compatibility",
2020-06-28 07:29:13 +00:00
"grapheme",
"intl",
2017-10-02 11:25:08 +00:00
"polyfill",
"portable",
"shim"
2017-02-25 08:38:18 +00:00
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-06T08:46:27+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.17.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "40309d1700e8f72447bb9e7b54af756eeea35620"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/40309d1700e8f72447bb9e7b54af756eeea35620",
"reference": "40309d1700e8f72447bb9e7b54af756eeea35620",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2019-12-13 14:59:30 +00:00
},
2020-06-28 07:29:13 +00:00
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-12-13 14:59:30 +00:00
{
2020-06-28 07:29:13 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-12-13 14:59:30 +00:00
},
{
2020-06-28 07:29:13 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-12-13 14:59:30 +00:00
}
],
2020-06-28 07:29:13 +00:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"time": "2020-06-14T14:40:37+00:00"
2017-02-25 08:38:18 +00:00
},
2017-10-01 11:07:04 +00:00
{
2017-10-02 11:25:08 +00:00
"name": "symfony/polyfill-php70",
2020-06-28 07:29:13 +00:00
"version": "v1.17.1",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/symfony/polyfill-php70.git",
2020-06-28 07:29:13 +00:00
"reference": "471b096aede7025bace8eb356b9ac801aaba7e2d"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/471b096aede7025bace8eb356b9ac801aaba7e2d",
"reference": "471b096aede7025bace8eb356b9ac801aaba7e2d",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
2018-11-11 07:21:31 +00:00
"paragonie/random_compat": "~1.0|~2.0|~9.99",
2017-10-01 11:07:04 +00:00
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-10-01 11:07:04 +00:00
}
},
"autoload": {
"psr-4": {
2017-10-02 11:25:08 +00:00
"Symfony\\Polyfill\\Php70\\": ""
2017-10-01 11:07:04 +00:00
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-10-02 11:25:08 +00:00
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
2017-10-01 11:07:04 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-06T08:46:27+00:00"
2017-10-01 11:07:04 +00:00
},
{
2017-10-02 11:25:08 +00:00
"name": "symfony/polyfill-php72",
2020-06-28 07:29:13 +00:00
"version": "v1.17.0",
2017-10-01 11:07:04 +00:00
"source": {
"type": "git",
2017-10-02 11:25:08 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
2020-06-28 07:29:13 +00:00
"reference": "f048e612a3905f34931127360bdd2def19a5e582"
2017-10-01 11:07:04 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
"reference": "f048e612a3905f34931127360bdd2def19a5e582",
2017-10-01 11:07:04 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "1.17-dev"
2017-10-01 11:07:04 +00:00
}
},
"autoload": {
"psr-4": {
2017-10-02 11:25:08 +00:00
"Symfony\\Polyfill\\Php72\\": ""
2017-10-01 11:07:04 +00:00
},
"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"
}
],
2017-10-02 11:25:08 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2017-10-01 11:07:04 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-12T16:47:27+00:00"
2019-11-10 16:04:56 +00:00
},
{
"name": "symfony/polyfill-php73",
2020-06-28 07:29:13 +00:00
"version": "v1.17.1",
2019-11-10 16:04:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2020-06-28 07:29:13 +00:00
"reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a"
2019-11-10 16:04:56 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a",
"reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a",
2019-11-10 16:04:56 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-11-10 16:04:56 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"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 backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-06-28 07:29:13 +00:00
"time": "2020-06-06T08:46:27+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.17.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2",
"reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2",
"shasum": ""
},
"require": {
"php": ">=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-12-13 14:59:30 +00:00
{
2020-06-28 07:29:13 +00:00
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
2019-12-13 14:59:30 +00:00
},
{
2020-06-28 07:29:13 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-12-13 14:59:30 +00:00
},
{
2020-06-28 07:29:13 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-12-13 14:59:30 +00:00
}
],
2020-06-28 07:29:13 +00:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2020-06-06T08:46:27+00:00"
2017-03-29 09:59:07 +00:00
},
2017-10-02 11:25:08 +00:00
{
"name": "symfony/process",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2017-10-02 11:25:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-06-28 07:29:13 +00:00
"reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1"
2017-10-02 11:25:08 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
"reference": "7f6378c1fa2147eeb1b4c385856ce9de0d46ebd1",
2017-10-02 11:25:08 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2017-10-02 11:25:08 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2017-10-02 11:25:08 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2020-06-28 07:29:13 +00:00
"time": "2020-05-30T20:35:19+00:00"
2019-11-10 16:04:56 +00:00
},
{
"name": "symfony/service-contracts",
2020-06-28 07:29:13 +00:00
"version": "v2.1.2",
2019-11-10 16:04:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-06-28 07:29:13 +00:00
"reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b"
2019-11-10 16:04:56 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b",
"reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b",
2019-11-10 16:04:56 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
2019-11-10 16:04:56 +00:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "2.1-dev"
2019-11-10 16:04:56 +00:00
}
},
"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"
],
2020-06-28 07:29:13 +00:00
"time": "2020-05-20T17:43:50+00:00"
2017-10-02 11:25:08 +00:00
},
{
"name": "symfony/stopwatch",
2020-06-28 07:29:13 +00:00
"version": "v5.1.2",
2017-10-02 11:25:08 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2020-06-28 07:29:13 +00:00
"reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323"
2017-10-02 11:25:08 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
"reference": "0f7c58cf81dbb5dd67d423a89d577524a2ec0323",
2017-10-02 11:25:08 +00:00
"shasum": ""
},
"require": {
2020-06-28 07:29:13 +00:00
"php": ">=7.2.5",
2020-04-27 10:28:36 +00:00
"symfony/service-contracts": "^1.0|^2"
2017-10-02 11:25:08 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-28 07:29:13 +00:00
"dev-master": "5.1-dev"
2017-10-02 11:25:08 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"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 Stopwatch Component",
"homepage": "https://symfony.com",
2020-06-28 07:29:13 +00:00
"time": "2020-05-20T17:43:50+00:00"
},
{
"name": "symfony/string",
"version": "v5.1.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "ac70459db781108db7c6d8981dd31ce0e29e3298"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298",
"reference": "ac70459db781108db7c6d8981dd31ce0e29e3298",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
2019-12-13 14:59:30 +00:00
},
2020-06-28 07:29:13 +00:00
"files": [
"Resources/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-12-13 14:59:30 +00:00
{
2020-06-28 07:29:13 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-12-13 14:59:30 +00:00
},
{
2020-06-28 07:29:13 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-12-13 14:59:30 +00:00
}
],
2020-06-28 07:29:13 +00:00
"description": "Symfony String component",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"time": "2020-06-11T12:16:36+00:00"
2017-10-02 11:25:08 +00:00
},
2017-01-21 15:44:33 +00:00
{
"name": "tecnickcom/tcpdf",
2020-04-27 10:28:36 +00:00
"version": "6.3.5",
2017-01-21 15:44:33 +00:00
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git",
2020-04-27 10:28:36 +00:00
"reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
2017-01-21 15:44:33 +00:00
},
"dist": {
"type": "zip",
2020-04-27 10:28:36 +00:00
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
"reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
2017-01-21 15:44:33 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
"config",
"include",
"tcpdf.php",
"tcpdf_parser.php",
"tcpdf_import.php",
"tcpdf_barcodes_1d.php",
"tcpdf_barcodes_2d.php",
"include/tcpdf_colors.php",
"include/tcpdf_filters.php",
"include/tcpdf_font_data.php",
"include/tcpdf_fonts.php",
"include/tcpdf_images.php",
"include/tcpdf_static.php",
"include/barcodes/datamatrix.php",
"include/barcodes/pdf417.php",
"include/barcodes/qrcode.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-04-27 10:28:36 +00:00
"LGPL-3.0-only"
2017-01-21 15:44:33 +00:00
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
2018-11-11 07:21:31 +00:00
"role": "lead"
2017-01-21 15:44:33 +00:00
}
],
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
"homepage": "http://www.tcpdf.org/",
"keywords": [
"PDFD32000-2008",
"TCPDF",
"barcodes",
"datamatrix",
"pdf",
"pdf417",
"qrcode"
],
2020-04-27 10:28:36 +00:00
"time": "2020-02-14T14:20:12+00:00"
2016-12-22 14:43:37 +00:00
},
2019-07-25 06:45:43 +00:00
{
"name": "theseer/tokenizer",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"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",
"time": "2019-06-13T22:48:21+00:00"
},
2016-12-22 14:43:37 +00:00
{
"name": "webmozart/assert",
2020-06-28 07:29:13 +00:00
"version": "1.9.0",
2016-12-22 14:43:37 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-06-28 07:29:13 +00:00
"reference": "9dc4f203e36f2b486149058bade43c851dd97451"
2016-12-22 14:43:37 +00:00
},
"dist": {
"type": "zip",
2020-06-28 07:29:13 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451",
"reference": "9dc4f203e36f2b486149058bade43c851dd97451",
2016-12-22 14:43:37 +00:00
"shasum": ""
},
"require": {
2019-07-25 06:45:43 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-12-22 14:43:37 +00:00
},
2020-04-27 10:28:36 +00:00
"conflict": {
2020-06-28 07:29:13 +00:00
"phpstan/phpstan": "<0.12.20",
2020-04-27 10:28:36 +00:00
"vimeo/psalm": "<3.9.1"
},
2016-12-22 14:43:37 +00:00
"require-dev": {
2019-11-10 16:04:56 +00:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2016-12-22 14:43:37 +00: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-06-28 07:29:13 +00:00
"time": "2020-06-16T10:16:42+00:00"
2016-12-22 14:43:37 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
2019-11-10 16:04:56 +00:00
"stability-flags": [],
2016-12-22 14:43:37 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-04-27 09:42:32 +00:00
"php": "^7.2",
2017-10-28 14:22:50 +00:00
"ext-ctype": "*",
"ext-dom": "*",
"ext-gd": "*",
2016-12-22 14:43:37 +00:00
"ext-iconv": "*",
2019-01-02 03:23:34 +00:00
"ext-fileinfo": "*",
2017-10-28 14:22:50 +00:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
2016-12-22 14:43:37 +00:00
"ext-xml": "*",
2017-10-28 14:22:50 +00:00
"ext-xmlreader": "*",
2017-03-11 02:48:46 +00:00
"ext-xmlwriter": "*",
2017-10-28 14:22:50 +00:00
"ext-zip": "*",
"ext-zlib": "*"
2016-12-22 14:43:37 +00:00
},
2020-06-28 07:29:13 +00:00
"platform-dev": []
2019-07-25 06:12:45 +00:00
}