shimmie2/composer.lock

2049 lines
71 KiB
Plaintext
Raw Normal View History

2016-06-18 12:33:56 -05:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-05 09:47:47 -05:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-06-18 12:33:56 -05:00
"This file is @generated automatically"
],
2020-09-20 11:53:26 -05:00
"content-hash": "3d042af61e036e847aadc062605798d2",
2016-06-18 12:33:56 -05:00
"packages": [
{
"name": "bower-asset/jquery",
2019-11-21 11:12:08 -06:00
"version": "1.12.4",
2016-06-18 12:33:56 -05:00
"source": {
"type": "git",
2020-09-20 11:53:26 -05:00
"url": "git@github.com:jquery/jquery-dist.git",
2019-11-21 11:12:08 -06:00
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
2016-06-18 12:33:56 -05:00
},
"dist": {
"type": "zip",
2019-11-21 11:12:08 -06:00
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/5e89585e0121e72ff47de177c5ef604f3089a53d",
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
2016-06-18 12:33:56 -05:00
},
2017-09-17 11:08:08 -05:00
"type": "bower-asset",
2016-06-18 12:33:56 -05:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/jquery-timeago",
2019-11-21 11:12:08 -06:00
"version": "v1.5.4",
2016-06-18 12:33:56 -05:00
"source": {
"type": "git",
2019-11-14 12:24:09 -06:00
"url": "git@github.com:rmm5t/jquery-timeago.git",
2019-11-21 11:12:08 -06:00
"reference": "180864a9c544a49e43719b457250af216d5e4c3a"
2016-06-18 12:33:56 -05:00
},
"dist": {
"type": "zip",
2019-11-21 11:12:08 -06:00
"url": "https://api.github.com/repos/rmm5t/jquery-timeago/zipball/180864a9c544a49e43719b457250af216d5e4c3a",
"reference": "180864a9c544a49e43719b457250af216d5e4c3a"
2016-06-18 12:33:56 -05:00
},
"require": {
"bower-asset/jquery": ">=1.4"
},
2017-09-17 11:08:08 -05:00
"type": "bower-asset",
2016-06-18 12:33:56 -05:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/js-cookie",
2019-11-21 11:12:08 -06:00
"version": "v2.1.4",
2016-06-18 12:33:56 -05:00
"source": {
"type": "git",
2019-11-14 12:24:09 -06:00
"url": "git@github.com:js-cookie/js-cookie.git",
2019-11-21 11:12:08 -06:00
"reference": "8b70250875f7e07445b6a457f9c2474ead4cba44"
2016-06-18 12:33:56 -05:00
},
"dist": {
"type": "zip",
2019-11-21 11:12:08 -06:00
"url": "https://api.github.com/repos/js-cookie/js-cookie/zipball/8b70250875f7e07445b6a457f9c2474ead4cba44",
"reference": "8b70250875f7e07445b6a457f9c2474ead4cba44"
2016-06-18 12:33:56 -05:00
},
2017-09-17 11:08:08 -05:00
"type": "bower-asset",
2016-06-18 12:33:56 -05:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/mediaelement",
2019-11-21 11:12:08 -06:00
"version": "2.21.2",
2016-06-18 12:33:56 -05:00
"source": {
"type": "git",
2019-11-14 12:24:09 -06:00
"url": "git@github.com:johndyer/mediaelement.git",
2019-11-21 11:12:08 -06:00
"reference": "394db3b4a2e3f5f7988cacdefe62ed973bf4a3ce"
2016-06-18 12:33:56 -05:00
},
"dist": {
"type": "zip",
2019-11-21 11:12:08 -06:00
"url": "https://api.github.com/repos/johndyer/mediaelement/zipball/394db3b4a2e3f5f7988cacdefe62ed973bf4a3ce",
"reference": "394db3b4a2e3f5f7988cacdefe62ed973bf4a3ce"
2016-06-18 12:33:56 -05:00
},
2017-09-17 11:08:08 -05:00
"type": "bower-asset",
2016-06-18 12:33:56 -05:00
"license": [
"MIT"
]
},
{
"name": "dapphp/securimage",
2020-06-24 10:50:00 -05:00
"version": "3.6.8",
2016-06-18 12:33:56 -05:00
"source": {
"type": "git",
"url": "https://github.com/dapphp/securimage.git",
2020-06-24 10:50:00 -05:00
"reference": "5fc5953c4ffba1eb214cc83100672f238c184ca4"
2016-06-18 12:33:56 -05:00
},
"dist": {
"type": "zip",
2020-06-24 10:50:00 -05:00
"url": "https://api.github.com/repos/dapphp/securimage/zipball/5fc5953c4ffba1eb214cc83100672f238c184ca4",
"reference": "5fc5953c4ffba1eb214cc83100672f238c184ca4",
2016-06-18 12:33:56 -05:00
"shasum": ""
},
"require": {
"ext-gd": "*",
2019-07-05 09:47:47 -05:00
"php": ">=5.4"
2016-06-18 12:33:56 -05:00
},
"suggest": {
"ext-pdo": "For database storage support",
"ext-pdo_mysql": "For MySQL database support",
"ext-pdo_sqlite": "For SQLite3 database support"
},
"type": "library",
"autoload": {
"classmap": [
"securimage.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-07-05 09:47:47 -05:00
"BSD-3-Clause"
2016-06-18 12:33:56 -05:00
],
"authors": [
{
"name": "Drew Phillips",
"email": "drew@drew-phillips.com"
}
],
"description": "PHP CAPTCHA Library",
"homepage": "https://www.phpcaptcha.org",
"keywords": [
2019-07-05 09:47:47 -05:00
"Forms",
"anti-spam",
2016-06-18 12:33:56 -05:00
"captcha",
"security"
],
2020-06-24 10:50:00 -05:00
"time": "2020-05-30T09:43:22+00:00"
},
2018-02-20 15:35:43 -06:00
{
"name": "enshrined/svg-sanitize",
2020-03-09 18:54:00 -05:00
"version": "0.13.3",
2018-02-20 15:35:43 -06:00
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
2020-03-09 18:54:00 -05:00
"reference": "bc66593f255b7d2613d8f22041180036979b6403"
2018-02-20 15:35:43 -06:00
},
"dist": {
"type": "zip",
2020-03-09 18:54:00 -05:00
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403",
"reference": "bc66593f255b7d2613d8f22041180036979b6403",
2018-02-20 15:35:43 -06:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*"
},
2018-02-20 15:35:43 -06:00
"require-dev": {
"codeclimate/php-test-reporter": "^0.1.2",
"phpunit/phpunit": "^6"
2018-02-20 15:35:43 -06:00
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
2018-02-20 15:35:43 -06:00
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
2020-03-09 18:54:00 -05:00
"time": "2020-01-20T01:34:17+00:00"
2018-02-20 15:35:43 -06:00
},
2016-06-18 12:33:56 -05:00
{
"name": "flexihash/flexihash",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/pda/flexihash.git",
"reference": "497ba5782606d998f8ab0b4e5942e3a799bec018"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pda/flexihash/zipball/497ba5782606d998f8ab0b4e5942e3a799bec018",
"reference": "497ba5782606d998f8ab0b4e5942e3a799bec018",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "~1.0",
"squizlabs/php_codesniffer": "^2.3",
"symfony/config": "^2.0.0",
"symfony/console": "^2.0.0",
"symfony/filesystem": "^2.0.0",
"symfony/stopwatch": "^2.0.0",
"symfony/yaml": "^2.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Flexihash\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Annesley",
"email": "paul@annesley.cc",
"homepage": "http://paul.annesley.cc"
},
{
"name": "Dom Morgan",
"email": "dom@d3r.com",
"homepage": "https://d3r.com"
}
],
"description": "Flexihash is a small PHP library which implements consistent hashing",
"homepage": "https://github.com/pda/flexihash",
"time": "2016-04-22T21:03:23+00:00"
2016-06-18 12:33:56 -05:00
},
{
"name": "google/recaptcha",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
2020-06-24 10:50:00 -05:00
"reference": "79ccf652575e138d51742d04e78a5adbb9892f9d"
2016-06-18 12:33:56 -05:00
},
"dist": {
"type": "zip",
2020-06-24 10:50:00 -05:00
"url": "https://api.github.com/repos/google/recaptcha/zipball/79ccf652575e138d51742d04e78a5adbb9892f9d",
"reference": "79ccf652575e138d51742d04e78a5adbb9892f9d",
2016-06-18 12:33:56 -05:00
"shasum": ""
},
"require": {
2017-03-09 12:32:00 -06:00
"php": ">=5.5"
2016-06-18 12:33:56 -05:00
},
"require-dev": {
2019-07-05 09:47:47 -05:00
"friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
2016-06-18 12:33:56 -05:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-05 09:47:47 -05:00
"dev-master": "1.2.x-dev"
2016-06-18 12:33:56 -05:00
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-07-05 09:47:47 -05:00
"description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
"homepage": "https://www.google.com/recaptcha/",
2016-06-18 12:33:56 -05:00
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
2020-06-24 10:50:00 -05:00
"time": "2020-05-21T08:56:25+00:00"
2016-06-18 12:33:56 -05:00
},
{
"name": "ifixit/php-akismet",
"version": "1.1",
2016-06-18 12:33:56 -05:00
"source": {
"type": "git",
"url": "https://github.com/iFixit/php-akismet.git",
"reference": "fd4ff50eb577457c1b7b887401663e91e77625ae"
2016-06-18 12:33:56 -05:00
},
"type": "library"
2017-09-20 23:00:59 -05:00
},
{
2019-07-05 14:49:47 -05:00
"name": "shish/eventtracer-php",
2020-09-20 11:53:26 -05:00
"version": "v2.0.0",
2017-09-20 23:00:59 -05:00
"source": {
"type": "git",
2019-07-05 14:49:47 -05:00
"url": "https://github.com/shish/eventtracer-php.git",
2020-09-20 11:53:26 -05:00
"reference": "0328454c58d240667f004f3efd863b8ef521ba2a"
2017-09-20 23:00:59 -05:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/shish/eventtracer-php/zipball/0328454c58d240667f004f3efd863b8ef521ba2a",
"reference": "0328454c58d240667f004f3efd863b8ef521ba2a",
2017-09-20 23:00:59 -05:00
"shasum": ""
},
"require": {
2019-07-05 14:49:47 -05:00
"ext-json": "*",
2020-09-20 11:53:26 -05:00
"php": "^7.3"
2017-09-20 23:00:59 -05:00
},
"require-dev": {
2020-09-20 11:53:26 -05:00
"phpunit/phpunit": "^9.0"
2017-09-20 23:00:59 -05:00
},
"type": "library",
2019-07-05 14:49:47 -05:00
"autoload": {
"classmap": [
"src/"
]
},
2017-09-20 23:00:59 -05:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
2019-07-05 14:49:47 -05:00
"description": "An API to write JSON traces as used by the Chrome Trace Viewer",
"homepage": "https://github.com/shish/eventtracer-php",
2020-09-20 11:53:26 -05:00
"time": "2020-09-20T11:46:44+00:00"
2019-11-24 09:59:14 -06:00
},
{
"name": "shish/ffsphp",
2020-09-20 11:53:26 -05:00
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/shish/ffsphp.git",
2020-09-20 11:53:26 -05:00
"reference": "82d45b2691da11c82a28f85b07752334a06b8a8e"
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/shish/ffsphp/zipball/82d45b2691da11c82a28f85b07752334a06b8a8e",
"reference": "82d45b2691da11c82a28f85b07752334a06b8a8e",
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"php": "^7.3"
},
"require-dev": {
2020-09-20 11:53:26 -05:00
"phpunit/phpunit": "^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"FFSPHP\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A collection of workarounds for stupid PHP things",
"homepage": "https://github.com/shish/ffsphp",
2020-09-20 11:53:26 -05:00
"time": "2020-09-20T13:15:53+00:00"
},
2019-11-24 09:59:14 -06:00
{
"name": "shish/microcrud",
2020-09-20 11:53:26 -05:00
"version": "v2.0.0",
2019-11-24 09:59:14 -06:00
"source": {
"type": "git",
"url": "https://github.com/shish/microcrud.git",
2020-09-20 11:53:26 -05:00
"reference": "1d55c02c405fc75ad6a0e952e9333552bef492f0"
2019-11-24 09:59:14 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/shish/microcrud/zipball/1d55c02c405fc75ad6a0e952e9333552bef492f0",
"reference": "1d55c02c405fc75ad6a0e952e9333552bef492f0",
2019-11-24 09:59:14 -06:00
"shasum": ""
},
"require": {
"ext-pdo": "*",
2020-09-20 11:53:26 -05:00
"php": "^7.3",
"shish/ffsphp": "^1.0",
"shish/microhtml": "^2.0.2"
2019-11-24 09:59:14 -06:00
},
"require-dev": {
2020-09-20 11:53:26 -05:00
"phpunit/phpunit": "^9.0"
2019-11-24 09:59:14 -06:00
},
"type": "library",
"autoload": {
"psr-4": {
"MicroCRUD\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal CRUD generating library",
"homepage": "https://github.com/shish/microcrud",
"keywords": [
"crud",
"generator"
],
2020-09-20 11:53:26 -05:00
"time": "2020-09-20T13:10:42+00:00"
2019-11-24 09:59:14 -06:00
},
{
"name": "shish/microhtml",
2020-09-20 11:53:26 -05:00
"version": "v2.0.2",
2019-11-24 09:59:14 -06:00
"source": {
"type": "git",
"url": "https://github.com/shish/microhtml.git",
2020-09-20 11:53:26 -05:00
"reference": "d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947"
2019-11-24 09:59:14 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/shish/microhtml/zipball/d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947",
"reference": "d5c393d5a47bb3b3febdfde9ebf6e91cb9b41947",
2019-11-24 09:59:14 -06:00
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"php": "^7.3"
2019-11-24 09:59:14 -06:00
},
"require-dev": {
2020-09-20 11:53:26 -05:00
"phpunit/phpunit": "^9.0"
2019-11-24 09:59:14 -06:00
},
"type": "library",
"autoload": {
"files": [
"src/microhtml.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shish",
"email": "webmaster@shishnet.org",
"homepage": "http://shishnet.org",
"role": "Developer"
}
],
"description": "A minimal HTML generating library",
"homepage": "https://github.com/shish/microhtml",
"keywords": [
"generator",
"html"
],
2020-09-20 11:53:26 -05:00
"time": "2020-09-20T13:05:01+00:00"
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2019-12-07 17:00:52 -06:00
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2020-06-24 10:50:00 -05:00
"reference": "3e7a22aed197e9333cc929e7f6b4300bdae91fcc"
},
"dist": {
"type": "zip",
2020-06-24 10:50:00 -05:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/3e7a22aed197e9333cc929e7f6b4300bdae91fcc",
"reference": "3e7a22aed197e9333cc929e7f6b4300bdae91fcc",
"shasum": ""
},
"require": {
2020-06-24 10:50:00 -05:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
2019-07-05 09:47:47 -05:00
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
2019-07-05 09:47:47 -05:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-07 17:00:52 -06:00
"dev-master": "1.4.x-dev"
}
},
"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-05 09:47:47 -05:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
2020-06-24 10:50:00 -05:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-06-15T18:51:04+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "myclabs/deep-copy",
2019-07-05 09:47:47 -05:00
"version": "1.x-dev",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-09-20 11:53:26 -05:00
"reference": "a3409d10079990eeb489c3fead0ac070b5b38895"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a3409d10079990eeb489c3fead0ac070b5b38895",
"reference": "a3409d10079990eeb489c3fead0ac070b5b38895",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"php": "^7.1 || ^8.0"
2019-07-05 09:47:47 -05:00
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2018-02-20 15:44:21 -06:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2019-07-05 09:47:47 -05:00
"phpunit/phpunit": "^7.1"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2018-02-20 15:44:21 -06:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2017-03-09 12:32:00 -06:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-09-20 11:53:26 -05:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-08-28T16:31:07+00:00"
2017-03-09 12:32:00 -06:00
},
2017-09-20 22:16:36 -05:00
{
"name": "phar-io/manifest",
2020-06-24 10:50:00 -05:00
"version": "1.0.3",
2017-09-20 22:16:36 -05:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2020-06-24 10:50:00 -05:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-09-20 22:16:36 -05:00
},
"dist": {
"type": "zip",
2020-06-24 10:50:00 -05:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-09-20 22:16:36 -05:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-07-05 09:47:47 -05:00
"phar-io/version": "^2.0",
2020-06-24 10:50:00 -05:00
"php": "^5.6 || ^7.0"
2017-09-20 22:16:36 -05:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "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)",
2020-06-24 10:50:00 -05:00
"time": "2018-07-08T19:23:20+00:00"
2017-09-20 22:16:36 -05:00
},
{
"name": "phar-io/version",
2019-07-05 09:47:47 -05:00
"version": "2.0.1",
2017-09-20 22:16:36 -05:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2019-07-05 09:47:47 -05:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-09-20 22:16:36 -05:00
},
"dist": {
"type": "zip",
2019-07-05 09:47:47 -05:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-09-20 22:16:36 -05:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2019-07-05 09:47:47 -05:00
"time": "2018-07-08T19:19:57+00:00"
2017-09-20 22:16:36 -05:00
},
2017-03-09 12:32:00 -06:00
{
"name": "phpdocumentor/reflection-common",
2019-12-15 09:29:37 -06:00
"version": "dev-master",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-06-24 10:50:00 -05:00
"reference": "cf8df60735d98fd18070b7cab0019ba0831e219c"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-06-24 10:50:00 -05:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/cf8df60735d98fd18070b7cab0019ba0831e219c",
"reference": "cf8df60735d98fd18070b7cab0019ba0831e219c",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2019-10-01 04:31:31 -05:00
"php": ">=7.1"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-01 04:31:31 -05:00
"dev-master": "2.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"psr-4": {
2019-10-01 04:31:31 -05:00
"phpDocumentor\\Reflection\\": "src/"
2017-03-09 12:32:00 -06:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2020-06-24 10:50:00 -05:00
"time": "2020-06-19T17:42:03+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "phpdocumentor/reflection-docblock",
2019-11-14 12:24:09 -06:00
"version": "dev-master",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-09-20 11:53:26 -05:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-09-20 11:53:26 -05:00
"mockery/mockery": "~1.3.2"
2017-03-09 12:32:00 -06:00
},
"type": "library",
2018-02-20 15:44:21 -06:00
"extra": {
"branch-alias": {
2019-11-14 12:24:09 -06:00
"dev-master": "5.x-dev"
2018-02-20 15:44:21 -06:00
}
},
2017-03-09 12:32:00 -06:00
"autoload": {
"psr-4": {
2019-11-14 12:24:09 -06:00
"phpDocumentor\\Reflection\\": "src"
2017-03-09 12:32:00 -06:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2019-12-15 09:29:37 -06:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2017-03-09 12:32:00 -06: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-09-20 11:53:26 -05:00
"time": "2020-09-03T19:13:55+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "phpdocumentor/type-resolver",
2019-12-15 09:29:37 -06:00
"version": "dev-master",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-06-24 10:50:00 -05:00
"reference": "94f3ddc5d77e49daadadd33b798b933e52dde82c"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-06-24 10:50:00 -05:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/94f3ddc5d77e49daadadd33b798b933e52dde82c",
"reference": "94f3ddc5d77e49daadadd33b798b933e52dde82c",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2019-12-15 09:29:37 -06:00
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2019-12-15 09:29:37 -06:00
"ext-tokenizer": "^7.2",
"mockery/mockery": "~1"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 09:29:37 -06:00
"dev-master": "1.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"psr-4": {
2019-10-01 04:31:31 -05:00
"phpDocumentor\\Reflection\\": "src"
2017-03-09 12:32:00 -06:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2019-10-01 04:31:31 -05:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-06-24 10:50:00 -05:00
"time": "2020-06-19T19:40:27+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "phpspec/prophecy",
2019-12-25 18:36:32 -06:00
"version": "dev-master",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-09-20 11:53:26 -05:00
"reference": "b71237982ce2a56f3231d67898cb6e31ccb2db70"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/b71237982ce2a56f3231d67898cb6e31ccb2db70",
"reference": "b71237982ce2a56f3231d67898cb6e31ccb2db70",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"doctrine/instantiator": "^1.2",
"php": "^7.2",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-09-20 11:53:26 -05:00
"phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-20 11:53:26 -05:00
"dev-master": "1.11.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
2019-07-05 09:47:47 -05:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-03-09 12:32:00 -06:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-09-20 11:53:26 -05:00
"time": "2020-09-18T12:57:36+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "phpunit/php-code-coverage",
2020-01-26 17:26:08 -06:00
"version": "7.0.10",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-01-26 17:26:08 -06:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:26:08 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-11-14 12:24:09 -06:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2017-09-20 22:16:36 -05:00
"phpunit/php-text-template": "^1.2.1",
2019-11-14 12:24:09 -06:00
"phpunit/php-token-stream": "^3.1.1",
2017-09-20 22:16:36 -05:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-11-14 12:24:09 -06:00
"sebastian/environment": "^4.2.2",
2017-09-20 22:16:36 -05:00
"sebastian/version": "^2.0.1",
2019-11-14 12:24:09 -06:00
"theseer/tokenizer": "^1.1.3"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2019-11-14 12:24:09 -06:00
"phpunit/phpunit": "^8.2.2"
2017-03-09 12:32:00 -06:00
},
"suggest": {
2019-11-14 12:24:09 -06:00
"ext-xdebug": "^2.7.2"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-14 12:24:09 -06:00
"dev-master": "7.0-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-02-20 15:44:21 -06:00
"email": "sebastian@phpunit.de",
2017-03-09 12:32:00 -06:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2020-01-26 17:26:08 -06:00
"time": "2019-11-20T13:55:58+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "phpunit/php-file-iterator",
2020-01-26 17:37:24 -06:00
"version": "2.0.2",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2020-01-26 17:37:24 -06:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.1"
2019-07-05 09:47:47 -05:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^7.1"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "2.0.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-05 09:47:47 -05:00
"email": "sebastian@phpunit.de",
2017-03-09 12:32:00 -06:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2020-01-26 17:37:24 -06:00
"time": "2018-09-13T20:33:42+00:00"
2019-12-07 17:00:52 -06:00
},
2017-03-09 12:32:00 -06:00
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
2020-01-26 17:37:24 -06:00
"version": "2.1.2",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-01-26 17:37:24 -06:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.1"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^7.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "2.1-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-05 09:47:47 -05:00
"email": "sebastian@phpunit.de",
2017-03-09 12:32:00 -06:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2020-01-26 17:37:24 -06:00
"time": "2019-06-07T04:22:29+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "phpunit/php-token-stream",
2020-09-20 11:53:26 -05:00
"version": "3.1.x-dev",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2020-01-26 17:37:24 -06:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2020-01-26 17:37:24 -06:00
"php": "^7.1"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^7.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "3.1-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2020-09-20 11:53:26 -05:00
"abandoned": true,
2020-01-26 17:37:24 -06:00
"time": "2019-09-17T06:23:10+00:00"
},
{
"name": "phpunit/phpunit",
"version": "8.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-09-20 11:53:26 -05:00
"reference": "f73ee5f2f1d3aec8122925edda683a3acfab33e0"
2020-01-26 17:37:24 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f73ee5f2f1d3aec8122925edda683a3acfab33e0",
"reference": "f73ee5f2f1d3aec8122925edda683a3acfab33e0",
2020-01-26 17:37:24 -06:00
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"doctrine/instantiator": "^1.3.1",
2020-01-26 17:37:24 -06:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
2020-09-20 11:53:26 -05:00
"myclabs/deep-copy": "^1.10.0",
2020-01-26 17:37:24 -06:00
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
2020-09-20 11:53:26 -05:00
"phpspec/prophecy": "^1.10.3",
"phpunit/php-code-coverage": "^7.0.10",
2020-01-26 17:37:24 -06:00
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
2020-09-20 11:53:26 -05:00
"sebastian/environment": "^4.2.3",
"sebastian/exporter": "^3.1.2",
2020-01-26 17:37:24 -06:00
"sebastian/global-state": "^3.0.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
"sebastian/version": "^2.0.1"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*",
"phpunit/php-invoker": "^2.0.0"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.5-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": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-09-20 11:53:26 -05:00
"time": "2020-09-17T13:41:55+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2020-01-26 17:37:24 -06:00
"version": "1.0.1",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2020-01-26 17:37:24 -06:00
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^5.6 || ^7.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^5.7 || ^6.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "1.0.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2020-01-26 17:37:24 -06:00
"time": "2017-03-04T06:30:41+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/comparator",
2020-01-26 17:26:08 -06:00
"version": "3.0.2",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2020-01-26 17:26:08 -06:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:26:08 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2019-07-05 09:47:47 -05:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2018-02-20 15:44:21 -06:00
"sebastian/exporter": "^3.1"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2019-07-05 09:47:47 -05:00
"phpunit/phpunit": "^7.1"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-05 09:47:47 -05:00
"dev-master": "3.0-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2020-01-26 17:26:08 -06:00
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-03-09 12:32:00 -06:00
}
],
"description": "Provides the functionality to compare PHP values for equality",
2017-09-20 22:16:36 -05:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2017-03-09 12:32:00 -06:00
"keywords": [
"comparator",
"compare",
"equality"
],
2020-01-26 17:26:08 -06:00
"time": "2018-07-12T15:12:46+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/diff",
2020-01-26 17:37:24 -06:00
"version": "3.0.2",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2020-01-26 17:37:24 -06:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.1"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "3.0-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-11-14 12:24:09 -06:00
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2020-01-26 17:37:24 -06:00
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-03-09 12:32:00 -06:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2019-07-05 09:47:47 -05:00
"diff",
"udiff",
"unidiff",
"unified diff"
2017-03-09 12:32:00 -06:00
],
2020-01-26 17:37:24 -06:00
"time": "2019-02-04T06:01:07+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/environment",
2020-01-26 17:37:24 -06:00
"version": "4.2.3",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2020-01-26 17:37:24 -06:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.1"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^7.5"
2019-07-05 09:47:47 -05:00
},
"suggest": {
"ext-posix": "*"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "4.2-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2020-01-26 17:37:24 -06:00
"time": "2019-11-20T08:46:58+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/exporter",
2020-01-26 17:26:08 -06:00
"version": "3.1.2",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2020-01-26 17:26:08 -06:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:26:08 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2017-09-20 22:16:36 -05:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
"ext-mbstring": "*",
2017-09-20 22:16:36 -05:00
"phpunit/phpunit": "^6.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-20 22:16:36 -05:00
"dev-master": "3.1.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-10-01 04:31:31 -05:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-03-09 12:32:00 -06:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-10-01 04:31:31 -05:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2017-03-09 12:32:00 -06:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2020-01-26 17:26:08 -06:00
"time": "2019-09-14T09:02:43+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/global-state",
2020-01-26 17:26:08 -06:00
"version": "3.0.0",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2020-01-26 17:26:08 -06:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:26:08 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2019-11-14 12:24:09 -06:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2019-11-14 12:24:09 -06:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2017-03-09 12:32:00 -06:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2019-11-14 12:24:09 -06:00
"dev-master": "3.0-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2020-01-26 17:26:08 -06:00
"time": "2019-02-01T05:30:01+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/object-enumerator",
2020-01-26 17:26:08 -06:00
"version": "3.0.3",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2020-01-26 17:26:08 -06:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:26:08 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2017-09-20 22:16:36 -05:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2017-09-20 22:16:36 -05:00
"phpunit/phpunit": "^6.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-20 22:16:36 -05:00
"dev-master": "3.0.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2020-01-26 17:26:08 -06:00
"time": "2017-08-03T12:35:26+00:00"
2017-09-20 22:16:36 -05:00
},
{
"name": "sebastian/object-reflector",
2020-01-26 17:37:24 -06:00
"version": "1.1.1",
2017-09-20 22:16:36 -05:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2020-01-26 17:37:24 -06:00
"reference": "773f97c67f28de00d397be301821b06708fca0be"
2017-09-20 22:16:36 -05:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
2017-09-20 22:16:36 -05:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.0"
2017-09-20 22:16:36 -05:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^6.0"
2017-09-20 22:16:36 -05:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "1.1-dev"
2017-09-20 22:16:36 -05:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2020-01-26 17:37:24 -06:00
"time": "2017-03-29T09:07:27+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/recursion-context",
2020-01-26 17:37:24 -06:00
"version": "3.0.0",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2020-01-26 17:37:24 -06:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.0"
2017-03-09 12:32:00 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^6.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "3.0.x-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-11-14 12:24:09 -06:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2020-01-26 17:37:24 -06:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-03-09 12:32:00 -06:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2020-01-26 17:37:24 -06:00
"time": "2017-03-03T06:23:57+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/resource-operations",
2020-01-26 17:37:24 -06:00
"version": "2.0.1",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-01-26 17:37:24 -06:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.1"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "2.0-dev"
2017-03-09 12:32:00 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2020-01-26 17:37:24 -06:00
"time": "2018-10-04T04:07:39+00:00"
2019-11-14 12:24:09 -06:00
},
{
"name": "sebastian/type",
2020-01-26 17:37:24 -06:00
"version": "1.1.3",
2019-11-14 12:24:09 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2020-01-26 17:37:24 -06:00
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
2019-11-14 12:24:09 -06:00
},
"dist": {
"type": "zip",
2020-01-26 17:37:24 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
2019-11-14 12:24:09 -06:00
"shasum": ""
},
"require": {
2020-01-26 17:37:24 -06:00
"php": "^7.2"
2019-11-14 12:24:09 -06:00
},
"require-dev": {
2020-01-26 17:37:24 -06:00
"phpunit/phpunit": "^8.2"
2019-11-14 12:24:09 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:37:24 -06:00
"dev-master": "1.1-dev"
2019-11-14 12:24:09 -06:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2020-01-26 17:37:24 -06:00
"time": "2019-07-02T08:10:15+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "sebastian/version",
"version": "2.0.1",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2017-09-17 11:08:08 -05:00
"time": "2016-10-03T07:35:21+00:00"
2017-03-09 12:32:00 -06:00
},
2019-07-05 09:47:47 -05:00
{
"name": "symfony/polyfill-ctype",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-09-20 11:53:26 -05:00
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2019-07-05 09:47:47 -05:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2019-07-05 09:47:47 -05:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-20 11:53:26 -05:00
"dev-master": "1.18-dev"
2020-06-24 10:50:00 -05:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-07-05 09:47:47 -05:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2019-10-01 04:31:31 -05:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-07-05 09:47:47 -05:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-06-24 10:50:00 -05:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-09-20 11:53:26 -05:00
"time": "2020-07-14T12:35:20+00:00"
2019-07-05 09:47:47 -05:00
},
2017-03-09 12:32:00 -06:00
{
2017-09-20 22:16:36 -05:00
"name": "theseer/tokenizer",
2020-09-20 11:53:26 -05:00
"version": "1.2.0",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
2017-09-20 22:16:36 -05:00
"url": "https://github.com/theseer/tokenizer.git",
2020-09-20 11:53:26 -05:00
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2017-09-20 22:16:36 -05:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-09-20 11:53:26 -05:00
"php": "^7.2 || ^8.0"
2017-03-09 12:32:00 -06:00
},
"type": "library",
"autoload": {
2017-09-20 22:16:36 -05:00
"classmap": [
"src/"
2017-03-09 12:32:00 -06:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-09-20 22:16:36 -05:00
"BSD-3-Clause"
2017-03-09 12:32:00 -06:00
],
"authors": [
{
2017-09-20 22:16:36 -05:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-03-09 12:32:00 -06:00
}
],
2017-09-20 22:16:36 -05:00
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2020-09-20 11:53:26 -05:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
2017-03-09 12:32:00 -06:00
},
{
"name": "webmozart/assert",
2020-09-20 11:53:26 -05:00
"version": "1.9.1",
2017-03-09 12:32:00 -06:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-09-20 11:53:26 -05:00
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2017-03-09 12:32:00 -06:00
},
"dist": {
"type": "zip",
2020-09-20 11:53:26 -05:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2017-03-09 12:32:00 -06:00
"shasum": ""
},
"require": {
2020-09-20 11:53:26 -05:00
"php": "^5.3.3 || ^7.0 || ^8.0",
2019-07-05 09:47:47 -05:00
"symfony/polyfill-ctype": "^1.8"
2017-03-09 12:32:00 -06:00
},
2019-11-24 09:59:14 -06:00
"conflict": {
2020-06-24 10:50:00 -05:00
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1"
2019-11-24 09:59:14 -06:00
},
2017-03-09 12:32:00 -06:00
"require-dev": {
2019-10-01 04:31:31 -05:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2017-03-09 12:32:00 -06: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-09-20 11:53:26 -05:00
"time": "2020-07-08T17:02:28+00:00"
2016-06-18 12:33:56 -05:00
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
2016-06-18 12:33:56 -05:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-09-20 11:53:26 -05:00
"php": "^7.3",
2019-07-05 09:47:47 -05:00
"ext-pdo": "*",
2020-06-24 10:50:00 -05:00
"ext-json": "*",
"ext-fileinfo": "*"
2016-06-18 12:33:56 -05:00
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
2016-06-18 12:33:56 -05:00
}