2020-12-26 22:43:41 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"content-hash": "9ae497667eafca3ec5cbc7d7d8a97298",
|
2020-12-26 22:43:41 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "doctrine/instantiator",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.5.0",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"doctrine/coding-standard": "^9 || ^11",
|
2020-12-26 22:43:41 +00:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
2023-07-31 20:50:38 +00: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.30 || ^5.4"
|
2020-12-26 22:43:41 +00: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",
|
|
|
|
"homepage": "https://ocramius.github.io/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
|
|
"keywords": [
|
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
|
2020-12-26 22:43:41 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2022-12-30T00:15:36+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2022-09-25 23:53:16 +00:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "7.7.0",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
|
|
|
|
"reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
2023-07-31 20:50:38 +00:00
|
|
|
"guzzlehttp/promises": "^1.5.3 || ^2.0",
|
|
|
|
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
2022-09-25 23:53:16 +00:00
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-client-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
|
"ext-curl": "*",
|
2023-07-31 20:50:38 +00:00
|
|
|
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
|
|
|
"php-http/message-factory": "^1.1",
|
2022-09-25 23:53:16 +00:00
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
|
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "Required for CURL handler support",
|
|
|
|
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
|
"psr/log": "Required for using the Log middleware"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": true,
|
|
|
|
"forward-command": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jeremy Lindblom",
|
|
|
|
"email": "jeremeamia@gmail.com",
|
|
|
|
"homepage": "https://github.com/jeremeamia"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "George Mponos",
|
|
|
|
"email": "gmponos@gmail.com",
|
|
|
|
"homepage": "https://github.com/gmponos"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Nyholm",
|
|
|
|
"email": "tobias.nyholm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Nyholm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"email": "webmaster@tubo-world.de",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"psr-18",
|
|
|
|
"psr-7",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/7.7.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Nyholm",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-05-21T14:04:53+00:00"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "2.0.0",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
|
|
|
|
"reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": "^7.2.5 || ^8.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": true,
|
|
|
|
"forward-command": false
|
2022-09-25 23:53:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Nyholm",
|
|
|
|
"email": "tobias.nyholm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Nyholm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"email": "webmaster@tubo-world.de",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle promises library",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/guzzle/promises/tree/2.0.0"
|
2022-09-25 23:53:16 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-05-21T13:50:22+00:00"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "2.5.0",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "b635f279edd83fc275f822a1188157ffea568ff6"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
|
|
|
|
"reference": "b635f279edd83fc275f822a1188157ffea568ff6",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
2023-07-31 20:50:38 +00:00
|
|
|
"psr/http-message": "^1.1 || ^2.0",
|
2022-09-25 23:53:16 +00:00
|
|
|
"ralouphie/getallheaders": "^3.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-factory-implementation": "1.0",
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": true,
|
|
|
|
"forward-command": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "George Mponos",
|
|
|
|
"email": "gmponos@gmail.com",
|
|
|
|
"homepage": "https://github.com/gmponos"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Nyholm",
|
|
|
|
"email": "tobias.nyholm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Nyholm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"email": "webmaster@tubo-world.de",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://sagikazarmark.hu"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response",
|
|
|
|
"stream",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/guzzle/psr7/tree/2.5.0"
|
2022-09-25 23:53:16 +00: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"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-04-17T16:11:26+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
2023-07-31 20:50:38 +00:00
|
|
|
"name": "lifo/ip",
|
|
|
|
"version": "v1.1.1",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://github.com/lifo101/ip.git",
|
|
|
|
"reference": "4c4cf5b554884be93f1d0422eaec8d6426993229"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/lifo101/ip/zipball/4c4cf5b554884be93f1d0422eaec8d6426993229",
|
|
|
|
"reference": "4c4cf5b554884be93f1d0422eaec8d6426993229",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"php": ">=5.3.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"Lifo\\IP\\": "src/"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-31 20:50:38 +00:00
|
|
|
"name": "Jason Morriss",
|
|
|
|
"email": "lifo2013@gmail.com"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"description": "IP address helper PHP library for working with IPv4 and IPv6 addresses",
|
2020-12-26 22:43:41 +00:00
|
|
|
"keywords": [
|
2023-07-31 20:50:38 +00:00
|
|
|
"IP",
|
|
|
|
"ip address",
|
|
|
|
"ipv4",
|
|
|
|
"ipv6"
|
2020-12-26 22:43:41 +00:00
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"issues": "https://github.com/lifo101/ip/issues",
|
|
|
|
"source": "https://github.com/lifo101/ip/tree/v1.1.1"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2022-07-12T15:45:54+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
2023-07-31 20:50:38 +00:00
|
|
|
"name": "myclabs/deep-copy",
|
|
|
|
"version": "1.11.1",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"doctrine/collections": "<1.6.8",
|
|
|
|
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00: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"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"files": [
|
|
|
|
"src/DeepCopy/deep_copy.php"
|
|
|
|
],
|
2020-12-26 22:43:41 +00:00
|
|
|
"psr-4": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"DeepCopy\\": "src/DeepCopy/"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"description": "Create deep copies (clones) of your objects",
|
|
|
|
"keywords": [
|
|
|
|
"clone",
|
|
|
|
"copy",
|
|
|
|
"duplicate",
|
|
|
|
"object",
|
|
|
|
"object graph"
|
2020-12-26 22:43:41 +00:00
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-03-08T13:26:56+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
2023-07-31 20:50:38 +00:00
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
|
"version": "2.0.5",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
|
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
|
|
|
|
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.3.3"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"dflydev/markdown": "~1.0",
|
|
|
|
"erusev/parsedown": "~1.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"psr-0": {
|
|
|
|
"phpDocumentor": [
|
|
|
|
"src/"
|
|
|
|
]
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Mike van Riel",
|
2023-07-31 20:50:38 +00:00
|
|
|
"email": "mike.vanriel@naenius.com"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
|
|
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-01-25T08:17:30+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpspec/prophecy",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "v1.5.0",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpspec/prophecy.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
|
|
|
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/instantiator": "^1.0.2",
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpdocumentor/reflection-docblock": "~2.0",
|
|
|
|
"sebastian/comparator": "~1.1"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpspec/phpspec": "~2.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "1.4.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Prophecy\\": "src/"
|
2020-12-26 22:43:41 +00: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"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phpspec/prophecy/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/phpspec/prophecy/tree/master"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2015-08-13T10:07:40+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-code-coverage",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "3.2.0",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "85f5db2d0a0da79ad6a256eb54148ba383059ad9"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85f5db2d0a0da79ad6a256eb54148ba383059ad9",
|
|
|
|
"reference": "85f5db2d0a0da79ad6a256eb54148ba383059ad9",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.6",
|
|
|
|
"phpunit/php-file-iterator": "~1.3",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"phpunit/php-token-stream": "~1.3",
|
|
|
|
"sebastian/code-unit-reverse-lookup": "~1.0",
|
|
|
|
"sebastian/environment": "^1.3.2",
|
|
|
|
"sebastian/version": "~1.0|~2.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"ext-xdebug": ">=2.1.4",
|
|
|
|
"phpunit/phpunit": "~5"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xdebug": ">=2.2.1",
|
|
|
|
"ext-xmlwriter": "*"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "3.2.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
|
"keywords": [
|
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.net/phpunit",
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/3.2.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-02-13T06:47:56+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
"version": "1.4.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
|
|
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.net/phpunit",
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
|
|
|
|
},
|
|
|
|
"time": "2017-11-27T13:52:08+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
"keywords": [
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
|
|
|
},
|
|
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-timer",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "6.0.0",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
|
|
|
|
"reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=8.1"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/phpunit": "^10.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-main": "6.0-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2023-07-31 20:50:38 +00:00
|
|
|
"email": "sebastian@phpunit.de",
|
2020-12-26 22:43:41 +00:00
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
"keywords": [
|
|
|
|
"timer"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-02-03T06:57:52+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.4.12",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
|
|
|
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.3.3"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "1.4-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"abandoned": true,
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2017-12-04T08:55:13+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "5.2.7",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "073701643835376cb2f15dc005ea8933f8d4edbd"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/073701643835376cb2f15dc005ea8933f8d4edbd",
|
|
|
|
"reference": "073701643835376cb2f15dc005ea8933f8d4edbd",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-json": "*",
|
2023-07-31 20:50:38 +00:00
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-reflection": "*",
|
|
|
|
"ext-spl": "*",
|
2020-12-26 22:43:41 +00:00
|
|
|
"myclabs/deep-copy": "~1.3",
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.6",
|
|
|
|
"phpspec/prophecy": "^1.3.1",
|
|
|
|
"phpunit/php-code-coverage": "~3.2",
|
2020-12-26 22:43:41 +00:00
|
|
|
"phpunit/php-file-iterator": "~1.4",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/php-timer": ">=1.0.6",
|
|
|
|
"phpunit/phpunit-mock-objects": ">=3.0.5",
|
|
|
|
"sebastian/comparator": "~1.1",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/environment": "~1.3",
|
|
|
|
"sebastian/exporter": "~1.2",
|
|
|
|
"sebastian/global-state": "~1.0",
|
2020-12-26 22:43:41 +00:00
|
|
|
"sebastian/resource-operations": "~1.0",
|
2023-07-31 20:50:38 +00:00
|
|
|
"sebastian/version": "~1.0|~2.0",
|
|
|
|
"symfony/yaml": "~2.1|~3.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"phpunit/php-invoker": "~1.1"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "5.2.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"irc": "irc://irc.freenode.net/phpunit",
|
2020-12-26 22:43:41 +00:00
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/5.2.7"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-02-18T06:39:51+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit-mock-objects",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "3.1.3",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "151c96874bff6fe61a25039df60e776613a61489"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
|
|
|
|
"reference": "151c96874bff6fe61a25039df60e776613a61489",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/instantiator": "^1.0.2",
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.6",
|
|
|
|
"phpunit/php-text-template": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/phpunit": "~5"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-soap": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "3.1.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sb@sebastian-bergmann.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Mock Object library for PHPUnit",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
|
|
"keywords": [
|
|
|
|
"mock",
|
|
|
|
"xunit"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.net/phpunit",
|
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.1"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"abandoned": true,
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-04-20T14:39:26+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2022-09-25 23:53:16 +00:00
|
|
|
{
|
|
|
|
"name": "psr/http-client",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.0.2",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-client.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
|
|
|
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0 || ^8.0",
|
2023-07-31 20:50:38 +00:00
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Client\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2023-07-31 20:50:38 +00:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2022-09-25 23:53:16 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP clients",
|
|
|
|
"homepage": "https://github.com/php-fig/http-client",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-client",
|
|
|
|
"psr",
|
|
|
|
"psr-18"
|
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-04-10T20:12:12+00:00"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-factory",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.0.2",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0",
|
2023-07-31 20:50:38 +00:00
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"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",
|
2023-07-31 20:50:38 +00:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2022-09-25 23:53:16 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
|
|
|
"keywords": [
|
|
|
|
"factory",
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr",
|
|
|
|
"psr-17",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-04-10T20:10:41+00:00"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-message",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "2.0",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": "^7.2 || ^8.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "2.0.x-dev"
|
2022-09-25 23:53:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2023-07-31 20:50:38 +00:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2022-09-25 23:53:16 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/php-fig/http-message/tree/2.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-04-04T09:54:51+00:00"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ralouphie/getallheaders",
|
|
|
|
"version": "3.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/getallheaders.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ralph Khattar",
|
|
|
|
"email": "ralph.khattar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A polyfill for getallheaders.",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
|
},
|
|
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
|
|
},
|
2020-12-26 22:43:41 +00:00
|
|
|
{
|
|
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^8.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T08:15:22+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/comparator",
|
|
|
|
"version": "1.2.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
|
|
|
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"sebastian/diff": "~1.2",
|
|
|
|
"sebastian/exporter": "~1.2 || ~2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/comparator",
|
|
|
|
"keywords": [
|
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
|
|
|
|
},
|
|
|
|
"time": "2017-01-29T09:50:25+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/diff",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.4.1",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
|
|
|
|
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.3.3"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/phpunit": "~4.8"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Diff implementation",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
|
"keywords": [
|
|
|
|
"diff"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/master"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2015-12-08T07:14:41+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/environment",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.3.7",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
|
|
|
|
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=5.3.3"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"phpunit/phpunit": "~4.4"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/sebastianbergmann/environment/tree/1.3.7"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-05-17T03:18:57+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/exporter",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.2.2",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
|
|
|
|
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
2023-07-31 20:50:38 +00:00
|
|
|
"sebastian/recursion-context": "~1.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "1.3.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
|
"keywords": [
|
|
|
|
"export",
|
|
|
|
"exporter"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
|
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-06-17T09:04:28+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/global-state",
|
|
|
|
"version": "1.1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
|
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
|
|
|
|
},
|
|
|
|
"time": "2015-10-12T03:26:01+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/recursion-context",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "1.0.5",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
|
|
|
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-master": "1.0.x-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
|
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2016-10-03T07:41:43+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/resource-operations",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
|
|
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
|
|
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
|
|
|
|
},
|
|
|
|
"time": "2015-07-28T20:34:47+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/version",
|
|
|
|
"version": "2.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/version/tree/master"
|
|
|
|
},
|
|
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
|
|
},
|
2022-09-25 23:53:16 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "v3.3.0",
|
2022-09-25 23:53:16 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
|
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
2022-09-25 23:53:16 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": ">=8.1"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-main": "3.4-dev"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"function.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2023-05-23T14:45:45+00:00"
|
2022-09-25 23:53:16 +00:00
|
|
|
},
|
2020-12-26 22:43:41 +00:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "v1.27.0",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
2023-07-31 20:50:38 +00:00
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
2020-12-26 22:43:41 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"dev-main": "1.27-dev"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2023-07-31 20:50:38 +00:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2023-07-31 20:50:38 +00:00
|
|
|
"version": "v3.4.47",
|
2020-12-26 22:43:41 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2023-07-31 20:50:38 +00:00
|
|
|
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-31 20:50:38 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
|
|
|
|
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
|
2020-12-26 22:43:41 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"php": "^5.5.9|>=7.0.8",
|
2020-12-26 22:43:41 +00:00
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/console": "<3.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"symfony/console": "~3.4|~4.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Yaml Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
2023-07-31 20:50:38 +00:00
|
|
|
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
|
2020-12-26 22:43:41 +00:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-31 20:50:38 +00:00
|
|
|
"time": "2020-10-24T10:57:07+00:00"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": [],
|
2022-09-25 23:53:16 +00:00
|
|
|
"plugin-api-version": "2.3.0"
|
2020-12-26 22:43:41 +00:00
|
|
|
}
|