1613 lines
57 KiB
JSON
1613 lines
57 KiB
JSON
{
|
||
"_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"
|
||
],
|
||
"content-hash": "9d0d84cbf62d729a18008703b60eb1ae",
|
||
"packages": [
|
||
{
|
||
"name": "firebase/php-jwt",
|
||
"version": "v6.10.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/firebase/php-jwt.git",
|
||
"reference": "500501c2ce893c824c801da135d02661199f60c5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
|
||
"reference": "500501c2ce893c824c801da135d02661199f60c5",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^8.0"
|
||
},
|
||
"require-dev": {
|
||
"guzzlehttp/guzzle": "^7.4",
|
||
"phpspec/prophecy-phpunit": "^2.0",
|
||
"phpunit/phpunit": "^9.5",
|
||
"psr/cache": "^2.0||^3.0",
|
||
"psr/http-client": "^1.0",
|
||
"psr/http-factory": "^1.0"
|
||
},
|
||
"suggest": {
|
||
"ext-sodium": "Support EdDSA (Ed25519) signatures",
|
||
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Firebase\\JWT\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Neuman Vong",
|
||
"email": "neuman+pear@twilio.com",
|
||
"role": "Developer"
|
||
},
|
||
{
|
||
"name": "Anant Narayanan",
|
||
"email": "anant@php.net",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
||
"homepage": "https://github.com/firebase/php-jwt",
|
||
"keywords": [
|
||
"jwt",
|
||
"php"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/firebase/php-jwt/issues",
|
||
"source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
|
||
},
|
||
"time": "2024-05-18T18:05:11+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "7.8.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
|
||
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
|
||
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
|
||
"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.2",
|
||
"ext-curl": "*",
|
||
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
||
"php-http/message-factory": "^1.1",
|
||
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
|
||
"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",
|
||
"source": "https://github.com/guzzle/guzzle/tree/7.8.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-12-03T20:35:24+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "2.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
|
||
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.8.2",
|
||
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
||
},
|
||
"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.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2023-12-03T20:19:20+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "2.6.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
||
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
||
"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.2",
|
||
"http-interop/http-factory-tests": "^0.9",
|
||
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
||
},
|
||
"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.2"
|
||
},
|
||
"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-12-03T20:05:35+00:00"
|
||
},
|
||
{
|
||
"name": "hyperf/context",
|
||
"version": "v3.0.37",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hyperf/context.git",
|
||
"reference": "264e06fb882426d90758eca2c5bb8293f8b60455"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hyperf/context/zipball/264e06fb882426d90758eca2c5bb8293f8b60455",
|
||
"reference": "264e06fb882426d90758eca2c5bb8293f8b60455",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"hyperf/engine": "^1.2|^2.0",
|
||
"php": ">=8.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Hyperf\\Context\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "A coroutine/application context library.",
|
||
"homepage": "https://hyperf.io",
|
||
"keywords": [
|
||
"Context",
|
||
"hyperf",
|
||
"php",
|
||
"swoole"
|
||
],
|
||
"support": {
|
||
"docs": "https://hyperf.wiki",
|
||
"issues": "https://github.com/hyperf/hyperf/issues",
|
||
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
||
"source": "https://github.com/hyperf/hyperf"
|
||
},
|
||
"time": "2023-09-19T01:50:18+00:00"
|
||
},
|
||
{
|
||
"name": "hyperf/contract",
|
||
"version": "v3.0.37",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hyperf/contract.git",
|
||
"reference": "2e8290104468a8d90855067d8644a32114474452"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hyperf/contract/zipball/2e8290104468a8d90855067d8644a32114474452",
|
||
"reference": "2e8290104468a8d90855067d8644a32114474452",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Hyperf\\Contract\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "The contracts of Hyperf.",
|
||
"homepage": "https://hyperf.io",
|
||
"keywords": [
|
||
"hyperf",
|
||
"php",
|
||
"swoole"
|
||
],
|
||
"support": {
|
||
"docs": "https://hyperf.wiki",
|
||
"issues": "https://github.com/hyperf/hyperf/issues",
|
||
"pull-request": "https://github.com/hyperf/hyperf/pulls",
|
||
"source": "https://github.com/hyperf/hyperf"
|
||
},
|
||
"time": "2023-09-19T01:50:18+00:00"
|
||
},
|
||
{
|
||
"name": "hyperf/engine",
|
||
"version": "v2.11.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hyperf/engine.git",
|
||
"reference": "26e0b65fc2a63a00266e7124e221c6f3fb2c8e95"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hyperf/engine/zipball/26e0b65fc2a63a00266e7124e221c6f3fb2c8e95",
|
||
"reference": "26e0b65fc2a63a00266e7124e221c6f3fb2c8e95",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"hyperf/engine-contract": "~1.10.0",
|
||
"php": ">=8.0"
|
||
},
|
||
"conflict": {
|
||
"ext-swoole": "<5.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.0",
|
||
"hyperf/guzzle": "^3.0",
|
||
"hyperf/http-message": "^3.0",
|
||
"mockery/mockery": "^1.5",
|
||
"phpstan/phpstan": "^1.0",
|
||
"phpunit/phpunit": "^9.4",
|
||
"swoole/ide-helper": "5.*"
|
||
},
|
||
"suggest": {
|
||
"ext-sockets": "*",
|
||
"ext-swoole": ">=5.0",
|
||
"hyperf/http-message": "Required to use ResponseEmitter.",
|
||
"psr/http-message": "Required to use WebSocket Frame."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.11-dev"
|
||
},
|
||
"hyperf": {
|
||
"config": "Hyperf\\Engine\\ConfigProvider"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/Functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Hyperf\\Engine\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Coroutine engine provided by swoole.",
|
||
"keywords": [
|
||
"engine",
|
||
"hyperf",
|
||
"php",
|
||
"swoole"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/hyperf/engine/issues",
|
||
"source": "https://github.com/hyperf/engine/tree/v2.11.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://hyperf.wiki/#/zh-cn/donate",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/hyperf",
|
||
"type": "open_collective"
|
||
}
|
||
],
|
||
"time": "2024-04-17T13:36:28+00:00"
|
||
},
|
||
{
|
||
"name": "hyperf/engine-contract",
|
||
"version": "v1.10.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hyperf/engine-contract.git",
|
||
"reference": "2714a8ba6d6b916e5bd373ff680df9569a4c9eef"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hyperf/engine-contract/zipball/2714a8ba6d6b916e5bd373ff680df9569a4c9eef",
|
||
"reference": "2714a8ba6d6b916e5bd373ff680df9569a4c9eef",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.0",
|
||
"mockery/mockery": "^1.0",
|
||
"phpstan/phpstan": "^1.0",
|
||
"phpunit/phpunit": ">=7.0",
|
||
"psr/http-message": "^1.0",
|
||
"swoole/ide-helper": "^4.5"
|
||
},
|
||
"suggest": {
|
||
"psr/http-message": "Required to use WebSocket Frame."
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Hyperf\\Engine\\Contract\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Contract for Coroutine Engine",
|
||
"keywords": [
|
||
"contract",
|
||
"coroutine",
|
||
"engine",
|
||
"hyperf",
|
||
"php"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/hyperf/engine-contract/issues",
|
||
"source": "https://github.com/hyperf/engine-contract/tree/v1.10.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://hyperf.wiki/#/zh-cn/donate",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://opencollective.com/hyperf",
|
||
"type": "open_collective"
|
||
}
|
||
],
|
||
"time": "2024-04-17T13:34:51+00:00"
|
||
},
|
||
{
|
||
"name": "hyperf/pimple",
|
||
"version": "v2.2.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/hyperf-cloud/pimple-integration.git",
|
||
"reference": "7bd07745c256b83679471c06ec2a11e901d37277"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/hyperf-cloud/pimple-integration/zipball/7bd07745c256b83679471c06ec2a11e901d37277",
|
||
"reference": "7bd07745c256b83679471c06ec2a11e901d37277",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"hyperf/context": "^3.0",
|
||
"hyperf/contract": "^3.0",
|
||
"php": ">=8.0",
|
||
"pimple/pimple": "^3.3"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.0",
|
||
"hyperf/support": "^3.0",
|
||
"mockery/mockery": "^1.3",
|
||
"phpstan/phpstan": "^1.0",
|
||
"phpunit/phpunit": ">=7.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0-dev"
|
||
},
|
||
"hyperf": {
|
||
"config": "Hyperf\\Pimple\\ConfigProvider"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Hyperf\\Pimple\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Pimple Container",
|
||
"keywords": [
|
||
"container",
|
||
"hyperf",
|
||
"php",
|
||
"psr11"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/hyperf-cloud/pimple-integration/issues",
|
||
"source": "https://github.com/hyperf-cloud/pimple-integration/tree/v2.2.2"
|
||
},
|
||
"time": "2023-06-10T04:41:29+00:00"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "2.9.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
|
||
"reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2",
|
||
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
||
},
|
||
"require-dev": {
|
||
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||
"doctrine/couchdb": "~1.0@dev",
|
||
"elasticsearch/elasticsearch": "^7 || ^8",
|
||
"ext-json": "*",
|
||
"graylog2/gelf-php": "^1.4.2 || ^2@dev",
|
||
"guzzlehttp/guzzle": "^7.4",
|
||
"guzzlehttp/psr7": "^2.2",
|
||
"mongodb/mongodb": "^1.8",
|
||
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
||
"phpspec/prophecy": "^1.15",
|
||
"phpstan/phpstan": "^1.10",
|
||
"phpunit/phpunit": "^8.5.38 || ^9.6.19",
|
||
"predis/predis": "^1.1 || ^2.0",
|
||
"rollbar/rollbar": "^1.3 || ^2 || ^3",
|
||
"ruflin/elastica": "^7",
|
||
"swiftmailer/swiftmailer": "^5.3|^6.0",
|
||
"symfony/mailer": "^5.4 || ^6",
|
||
"symfony/mime": "^5.4 || ^6"
|
||
},
|
||
"suggest": {
|
||
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
||
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
||
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
||
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
||
"ext-mbstring": "Allow to work properly with unicode symbols",
|
||
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
||
"ext-openssl": "Required to send log messages using SSL",
|
||
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
||
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
||
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Monolog\\": "src/Monolog"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "https://seld.be"
|
||
}
|
||
],
|
||
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
"homepage": "https://github.com/Seldaek/monolog",
|
||
"keywords": [
|
||
"log",
|
||
"logging",
|
||
"psr-3"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/Seldaek/monolog/issues",
|
||
"source": "https://github.com/Seldaek/monolog/tree/2.9.3"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/Seldaek",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2024-04-12T20:52:51+00:00"
|
||
},
|
||
{
|
||
"name": "myclabs/php-enum",
|
||
"version": "1.8.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/myclabs/php-enum.git",
|
||
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
|
||
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"php": "^7.3 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5",
|
||
"squizlabs/php_codesniffer": "1.*",
|
||
"vimeo/psalm": "^4.6.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"MyCLabs\\Enum\\": "src/"
|
||
},
|
||
"classmap": [
|
||
"stubs/Stringable.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP Enum contributors",
|
||
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
||
}
|
||
],
|
||
"description": "PHP Enum implementation",
|
||
"homepage": "http://github.com/myclabs/php-enum",
|
||
"keywords": [
|
||
"enum"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/myclabs/php-enum/issues",
|
||
"source": "https://github.com/myclabs/php-enum/tree/1.8.4"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/mnapoli",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-08-04T09:53:51+00:00"
|
||
},
|
||
{
|
||
"name": "php-mqtt/client",
|
||
"version": "v2.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-mqtt/client.git",
|
||
"reference": "82581417df4fa63a95c7584866a8fd2fdef53105"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-mqtt/client/zipball/82581417df4fa63a95c7584866a8fd2fdef53105",
|
||
"reference": "82581417df4fa63a95c7584866a8fd2fdef53105",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"myclabs/php-enum": "^1.7",
|
||
"php": "^8.0",
|
||
"psr/log": "^1.1|^2.0|^3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/php-invoker": "^3.0",
|
||
"phpunit/phpunit": "^9.0",
|
||
"squizlabs/php_codesniffer": "^3.5"
|
||
},
|
||
"suggest": {
|
||
"ext-redis": "Required for the RedisRepository"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhpMqtt\\Client\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Marvin Mall",
|
||
"email": "marvin-mall@msn.com",
|
||
"role": "developer"
|
||
}
|
||
],
|
||
"description": "An MQTT client written in and for PHP.",
|
||
"keywords": [
|
||
"client",
|
||
"mqtt",
|
||
"publish",
|
||
"subscribe"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/php-mqtt/client/issues",
|
||
"source": "https://github.com/php-mqtt/client/tree/v2.1.0"
|
||
},
|
||
"time": "2024-04-24T16:24:36+00:00"
|
||
},
|
||
{
|
||
"name": "pimple/pimple",
|
||
"version": "v3.5.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/silexphp/Pimple.git",
|
||
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
|
||
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"psr/container": "^1.1 || ^2.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "^5.4@dev"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.4.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Pimple": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
}
|
||
],
|
||
"description": "Pimple, a simple Dependency Injection Container",
|
||
"homepage": "https://pimple.symfony.com",
|
||
"keywords": [
|
||
"container",
|
||
"dependency injection"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
|
||
},
|
||
"time": "2021-10-28T11:13:42+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/event-dispatcher",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/event-dispatcher.git",
|
||
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
||
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\EventDispatcher\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Standard interfaces for event handling.",
|
||
"keywords": [
|
||
"events",
|
||
"psr",
|
||
"psr-14"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
||
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
||
},
|
||
"time": "2019-01-08T18:20:26+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.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-factory.git",
|
||
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
||
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1",
|
||
"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": "PSR-17: 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"
|
||
},
|
||
"time": "2024-04-15T12:06:14+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": "symfony/deprecation-contracts",
|
||
"version": "v3.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
||
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "3.0-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.0.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-01-02T09:55:41+00:00"
|
||
},
|
||
{
|
||
"name": "yansongda/artful",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/yansongda/artful.git",
|
||
"reference": "9e852f589728b4908c3ae0f0dd0a5bd11cd42a3f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/yansongda/artful/zipball/9e852f589728b4908c3ae0f0dd0a5bd11cd42a3f",
|
||
"reference": "9e852f589728b4908c3ae0f0dd0a5bd11cd42a3f",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"guzzlehttp/psr7": "^2.6",
|
||
"php": ">=8.0",
|
||
"psr/container": "^1.1 || ^2.0",
|
||
"psr/event-dispatcher": "^1.0",
|
||
"psr/http-client": "^1.0",
|
||
"psr/http-message": "^1.1 || ^2.0",
|
||
"psr/log": "^1.1 || ^2.0 || ^3.0",
|
||
"yansongda/supports": "~4.0.9"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.44",
|
||
"guzzlehttp/guzzle": "^7.0",
|
||
"hyperf/pimple": "^2.2",
|
||
"mockery/mockery": "^1.4",
|
||
"monolog/monolog": "^2.2",
|
||
"phpstan/phpstan": "^1.0.0",
|
||
"phpunit/phpunit": "^9.0",
|
||
"symfony/event-dispatcher": "^5.2.0",
|
||
"symfony/http-foundation": "^5.2.0",
|
||
"symfony/psr-http-message-bridge": "^2.1",
|
||
"symfony/var-dumper": "^5.1"
|
||
},
|
||
"suggest": {
|
||
"hyperf/pimple": "其它/无框架下使用 SDK,请安装,任选其一",
|
||
"illuminate/container": "其它/无框架下使用 SDK,请安装,任选其一"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/Functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Yansongda\\Artful\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yansongda",
|
||
"email": "me@yansongda.cn"
|
||
}
|
||
],
|
||
"description": "Artful 是一个简单易用的 API 请求框架 PHP Api RequesT Framwork U Like。",
|
||
"keywords": [
|
||
"api",
|
||
"artful",
|
||
"framework",
|
||
"request"
|
||
],
|
||
"support": {
|
||
"homepage": "https://artful.yansongda.cn",
|
||
"issues": "https://github.com/yansongda/artful/issues",
|
||
"source": "https://github.com/yansongda/artful"
|
||
},
|
||
"time": "2024-04-28T13:59:07+00:00"
|
||
},
|
||
{
|
||
"name": "yansongda/pay",
|
||
"version": "v3.7.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/yansongda/pay.git",
|
||
"reference": "a57a52f057aa4ca49afa14bd61b888885e1eed28"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/yansongda/pay/zipball/a57a52f057aa4ca49afa14bd61b888885e1eed28",
|
||
"reference": "a57a52f057aa4ca49afa14bd61b888885e1eed28",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-bcmath": "*",
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*",
|
||
"php": ">=8.0",
|
||
"yansongda/artful": "~1.1.0",
|
||
"yansongda/supports": "~4.0.9"
|
||
},
|
||
"conflict": {
|
||
"hyperf/framework": "<3.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.44",
|
||
"guzzlehttp/guzzle": "^7.0",
|
||
"hyperf/pimple": "^2.2",
|
||
"mockery/mockery": "^1.4",
|
||
"monolog/monolog": "^2.2",
|
||
"phpstan/phpstan": "^1.0.0",
|
||
"phpunit/phpunit": "^9.0",
|
||
"symfony/event-dispatcher": "^5.2.0",
|
||
"symfony/http-foundation": "^5.2.0",
|
||
"symfony/psr-http-message-bridge": "^2.1",
|
||
"symfony/var-dumper": "^5.1"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/Functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Yansongda\\Pay\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yansongda",
|
||
"email": "me@yansongda.cn"
|
||
}
|
||
],
|
||
"description": "可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了",
|
||
"keywords": [
|
||
"alipay",
|
||
"pay",
|
||
"wechat"
|
||
],
|
||
"support": {
|
||
"homepage": "https://pay.yansongda.cn",
|
||
"issues": "https://github.com/yansongda/pay/issues",
|
||
"source": "https://github.com/yansongda/pay"
|
||
},
|
||
"time": "2024-05-16T13:31:29+00:00"
|
||
},
|
||
{
|
||
"name": "yansongda/supports",
|
||
"version": "v4.0.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/yansongda/supports.git",
|
||
"reference": "c3479723be665360a5635c15f184a1d0a8dc995a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/yansongda/supports/zipball/c3479723be665360a5635c15f184a1d0a8dc995a",
|
||
"reference": "c3479723be665360a5635c15f184a1d0a8dc995a",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=8.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.0",
|
||
"mockery/mockery": "^1.4",
|
||
"phpstan/phpstan": "^1.1.0",
|
||
"phpunit/phpunit": "^9.0"
|
||
},
|
||
"suggest": {
|
||
"monolog/monolog": "Use logger",
|
||
"symfony/console": "Use stdout logger"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/Functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Yansongda\\Supports\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yansongda",
|
||
"email": "me@yansongda.cn"
|
||
}
|
||
],
|
||
"description": "common components",
|
||
"keywords": [
|
||
"array",
|
||
"collection",
|
||
"config",
|
||
"support"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/yansongda/supports/issues",
|
||
"source": "https://github.com/yansongda/supports"
|
||
},
|
||
"time": "2024-01-06T05:14:33+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": [],
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.3.0"
|
||
}
|