File: /www/sites/cbgdh_com/index/wp-content/themes/onenav/vendor/composer/installed.json
{
"packages": [
{
"name": "psr/http-message",
"version": "1.1",
"version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"time": "2023-04-04T09:50:52+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/1.1"
},
"install-path": "../psr/http-message"
},
{
"name": "psr/log",
"version": "1.1.4",
"version_normalized": "1.1.4.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2021-05-03T11:20:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"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/1.1.4"
},
"install-path": "../psr/log"
},
{
"name": "yurunsoft/pay-sdk",
"version": "v3.1.7",
"version_normalized": "3.1.7.0",
"source": {
"type": "git",
"url": "https://github.com/Yurunsoft/PaySDK.git",
"reference": "e146a056f3aa1b68f64bbc5e261bf137b7723307"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yurunsoft/PaySDK/zipball/e146a056f3aa1b68f64bbc5e261bf137b7723307",
"reference": "e146a056f3aa1b68f64bbc5e261bf137b7723307",
"shasum": ""
},
"require": {
"php": ">=5.5",
"yurunsoft/yurun-http": "~4.0|~5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.3"
},
"time": "2024-09-02T06:00:28+00:00",
"bin": [
"src/Weixin/Tool/CertificateDownloader.php"
],
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Yurun\\PaySDK\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。",
"support": {
"issues": "https://github.com/Yurunsoft/PaySDK/issues",
"source": "https://github.com/Yurunsoft/PaySDK/tree/v3.1.7"
},
"install-path": "../yurunsoft/pay-sdk"
},
{
"name": "yurunsoft/yurun-http",
"version": "v5.0.1",
"version_normalized": "5.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/Yurunsoft/YurunHttp.git",
"reference": "df62abcb81166f4fa1a1eca426cd0b6792b0edce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yurunsoft/YurunHttp/zipball/df62abcb81166f4fa1a1eca426cd0b6792b0edce",
"reference": "df62abcb81166f4fa1a1eca426cd0b6792b0edce",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "~1.0|~2.0",
"psr/log": "~1.0|~2.0|~3.0"
},
"require-dev": {
"monolog/monolog": "*",
"phpunit/phpunit": ">=4 <9.7",
"swoole/ide-helper": "^4.5",
"workerman/workerman": "^4.0"
},
"time": "2024-01-17T02:20:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Yurun\\Util\\": "./src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "YurunHttp 是开源的 PHP HTTP 类库,支持链式操作,简单易用。支持 Curl、Swoole,支持 Http、Http2、WebSocket!",
"support": {
"issues": "https://github.com/Yurunsoft/YurunHttp/issues",
"source": "https://github.com/Yurunsoft/YurunHttp/tree/v5.0.1"
},
"install-path": "../yurunsoft/yurun-http"
},
{
"name": "yurunsoft/yurun-oauth-login",
"version": "v3.1.0",
"version_normalized": "3.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/Yurunsoft/YurunOAuthLogin.git",
"reference": "e026602773daa59b3a1e519db772897e46d118cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yurunsoft/YurunOAuthLogin/zipball/e026602773daa59b3a1e519db772897e46d118cd",
"reference": "e026602773daa59b3a1e519db772897e46d118cd",
"shasum": ""
},
"require": {
"php": ">=5.5",
"yurunsoft/yurun-http": "~4.0|~5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.3"
},
"time": "2023-10-17T06:15:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Yurun\\OAuthLogin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Yurun",
"email": "admin@yurunsoft.com"
},
{
"name": "Lu Fei",
"email": "lufei@simps.io"
}
],
"description": "YurunOAuthLogin 是一个 PHP 第三方登录授权 SDK,集成了 QQ、微信、微博、GitHub 等常用接口。",
"support": {
"issues": "https://github.com/Yurunsoft/YurunOAuthLogin/issues",
"source": "https://github.com/Yurunsoft/YurunOAuthLogin/tree/v3.1.0"
},
"install-path": "../yurunsoft/yurun-oauth-login"
}
],
"dev": true,
"dev-package-names": []
}