2023-10-21 01:02:04 +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-10-31 16:19:58 +00:00
|
|
|
"content-hash": "f6fc42570a4d4d5dcdbc49d96d1a91e5",
|
2023-10-21 01:02:04 +00:00
|
|
|
"packages": [
|
2023-10-31 16:19:58 +00:00
|
|
|
{
|
|
|
|
"name": "clue/stream-filter",
|
|
|
|
"version": "v1.6.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/clue/stream-filter.git",
|
|
|
|
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
|
|
|
|
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Clue\\StreamFilter\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christian Lück",
|
|
|
|
"email": "christian@clue.engineering"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A simple and modern approach to stream filtering in PHP",
|
|
|
|
"homepage": "https://github.com/clue/php-stream-filter",
|
|
|
|
"keywords": [
|
|
|
|
"bucket brigade",
|
|
|
|
"callback",
|
|
|
|
"filter",
|
|
|
|
"php_user_filter",
|
|
|
|
"stream",
|
|
|
|
"stream_filter_append",
|
|
|
|
"stream_filter_register"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/clue/stream-filter/issues",
|
|
|
|
"source": "https://github.com/clue/stream-filter/tree/v1.6.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://clue.engineering/support",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/clue",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-02-21T13:15:14+00:00"
|
|
|
|
},
|
2023-10-21 01:02:04 +00:00
|
|
|
{
|
|
|
|
"name": "flashwave/index",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.flash.moe/flash/index.git",
|
|
|
|
"reference": "82a350a5c719cc83aa22382201683a68a2629f2a"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpstan/phpstan": "^1.10",
|
|
|
|
"phpunit/phpunit": "^10.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mysqli": "Support for the Index\\Data\\MariaDB namespace (both mysqlnd and libmysql are supported).",
|
|
|
|
"ext-sqlite3": "Support for the Index\\Data\\SQLite namespace."
|
|
|
|
},
|
|
|
|
"default-branch": true,
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"index.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Index\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"bsd-3-clause-clear"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "flashwave",
|
|
|
|
"email": "packagist@flash.moe",
|
|
|
|
"homepage": "https://flash.moe",
|
|
|
|
"role": "mom"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Composer package for the common library for my projects.",
|
|
|
|
"homepage": "https://railgun.sh/index",
|
|
|
|
"time": "2023-09-15T22:44:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "flashwave/syokuhou",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.flash.moe/flash/syokuhou.git",
|
|
|
|
"reference": "b3470ad8605b0484294c73cd95be6e7ba4551e5a"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"flashwave/index": "dev-master",
|
|
|
|
"php": ">=8.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpstan/phpstan": "^1.10",
|
|
|
|
"phpunit/phpunit": "^10.4"
|
|
|
|
},
|
|
|
|
"default-branch": true,
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Syokuhou\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"bsd-3-clause-clear"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "flashwave",
|
|
|
|
"email": "packagist@flash.moe",
|
|
|
|
"homepage": "https://flash.moe",
|
|
|
|
"role": "mom"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Configuration library for PHP.",
|
|
|
|
"homepage": "https://railgun.sh/syokuhou",
|
|
|
|
"time": "2023-10-20T21:26:38+00:00"
|
2023-10-31 16:19:58 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
|
|
|
"version": "2.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
|
|
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
|
|
|
|
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2.5 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"bamarni-bin": {
|
|
|
|
"bin-links": true,
|
|
|
|
"forward-command": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"source": "https://github.com/guzzle/promises/tree/2.0.1"
|
|
|
|
},
|
|
|
|
"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": "2023-08-03T15:11:55+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
|
"version": "2.6.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
|
|
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
|
|
|
|
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2.5 || ^8.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.1 || ^2.0",
|
|
|
|
"ralouphie/getallheaders": "^3.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-factory-implementation": "1.0",
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"bamarni/composer-bin-plugin": "^1.8.1",
|
|
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
|
|
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"source": "https://github.com/guzzle/psr7/tree/2.6.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Nyholm",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-08-27T10:13:57+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "http-interop/http-factory-guzzle",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/http-interop/http-factory-guzzle.git",
|
|
|
|
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
|
|
|
|
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/psr7": "^1.7||^2.0",
|
|
|
|
"php": ">=7.3",
|
|
|
|
"psr/http-factory": "^1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-factory-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Factory\\Guzzle\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An HTTP Factory using Guzzle PSR7",
|
|
|
|
"keywords": [
|
|
|
|
"factory",
|
|
|
|
"http",
|
|
|
|
"psr-17",
|
|
|
|
"psr-7"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
|
|
|
|
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
|
|
|
|
},
|
|
|
|
"time": "2021-07-21T13:50:14+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "jean85/pretty-package-versions",
|
|
|
|
"version": "2.0.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Jean85/pretty-package-versions.git",
|
|
|
|
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
|
|
|
|
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-runtime-api": "^2.0.0",
|
|
|
|
"php": "^7.1|^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.17",
|
|
|
|
"jean85/composer-provided-replaced-stub-package": "^1.0",
|
|
|
|
"phpstan/phpstan": "^0.12.66",
|
|
|
|
"phpunit/phpunit": "^7.5|^8.5|^9.4",
|
|
|
|
"vimeo/psalm": "^4.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Jean85\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alessandro Lai",
|
|
|
|
"email": "alessandro.lai85@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A library to get pretty versions strings of installed dependencies",
|
|
|
|
"keywords": [
|
|
|
|
"composer",
|
|
|
|
"package",
|
|
|
|
"release",
|
|
|
|
"versions"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
|
|
|
|
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
|
|
|
|
},
|
|
|
|
"time": "2021-10-08T21:21:46+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-http/client-common",
|
|
|
|
"version": "2.7.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-http/client-common.git",
|
|
|
|
"reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b",
|
|
|
|
"reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1 || ^8.0",
|
|
|
|
"php-http/httplug": "^2.0",
|
|
|
|
"php-http/message": "^1.6",
|
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0 || ^2.0",
|
|
|
|
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
|
|
|
|
"symfony/polyfill-php80": "^1.17"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/instantiator": "^1.1",
|
|
|
|
"guzzlehttp/psr7": "^1.4",
|
|
|
|
"nyholm/psr7": "^1.2",
|
|
|
|
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
|
|
|
|
"phpspec/prophecy": "^1.10.2",
|
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-json": "To detect JSON responses with the ContentTypePlugin",
|
|
|
|
"ext-libxml": "To detect XML responses with the ContentTypePlugin",
|
|
|
|
"php-http/cache-plugin": "PSR-6 Cache plugin",
|
|
|
|
"php-http/logger-plugin": "PSR-3 Logger plugin",
|
|
|
|
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Client\\Common\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common HTTP Client implementations and tools for HTTPlug",
|
|
|
|
"homepage": "http://httplug.io",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"common",
|
|
|
|
"http",
|
|
|
|
"httplug"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-http/client-common/issues",
|
|
|
|
"source": "https://github.com/php-http/client-common/tree/2.7.0"
|
|
|
|
},
|
|
|
|
"time": "2023-05-17T06:46:59+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-http/discovery",
|
|
|
|
"version": "1.19.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-http/discovery.git",
|
|
|
|
"reference": "57f3de01d32085fea20865f9b16fb0e69347c39e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-http/discovery/zipball/57f3de01d32085fea20865f9b16fb0e69347c39e",
|
|
|
|
"reference": "57f3de01d32085fea20865f9b16fb0e69347c39e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.0|^2.0",
|
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"nyholm/psr7": "<1.0",
|
|
|
|
"zendframework/zend-diactoros": "*"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"php-http/async-client-implementation": "*",
|
|
|
|
"php-http/client-implementation": "*",
|
|
|
|
"psr/http-client-implementation": "*",
|
|
|
|
"psr/http-factory-implementation": "*",
|
|
|
|
"psr/http-message-implementation": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "^1.0.2|^2.0",
|
|
|
|
"graham-campbell/phpspec-skip-example-extension": "^5.0",
|
|
|
|
"php-http/httplug": "^1.0 || ^2.0",
|
|
|
|
"php-http/message-factory": "^1.0",
|
|
|
|
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
|
|
|
|
"symfony/phpunit-bridge": "^6.2"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "Http\\Discovery\\Composer\\Plugin",
|
|
|
|
"plugin-optional": true
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Discovery\\": "src/"
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"src/Composer/Plugin.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
|
|
|
|
"homepage": "http://php-http.org",
|
|
|
|
"keywords": [
|
|
|
|
"adapter",
|
|
|
|
"client",
|
|
|
|
"discovery",
|
|
|
|
"factory",
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr17",
|
|
|
|
"psr7"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-http/discovery/issues",
|
|
|
|
"source": "https://github.com/php-http/discovery/tree/1.19.1"
|
|
|
|
},
|
|
|
|
"time": "2023-07-11T07:02:26+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-http/httplug",
|
|
|
|
"version": "2.4.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-http/httplug.git",
|
|
|
|
"reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
|
|
|
|
"reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1 || ^8.0",
|
|
|
|
"php-http/promise": "^1.1",
|
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
|
|
|
|
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Client\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Eric GELOEN",
|
|
|
|
"email": "geloen.eric@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://sagikazarmark.hu"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "HTTPlug, the HTTP client abstraction for PHP",
|
|
|
|
"homepage": "http://httplug.io",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-http/httplug/issues",
|
|
|
|
"source": "https://github.com/php-http/httplug/tree/2.4.0"
|
|
|
|
},
|
|
|
|
"time": "2023-04-14T15:10:03+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-http/message",
|
|
|
|
"version": "1.16.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-http/message.git",
|
|
|
|
"reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd",
|
|
|
|
"reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"clue/stream-filter": "^1.5",
|
|
|
|
"php": "^7.2 || ^8.0",
|
|
|
|
"psr/http-message": "^1.1 || ^2.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"php-http/message-factory-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ergebnis/composer-normalize": "^2.6",
|
|
|
|
"ext-zlib": "*",
|
|
|
|
"guzzlehttp/psr7": "^1.0 || ^2.0",
|
|
|
|
"laminas/laminas-diactoros": "^2.0 || ^3.0",
|
|
|
|
"php-http/message-factory": "^1.0.2",
|
|
|
|
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
|
|
|
|
"slim/slim": "^3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-zlib": "Used with compressor/decompressor streams",
|
|
|
|
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
|
|
|
|
"laminas/laminas-diactoros": "Used with Diactoros Factories",
|
|
|
|
"slim/slim": "Used with Slim Framework PSR-7 implementation"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/filters.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "HTTP Message related tools",
|
|
|
|
"homepage": "http://php-http.org",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr-7"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-http/message/issues",
|
|
|
|
"source": "https://github.com/php-http/message/tree/1.16.0"
|
|
|
|
},
|
|
|
|
"time": "2023-05-17T06:43:38+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-http/message-factory",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-http/message-factory.git",
|
|
|
|
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
|
|
|
|
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4",
|
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Factory interfaces for PSR-7 HTTP Message",
|
|
|
|
"homepage": "http://php-http.org",
|
|
|
|
"keywords": [
|
|
|
|
"factory",
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"stream",
|
|
|
|
"uri"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-http/message-factory/issues",
|
|
|
|
"source": "https://github.com/php-http/message-factory/tree/1.1.0"
|
|
|
|
},
|
|
|
|
"abandoned": "psr/http-factory",
|
|
|
|
"time": "2023-04-14T14:16:17+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-http/promise",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-http/promise.git",
|
|
|
|
"reference": "ef4905bfb492ff389eb7f12e26925a0f20073050"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-http/promise/zipball/ef4905bfb492ff389eb7f12e26925a0f20073050",
|
|
|
|
"reference": "ef4905bfb492ff389eb7f12e26925a0f20073050",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
|
|
|
|
"phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Http\\Promise\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Joel Wurtz",
|
|
|
|
"email": "joel.wurtz@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Promise used for asynchronous HTTP requests",
|
|
|
|
"homepage": "http://httplug.io",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-http/promise/issues",
|
|
|
|
"source": "https://github.com/php-http/promise/tree/1.2.0"
|
|
|
|
},
|
|
|
|
"time": "2023-10-24T09:20:26+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
|
|
|
"version": "2.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
|
|
},
|
|
|
|
"time": "2021-11-05T16:47:00+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-client",
|
|
|
|
"version": "1.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0 || ^8.0",
|
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Client\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP clients",
|
|
|
|
"homepage": "https://github.com/php-fig/http-client",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-client",
|
|
|
|
"psr",
|
|
|
|
"psr-18"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/http-client"
|
|
|
|
},
|
|
|
|
"time": "2023-09-23T14:17:50+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-factory",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0",
|
|
|
|
"psr/http-message": "^1.0 || ^2.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": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
|
|
|
"keywords": [
|
|
|
|
"factory",
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr",
|
|
|
|
"psr-17",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
|
|
|
},
|
|
|
|
"time": "2023-04-10T20:10:41+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-message",
|
|
|
|
"version": "2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2 || ^8.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/http-message/tree/2.0"
|
|
|
|
},
|
|
|
|
"time": "2023-04-04T09:54:51+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.0.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Log\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
|
|
|
},
|
|
|
|
"time": "2021-07-14T16:46:02+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ralouphie/getallheaders",
|
|
|
|
"version": "3.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/getallheaders.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ralph Khattar",
|
|
|
|
"email": "ralph.khattar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A polyfill for getallheaders.",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
|
},
|
|
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sentry/sdk",
|
|
|
|
"version": "3.5.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/getsentry/sentry-php-sdk.git",
|
|
|
|
"reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/cd91b752f07c4bab9fb3b173f81af68a78a78d6d",
|
|
|
|
"reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"http-interop/http-factory-guzzle": "^1.0",
|
|
|
|
"sentry/sentry": "^3.19",
|
|
|
|
"symfony/http-client": "^4.3|^5.0|^6.0"
|
|
|
|
},
|
|
|
|
"type": "metapackage",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sentry",
|
|
|
|
"email": "accounts@sentry.io"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.",
|
|
|
|
"homepage": "http://sentry.io",
|
|
|
|
"keywords": [
|
|
|
|
"crash-reporting",
|
|
|
|
"crash-reports",
|
|
|
|
"error-handler",
|
|
|
|
"error-monitoring",
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"sentry"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/getsentry/sentry-php-sdk/issues",
|
|
|
|
"source": "https://github.com/getsentry/sentry-php-sdk/tree/3.5.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://sentry.io/",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://sentry.io/pricing/",
|
|
|
|
"type": "custom"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-06-12T17:50:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sentry/sentry",
|
|
|
|
"version": "3.22.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/getsentry/sentry-php.git",
|
|
|
|
"reference": "c0e3df5a5c1d133cd9461e7672568ff07042c19d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/c0e3df5a5c1d133cd9461e7672568ff07042c19d",
|
|
|
|
"reference": "c0e3df5a5c1d133cd9461e7672568ff07042c19d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"guzzlehttp/promises": "^1.5.3|^2.0",
|
|
|
|
"jean85/pretty-package-versions": "^1.5|^2.0.4",
|
|
|
|
"php": "^7.2|^8.0",
|
|
|
|
"php-http/async-client-implementation": "^1.0",
|
|
|
|
"php-http/client-common": "^1.5|^2.0",
|
|
|
|
"php-http/discovery": "^1.15",
|
|
|
|
"php-http/httplug": "^1.1|^2.0",
|
|
|
|
"php-http/message": "^1.5",
|
|
|
|
"php-http/message-factory": "^1.1",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-factory-implementation": "^1.0",
|
|
|
|
"psr/log": "^1.0|^2.0|^3.0",
|
|
|
|
"symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0|^7.0",
|
|
|
|
"symfony/polyfill-php80": "^1.17"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"php-http/client-common": "1.8.0",
|
|
|
|
"raven/raven": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.19|3.4.*",
|
|
|
|
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
|
|
|
|
"http-interop/http-factory-guzzle": "^1.0",
|
|
|
|
"monolog/monolog": "^1.6|^2.0|^3.0",
|
|
|
|
"nikic/php-parser": "^4.10.3",
|
|
|
|
"php-http/mock-client": "^1.3",
|
|
|
|
"phpbench/phpbench": "^1.0",
|
|
|
|
"phpstan/extension-installer": "^1.0",
|
|
|
|
"phpstan/phpstan": "^1.3",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
|
|
"phpunit/phpunit": "^8.5.14|^9.4",
|
|
|
|
"symfony/phpunit-bridge": "^5.2|^6.0",
|
|
|
|
"vimeo/psalm": "^4.17"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Sentry\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sentry",
|
|
|
|
"email": "accounts@sentry.io"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A PHP SDK for Sentry (http://sentry.io)",
|
|
|
|
"homepage": "http://sentry.io",
|
|
|
|
"keywords": [
|
|
|
|
"crash-reporting",
|
|
|
|
"crash-reports",
|
|
|
|
"error-handler",
|
|
|
|
"error-monitoring",
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"sentry"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/getsentry/sentry-php/issues",
|
|
|
|
"source": "https://github.com/getsentry/sentry-php/tree/3.22.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://sentry.io/",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://sentry.io/pricing/",
|
|
|
|
"type": "custom"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-10-23T20:34:53+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
|
|
|
"version": "v3.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
|
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.4-dev"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-05-23T14:45:45+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-client",
|
|
|
|
"version": "v6.3.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-client.git",
|
|
|
|
"reference": "cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d",
|
|
|
|
"reference": "cd67fcaf4524ec6ae5d9b2d9497682d7ad3ce57d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
"symfony/http-client-contracts": "^3",
|
|
|
|
"symfony/service-contracts": "^2.5|^3"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"php-http/discovery": "<1.15",
|
|
|
|
"symfony/http-foundation": "<6.3"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"php-http/async-client-implementation": "*",
|
|
|
|
"php-http/client-implementation": "*",
|
|
|
|
"psr/http-client-implementation": "1.0",
|
|
|
|
"symfony/http-client-implementation": "3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/amp": "^2.5",
|
|
|
|
"amphp/http-client": "^4.2.1",
|
|
|
|
"amphp/http-tunnel": "^1.0",
|
|
|
|
"amphp/socket": "^1.1",
|
|
|
|
"guzzlehttp/promises": "^1.4",
|
|
|
|
"nyholm/psr7": "^1.0",
|
|
|
|
"php-http/httplug": "^1.0|^2.0",
|
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
|
|
"symfony/process": "^5.4|^6.0",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpClient\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"http"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/http-client/tree/v6.3.7"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-10-29T12:41:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-client-contracts",
|
|
|
|
"version": "v3.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-client-contracts.git",
|
|
|
|
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb",
|
|
|
|
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.4-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\HttpClient\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Test/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to HTTP clients",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-05-23T14:45:45+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/options-resolver",
|
|
|
|
"version": "v6.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
|
|
"reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
|
|
|
|
"reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides an improved replacement for the array_replace PHP function",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"config",
|
|
|
|
"configuration",
|
|
|
|
"options"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/options-resolver/tree/v6.3.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-05-12T14:21:09+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php80",
|
|
|
|
"version": "v1.28.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
|
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
|
|
|
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "1.28-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ion Bazan",
|
|
|
|
"email": "ion.bazan@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-01-26T09:26:14+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
|
|
|
"version": "v3.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
|
|
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
|
|
|
|
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/container": "^2.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-psr": "<1.1|>=2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.4-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Test/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to writing services",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-05-23T14:45:45+00:00"
|
2023-10-21 01:02:04 +00:00
|
|
|
}
|
|
|
|
],
|
2023-10-31 15:30:22 +00:00
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "phpstan/phpstan",
|
|
|
|
"version": "1.10.40",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
|
|
"reference": "93c84b5bf7669920d823631e39904d69b9c7dc5d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/93c84b5bf7669920d823631e39904d69b9c7dc5d",
|
|
|
|
"reference": "93c84b5bf7669920d823631e39904d69b9c7dc5d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.2|^8.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"phpstan/phpstan-shim": "*"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"phpstan",
|
|
|
|
"phpstan.phar"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "PHPStan - PHP Static Analysis Tool",
|
|
|
|
"keywords": [
|
|
|
|
"dev",
|
|
|
|
"static analysis"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "https://phpstan.org/user-guide/getting-started",
|
|
|
|
"forum": "https://github.com/phpstan/phpstan/discussions",
|
|
|
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
|
|
|
"security": "https://github.com/phpstan/phpstan/security/policy",
|
|
|
|
"source": "https://github.com/phpstan/phpstan-src"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/ondrejmirtes",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/phpstan",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-10-30T14:48:31+00:00"
|
|
|
|
}
|
|
|
|
],
|
2023-10-21 01:02:04 +00:00
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"stability-flags": {
|
|
|
|
"flashwave/index": 20,
|
|
|
|
"flashwave/syokuhou": 20
|
|
|
|
},
|
|
|
|
"prefer-stable": true,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": [],
|
|
|
|
"plugin-api-version": "2.3.0"
|
|
|
|
}
|