This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/composer.lock

5099 lines
178 KiB
Text
Raw Normal View History

2016-06-18 17:33:56 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-05 14:47:47 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-06-18 17:33:56 +00:00
"This file is @generated automatically"
],
2022-10-28 16:33:32 +00:00
"content-hash": "87384c82463c626dbef9838d6bf8ca6f",
2016-06-18 17:33:56 +00:00
"packages": [
{
"name": "bower-asset/jquery",
2019-11-21 17:12:08 +00:00
"version": "1.12.4",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
2022-10-28 16:33:32 +00:00
"url": "git@github.com:jquery/jquery-dist.git",
2019-11-21 17:12:08 +00:00
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2019-11-21 17:12:08 +00:00
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/5e89585e0121e72ff47de177c5ef604f3089a53d",
"reference": "5e89585e0121e72ff47de177c5ef604f3089a53d"
2016-06-18 17:33:56 +00:00
},
2017-09-17 16:08:08 +00:00
"type": "bower-asset",
2016-06-18 17:33:56 +00:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/jquery-timeago",
2020-10-24 19:02:55 +00:00
"version": "v1.6.7",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
2019-11-14 18:24:09 +00:00
"url": "git@github.com:rmm5t/jquery-timeago.git",
2020-10-24 19:02:55 +00:00
"reference": "48fdda3ca724dcd655e8e990f6d7fbd203718905"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2020-10-24 19:02:55 +00:00
"url": "https://api.github.com/repos/rmm5t/jquery-timeago/zipball/48fdda3ca724dcd655e8e990f6d7fbd203718905",
"reference": "48fdda3ca724dcd655e8e990f6d7fbd203718905"
2016-06-18 17:33:56 +00:00
},
"require": {
"bower-asset/jquery": ">=1.4"
},
2017-09-17 16:08:08 +00:00
"type": "bower-asset",
2016-06-18 17:33:56 +00:00
"license": [
"MIT"
]
},
{
"name": "bower-asset/js-cookie",
2020-10-24 19:02:55 +00:00
"version": "v2.2.1",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
"url": "git@github.com:js-cookie/js-cookie.git",
2020-10-24 19:02:55 +00:00
"reference": "54962f884e9ae33f93e13ac903ffaf1d5a523598"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2020-10-24 19:02:55 +00:00
"url": "https://api.github.com/repos/js-cookie/js-cookie/zipball/54962f884e9ae33f93e13ac903ffaf1d5a523598",
"reference": "54962f884e9ae33f93e13ac903ffaf1d5a523598"
2016-06-18 17:33:56 +00:00
},
2017-09-17 16:08:08 +00:00
"type": "bower-asset",
2016-06-18 17:33:56 +00:00
"license": [
"MIT"
]
},
{
"name": "dapphp/securimage",
2020-06-24 15:50:00 +00:00
"version": "3.6.8",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/dapphp/securimage.git",
2020-06-24 15:50:00 +00:00
"reference": "5fc5953c4ffba1eb214cc83100672f238c184ca4"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2020-06-24 15:50:00 +00:00
"url": "https://api.github.com/repos/dapphp/securimage/zipball/5fc5953c4ffba1eb214cc83100672f238c184ca4",
"reference": "5fc5953c4ffba1eb214cc83100672f238c184ca4",
2016-06-18 17:33:56 +00:00
"shasum": ""
},
"require": {
"ext-gd": "*",
2019-07-05 14:47:47 +00:00
"php": ">=5.4"
2016-06-18 17:33:56 +00: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 14:47:47 +00:00
"BSD-3-Clause"
2016-06-18 17:33:56 +00:00
],
"authors": [
{
"name": "Drew Phillips",
"email": "drew@drew-phillips.com"
}
],
"description": "PHP CAPTCHA Library",
"homepage": "https://www.phpcaptcha.org",
"keywords": [
2019-07-05 14:47:47 +00:00
"Forms",
"anti-spam",
2016-06-18 17:33:56 +00:00
"captcha",
"security"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/dapphp/securimage/issues",
"source": "https://github.com/dapphp/securimage/tree/3.6.8"
},
2021-12-14 18:32:47 +00:00
"abandoned": true,
2020-06-24 15:50:00 +00:00
"time": "2020-05-30T09:43:22+00:00"
},
2018-02-20 21:35:43 +00:00
{
"name": "enshrined/svg-sanitize",
"version": "0.15.4",
2018-02-20 21:35:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
2018-02-20 21:35:43 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
2018-02-20 21:35:43 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2021-12-14 18:32:47 +00:00
"ext-libxml": "*",
"php": "^7.0 || ^8.0"
},
2018-02-20 21:35:43 +00:00
"require-dev": {
2021-12-14 18:32:47 +00:00
"phpunit/phpunit": "^6.5 || ^8.5"
2018-02-20 21:35:43 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"enshrined\\svgSanitize\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
2018-02-20 21:35:43 +00:00
],
"authors": [
{
"name": "Daryll Doyle",
"email": "daryll@enshrined.co.uk"
}
],
"description": "An SVG sanitizer for PHP",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
2021-02-12 21:08:26 +00:00
},
"time": "2022-02-21T09:13:59+00:00"
2018-02-20 21:35:43 +00:00
},
2016-06-18 17:33:56 +00: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",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/pda/flexihash/issues",
"source": "https://github.com/pda/flexihash/tree/v2.0.2"
},
"time": "2016-04-22T21:03:23+00:00"
2016-06-18 17:33:56 +00:00
},
{
"name": "google/recaptcha",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
2021-12-14 18:32:47 +00:00
"reference": "ed5645e799e43afa9eb181f214dc52f22982682d"
2016-06-18 17:33:56 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/google/recaptcha/zipball/ed5645e799e43afa9eb181f214dc52f22982682d",
"reference": "ed5645e799e43afa9eb181f214dc52f22982682d",
2016-06-18 17:33:56 +00:00
"shasum": ""
},
"require": {
2017-03-09 18:32:00 +00:00
"php": ">=5.5"
2016-06-18 17:33:56 +00:00
},
"require-dev": {
2019-07-05 14:47:47 +00: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 17:33:56 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2016-06-18 17:33:56 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-07-05 14:47:47 +00:00
"dev-master": "1.2.x-dev"
2016-06-18 17:33:56 +00:00
}
},
"autoload": {
"psr-4": {
"ReCaptcha\\": "src/ReCaptcha"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-07-05 14:47:47 +00: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 17:33:56 +00:00
"keywords": [
"Abuse",
"captcha",
"recaptcha",
"spam"
],
2021-02-12 21:08:26 +00:00
"support": {
"forum": "https://groups.google.com/forum/#!forum/recaptcha",
"issues": "https://github.com/google/recaptcha/issues",
"source": "https://github.com/google/recaptcha"
},
2021-12-14 18:32:47 +00:00
"time": "2021-10-04T09:40:45+00:00"
2016-06-18 17:33:56 +00:00
},
{
"name": "ifixit/php-akismet",
"version": "1.1",
2016-06-18 17:33:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/iFixit/php-akismet.git",
"reference": "fd4ff50eb577457c1b7b887401663e91e77625ae"
2016-06-18 17:33:56 +00:00
},
"type": "library"
2017-09-21 04:00:59 +00:00
},
{
2019-07-05 19:49:47 +00:00
"name": "shish/eventtracer-php",
2020-10-24 18:27:48 +00:00
"version": "v2.0.1",
2017-09-21 04:00:59 +00:00
"source": {
"type": "git",
2019-07-05 19:49:47 +00:00
"url": "https://github.com/shish/eventtracer-php.git",
2020-10-24 18:27:48 +00:00
"reference": "6a17a1e29dad55558d300f0d3b1dd44628cfce55"
2017-09-21 04:00:59 +00:00
},
"dist": {
"type": "zip",
2020-10-24 18:27:48 +00:00
"url": "https://api.github.com/repos/shish/eventtracer-php/zipball/6a17a1e29dad55558d300f0d3b1dd44628cfce55",
"reference": "6a17a1e29dad55558d300f0d3b1dd44628cfce55",
2017-09-21 04:00:59 +00:00
"shasum": ""
},
"require": {
2019-07-05 19:49:47 +00:00
"ext-json": "*",
2020-10-24 18:27:48 +00:00
"php": "^7.3 | ^8.0"
2017-09-21 04:00:59 +00:00
},
"require-dev": {
2020-09-20 16:53:26 +00:00
"phpunit/phpunit": "^9.0"
2017-09-21 04:00:59 +00:00
},
"type": "library",
2019-07-05 19:49:47 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2017-09-21 04:00:59 +00: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 19:49:47 +00:00
"description": "An API to write JSON traces as used by the Chrome Trace Viewer",
"homepage": "https://github.com/shish/eventtracer-php",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/shish/eventtracer-php/issues",
"source": "https://github.com/shish/eventtracer-php/tree/v2.0.1"
},
2020-10-24 18:27:48 +00:00
"time": "2020-10-24T14:53:38+00:00"
2019-11-24 15:59:14 +00:00
},
{
"name": "shish/ffsphp",
2021-12-14 18:32:47 +00:00
"version": "v1.0.5",
"source": {
"type": "git",
"url": "https://github.com/shish/ffsphp.git",
2021-12-14 18:32:47 +00:00
"reference": "76d30da4a0b1cf87ead53564ffdebefecc76385e"
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/shish/ffsphp/zipball/76d30da4a0b1cf87ead53564ffdebefecc76385e",
"reference": "76d30da4a0b1cf87ead53564ffdebefecc76385e",
"shasum": ""
},
"require": {
2020-10-09 15:45:12 +00:00
"ext-pdo": "*",
2020-10-24 18:27:48 +00:00
"php": "^7.3 | ^8.0"
},
"require-dev": {
2020-09-20 16:53:26 +00: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",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/shish/ffsphp/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/shish/ffsphp/tree/v1.0.5"
2021-02-12 21:08:26 +00:00
},
2021-12-14 18:32:47 +00:00
"time": "2021-12-13T21:26:41+00:00"
},
2019-11-24 15:59:14 +00:00
{
"name": "shish/microcrud",
"version": "v2.0.4",
2019-11-24 15:59:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/shish/microcrud.git",
"reference": "c4be2183bb336c8c222d1badc81069ec0334b649"
2019-11-24 15:59:14 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shish/microcrud/zipball/c4be2183bb336c8c222d1badc81069ec0334b649",
"reference": "c4be2183bb336c8c222d1badc81069ec0334b649",
2019-11-24 15:59:14 +00:00
"shasum": ""
},
"require": {
"ext-pdo": "*",
2020-10-24 18:27:48 +00:00
"php": "^7.3 | ^8.0",
2020-09-20 16:53:26 +00:00
"shish/ffsphp": "^1.0",
"shish/microhtml": "^2.0.2"
2019-11-24 15:59:14 +00:00
},
"require-dev": {
2020-09-20 16:53:26 +00:00
"phpunit/phpunit": "^9.0"
2019-11-24 15:59:14 +00: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"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/shish/microcrud/issues",
"source": "https://github.com/shish/microcrud/tree/v2.0.4"
},
"time": "2020-10-25T10:39:48+00:00"
2019-11-24 15:59:14 +00:00
},
{
"name": "shish/microhtml",
2020-10-24 18:27:48 +00:00
"version": "v2.0.3",
2019-11-24 15:59:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/shish/microhtml.git",
2020-10-24 18:27:48 +00:00
"reference": "e84506f7be7f8f2d315b188df5a96253a714acc1"
2019-11-24 15:59:14 +00:00
},
"dist": {
"type": "zip",
2020-10-24 18:27:48 +00:00
"url": "https://api.github.com/repos/shish/microhtml/zipball/e84506f7be7f8f2d315b188df5a96253a714acc1",
"reference": "e84506f7be7f8f2d315b188df5a96253a714acc1",
2019-11-24 15:59:14 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": "^7.3 | ^8.0"
2019-11-24 15:59:14 +00:00
},
"require-dev": {
2020-09-20 16:53:26 +00:00
"phpunit/phpunit": "^9.0"
2019-11-24 15:59:14 +00: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"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/shish/microhtml/issues",
"source": "https://github.com/shish/microhtml/tree/v2.0.3"
},
2020-10-24 18:27:48 +00:00
"time": "2020-10-24T14:48:32+00:00"
}
],
"packages-dev": [
2021-12-14 18:32:47 +00:00
{
"name": "composer/pcre",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "3c1d8cab02839e7d1b342ce9c73a391f1c23ab85"
2021-12-14 18:32:47 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/3c1d8cab02839e7d1b342ce9c73a391f1c23ab85",
"reference": "3c1d8cab02839e7d1b342ce9c73a391f1c23ab85",
2021-12-14 18:32:47 +00:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
2021-12-14 18:32:47 +00:00
},
"require-dev": {
"phpstan/phpstan": "^1.3",
2021-12-14 18:32:47 +00:00
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
2021-12-14 18:32:47 +00:00
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
2021-12-14 18:32:47 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/main"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-06-23T12:35:40+00:00"
2021-12-14 18:32:47 +00:00
},
{
"name": "composer/semver",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.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"
],
2021-02-12 21:08:26 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.3.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-04-01T19:23:25+00:00"
},
{
"name": "composer/xdebug-handler",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
"shasum": ""
},
"require": {
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
2021-12-14 18:32:47 +00:00
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
2021-12-14 18:32:47 +00:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2021-02-12 21:08:26 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-02-25T21:32:43+00:00"
},
{
"name": "doctrine/annotations",
2021-12-14 18:32:47 +00:00
"version": "1.14.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "8708a312e86218d1e597bffbb1e4bbd5f04daa08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/8708a312e86218d1e597bffbb1e4bbd5f04daa08",
"reference": "8708a312e86218d1e597bffbb1e4bbd5f04daa08",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
2021-03-14 15:43:35 +00:00
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
2021-12-14 18:32:47 +00:00
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
2021-12-14 18:32:47 +00:00
"vimeo/psalm": "^4.10"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/doctrine/annotations/tree/1.14.x"
2021-02-12 21:08:26 +00:00
},
"time": "2022-10-12T16:24:37+00:00"
},
{
"name": "doctrine/instantiator",
2020-12-25 02:38:23 +00:00
"version": "1.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
"shasum": ""
},
"require": {
2020-06-24 15:50:00 +00:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
2020-12-25 02:38:23 +00:00
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-07-05 14:47:47 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.x"
},
"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": "2022-03-03T08:28:38+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "doctrine/lexer",
2021-01-31 17:56:38 +00:00
"version": "1.3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/ff0bfc39c3cce1cc0aa69471235194c6f104384d",
"reference": "ff0bfc39c3cce1cc0aa69471235194c6f104384d",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"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",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.3.x"
},
"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%2Flexer",
"type": "tidelift"
}
],
"time": "2022-02-28T11:12:09+00:00"
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.12.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "eae11d945e2885d86e1c080eec1bb30a2aa27998"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/eae11d945e2885d86e1c080eec1bb30a2aa27998",
"reference": "eae11d945e2885d86e1c080eec1bb30a2aa27998",
"shasum": ""
},
"require": {
2021-12-14 18:32:47 +00:00
"composer/semver": "^3.2",
"composer/xdebug-handler": "^3.0.3",
"doctrine/annotations": "^1.13",
"ext-json": "*",
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0",
"sebastian/diff": "^4.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
2021-12-14 18:32:47 +00:00
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.25",
"symfony/polyfill-php81": "^1.25",
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
2021-12-14 18:32:47 +00:00
"justinrainbow/json-schema": "^5.2",
"keradus/cli-executor": "^1.5",
"mikey179/vfsstream": "^1.6.10",
2021-12-14 18:32:47 +00:00
"php-coveralls/php-coveralls": "^2.5.2",
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
2021-12-14 18:32:47 +00:00
"phpspec/prophecy": "^1.15",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"phpunitgoodpractices/polyfill": "^1.6",
"phpunitgoodpractices/traits": "^1.9.2",
"symfony/phpunit-bridge": "^6.0",
"symfony/yaml": "^5.4 || ^6.0"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
2021-12-14 18:32:47 +00:00
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
2021-12-14 18:32:47 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.12.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
"time": "2022-10-12T14:20:51+00:00"
},
2022-10-28 16:33:32 +00:00
{
"name": "guzzlehttp/guzzle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8459341c16f96b9610dcdfe22bd3060d60c0da04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8459341c16f96b9610dcdfe22bd3060d60c0da04",
"reference": "8459341c16f96b9610dcdfe22bd3060d60c0da04",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.9 || ^2.4",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"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"
},
"default-branch": true,
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "7.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/master"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
"time": "2022-08-29T11:03:19+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.2"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2022-08-28T14:55:35+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "67c26b443f348a51926030c83481b85718457d3d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
"reference": "67c26b443f348a51926030c83481b85718457d3d",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"default-branch": true,
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2022-10-26T14:07:24+00:00"
},
{
"name": "jms/metadata",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/metadata.git",
"reference": "283c714831d272d78ddd6e52e08ac16d76be30fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/metadata/zipball/283c714831d272d78ddd6e52e08ac16d76be30fd",
"reference": "283c714831d272d78ddd6e52e08ac16d76be30fd",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"doctrine/cache": "^1.0",
"doctrine/coding-standard": "^8.0",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^8.5|^9.0",
"psr/container": "^1.0",
"symfony/cache": "^3.1|^4.0|^5.0",
"symfony/dependency-injection": "^3.1|^4.0|^5.0"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Metadata\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "Class/method/property metadata management in PHP",
"keywords": [
"annotations",
"metadata",
"xml",
"yaml"
],
"support": {
"issues": "https://github.com/schmittjoh/metadata/issues",
"source": "https://github.com/schmittjoh/metadata/tree/2.7.0"
},
"time": "2022-09-13T19:18:27+00:00"
},
{
"name": "jms/serializer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "329e29c323fb1e5c65b4ae4c77ba747678755a6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/329e29c323fb1e5c65b4ae4c77ba747678755a6c",
"reference": "329e29c323fb1e5c65b4ae4c77ba747678755a6c",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.13",
"doctrine/instantiator": "^1.0.3",
"doctrine/lexer": "^1.1",
"jms/metadata": "^2.6",
"php": "^7.2||^8.0",
"phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.1",
"doctrine/orm": "~2.1",
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"doctrine/phpcr-odm": "^1.3|^2.0",
"ext-pdo_sqlite": "*",
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
"ocramius/proxy-manager": "^1.0|^2.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.0.2",
"phpunit/phpunit": "^8.5.21||^9.0",
"psr/container": "^1.0",
"symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0",
"symfony/expression-language": "^3.2|^4.0|^5.0|^6.0",
"symfony/filesystem": "^3.0|^4.0|^5.0|^6.0",
"symfony/form": "^3.0|^4.0|^5.0|^6.0",
"symfony/translation": "^3.0|^4.0|^5.0|^6.0",
"symfony/uid": "^5.1|^6.0",
"symfony/validator": "^3.1.9|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.3|^4.0|^5.0|^6.0",
"twig/twig": "~1.34|~2.4|^3.0"
},
"suggest": {
"doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
"symfony/cache": "Required if you like to use cache functionality.",
"symfony/uid": "Required if you'd like to serialize UID objects.",
"symfony/yaml": "Required if you'd like to use the YAML metadata format."
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"JMS\\Serializer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
"homepage": "http://jmsyst.com/libs/serializer",
"keywords": [
"deserialization",
"jaxb",
"json",
"serialization",
"xml"
],
"support": {
"issues": "https://github.com/schmittjoh/serializer/issues",
"source": "https://github.com/schmittjoh/serializer/tree/3.18.2"
},
"funding": [
{
"url": "https://github.com/goetas",
"type": "github"
}
],
"time": "2022-09-12T08:40:16+00:00"
},
2017-03-09 18:32:00 +00:00
{
"name": "myclabs/deep-copy",
2019-07-05 14:47:47 +00:00
"version": "1.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-09-20 16:53:26 +00:00
"php": "^7.1 || ^8.0"
2019-07-05 14:47:47 +00:00
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2017-03-09 18:32:00 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2017-03-09 18:32:00 +00:00
"type": "library",
"autoload": {
2018-02-20 21:44:21 +00:00
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2017-03-09 18:32:00 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2022-03-03T13:19:32+00:00"
2017-03-09 18:32:00 +00:00
},
2020-10-24 18:27:48 +00:00
{
"name": "nikic/php-parser",
"version": "4.x-dev",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "2f1fd784fe5560675722a1e5cbbcece5f43bf3a0"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2f1fd784fe5560675722a1e5cbbcece5f43bf3a0",
"reference": "2f1fd784fe5560675722a1e5cbbcece5f43bf3a0",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/4.x"
2021-02-12 21:08:26 +00:00
},
"time": "2022-09-10T20:41:13+00:00"
2020-10-24 18:27:48 +00:00
},
2017-09-21 03:16:36 +00:00
{
"name": "phar-io/manifest",
2020-10-24 18:27:48 +00:00
"version": "dev-master",
2017-09-21 03:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138"
2017-09-21 03:16:36 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/36d8a21e851a9512db2b086dc5ac2c61308f0138",
"reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138",
2017-09-21 03:16:36 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2017-09-21 03:16:36 +00:00
"ext-phar": "*",
2020-10-24 18:27:48 +00:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2017-09-21 03:16:36 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2017-09-21 03:16:36 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "2.0.x-dev"
2017-09-21 03:16:36 +00:00
}
},
"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)",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2022-02-21T19:55:33+00:00"
2017-09-21 03:16:36 +00:00
},
{
"name": "phar-io/version",
"version": "3.2.1",
2017-09-21 03:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2017-09-21 03:16:36 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2017-09-21 03:16:36 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": "^7.2 || ^8.0"
2017-09-21 03:16:36 +00:00
},
"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",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
2021-02-12 21:08:26 +00:00
},
"time": "2022-02-21T01:04:05+00:00"
2017-03-09 18:32:00 +00:00
},
2022-10-28 16:33:32 +00:00
{
"name": "phpoption/phpoption",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "00430c0532ae544fb1c81e45705b3d356bfc25d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/00430c0532ae544fb1c81e45705b3d356bfc25d0",
"reference": "00430c0532ae544fb1c81e45705b3d356bfc25d0",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.30 || ^9.5.25"
},
"default-branch": true,
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/master"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2022-10-15T20:52:05+00:00"
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "33aefcdab42900e36366d0feab6206e2dd68f947"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947",
"reference": "33aefcdab42900e36366d0feab6206e2dd68f947",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.0"
},
"time": "2022-10-21T09:57:39+00:00"
},
2021-02-12 21:08:26 +00:00
{
"name": "phpunit/php-code-coverage",
"version": "9.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a"
2021-02-12 21:08:26 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a",
"reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a",
2021-02-12 21:08:26 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^4.14",
2021-02-12 21:08:26 +00:00
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
"sebastian/lines-of-code": "^1.0.3",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcov": "*",
"ext-xdebug": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.2-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 provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-10-27T13:35:33+00:00"
2021-02-12 21:08:26 +00:00
},
2017-03-09 18:32:00 +00:00
{
"name": "phpunit/php-file-iterator",
2021-12-14 18:32:47 +00:00
"version": "3.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "38b24367e1b340aa78b96d7cab042942d917bb84"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/38b24367e1b340aa78b96d7cab042942d917bb84",
"reference": "38b24367e1b340aa78b96d7cab042942d917bb84",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2019-07-05 14:47:47 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "3.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-05 14:47:47 +00:00
"email": "sebastian@phpunit.de",
2017-03-09 18:32:00 +00: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"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-02-11T16:23:04+00:00"
2019-12-07 23:00:52 +00:00
},
2017-03-09 18:32:00 +00:00
{
2020-10-24 18:27:48 +00:00
"name": "phpunit/php-invoker",
2021-12-14 18:32:47 +00:00
"version": "3.1.1",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
2020-10-24 18:27:48 +00:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2021-12-14 18:32:47 +00:00
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
2017-03-09 18:32:00 +00:00
},
"type": "library",
2020-10-24 18:27:48 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
2017-03-09 18:32:00 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2020-10-24 18:27:48 +00:00
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2017-03-09 18:32:00 +00:00
"keywords": [
2020-10-24 18:27:48 +00:00
"process"
2017-03-09 18:32:00 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-09-28T05:58:55+00:00"
2017-03-09 18:32:00 +00:00
},
{
2020-10-24 18:27:48 +00:00
"name": "phpunit/php-text-template",
2021-12-14 18:32:47 +00:00
"version": "2.0.4",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
2020-10-24 18:27:48 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2021-12-14 18:32:47 +00:00
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "2.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-07-05 14:47:47 +00:00
"email": "sebastian@phpunit.de",
2017-03-09 18:32:00 +00:00
"role": "lead"
}
],
2020-10-24 18:27:48 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2017-03-09 18:32:00 +00:00
"keywords": [
2020-10-24 18:27:48 +00:00
"template"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-10-26T05:33:50+00:00"
2017-03-09 18:32:00 +00:00
},
{
2020-10-24 18:27:48 +00:00
"name": "phpunit/php-timer",
2021-12-14 18:32:47 +00:00
"version": "5.0.3",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
2020-10-24 18:27:48 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2021-12-14 18:32:47 +00:00
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "5.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-10-24 18:27:48 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-03-09 18:32:00 +00:00
}
],
2020-10-24 18:27:48 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2017-03-09 18:32:00 +00:00
"keywords": [
2020-10-24 18:27:48 +00:00
"timer"
2017-03-09 18:32:00 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-10-26T13:16:10+00:00"
2020-01-26 23:37:24 +00:00
},
2021-02-12 21:08:26 +00:00
{
"name": "phpunit/phpunit",
"version": "9.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2022-10-28 16:33:32 +00:00
"reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2"
2021-02-12 21:08:26 +00:00
},
"dist": {
"type": "zip",
2022-10-28 16:33:32 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2",
"reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2",
2021-02-12 21:08:26 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.3.1",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
2021-12-14 18:32:47 +00:00
"phar-io/manifest": "^2.0.3",
2021-02-12 21:08:26 +00:00
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpunit/php-code-coverage": "^9.2.13",
2021-02-12 21:08:26 +00:00
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.8",
2021-02-12 21:08:26 +00:00
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.5",
2021-02-12 21:08:26 +00:00
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
"sebastian/type": "^3.2",
2021-02-12 21:08:26 +00:00
"sebastian/version": "^3.0.2"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.5-dev"
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
2021-02-12 21:08:26 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2022-10-28 16:33:32 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
2021-12-14 18:32:47 +00:00
"url": "https://phpunit.de/sponsors.html",
2021-02-12 21:08:26 +00:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
2021-02-12 21:08:26 +00:00
}
],
2022-10-28 16:33:32 +00:00
"time": "2022-10-28T06:00:21+00:00"
2021-02-12 21:08:26 +00:00
},
{
2021-03-14 15:43:35 +00:00
"name": "psr/cache",
2022-10-28 00:47:32 +00:00
"version": "dev-master",
"source": {
"type": "git",
2021-03-14 15:43:35 +00:00
"url": "https://github.com/php-fig/cache.git",
2022-10-28 00:47:32 +00:00
"reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/0a7c67d0d1c8167b342eb74339d6f961663826ce",
"reference": "0a7c67d0d1c8167b342eb74339d6f961663826ce",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.0.0"
},
"suggest": {
"fig/cache-util": "Provides some useful PSR-6 utilities"
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 00:47:32 +00:00
"dev-master": "3.0.x-dev"
}
},
2021-03-14 15:43:35 +00:00
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-10-28 00:47:32 +00:00
"homepage": "https://www.php-fig.org/"
2021-03-14 15:43:35 +00:00
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
2022-10-28 00:47:32 +00:00
"time": "2021-02-24T03:25:37+00:00"
2021-03-14 15:43:35 +00:00
},
{
"name": "psr/container",
2022-10-28 00:47:32 +00:00
"version": "dev-master",
2021-03-14 15:43:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2022-10-28 00:47:32 +00:00
"reference": "90db7b9ac2a2c5b849fcb69dde58f3ae182c68f5"
2021-03-14 15:43:35 +00:00
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/90db7b9ac2a2c5b849fcb69dde58f3ae182c68f5",
"reference": "90db7b9ac2a2c5b849fcb69dde58f3ae182c68f5",
2021-03-14 15:43:35 +00:00
"shasum": ""
},
"require": {
2021-12-14 18:32:47 +00:00
"php": ">=7.4.0"
2021-03-14 15:43:35 +00:00
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
2021-03-14 15:43:35 +00:00
"type": "library",
2022-10-28 00:47:32 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://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"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2022-10-28 00:47:32 +00:00
"source": "https://github.com/php-fig/container/tree/master"
2021-02-12 21:08:26 +00:00
},
2022-10-28 00:47:32 +00:00
"time": "2022-07-19T17:36:59+00:00"
},
{
"name": "psr/event-dispatcher",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "e275e2d67d53964a3f13e056886ecd769edee021"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/e275e2d67d53964a3f13e056886ecd769edee021",
"reference": "e275e2d67d53964a3f13e056886ecd769edee021",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
2021-02-12 21:06:31 +00:00
"suggest": {
"fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"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": "https://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/php-fig/event-dispatcher/tree/master"
},
"time": "2022-06-29T17:22:39+00:00"
},
2022-10-28 16:33:32 +00:00
{
"name": "psr/http-client",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "22b2ef5687f43679481615605d7a15c557ce85b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/22b2ef5687f43679481615605d7a15c557ce85b1",
"reference": "22b2ef5687f43679481615605d7a15c557ce85b1",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"default-branch": true,
"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": "https://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"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-09-19T09:12:31+00:00"
},
{
"name": "psr/http-factory",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "5a4f141ac2e5bc35e615134f127e1833158d2944"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/5a4f141ac2e5bc35e615134f127e1833158d2944",
"reference": "5a4f141ac2e5bc35e615134f127e1833158d2944",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"default-branch": true,
"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": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2022-07-14T07:21:53+00:00"
},
{
"name": "psr/http-message",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"default-branch": true,
"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"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2019-08-29T13:16:46+00:00"
},
{
"name": "psr/log",
2022-10-28 00:47:32 +00:00
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-10-28 00:47:32 +00:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.0.0"
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 00:47:32 +00:00
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
2022-10-28 00:47:32 +00:00
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
2021-02-12 21:08:26 +00:00
},
2022-10-28 00:47:32 +00:00
"time": "2021-07-14T16:46:02+00:00"
2020-10-24 18:27:48 +00:00
},
2022-10-28 16:33:32 +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.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "scrutinizer/ocular",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/scrutinizer-ci/ocular.git",
"reference": "dda3540f7458b2645cee2a02b24291914769c41c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/dda3540f7458b2645cee2a02b24291914769c41c",
"reference": "dda3540f7458b2645cee2a02b24291914769c41c",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "~6.3|^7.0",
"jms/serializer": "^1.0.0|^3.0",
"phpoption/phpoption": "~1.0",
"symfony/console": "^2.1.0|~3.0|~4.0|~5.0|^6.0",
"symfony/process": "~2.3|~3.0|~4.0|~5.0|^6.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"phpunit/phpunit": "^9.0.0",
"symfony/filesystem": "~2.0|~3.0|~4.0|~5.0|^6.0"
},
"default-branch": true,
"bin": [
"bin/ocular"
],
"type": "library",
"autoload": {
"psr-4": {
"Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"support": {
"issues": "https://github.com/scrutinizer-ci/ocular/issues",
"source": "https://github.com/scrutinizer-ci/ocular/tree/1.9"
},
"time": "2022-02-22T09:49:51+00:00"
},
2020-10-24 18:27:48 +00:00
{
"name": "sebastian/cli-parser",
2021-12-14 18:32:47 +00:00
"version": "1.0.1",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2021-12-14 18:32:47 +00:00
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-09-28T06:08:49+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/code-unit",
2020-12-25 02:38:23 +00:00
"version": "1.0.8",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
2020-10-26 17:21:37 +00:00
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2020-10-26 17:21:37 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-26 17:21:37 +00:00
"time": "2020-10-26T13:08:54+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2021-12-14 18:32:47 +00:00
"version": "2.0.3",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2021-12-14 18:32:47 +00:00
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "2.0-dev"
2017-03-09 18:32:00 +00: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/",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-09-28T05:30:19+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/comparator",
"version": "4.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "b247957a1c8dc81a671770f74b479c0a78a818f1"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b247957a1c8dc81a671770f74b479c0a78a818f1",
"reference": "b247957a1c8dc81a671770f74b479c0a78a818f1",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "4.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-10-24 18:27:48 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-03-09 18:32:00 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2017-09-21 03:16:36 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2017-03-09 18:32:00 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-09-14T12:46:14+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/complexity",
2021-03-14 15:43:35 +00:00
"version": "2.0.2",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2021-03-14 15:43:35 +00:00
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2021-03-14 15:43:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-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 for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
2021-03-14 15:43:35 +00:00
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-03-14 15:43:35 +00:00
"time": "2020-10-26T15:52:27+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/diff",
2021-12-14 18:32:47 +00:00
"version": "4.0.4",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2021-12-14 18:32:47 +00:00
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "4.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-01-26 23:37:24 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-10-24 18:27:48 +00:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2017-03-09 18:32:00 +00:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2019-07-05 14:47:47 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2017-03-09 18:32:00 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-10-26T13:10:38+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/environment",
"version": "5.1.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "3fade0c8462024d0426a00dc1ad0a2fda0df733f"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/3fade0c8462024d0426a00dc1ad0a2fda0df733f",
"reference": "3fade0c8462024d0426a00dc1ad0a2fda0df733f",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2019-07-05 14:47:47 +00:00
},
"suggest": {
"ext-posix": "*"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "5.1-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-04-14T11:24:33+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/exporter",
2021-12-14 18:32:47 +00:00
"version": "4.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
"ext-mbstring": "*",
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "4.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-10-01 09:31:31 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-03-09 18:32:00 +00: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 09:31:31 +00:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2017-03-09 18:32:00 +00:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
2021-12-14 18:32:47 +00:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2017-03-09 18:32:00 +00:00
"keywords": [
"export",
"exporter"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-09-14T06:03:37+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/global-state",
"version": "5.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2019-11-14 18:24:09 +00:00
"ext-dom": "*",
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "5.0-dev"
2017-03-09 18:32:00 +00: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"
],
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-02-14T08:28:10+00:00"
2020-10-24 18:27:48 +00:00
},
{
"name": "sebastian/lines-of-code",
2021-03-14 15:43:35 +00:00
"version": "1.0.3",
2020-10-24 18:27:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2021-03-14 15:43:35 +00:00
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
2020-10-24 18:27:48 +00:00
},
"dist": {
"type": "zip",
2021-03-14 15:43:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2020-10-24 18:27:48 +00:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2021-03-14 15:43:35 +00:00
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-03-14 15:43:35 +00:00
"time": "2020-11-28T06:42:11+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/object-enumerator",
2021-12-14 18:32:47 +00:00
"version": "4.0.4",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2021-12-14 18:32:47 +00:00
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "4.0-dev"
2017-03-09 18:32:00 +00: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/",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-10-26T13:12:34+00:00"
2017-09-21 03:16:36 +00:00
},
{
"name": "sebastian/object-reflector",
2021-12-14 18:32:47 +00:00
"version": "2.0.4",
2017-09-21 03:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2021-12-14 18:32:47 +00:00
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2017-09-21 03:16:36 +00:00
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2017-09-21 03:16:36 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-09-21 03:16:36 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-09-21 03:16:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "2.0-dev"
2017-09-21 03:16:36 +00: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/",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2020-10-26T13:14:26+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/recursion-context",
"version": "4.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "e3a614438af7f71eaa6fc8e406be8a3aa5c34595"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e3a614438af7f71eaa6fc8e406be8a3aa5c34595",
"reference": "e3a614438af7f71eaa6fc8e406be8a3aa5c34595",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"require-dev": {
2020-10-24 18:27:48 +00:00
"phpunit/phpunit": "^9.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "4.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-01-26 23:37:24 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2020-10-24 18:27:48 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2017-03-09 18:32:00 +00:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-07-30T08:13:09+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/resource-operations",
"version": "dev-main",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "b7a390ae3651f7ba3675d8364bff396e87931554"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/b7a390ae3651f7ba3675d8364bff396e87931554",
"reference": "b7a390ae3651f7ba3675d8364bff396e87931554",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
2017-03-09 18:32:00 +00:00
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
2017-03-09 18:32:00 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
2017-03-09 18:32:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/sebastianbergmann/resource-operations/tree/main"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-06-14T05:05:56+00:00"
2019-11-14 18:24:09 +00:00
},
{
"name": "sebastian/type",
"version": "3.2.x-dev",
2019-11-14 18:24:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "4d34b23933f255b0822758a44272222cac593eb4"
2019-11-14 18:24:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/4d34b23933f255b0822758a44272222cac593eb4",
"reference": "4d34b23933f255b0822758a44272222cac593eb4",
2019-11-14 18:24:09 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2019-11-14 18:24:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.5"
2019-11-14 18:24:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
2019-11-14 18:24:09 +00: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",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/3.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-10-01T05:56:17+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "sebastian/version",
2021-12-14 18:32:47 +00:00
"version": "3.0.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2020-10-24 18:27:48 +00:00
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2020-10-24 18:27:48 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2020-10-24 18:27:48 +00:00
"php": ">=7.3"
2017-03-09 18:32:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-24 18:27:48 +00:00
"dev-master": "3.0-dev"
2017-03-09 18:32:00 +00: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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-24 18:27:48 +00:00
"time": "2020-09-28T06:39:44+00:00"
2017-03-09 18:32:00 +00:00
},
2019-07-05 14:47:47 +00:00
{
"name": "symfony/console",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
2019-07-05 14:47:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-10-28 00:47:32 +00:00
"reference": "b0acb1e8d7130c317a5cf655443b0b38a21d446d"
2019-07-05 14:47:47 +00:00
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/b0acb1e8d7130c317a5cf655443b0b38a21d446d",
"reference": "b0acb1e8d7130c317a5cf655443b0b38a21d446d",
2019-07-05 14:47:47 +00:00
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
2021-12-14 18:32:47 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
2021-12-14 18:32:47 +00:00
"symfony/service-contracts": "^1.1|^2|^3",
2022-10-28 00:47:32 +00:00
"symfony/string": "^5.4|^6.0"
},
"conflict": {
2022-10-28 00:47:32 +00:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
},
"provide": {
2022-10-28 00:47:32 +00:00
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
2022-10-28 00:47:32 +00:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2019-07-05 14:47:47 +00:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
2019-07-05 14:47:47 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2019-07-05 14:47:47 +00:00
},
"exclude-from-classmap": [
"/Tests/"
2019-07-05 14:47:47 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-10-01 09:31:31 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-07-05 14:47:47 +00:00
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
2019-07-05 14:47:47 +00:00
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command line",
"console",
"terminal"
2019-07-05 14:47:47 +00:00
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/console/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-10-26T21:44:56+00:00"
2019-07-05 14:47:47 +00:00
},
2017-03-09 18:32:00 +00:00
{
"name": "symfony/deprecation-contracts",
2022-10-28 00:47:32 +00:00
"version": "dev-main",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-10-28 00:47:32 +00:00
"reference": "4912000e79dc2d6df029d35d8755be1ed79b6691"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/4912000e79dc2d6df029d35d8755be1ed79b6691",
"reference": "4912000e79dc2d6df029d35d8755be1ed79b6691",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1"
2017-03-09 18:32:00 +00:00
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
2017-03-09 18:32:00 +00:00
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 00:47:32 +00:00
"dev-main": "3.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
2017-03-09 18:32:00 +00:00
"autoload": {
"files": [
"function.php"
2017-03-09 18:32:00 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-03-09 18:32:00 +00:00
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-03-09 18:32:00 +00:00
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/main"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-05-20T13:56:22+00:00"
2017-03-09 18:32:00 +00:00
},
{
"name": "symfony/event-dispatcher",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
2017-03-09 18:32:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2022-10-28 00:47:32 +00:00
"reference": "7e0b66a9f3b02a166140603af1b2253827c750fe"
2017-03-09 18:32:00 +00:00
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7e0b66a9f3b02a166140603af1b2253827c750fe",
"reference": "7e0b66a9f3b02a166140603af1b2253827c750fe",
2017-03-09 18:32:00 +00:00
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
"symfony/event-dispatcher-contracts": "^2|^3"
2017-03-09 18:32:00 +00:00
},
2019-11-24 15:59:14 +00:00
"conflict": {
2022-10-28 00:47:32 +00:00
"symfony/dependency-injection": "<5.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2022-10-28 00:47:32 +00:00
"symfony/event-dispatcher-implementation": "2.0|3.0"
2019-11-24 15:59:14 +00:00
},
2017-03-09 18:32:00 +00:00
"require-dev": {
2021-12-14 18:32:47 +00:00
"psr/log": "^1|^2|^3",
2022-10-28 00:47:32 +00:00
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
2021-12-14 18:32:47 +00:00
"symfony/service-contracts": "^1.1|^2|^3",
2022-10-28 00:47:32 +00:00
"symfony/stopwatch": "^5.4|^6.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2017-03-09 18:32:00 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/event-dispatcher/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-09-30T20:34:56+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
2022-10-28 00:47:32 +00:00
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2022-10-28 00:47:32 +00:00
"reference": "6bbedcf195e1aee798d842277dd380bb48491703"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/6bbedcf195e1aee798d842277dd380bb48491703",
"reference": "6bbedcf195e1aee798d842277dd380bb48491703",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 00:47:32 +00:00
"dev-main": "3.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"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 dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/main"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-05-20T13:56:22+00:00"
},
{
"name": "symfony/filesystem",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2022-10-28 00:47:32 +00:00
"reference": "ccff5f36c85e6b4cf8a1be196273f06dd87930bd"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/ccff5f36c85e6b4cf8a1be196273f06dd87930bd",
"reference": "ccff5f36c85e6b4cf8a1be196273f06dd87930bd",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
2021-12-14 18:32:47 +00:00
"symfony/polyfill-ctype": "~1.8",
2022-10-28 00:47:32 +00:00
"symfony/polyfill-mbstring": "~1.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/filesystem/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-09-21T20:30:19+00:00"
},
{
"name": "symfony/finder",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2022-10-28 00:47:32 +00:00
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570",
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/finder/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-10-09T08:55:40+00:00"
},
{
"name": "symfony/options-resolver",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2022-10-28 00:47:32 +00:00
"reference": "f0761ca5a11489471711140edc127e5431963e6a"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/f0761ca5a11489471711140edc127e5431963e6a",
"reference": "f0761ca5a11489471711140edc127e5431963e6a",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/options-resolver/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-10-09T08:55:40+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2021-12-14 18:32:47 +00:00
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"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 intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"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 for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2021-12-14 18:32:47 +00:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"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"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-24T11:49:31+00:00"
},
{
2021-12-14 18:32:47 +00:00
"name": "symfony/polyfill-php80",
"version": "dev-main",
"source": {
"type": "git",
2021-12-14 18:32:47 +00:00
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-12-14 18:32:47 +00:00
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-14 18:32:47 +00:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-10T07:21:04+00:00"
},
{
2021-12-14 18:32:47 +00:00
"name": "symfony/polyfill-php81",
"version": "dev-main",
"source": {
"type": "git",
2021-12-14 18:32:47 +00:00
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2021-02-12 21:08:26 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"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"
}
],
2021-12-14 18:32:47 +00:00
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-02-12 21:08:26 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/process",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2022-10-28 00:47:32 +00:00
"reference": "00db88f2b2c541c5c61e05056d9d18eaa11493a9"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/00db88f2b2c541c5c61e05056d9d18eaa11493a9",
"reference": "00db88f2b2c541c5c61e05056d9d18eaa11493a9",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1"
},
"type": "library",
"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": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/process/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-08-25T15:27:04+00:00"
},
{
"name": "symfony/service-contracts",
2022-10-28 00:47:32 +00:00
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-10-28 00:47:32 +00:00
"reference": "cb82f217a2029131afbcbd220c511d0d77ebed19"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/cb82f217a2029131afbcbd220c511d0d77ebed19",
"reference": "cb82f217a2029131afbcbd220c511d0d77ebed19",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
"psr/container": "^2.0"
2021-12-14 18:32:47 +00:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
2022-10-28 00:47:32 +00:00
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 00:47:32 +00:00
"dev-main": "3.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2022-10-28 00:47:32 +00:00
},
"exclude-from-classmap": [
"/Test/"
]
},
"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"
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/service-contracts/tree/main"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-05-30T19:19:18+00:00"
},
{
"name": "symfony/stopwatch",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2022-10-28 00:47:32 +00:00
"reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7",
"reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
2021-12-14 18:32:47 +00:00
"symfony/service-contracts": "^1|^2|^3"
},
"type": "library",
"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": "Provides a way to profile code",
"homepage": "https://symfony.com",
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/stopwatch/tree/6.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-09-28T16:00:52+00:00"
},
{
"name": "symfony/string",
2022-10-28 00:47:32 +00:00
"version": "6.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2022-10-28 00:47:32 +00:00
"reference": "5d8211c95d9a0d913a0ccb02e932c8268ae9d3d3"
},
"dist": {
"type": "zip",
2022-10-28 00:47:32 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/5d8211c95d9a0d913a0ccb02e932c8268ae9d3d3",
"reference": "5d8211c95d9a0d913a0ccb02e932c8268ae9d3d3",
"shasum": ""
},
"require": {
2022-10-28 00:47:32 +00:00
"php": ">=8.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2022-10-28 00:47:32 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
2021-12-14 18:32:47 +00:00
"conflict": {
2022-10-28 00:47:32 +00:00
"symfony/translation-contracts": "<2.0"
2021-12-14 18:32:47 +00:00
},
"require-dev": {
2022-10-28 00:47:32 +00:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/intl": "^6.2",
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2021-02-12 21:08:26 +00:00
"support": {
2022-10-28 00:47:32 +00:00
"source": "https://github.com/symfony/string/tree/6.2"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-10-28 00:47:32 +00:00
"time": "2022-10-17T20:01:40+00:00"
},
{
"name": "theseer/tokenizer",
2021-12-14 18:32:47 +00:00
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2021-12-14 18:32:47 +00:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
},
"dist": {
"type": "zip",
2021-12-14 18:32:47 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.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",
2021-02-12 21:08:26 +00:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2021-12-14 18:32:47 +00:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2021-02-12 21:08:26 +00:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2021-12-14 18:32:47 +00:00
"time": "2021-07-28T10:34:58+00:00"
2016-06-18 17:33:56 +00:00
}
],
"aliases": [],
"minimum-stability": "dev",
2022-10-28 16:33:32 +00:00
"stability-flags": {
"scrutinizer/ocular": 20
},
2016-06-18 17:33:56 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2022-10-28 00:47:32 +00:00
"php": "^8.1",
2019-07-05 14:47:47 +00:00
"ext-pdo": "*",
2020-06-24 15:50:00 +00:00
"ext-json": "*",
"ext-fileinfo": "*"
2016-06-18 17:33:56 +00:00
},
2020-10-24 18:27:48 +00:00
"platform-dev": [],
2020-12-25 02:38:23 +00:00
"platform-overrides": {
2022-10-28 00:47:32 +00:00
"php": "8.1.0"
2021-02-12 21:08:26 +00:00
},
"plugin-api-version": "2.3.0"
2016-06-18 17:33:56 +00:00
}