2017-09-05 09:36:10 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2021-04-22 19:47:52 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-09-05 09:36:10 +02:00
"This file is @generated automatically"
],
2022-03-20 18:28:16 +01:00
"content-hash": "49479104520ca7b03de7504b29769153",
2017-09-05 09:36:10 +02:00
"packages": [
2019-02-28 10:26:31 +01:00
{
"name": "ulrichsg/getopt-php",
2021-04-22 19:47:52 +02:00
"version": "v3.4.0",
2019-02-28 10:26:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/getopt-php/getopt-php.git",
2021-04-22 19:47:52 +02:00
"reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075"
2019-02-28 10:26:31 +01:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/9121d7c2c51a6a59ee407c49a13b4d8cfae71075",
"reference": "9121d7c2c51a6a59ee407c49a13b4d8cfae71075",
2019-02-28 10:26:31 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.7"
},
"type": "library",
"autoload": {
"psr-4": {
"GetOpt\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ulrich Schmidt-Goertz",
"email": "ulrich@schmidt-goertz.de"
},
{
"name": "Thomas Flori",
"email": "thflori@gmail.com"
}
],
2021-04-22 19:47:52 +02:00
"description": "Command line arguments parser for PHP 5.4 - 7.3",
2019-02-28 10:26:31 +01:00
"homepage": "http://getopt-php.github.io/getopt-php",
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/getopt-php/getopt-php/issues",
"source": "https://github.com/getopt-php/getopt-php/tree/v3.4.0"
},
"time": "2020-07-14T06:09:04+00:00"
2019-02-28 10:26:31 +01:00
}
],
"packages-dev": [
2017-09-05 09:36:10 +02:00
{
"name": "doctrine/instantiator",
2022-03-19 11:34:43 +01:00
"version": "1.4.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2022-03-19 11:34:43 +01:00
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": "^7.1 || ^8.0"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"doctrine/coding-standard": "^9",
2017-09-05 09:36:10 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2022-03-19 11:34:43 +01:00
"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"
2017-09-05 09:36:10 +02:00
},
"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",
2021-04-22 19:47:52 +02:00
"homepage": "https://ocramius.github.io/"
2017-09-05 09:36:10 +02:00
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2021-04-22 19:47:52 +02:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2017-09-05 09:36:10 +02:00
"keywords": [
"constructor",
"instantiate"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
2022-03-19 11:34:43 +01:00
"time": "2022-03-03T08:28:38+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "graham-campbell/result-type",
2022-03-19 11:34:43 +01:00
"version": "v1.0.4",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2022-03-19 11:34:43 +01:00
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
2022-03-19 11:34:43 +01:00
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
2021-04-22 19:47:52 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2021-04-22 19:47:52 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2022-03-19 11:34:43 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2021-04-22 19:47:52 +02:00
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2022-03-19 11:34:43 +01:00
"time": "2021-11-21T21:41:47+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "guzzlehttp/guzzle",
2022-06-22 19:41:49 +02:00
"version": "7.4.5",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2022-06-22 19:41:49 +02:00
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-22 19:41:49 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"ext-json": "*",
2022-03-19 11:34:43 +01:00
"guzzlehttp/promises": "^1.5",
2022-06-22 19:41:49 +02:00
"guzzlehttp/psr7": "^1.9 || ^2.4",
2021-04-22 19:47:52 +02:00
"php": "^7.2.5 || ^8.0",
2022-03-19 11:34:43 +01:00
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2021-04-22 19:47:52 +02:00
},
"provide": {
"psr/http-client-implementation": "1.0"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"bamarni/composer-bin-plugin": "^1.4.1",
2017-09-05 09:36:10 +02:00
"ext-curl": "*",
2021-04-22 19:47:52 +02:00
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
2022-03-19 11:34:43 +01:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
2017-09-05 09:36:10 +02:00
},
"suggest": {
2021-04-22 19:47:52 +02:00
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
2017-09-05 09:36:10 +02:00
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-19 11:34:43 +01:00
"dev-master": "7.4-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"files": [
"src/functions_include.php"
2022-03-19 11:34:43 +01:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2017-09-05 09:36:10 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-03-19 11:34:43 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-09-05 09:36:10 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
{
"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"
},
2021-04-22 19:47:52 +02:00
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2022-03-19 11:34:43 +01:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2017-09-05 09:36:10 +02:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
2021-04-22 19:47:52 +02:00
"psr-18",
"psr-7",
2017-09-05 09:36:10 +02:00
"rest",
"web service"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2022-06-22 19:41:49 +02:00
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
2022-03-19 11:34:43 +01:00
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
2021-04-22 19:47:52 +02:00
}
],
2022-06-22 19:41:49 +02:00
"time": "2022-06-20T22:16:13+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "guzzlehttp/promises",
2022-03-19 11:34:43 +01:00
"version": "1.5.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2022-03-19 11:34:43 +01:00
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=5.5"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-19 11:34:43 +01:00
"dev-master": "1.5-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-03-19 11:34:43 +01:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2017-09-05 09:36:10 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-03-19 11:34:43 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-09-05 09:36:10 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2022-03-19 11:34:43 +01:00
},
{
"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"
2017-09-05 09:36:10 +02:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/guzzle/promises/tree/1.5.1"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
"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": "2021-10-22T20:56:57+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "guzzlehttp/psr7",
2022-06-22 19:41:49 +02:00
"version": "2.4.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2022-06-22 19:41:49 +02:00
"reference": "13388f00956b1503577598873fffb5ae994b5737"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-22 19:41:49 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
"reference": "13388f00956b1503577598873fffb5ae994b5737",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2022-03-19 11:34:43 +01:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
2017-09-05 09:36:10 +02:00
},
"provide": {
2022-03-19 11:34:43 +01:00
"psr/http-factory-implementation": "1.0",
2017-09-05 09:36:10 +02:00
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
2021-04-22 19:47:52 +02:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-22 19:41:49 +02:00
"dev-master": "2.4-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2022-03-19 11:34:43 +01:00
}
2017-09-05 09:36:10 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-03-19 11:34:43 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2017-09-05 09:36:10 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2022-03-19 11:34:43 +01:00
{
"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"
},
2017-09-05 09:36:10 +02:00
{
"name": "Tobias Schultze",
2022-03-19 11:34:43 +01:00
"email": "webmaster@tubo-world.de",
2017-09-05 09:36:10 +02:00
"homepage": "https://github.com/Tobion"
2022-03-19 11:34:43 +01:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2017-09-05 09:36:10 +02:00
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
2019-02-28 10:26:31 +01:00
"psr-7",
2017-09-05 09:36:10 +02:00
"request",
"response",
"stream",
"uri",
"url"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2022-06-22 19:41:49 +02:00
"source": "https://github.com/guzzle/psr7/tree/2.4.0"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
"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"
}
],
2022-06-22 19:41:49 +02:00
"time": "2022-06-20T21:43:11+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "kornrunner/dbunit",
2022-03-19 11:34:43 +01:00
"version": "6.0.2",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/kornrunner/dbunit.git",
2022-03-19 11:34:43 +01:00
"reference": "79c4e06a98cbf6b35d2ec41e4d21f8b352f8d987"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/kornrunner/dbunit/zipball/79c4e06a98cbf6b35d2ec41e4d21f8b352f8d987",
"reference": "79c4e06a98cbf6b35d2ec41e4d21f8b352f8d987",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
"ext-pdo": "*",
"ext-simplexml": "*",
"php": "^7.3 || ^8.0",
"phpunit/phpunit": "^8.2 || ^9.0",
2022-03-19 11:34:43 +01:00
"symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6.0"
2021-04-22 19:47:52 +02:00
},
"replace": {
"phpunit/dbunit": "self.version"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "PHPUnit extension for database interaction testing",
"homepage": "https://github.com/sebastianbergmann/dbunit/",
"keywords": [
"database",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/dbunit/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/kornrunner/dbunit/tree/6.0.2"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
"time": "2022-01-22T21:38:31+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "myclabs/deep-copy",
2022-03-19 11:34:43 +01:00
"version": "1.11.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2022-03-19 11:34:43 +01:00
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": "^7.1 || ^8.0"
2019-02-28 10:26:31 +01:00
},
2022-03-19 11:34:43 +01:00
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"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-09-05 09:36:10 +02:00
},
"type": "library",
"autoload": {
2019-02-28 10:26:31 +01:00
"files": [
"src/DeepCopy/deep_copy.php"
2022-03-19 11:34:43 +01:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2017-09-05 09:36:10 +02: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-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2022-03-19 11:34:43 +01:00
"time": "2022-03-03T13:19:32+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "nikic/php-parser",
2022-06-10 08:56:49 +02:00
"version": "v4.14.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/nikic/PHP-Parser.git",
2022-06-10 08:56:49 +02:00
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"ext-tokenizer": "*",
"php": ">=7.0"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2017-09-05 09:36:10 +02:00
},
2021-04-22 19:47:52 +02:00
"bin": [
"bin/php-parse"
],
2017-09-05 09:36:10 +02:00
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"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"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2022-06-10 08:56:49 +02:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
2021-04-22 19:47:52 +02:00
},
2022-06-10 08:56:49 +02:00
"time": "2022-05-31T20:59:12+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "phar-io/manifest",
2022-03-19 11:34:43 +01:00
"version": "2.0.3",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2022-03-19 11:34:43 +01:00
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "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)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
"time": "2021-07-20T11:28:43+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "phar-io/version",
2022-03-19 11:34:43 +01:00
"version": "3.2.1",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2022-03-19 11:34:43 +01:00
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
"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"
},
{
"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",
"support": {
"issues": "https://github.com/phar-io/version/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/phar-io/version/tree/3.2.1"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
"time": "2022-02-21T01:04:05+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"psr-4": {
2021-04-22 19:47:52 +02:00
"phpDocumentor\\Reflection\\": "src/"
2017-09-05 09:36:10 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "phpdocumentor/reflection-docblock",
2022-03-19 11:34:43 +01:00
"version": "5.3.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2022-03-19 11:34:43 +01:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2017-09-05 09:36:10 +02:00
},
"type": "library",
2019-02-28 10:26:31 +01:00
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "5.x-dev"
2019-02-28 10:26:31 +01:00
}
},
2017-09-05 09:36:10 +02:00
"autoload": {
"psr-4": {
2021-04-22 19:47:52 +02:00
"phpDocumentor\\Reflection\\": "src"
2017-09-05 09:36:10 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2021-04-22 19:47:52 +02:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2017-09-05 09:36:10 +02:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
2021-04-22 19:47:52 +02:00
},
2022-03-19 11:34:43 +01:00
"time": "2021-10-19T17:43:47+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2022-06-10 08:56:49 +02:00
"version": "1.6.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2022-06-10 08:56:49 +02:00
"reference": "77a32518733312af16a44300404e945338981de3"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
"reference": "77a32518733312af16a44300404e945338981de3",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-1.x": "1.x-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"psr-4": {
2021-04-22 19:47:52 +02:00
"phpDocumentor\\Reflection\\": "src"
2017-09-05 09:36:10 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2021-04-22 19:47:52 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2022-06-10 08:56:49 +02:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
2021-04-22 19:47:52 +02:00
},
2022-06-10 08:56:49 +02:00
"time": "2022-03-15T21:29:03+00:00"
2019-02-28 10:26:31 +01:00
},
{
"name": "phpoption/phpoption",
2022-03-19 11:34:43 +01:00
"version": "1.8.1",
2019-02-28 10:26:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2022-03-19 11:34:43 +01:00
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
2019-02-28 10:26:31 +01:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
2019-02-28 10:26:31 +01:00
"shasum": ""
},
"require": {
2022-03-19 11:34:43 +01:00
"php": "^7.0 || ^8.0"
2019-02-28 10:26:31 +01:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"bamarni/composer-bin-plugin": "^1.4.1",
2022-03-19 11:34:43 +01:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2019-02-28 10:26:31 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-19 11:34:43 +01:00
"dev-master": "1.8-dev"
2019-02-28 10:26:31 +01:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"psr-4": {
"PhpOption\\": "src/PhpOption/"
2019-02-28 10:26:31 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-22 19:47:52 +02:00
"Apache-2.0"
2019-02-28 10:26:31 +01:00
],
"authors": [
{
"name": "Johannes M. Schmitt",
2022-03-19 11:34:43 +01:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
2021-04-22 19:47:52 +02:00
},
{
"name": "Graham Campbell",
2022-03-19 11:34:43 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2019-02-28 10:26:31 +01:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2022-03-19 11:34:43 +01:00
"time": "2021-12-04T23:24:31+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "phpspec/prophecy",
2022-03-19 11:34:43 +01:00
"version": "v1.15.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2022-03-19 11:34:43 +01:00
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"doctrine/instantiator": "^1.2",
2022-03-19 11:34:43 +01:00
"php": "^7.2 || ~8.0, <8.2",
2021-04-22 19:47:52 +02:00
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"phpspec/phpspec": "^6.0 || ^7.0",
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^8.0 || ^9.0"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-19 11:34:43 +01:00
"dev-master": "1.x-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-09-05 09:36:10 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
2019-02-28 11:03:41 +01:00
},
2022-03-19 11:34:43 +01:00
"time": "2021-12-08T12:19:24+00:00"
2019-02-28 11:03:41 +01:00
},
2017-09-05 09:36:10 +02:00
{
"name": "phpunit/php-code-coverage",
2022-03-19 11:34:43 +01:00
"version": "9.2.15",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2022-03-19 11:34:43 +01:00
"reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
"reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2021-04-22 19:47:52 +02:00
"ext-libxml": "*",
2017-09-05 09:36:10 +02:00
"ext-xmlwriter": "*",
2022-03-19 11:34:43 +01:00
"nikic/php-parser": "^4.13.0",
2021-04-22 19:47:52 +02: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"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"suggest": {
2021-04-22 19:47:52 +02:00
"ext-pcov": "*",
"ext-xdebug": "*"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "9.2-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
2017-09-05 09:36:10 +02:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-03-19 11:34:43 +01:00
"time": "2022-03-07T09:28:20+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "phpunit/php-file-iterator",
2022-03-19 11:34:43 +01:00
"version": "3.0.6",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2022-03-19 11:34:43 +01:00
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "3.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
2017-09-05 09:36:10 +02: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-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-03-19 11:34:43 +01:00
"time": "2021-12-02T12:48:52+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "phpunit/php-invoker",
"version": "3.1.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
2017-09-05 09:36:10 +02:00
},
"type": "library",
2021-04-22 19:47:52 +02:00
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
2017-09-05 09:36:10 +02:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2021-04-22 19:47:52 +02:00
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2017-09-05 09:36:10 +02:00
"keywords": [
2021-04-22 19:47:52 +02:00
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-09-28T05:58:55+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "phpunit/php-text-template",
"version": "2.0.4",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "2.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
2017-09-05 09:36:10 +02:00
"role": "lead"
}
],
2021-04-22 19:47:52 +02:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2017-09-05 09:36:10 +02:00
"keywords": [
2021-04-22 19:47:52 +02:00
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-10-26T05:33:50+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "phpunit/php-timer",
"version": "5.0.3",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "5.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2017-09-05 09:36:10 +02:00
"keywords": [
2021-04-22 19:47:52 +02:00
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-10-26T13:16:10+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "phpunit/phpunit",
2022-06-22 19:41:49 +02:00
"version": "9.5.21",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2022-06-22 19:41:49 +02:00
"reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-22 19:41:49 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1",
"reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"doctrine/instantiator": "^1.3.1",
2017-09-05 09:36:10 +02:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2021-04-22 19:47:52 +02:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
2022-03-19 11:34:43 +01:00
"phar-io/manifest": "^2.0.3",
2021-04-22 19:47:52 +02:00
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
2022-03-19 11:34:43 +01:00
"phpunit/php-code-coverage": "^9.2.13",
2021-04-22 19:47:52 +02: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.5",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2022-03-19 11:34:43 +01:00
"sebastian/type": "^3.0",
2021-04-22 19:47:52 +02:00
"sebastian/version": "^3.0.2"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpspec/prophecy-phpunit": "^2.0.1"
2017-09-05 09:36:10 +02:00
},
"suggest": {
2021-04-22 19:47:52 +02:00
"ext-soap": "*",
"ext-xdebug": "*"
2017-09-05 09:36:10 +02:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "9.5-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"files": [
"src/Framework/Assert/Functions.php"
2022-03-19 11:34:43 +01:00
],
"classmap": [
"src/"
2017-09-05 09:36:10 +02: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"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2022-06-22 19:41:49 +02:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
2022-03-19 11:34:43 +01:00
"url": "https://phpunit.de/sponsors.html",
2021-04-22 19:47:52 +02:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-06-22 19:41:49 +02:00
"time": "2022-06-19T12:14:25+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "psr/http-client",
"version": "1.0.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "1.0.x-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
2017-09-05 09:36:10 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-22 19:47:52 +02:00
"MIT"
2017-09-05 09:36:10 +02:00
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
2017-09-05 09:36:10 +02:00
"keywords": [
2021-04-22 19:47:52 +02:00
"http",
"http-client",
"psr",
"psr-18"
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+00:00"
2017-09-05 09:36:10 +02:00
},
2022-03-19 11:34:43 +01:00
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common 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": "2019-04-30T12:38:16+00:00"
},
2017-09-05 09:36:10 +02:00
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2021-04-22 19:47:52 +02:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2017-09-05 09:36:10 +02:00
"time": "2016-08-06T14:39:51+00:00"
},
2019-02-28 10:26:31 +01:00
{
"name": "ralouphie/getallheaders",
2021-04-22 19:47:52 +02:00
"version": "3.0.3",
2019-02-28 10:26:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2021-04-22 19:47:52 +02:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2019-02-28 10:26:31 +01:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2019-02-28 10:26:31 +01:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=5.6"
2019-02-28 10:26:31 +01:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2019-02-28 10:26:31 +01:00
},
"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.",
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
2019-02-28 10:26:31 +01:00
},
2017-09-05 09:36:10 +02:00
{
2021-04-22 19:47:52 +02:00
"name": "roave/security-advisories",
"version": "dev-latest",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/Roave/SecurityAdvisories.git",
2022-07-12 11:57:05 +02:00
"reference": "bc4d989050885c9c2138e0da74519efaad597076"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-07-12 11:57:05 +02:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/bc4d989050885c9c2138e0da74519efaad597076",
"reference": "bc4d989050885c9c2138e0da74519efaad597076",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
2021-04-22 19:47:52 +02:00
"conflict": {
"3f/pygmentize": "<1.2",
2022-06-10 08:56:49 +02:00
"admidio/admidio": "<4.1.9",
2022-03-19 11:34:43 +01:00
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
"akaunting/akaunting": "<2.1.13",
2022-06-10 08:56:49 +02:00
"alextselegidis/easyappointments": "<=1.4.3",
2021-04-22 19:47:52 +02:00
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
2022-03-19 11:34:43 +01:00
"amazing/media2click": ">=1,<1.3.3",
2021-04-22 19:47:52 +02:00
"amphp/artax": "<1.0.6|>=2,<2.0.6",
"amphp/http": "<1.0.1",
"amphp/http-client": ">=4,<4.4",
2022-03-19 11:34:43 +01:00
"anchorcms/anchor-cms": "<=0.12.7",
"andreapollastri/cipi": "<=3.1.15",
2021-04-22 19:47:52 +02:00
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
2022-03-19 11:34:43 +01:00
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2",
"area17/twill": "<1.2.5|>=2,<2.5.3",
2021-04-22 19:47:52 +02:00
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
"aws/aws-sdk-php": ">=3,<3.2.1",
"bagisto/bagisto": "<0.1.5",
"barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9",
2022-06-10 08:56:49 +02:00
"barryvdh/laravel-translation-manager": "<0.6.2",
2022-03-19 11:34:43 +01:00
"baserproject/basercms": "<4.5.4",
"billz/raspap-webgui": "<=2.6.6",
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
2022-06-10 08:56:49 +02:00
"bmarshall511/wordpress_zero_spam": "<5.2.13",
2022-03-19 11:34:43 +01:00
"bolt/bolt": "<3.7.2",
2022-06-10 08:56:49 +02:00
"bolt/core": "<=4.2",
2022-03-19 11:34:43 +01:00
"bottelet/flarepoint": "<2.2.1",
2021-04-22 19:47:52 +02:00
"brightlocal/phpwhois": "<=4.2.5",
2022-06-10 08:56:49 +02:00
"brotkrueml/codehighlight": "<2.7",
2022-06-22 19:41:49 +02:00
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
"brotkrueml/typo3-matomo-integration": "<1.3.2",
2022-03-19 11:34:43 +01:00
"buddypress/buddypress": "<7.2.1",
2021-04-22 19:47:52 +02:00
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
2022-03-19 11:34:43 +01:00
"bytefury/crater": "<6.0.2",
"cachethq/cachet": "<2.5.1",
2022-06-10 08:56:49 +02:00
"cakephp/cakephp": "<3.10.3|>=4,<4.0.6",
2022-03-19 11:34:43 +01:00
"cardgate/magento2": "<2.0.33",
2021-04-22 19:47:52 +02:00
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
2022-03-19 11:34:43 +01:00
"catfan/medoo": "<1.7.5",
"centreon/centreon": "<20.10.7",
2021-04-22 19:47:52 +02:00
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
2022-03-19 11:34:43 +01:00
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
2021-04-22 19:47:52 +02:00
"codeigniter/framework": "<=3.0.6",
2022-03-19 11:34:43 +01:00
"codeigniter4/framework": "<4.1.9",
"codiad/codiad": "<=2.8.4",
2022-06-10 08:56:49 +02:00
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
2022-03-19 11:34:43 +01:00
"concrete5/concrete5": "<9",
2022-07-12 11:57:05 +02:00
"concrete5/core": "<8.5.8|>=9,<9.1",
2021-04-22 19:47:52 +02:00
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
2022-06-10 08:56:49 +02:00
"contao/contao": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3",
2021-04-22 19:47:52 +02:00
"contao/core": ">=2,<3.5.39",
2022-06-10 08:56:49 +02:00
"contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0",
2021-04-22 19:47:52 +02:00
"contao/listing-bundle": ">=4,<4.4.8",
2022-06-10 08:56:49 +02:00
"contao/managed-edition": "<=1.5",
"craftcms/cms": "<3.7.36",
2022-03-19 11:34:43 +01:00
"croogo/croogo": "<3.0.7",
2022-06-10 08:56:49 +02:00
"cuyz/valinor": ">=0.5,<0.7",
"czproject/git-php": "<4.0.3",
"darylldoyle/safe-svg": "<1.9.10",
2021-04-22 19:47:52 +02:00
"datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1",
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
2022-03-19 11:34:43 +01:00
"directmailteam/direct-mail": "<5.2.4",
2021-04-22 19:47:52 +02:00
"doctrine/annotations": ">=1,<1.2.7",
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
2022-03-19 11:34:43 +01:00
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
2021-04-22 19:47:52 +02:00
"doctrine/doctrine-bundle": "<1.5.2",
"doctrine/doctrine-module": "<=0.7.1",
"doctrine/mongodb-odm": ">=1,<1.0.2",
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
2022-06-22 19:41:49 +02:00
"dolibarr/dolibarr": "<16|= 12.0.5|>= 3.3.beta1, < 13.0.2",
2022-07-12 11:57:05 +02:00
"dompdf/dompdf": "<2",
2022-03-19 11:34:43 +01:00
"drupal/core": ">=7,<7.88|>=8,<9.2.13|>=9.3,<9.3.6",
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
"dweeves/magmi": "<=0.7.24",
"ecodev/newsletter": "<=4",
"ectouch/ectouch": "<=2.7.2",
2022-07-12 11:57:05 +02:00
"elefant/cms": "<1.3.13",
2022-03-19 11:34:43 +01:00
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
2021-04-22 19:47:52 +02:00
"endroid/qr-code-bundle": "<3.4.2",
2022-03-19 11:34:43 +01:00
"enshrined/svg-sanitize": "<0.15",
2021-04-22 19:47:52 +02:00
"erusev/parsedown": "<1.7.2",
2022-03-19 11:34:43 +01:00
"ether/logs": "<3.0.4",
2021-04-22 19:47:52 +02:00
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
"ezsystems/ez-support-tools": ">=2.2,<2.2.3",
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
2022-03-19 11:34:43 +01:00
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
2022-06-10 08:56:49 +02:00
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.27",
2021-04-22 19:47:52 +02:00
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
2022-06-10 08:56:49 +02:00
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.19",
2022-03-19 11:34:43 +01:00
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
"ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7",
2021-04-22 19:47:52 +02:00
"ezsystems/ezplatform-user": ">=1,<1.0.1",
2022-06-10 08:56:49 +02:00
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.29",
2022-03-19 11:34:43 +01:00
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1",
2021-04-22 19:47:52 +02:00
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
2022-03-19 11:34:43 +01:00
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
2022-06-10 08:56:49 +02:00
"facturascripts/facturascripts": "<=2022.8",
2022-03-19 11:34:43 +01:00
"feehi/cms": "<=2.1.1",
"feehi/feehicms": "<=0.1.3",
2022-06-10 08:56:49 +02:00
"fenom/fenom": "<=2.12.1",
"filegator/filegator": "<7.8",
2021-04-22 19:47:52 +02:00
"firebase/php-jwt": "<2",
2022-03-19 11:34:43 +01:00
"flarum/core": ">=1,<=1.0.1",
2021-04-22 19:47:52 +02:00
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
"flarum/tags": "<=0.1-beta.13",
"fluidtypo3/vhs": "<5.1.1",
2022-06-10 08:56:49 +02:00
"fof/upload": "<1.2.3",
2021-04-22 19:47:52 +02:00
"fooman/tcpdf": "<6.2.22",
2022-06-10 08:56:49 +02:00
"forkcms/forkcms": "<5.11.1",
2021-04-22 19:47:52 +02:00
"fossar/tcpdf-parser": "<6.2.22",
2022-06-22 19:41:49 +02:00
"francoisjacquet/rosariosis": "<9.1",
2021-04-22 19:47:52 +02:00
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
2022-03-19 11:34:43 +01:00
"froala/wysiwyg-editor": "<3.2.7",
2022-06-10 08:56:49 +02:00
"froxlor/froxlor": "<=0.10.22",
2021-04-22 19:47:52 +02:00
"fuel/core": "<1.8.1",
2022-03-19 11:34:43 +01:00
"gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11",
2022-07-12 11:57:05 +02:00
"getgrav/grav": "<1.7.34",
2022-03-19 11:34:43 +01:00
"getkirby/cms": "<3.5.8",
2021-04-22 19:47:52 +02:00
"getkirby/panel": "<2.5.14",
2022-03-19 11:34:43 +01:00
"gilacms/gila": "<=1.11.4",
"globalpayments/php-sdk": "<2",
"google/protobuf": "<3.15",
2021-04-22 19:47:52 +02:00
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
"gree/jose": "<=2.2",
"gregwar/rst": "<1.0.3",
2022-03-19 11:34:43 +01:00
"grumpydictator/firefly-iii": "<5.6.5",
2022-06-22 19:41:49 +02:00
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
2022-06-10 08:56:49 +02:00
"guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1",
"helloxz/imgurl": "= 2.31|<=2.31",
2022-03-19 11:34:43 +01:00
"hillelcoren/invoice-ninja": "<5.3.35",
"hjue/justwriting": "<=1",
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
2022-06-10 08:56:49 +02:00
"hyn/multi-tenant": ">=5.6,<5.7.2",
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4",
2022-03-19 11:34:43 +01:00
"ibexa/post-install": "<=1.0.4",
"icecoder/icecoder": "<=8.1",
2021-04-22 19:47:52 +02:00
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
2022-03-19 11:34:43 +01:00
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
2021-04-22 19:47:52 +02:00
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
2022-03-19 11:34:43 +01:00
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
2022-06-10 08:56:49 +02:00
"impresscms/impresscms": "<=1.4.3",
2022-03-19 11:34:43 +01:00
"in2code/femanager": "<5.5.1|>=6,<6.3.1",
"intelliants/subrion": "<=4.2.1",
2021-04-22 19:47:52 +02:00
"ivankristianto/phpwhois": "<=4.3",
2022-03-19 11:34:43 +01:00
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
"james-heinrich/getid3": "<1.9.21",
2022-06-10 08:56:49 +02:00
"joomla/archive": "<1.1.12|>=2,<2.0.1",
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
"joomla/filter": "<1.4.4|>=2,<2.0.1",
"joomla/input": ">=2,<2.0.2",
2021-04-22 19:47:52 +02:00
"joomla/session": "<1.3.1",
2022-03-19 11:34:43 +01:00
"jsdecena/laracom": "<2.0.9",
2021-04-22 19:47:52 +02:00
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
2022-03-19 11:34:43 +01:00
"kevinpapst/kimai2": "<1.16.7",
2021-04-22 19:47:52 +02:00
"kitodo/presentation": "<3.1.2",
2022-03-19 11:34:43 +01:00
"klaviyo/magento2-extension": ">=1,<3",
2022-07-12 11:57:05 +02:00
"krayin/laravel-crm": "<1.2.2",
2021-04-22 19:47:52 +02:00
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
2022-03-19 11:34:43 +01:00
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
"laminas/laminas-http": "<2.14.2",
"laravel/fortify": "<1.11.1",
"laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
2022-06-10 08:56:49 +02:00
"laravel/laravel": "<=9.1.8",
2021-04-22 19:47:52 +02:00
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
2022-03-19 11:34:43 +01:00
"latte/latte": "<2.10.8",
"lavalite/cms": "<=5.8",
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
2021-04-22 19:47:52 +02:00
"league/commonmark": "<0.18.3",
2022-03-19 11:34:43 +01:00
"league/flysystem": "<1.1.4|>=2,<2.1.1",
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
2022-06-10 08:56:49 +02:00
"librenms/librenms": "<22.4",
2022-03-19 11:34:43 +01:00
"limesurvey/limesurvey": "<3.27.19",
"livehelperchat/livehelperchat": "<=3.91",
2021-04-22 19:47:52 +02:00
"livewire/livewire": ">2.2.4,<2.2.6",
2022-03-19 11:34:43 +01:00
"lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
2022-06-10 08:56:49 +02:00
"luyadev/yii-helpers": "<1.2.1",
2021-04-22 19:47:52 +02:00
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
"marcwillmann/turn": "<0.3.3",
2022-06-10 08:56:49 +02:00
"matyhtf/framework": "<3.0.6",
"mautic/core": "<4.3|= 2.13.1",
2021-04-22 19:47:52 +02:00
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
2022-03-19 11:34:43 +01:00
"microweber/microweber": "<1.3",
"miniorange/miniorange-saml": "<1.4.3",
2021-04-22 19:47:52 +02:00
"mittwald/typo3_forum": "<1.2.1",
2022-03-19 11:34:43 +01:00
"modx/revolution": "<= 2.8.3-pl|<2.8",
2022-06-10 08:56:49 +02:00
"mojo42/jirafeau": "<4.4",
2021-04-22 19:47:52 +02:00
"monolog/monolog": ">=1.8,<1.12",
2022-06-10 08:56:49 +02:00
"moodle/moodle": "<4.0.1",
2022-03-19 11:34:43 +01:00
"mustache/mustache": ">=2,<2.14.1",
2021-04-22 19:47:52 +02:00
"namshi/jose": "<2.2",
2022-03-19 11:34:43 +01:00
"neoan3-apps/template": "<1.1.1",
2022-06-10 08:56:49 +02:00
"neorazorx/facturascripts": "<2022.4",
2021-04-22 19:47:52 +02:00
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
2022-03-19 11:34:43 +01:00
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
2022-06-10 08:56:49 +02:00
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
2021-04-22 19:47:52 +02:00
"neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
2022-03-19 11:34:43 +01:00
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
2021-04-22 19:47:52 +02:00
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
2022-03-19 11:34:43 +01:00
"nilsteampassnet/teampass": "<=2.1.27.36",
2022-06-10 08:56:49 +02:00
"noumo/easyii": "<=0.9",
2022-07-12 11:57:05 +02:00
"nukeviet/nukeviet": "<4.5.2",
2022-03-19 11:34:43 +01:00
"nystudio107/craft-seomatic": "<3.4.12",
2021-04-22 19:47:52 +02:00
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
"october/backend": "<1.1.2",
2022-03-19 11:34:43 +01:00
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469",
"october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12",
2021-04-22 19:47:52 +02:00
"october/rain": "<1.0.472|>=1.1,<1.1.2",
2022-03-19 11:34:43 +01:00
"october/system": "<1.0.475|>=1.1,<1.1.11|>=2,<2.1.27",
2021-04-22 19:47:52 +02:00
"onelogin/php-saml": "<2.10.4",
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
2022-06-10 08:56:49 +02:00
"open-web-analytics/open-web-analytics": "<1.7.4",
2022-03-19 11:34:43 +01:00
"opencart/opencart": "<=3.0.3.2",
2021-04-22 19:47:52 +02:00
"openid/php-openid": "<2.3",
2022-03-19 11:34:43 +01:00
"openmage/magento-lts": "<19.4.15|>=20,<20.0.13",
2021-04-22 19:47:52 +02:00
"orchid/platform": ">=9,<9.4.4",
2022-03-19 11:34:43 +01:00
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
2021-04-22 19:47:52 +02:00
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
2022-03-19 11:34:43 +01:00
"pagekit/pagekit": "<=1.0.18",
2021-04-22 19:47:52 +02:00
"paragonie/random_compat": "<2",
"passbolt/passbolt_api": "<2.11",
"paypal/merchant-sdk-php": "<3.12",
2022-03-19 11:34:43 +01:00
"pear/archive_tar": "<1.4.14",
"pear/crypt_gpg": "<1.6.7",
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
2021-04-22 19:47:52 +02:00
"personnummer/personnummer": "<3.0.2",
2022-03-19 11:34:43 +01:00
"phanan/koel": "<5.1.4",
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
"phpmailer/phpmailer": "<6.5",
2021-04-22 19:47:52 +02:00
"phpmussel/phpmussel": ">=1,<1.6",
2022-03-19 11:34:43 +01:00
"phpmyadmin/phpmyadmin": "<5.1.3",
"phpoffice/phpexcel": "<1.8",
2021-04-22 19:47:52 +02:00
"phpoffice/phpspreadsheet": "<1.16",
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7",
2022-03-19 11:34:43 +01:00
"phpservermon/phpservermon": "<=3.5.2",
2022-06-10 08:56:49 +02:00
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
2021-04-22 19:47:52 +02:00
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
2022-06-10 08:56:49 +02:00
"pimcore/data-hub": "<1.2.4",
2022-07-12 11:57:05 +02:00
"pimcore/pimcore": "<10.4.4",
2022-06-10 08:56:49 +02:00
"pocketmine/bedrock-protocol": "<8.0.2",
"pocketmine/pocketmine-mp": ">= 4.0.0-BETA5, < 4.4.2|<4.2.10",
2021-04-22 19:47:52 +02:00
"pressbooks/pressbooks": "<5.18",
"prestashop/autoupgrade": ">=4,<4.10.1",
2022-07-12 11:57:05 +02:00
"prestashop/blockwishlist": ">=2,<2.1.1",
2021-04-22 19:47:52 +02:00
"prestashop/contactform": ">1.0.1,<4.3",
"prestashop/gamification": "<2.3.2",
2022-03-19 11:34:43 +01:00
"prestashop/prestashop": ">=1.7,<=1.7.8.2",
2021-04-22 19:47:52 +02:00
"prestashop/productcomments": ">=4,<4.2.1",
"prestashop/ps_emailsubscription": "<2.6.1",
"prestashop/ps_facetedsearch": "<3.4.1",
2022-03-19 11:34:43 +01:00
"prestashop/ps_linklist": "<3.1",
2022-06-10 08:56:49 +02:00
"privatebin/privatebin": "<1.4",
2021-04-22 19:47:52 +02:00
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
"propel/propel1": ">=1,<=1.7.1",
2022-03-19 11:34:43 +01:00
"pterodactyl/panel": "<1.7",
"ptrofimov/beanstalk_console": "<1.7.14",
2021-04-22 19:47:52 +02:00
"pusher/pusher-php-server": "<2.2.1",
"pwweb/laravel-core": "<=0.3.6-beta",
"rainlab/debugbar-plugin": "<3.1",
2022-06-10 08:56:49 +02:00
"remdex/livehelperchat": "<3.99",
2022-03-19 11:34:43 +01:00
"rmccue/requests": ">=1.6,<1.8",
2021-04-22 19:47:52 +02:00
"robrichards/xmlseclibs": "<3.0.4",
2022-03-19 11:34:43 +01:00
"rudloff/alltube": "<3.0.3",
2022-06-10 08:56:49 +02:00
"s-cart/core": "<6.9",
"s-cart/s-cart": "<6.9",
2021-04-22 19:47:52 +02:00
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
2022-06-10 08:56:49 +02:00
"shopware/core": "<=6.4.9",
"shopware/platform": "<=6.4.9",
2021-04-22 19:47:52 +02:00
"shopware/production": "<=6.3.5.2",
2022-07-12 11:57:05 +02:00
"shopware/shopware": "<5.7.12",
2022-03-19 11:34:43 +01:00
"shopware/storefront": "<=6.4.8.1",
2022-06-10 08:56:49 +02:00
"shopxo/shopxo": "<2.2.6",
2022-03-19 11:34:43 +01:00
"showdoc/showdoc": "<2.10.4",
"silverstripe/admin": ">=1,<1.8.1",
2022-07-12 11:57:05 +02:00
"silverstripe/assets": ">=1,<1.10.1",
2021-04-22 19:47:52 +02:00
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
2022-07-12 11:57:05 +02:00
"silverstripe/framework": "<4.10.9",
2022-03-19 11:34:43 +01:00
"silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|= 4.0.0-alpha1",
2022-07-12 11:57:05 +02:00
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
2021-04-22 19:47:52 +02:00
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
2022-06-10 08:56:49 +02:00
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
2021-04-22 19:47:52 +02:00
"silverstripe/subsites": ">=2,<2.1.1",
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
"silverstripe/userforms": "<3",
"simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
"simplesamlphp/simplesamlphp": "<1.18.6",
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6",
2022-06-10 08:56:49 +02:00
"smarty/smarty": "<3.1.45|>=4,<4.1.1",
"snipe/snipe-it": "<5.4.4|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
2021-04-22 19:47:52 +02:00
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
2022-03-19 11:34:43 +01:00
"spipu/html2pdf": "<5.2.4",
2021-04-22 19:47:52 +02:00
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
2022-03-19 11:34:43 +01:00
"ssddanbrown/bookstack": "<22.2.3",
2022-06-10 08:56:49 +02:00
"statamic/cms": "<3.2.39|>=3.3,<3.3.2",
2021-04-22 19:47:52 +02:00
"stormpath/sdk": ">=0,<9.9.99",
2022-03-19 11:34:43 +01:00
"studio-42/elfinder": "<2.1.59",
"subrion/cms": "<=4.2.1",
"sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8",
2021-04-22 19:47:52 +02:00
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
2022-03-19 11:34:43 +01:00
"sylius/grid-bundle": "<1.10.1",
"sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
2021-04-22 19:47:52 +02:00
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
2022-03-19 11:34:43 +01:00
"sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
2021-04-22 19:47:52 +02:00
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
2022-03-19 11:34:43 +01:00
"symfont/process": ">=0,<4",
2021-04-22 19:47:52 +02:00
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
2022-03-19 11:34:43 +01:00
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14",
2021-04-22 19:47:52 +02:00
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
2022-03-19 11:34:43 +01:00
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
2021-04-22 19:47:52 +02:00
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
2022-03-19 11:34:43 +01:00
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
2021-04-22 19:47:52 +02:00
"symfony/mime": ">=4.3,<4.3.8",
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/routing": ">=2,<2.0.19",
2022-03-19 11:34:43 +01:00
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11|>=5.3,<5.3.12",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
2021-04-22 19:47:52 +02:00
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
2022-03-19 11:34:43 +01:00
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2",
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
2021-04-22 19:47:52 +02:00
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
2022-03-19 11:34:43 +01:00
"t3/dce": ">=2.2,<2.6.2",
2021-04-22 19:47:52 +02:00
"t3g/svg-sanitizer": "<1.0.3",
2022-06-10 08:56:49 +02:00
"tastyigniter/tastyigniter": "<3.3",
2021-04-22 19:47:52 +02:00
"tecnickcom/tcpdf": "<6.2.22",
2022-03-19 11:34:43 +01:00
"terminal42/contao-tablelookupwizard": "<3.3.5",
2021-04-22 19:47:52 +02:00
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
2022-07-12 11:57:05 +02:00
"thinkcmf/thinkcmf": "<=5.1.7",
2022-03-19 11:34:43 +01:00
"tinymce/tinymce": "<5.10",
2021-04-22 19:47:52 +02:00
"titon/framework": ">=0,<9.9.99",
2022-06-10 08:56:49 +02:00
"topthink/framework": "<6.0.12",
2022-03-19 11:34:43 +01:00
"topthink/think": "<=6.0.9",
"topthink/thinkphp": "<=3.2.3",
"tribalsystems/zenario": "<9.2.55826",
2021-04-22 19:47:52 +02:00
"truckersmp/phpwhois": "<=4.3.1",
2022-03-19 11:34:43 +01:00
"twig/twig": "<1.38|>=2,<2.14.11|>=3,<3.3.8",
2022-06-22 19:41:49 +02:00
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.29|>=11,<11.5.11",
2021-04-22 19:47:52 +02:00
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
2022-06-22 19:41:49 +02:00
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<7.6.57|>=8,<8.7.47|>=9,<9.5.35|>=10,<10.4.29|>=11,<11.5.11",
2021-04-22 19:47:52 +02:00
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
"ua-parser/uap-php": "<3.8",
2022-03-19 11:34:43 +01:00
"unisharp/laravel-filemanager": "<=2.3",
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
2021-04-22 19:47:52 +02:00
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
2022-03-19 11:34:43 +01:00
"vanilla/safecurl": "<0.9.2",
2021-04-22 19:47:52 +02:00
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
2022-06-10 08:56:49 +02:00
"vrana/adminer": "<4.8.1",
2021-04-22 19:47:52 +02:00
"wallabag/tcpdf": "<6.2.22",
2022-03-19 11:34:43 +01:00
"wanglelecc/laracms": "<=1.0.3",
"web-auth/webauthn-framework": ">=3.3,<3.3.4",
"webcoast/deferred-image-processing": "<1.0.2",
2021-04-22 19:47:52 +02:00
"wikimedia/parsoid": "<0.12.2",
"willdurand/js-translation-bundle": "<2.1.1",
2022-03-19 11:34:43 +01:00
"wp-cli/wp-cli": "<2.5",
2022-06-10 08:56:49 +02:00
"wp-graphql/wp-graphql": "<0.3.5",
"wpanel/wpanel4-cms": "<=4.3.1",
"wwbn/avideo": "<=11.6",
"yeswiki/yeswiki": "<4.1",
"yetiforce/yetiforce-crm": "<6.4",
2022-03-19 11:34:43 +01:00
"yidashi/yii2cmf": "<=2",
2021-04-22 19:47:52 +02:00
"yii2mod/yii2-cms": "<1.9.2",
"yiisoft/yii": ">=1.1.14,<1.1.15",
"yiisoft/yii2": "<2.0.38",
"yiisoft/yii2-bootstrap": "<2.0.4",
2022-03-19 11:34:43 +01:00
"yiisoft/yii2-dev": "<2.0.43",
2021-04-22 19:47:52 +02:00
"yiisoft/yii2-elasticsearch": "<2.0.5",
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
2022-03-19 11:34:43 +01:00
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
"yourls/yourls": "<=1.8.2",
"zendesk/zendesk_api_client_php": "<2.2.11",
2021-04-22 19:47:52 +02:00
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
2022-06-10 08:56:49 +02:00
"zendframework/zend-diactoros": "<1.8.4",
"zendframework/zend-feed": "<2.10.3",
2021-04-22 19:47:52 +02:00
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
2022-06-10 08:56:49 +02:00
"zendframework/zend-http": "<2.8.1",
2021-04-22 19:47:52 +02:00
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
"zendframework/zend-validator": ">=2.3,<2.3.6",
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
2022-03-19 11:34:43 +01:00
"zendframework/zendframework": "<=3",
2021-04-22 19:47:52 +02:00
"zendframework/zendframework1": "<1.12.20",
"zendframework/zendopenid": ">=2,<2.0.2",
"zendframework/zendxml": ">=1,<1.0.1",
"zetacomponents/mail": "<1.8.2",
"zf-commons/zfc-user": "<1.2.2",
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
2022-03-19 11:34:43 +01:00
"zfr/zfr-oauth2-server-module": "<0.1.2",
"zoujingli/thinkadmin": "<6.0.22"
2021-04-22 19:47:52 +02:00
},
"default-branch": true,
"type": "metapackage",
2017-09-05 09:36:10 +02:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-22 19:47:52 +02:00
"MIT"
2017-09-05 09:36:10 +02:00
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"role": "maintainer"
},
{
"name": "Ilya Tribusean",
"email": "slash3b@gmail.com",
"role": "maintainer"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
"support": {
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
},
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
"type": "tidelift"
}
],
2022-07-12 11:57:05 +02:00
"time": "2022-07-06T08:13:54+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "sebastian/cli-parser",
"version": "1.0.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "1.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-09-28T06:08:49+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "sebastian/code-unit",
"version": "1.0.8",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "1.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"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"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-10-26T13:08:54+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "2.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2021-04-22 19:47:52 +02:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-09-28T05:30:19+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "sebastian/comparator",
"version": "4.0.6",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^9.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "4.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
2017-09-05 09:36:10 +02:00
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2021-04-22 19:47:52 +02:00
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:49:45+00:00"
},
{
"name": "sebastian/complexity",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
"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",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:52:27+00:00"
},
{
"name": "sebastian/diff",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00"
},
{
"name": "sebastian/environment",
2022-06-10 08:56:49 +02:00
"version": "5.1.4",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2022-06-10 08:56:49 +02:00
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"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"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2022-06-10 08:56:49 +02:00
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-06-10 08:56:49 +02:00
"time": "2022-04-03T09:37:03+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "sebastian/exporter",
2022-03-19 11:34:43 +01:00
"version": "4.0.4",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2022-03-19 11:34:43 +01:00
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
2022-03-19 11:34:43 +01:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2021-04-22 19:47:52 +02:00
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-03-19 11:34:43 +01:00
"time": "2021-11-11T14:18:36+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "sebastian/global-state",
2022-03-19 11:34:43 +01:00
"version": "5.0.5",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2022-03-19 11:34:43 +01:00
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2021-04-22 19:47:52 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"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"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-03-19 11:34:43 +01:00
"time": "2022-02-14T08:28:10+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"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",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-28T06:42:11+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"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/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:12:34+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"shasum": ""
},
"require": {
"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"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:14:26+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-09-05 09:36:10 +02:00
},
2021-04-22 19:47:52 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:17:30+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2017-09-05 09:36:10 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
2021-04-22 19:47:52 +02:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2021-04-22 19:47:52 +02:00
"time": "2020-09-28T06:45:17+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "sebastian/type",
2022-03-19 11:34:43 +01:00
"version": "3.0.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/type.git",
2022-03-19 11:34:43 +01:00
"reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
"reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-19 11:34:43 +01:00
"phpunit/phpunit": "^9.5"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-19 11:34:43 +01:00
"dev-master": "3.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2017-09-05 09:36:10 +02:00
],
2022-03-19 11:34:43 +01:00
"time": "2022-03-15T09:54:48+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "sebastian/version",
"version": "3.0.2",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2021-04-22 19:47:52 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.3"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "3.0-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2021-04-22 19:47:52 +02:00
"email": "sebastian@phpunit.de",
"role": "lead"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"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"
}
],
"time": "2020-09-28T06:39:44+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "symfony/deprecation-contracts",
2022-07-12 11:57:05 +02:00
"version": "v2.5.2",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-06-10 08:56:49 +02:00
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2022-03-20 18:28:16 +01:00
"php": ">=7.1"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-20 18:28:16 +01:00
"dev-main": "2.5-dev"
2021-04-22 19:47:52 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"files": [
"function.php"
2017-09-05 09:36:10 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-22 19:47:52 +02:00
"MIT"
2017-09-05 09:36:10 +02:00
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2022-07-12 11:57:05 +02:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2017-09-05 09:36:10 +02:00
}
],
2022-06-10 08:56:49 +02:00
"time": "2022-01-02T09:53:40+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "symfony/polyfill-ctype",
2022-06-10 08:56:49 +02:00
"version": "v1.26.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-06-10 08:56:49 +02:00
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.1"
},
2022-03-19 11:34:43 +01:00
"provide": {
"ext-ctype": "*"
},
2021-04-22 19:47:52 +02:00
"suggest": {
"ext-ctype": "For best performance"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-10 08:56:49 +02:00
"dev-main": "1.26-dev"
2021-04-22 19:47:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"files": [
"bootstrap.php"
2022-03-19 11:34:43 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2017-09-05 09:36:10 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-22 19:47:52 +02:00
"MIT"
2017-09-05 09:36:10 +02:00
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2022-06-10 08:56:49 +02:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
2021-04-22 19:47:52 +02: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-06-10 08:56:49 +02:00
"time": "2022-05-24T11:49:31+00:00"
2017-09-05 09:36:10 +02:00
},
{
2021-04-22 19:47:52 +02:00
"name": "symfony/polyfill-mbstring",
2022-06-10 08:56:49 +02:00
"version": "v1.26.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-06-10 08:56:49 +02:00
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.1"
},
2022-03-19 11:34:43 +01:00
"provide": {
"ext-mbstring": "*"
},
2021-04-22 19:47:52 +02:00
"suggest": {
"ext-mbstring": "For best performance"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-10 08:56:49 +02:00
"dev-main": "1.26-dev"
2021-04-22 19:47:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
2021-04-22 19:47:52 +02:00
"files": [
"bootstrap.php"
2022-03-19 11:34:43 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2017-09-05 09:36:10 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-22 19:47:52 +02:00
"MIT"
2017-09-05 09:36:10 +02:00
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-09-05 09:36:10 +02:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2022-06-10 08:56:49 +02:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
2021-04-22 19:47:52 +02: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-06-10 08:56:49 +02:00
"time": "2022-05-24T11:49:31+00:00"
2017-09-05 09:36:10 +02:00
},
2019-02-28 10:26:31 +01:00
{
2021-04-22 19:47:52 +02:00
"name": "symfony/polyfill-php80",
2022-06-10 08:56:49 +02:00
"version": "v1.26.0",
2019-02-28 10:26:31 +01:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/symfony/polyfill-php80.git",
2022-06-10 08:56:49 +02:00
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
2019-02-28 10:26:31 +01:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
2019-02-28 10:26:31 +01:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"php": ">=7.1"
2019-02-28 10:26:31 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-10 08:56:49 +02:00
"dev-main": "1.26-dev"
2021-04-22 19:47:52 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-02-28 10:26:31 +01:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2021-04-22 19:47:52 +02:00
],
2022-03-19 11:34:43 +01:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2021-04-22 19:47:52 +02:00
"classmap": [
"Resources/stubs"
2019-02-28 10:26:31 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-04-22 19:47:52 +02:00
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2020-01-08 12:36:11 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-02-28 10:26:31 +01:00
}
],
2021-04-22 19:47:52 +02:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2019-02-28 10:26:31 +01:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
2021-04-22 19:47:52 +02:00
"portable",
"shim"
],
"support": {
2022-06-10 08:56:49 +02:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
2021-04-22 19:47:52 +02: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"
}
2019-02-28 10:26:31 +01:00
],
2022-06-10 08:56:49 +02:00
"time": "2022-05-10T07:21:04+00:00"
2019-02-28 10:26:31 +01:00
},
2017-09-05 09:36:10 +02:00
{
"name": "symfony/yaml",
2022-07-12 11:57:05 +02:00
"version": "v5.4.10",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2022-07-12 11:57:05 +02:00
"reference": "04e42926429d9e8b39c174387ab990bf7817f7a2"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-07-12 11:57:05 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/04e42926429d9e8b39c174387ab990bf7817f7a2",
"reference": "04e42926429d9e8b39c174387ab990bf7817f7a2",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2022-03-20 18:28:16 +01:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
2022-03-19 11:34:43 +01:00
"symfony/polyfill-ctype": "^1.8"
2019-02-28 10:26:31 +01:00
},
"conflict": {
2022-03-20 18:28:16 +01:00
"symfony/console": "<5.3"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2022-03-20 18:28:16 +01:00
"symfony/console": "^5.3|^6.0"
2017-09-05 09:36:10 +02:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2021-04-22 19:47:52 +02:00
"bin": [
"Resources/bin/yaml-lint"
],
2017-09-05 09:36:10 +02:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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"
}
],
2021-04-22 19:47:52 +02:00
"description": "Loads and dumps YAML files",
2017-09-05 09:36:10 +02:00
"homepage": "https://symfony.com",
2021-04-22 19:47:52 +02:00
"support": {
2022-07-12 11:57:05 +02:00
"source": "https://github.com/symfony/yaml/tree/v5.4.10"
2021-04-22 19:47:52 +02: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-07-12 11:57:05 +02:00
"time": "2022-06-20T11:50:59+00:00"
2021-04-22 19:47:52 +02:00
},
{
"name": "theseer/tokenizer",
2022-03-19 11:34:43 +01:00
"version": "1.2.1",
2021-04-22 19:47:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2022-03-19 11:34:43 +01:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2021-04-22 19:47:52 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2021-04-22 19:47:52 +02:00
"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",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2022-03-19 11:34:43 +01:00
"time": "2021-07-28T10:34:58+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "vlucas/phpdotenv",
2022-03-19 11:34:43 +01:00
"version": "v5.4.1",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2022-03-19 11:34:43 +01:00
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-03-19 11:34:43 +01:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2021-04-22 19:47:52 +02:00
"ext-pcre": "*",
2022-03-19 11:34:43 +01:00
"graham-campbell/result-type": "^1.0.2",
2021-04-22 19:47:52 +02:00
"php": "^7.1.3 || ^8.0",
2022-03-19 11:34:43 +01:00
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
2017-09-05 09:36:10 +02:00
},
"require-dev": {
2021-04-22 19:47:52 +02:00
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
2022-03-19 11:34:43 +01:00
"phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
2021-04-22 19:47:52 +02:00
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-19 11:34:43 +01:00
"dev-master": "5.4-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-02-28 10:26:31 +01:00
"BSD-3-Clause"
2017-09-05 09:36:10 +02:00
],
"authors": [
2021-04-22 19:47:52 +02:00
{
"name": "Graham Campbell",
2022-03-19 11:34:43 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2021-04-22 19:47:52 +02:00
},
2017-09-05 09:36:10 +02:00
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
2022-03-19 11:34:43 +01:00
"homepage": "https://github.com/vlucas"
2017-09-05 09:36:10 +02:00
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2022-03-19 11:34:43 +01:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
2021-04-22 19:47:52 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2022-03-19 11:34:43 +01:00
"time": "2021-12-12T23:22:04+00:00"
2017-09-05 09:36:10 +02:00
},
{
"name": "webmozart/assert",
2022-06-10 08:56:49 +02:00
"version": "1.11.0",
2017-09-05 09:36:10 +02:00
"source": {
"type": "git",
2021-04-22 19:47:52 +02:00
"url": "https://github.com/webmozarts/assert.git",
2022-06-10 08:56:49 +02:00
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2017-09-05 09:36:10 +02:00
},
"dist": {
"type": "zip",
2022-06-10 08:56:49 +02:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2017-09-05 09:36:10 +02:00
"shasum": ""
},
"require": {
2022-06-10 08:56:49 +02:00
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
2017-09-05 09:36:10 +02:00
},
2021-04-22 19:47:52 +02:00
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
2017-09-05 09:36:10 +02:00
"require-dev": {
2021-04-22 19:47:52 +02:00
"phpunit/phpunit": "^8.5.13"
2017-09-05 09:36:10 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-22 19:47:52 +02:00
"dev-master": "1.10-dev"
2017-09-05 09:36:10 +02:00
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2021-04-22 19:47:52 +02:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
2022-06-10 08:56:49 +02:00
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2021-04-22 19:47:52 +02:00
},
2022-06-10 08:56:49 +02:00
"time": "2022-06-03T18:03:27+00:00"
2017-09-05 09:36:10 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
2021-04-22 19:47:52 +02:00
"stability-flags": {
"roave/security-advisories": 20
},
2017-09-05 09:36:10 +02:00
"prefer-stable": false,
"prefer-lowest": false,
2020-01-08 12:36:11 +01:00
"platform": {
2022-03-20 18:28:16 +01:00
"php": ">=7.4",
2020-01-08 12:36:11 +01:00
"ext-json": "*",
"ext-pdo": "*",
"ext-xmlwriter": "*",
"ext-simplexml": "*",
"ext-libxml": "*"
},
2021-04-22 19:47:52 +02:00
"platform-dev": [],
2022-03-20 18:28:16 +01:00
"platform-overrides": {
"php": "7.4"
},
2022-03-19 11:34:43 +01:00
"plugin-api-version": "2.2.0"
2017-09-05 09:36:10 +02:00
}