2359 lines
83 KiB
Plaintext
2359 lines
83 KiB
Plaintext
|
|
{
|
||
|
|
"_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": "3f1dbb62be88ad00a166b59ed9183932",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "adbario/php-dot-notation",
|
||
|
|
"version": "2.5.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/adbario/php-dot-notation.git",
|
||
|
|
"reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
|
||
|
|
"reference": "081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-json": "*",
|
||
|
|
"php": "^5.5 || ^7.0 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.8|^5.7|^6.6|^7.5|^8.5|^9.5",
|
||
|
|
"squizlabs/php_codesniffer": "^3.6"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/helpers.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Adbar\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Riku Särkinen",
|
||
|
|
"email": "riku@adbar.io"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHP dot notation access to arrays",
|
||
|
|
"homepage": "https://github.com/adbario/php-dot-notation",
|
||
|
|
"keywords": [
|
||
|
|
"ArrayAccess",
|
||
|
|
"dotnotation"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/adbario/php-dot-notation/issues",
|
||
|
|
"source": "https://github.com/adbario/php-dot-notation/tree/2.5.0"
|
||
|
|
},
|
||
|
|
"time": "2022-10-14T20:31:46+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/credentials",
|
||
|
|
"version": "1.2.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/aliyun/credentials-php.git",
|
||
|
|
"reference": "410338b1831f7547a40071af3a9adea27b2fe6e5"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/aliyun/credentials-php/zipball/410338b1831f7547a40071af3a9adea27b2fe6e5",
|
||
|
|
"reference": "410338b1831f7547a40071af3a9adea27b2fe6e5",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"adbario/php-dot-notation": "^2.2",
|
||
|
|
"alibabacloud/tea": "^3.0",
|
||
|
|
"ext-curl": "*",
|
||
|
|
"ext-json": "*",
|
||
|
|
"ext-libxml": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-openssl": "*",
|
||
|
|
"ext-simplexml": "*",
|
||
|
|
"ext-xmlwriter": "*",
|
||
|
|
"guzzlehttp/guzzle": "^6.3|^7.0",
|
||
|
|
"php": ">=5.6"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"composer/composer": "^1.8",
|
||
|
|
"drupal/coder": "^8.3",
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-pcre": "*",
|
||
|
|
"ext-sockets": "*",
|
||
|
|
"ext-spl": "*",
|
||
|
|
"mikey179/vfsstream": "^1.6",
|
||
|
|
"monolog/monolog": "^1.24",
|
||
|
|
"phpunit/phpunit": "^5.7|^6.6|^9.3",
|
||
|
|
"psr/cache": "^1.0",
|
||
|
|
"symfony/dotenv": "^3.4",
|
||
|
|
"symfony/var-dumper": "^3.4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-sockets": "To use client-side monitoring"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\Credentials\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com",
|
||
|
|
"homepage": "http://www.alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud Credentials for PHP",
|
||
|
|
"homepage": "https://www.alibabacloud.com/",
|
||
|
|
"keywords": [
|
||
|
|
"alibaba",
|
||
|
|
"alibabacloud",
|
||
|
|
"aliyun",
|
||
|
|
"client",
|
||
|
|
"cloud",
|
||
|
|
"credentials",
|
||
|
|
"library",
|
||
|
|
"sdk",
|
||
|
|
"tool"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/aliyun/credentials-php/issues",
|
||
|
|
"source": "https://github.com/aliyun/credentials-php"
|
||
|
|
},
|
||
|
|
"time": "2025-03-04T07:38:54+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/darabonba-openapi",
|
||
|
|
"version": "0.2.14",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/darabonba-openapi.git",
|
||
|
|
"reference": "80abdf8969ae97f7acfe22211e14c2336ee861ce"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/darabonba-openapi/zipball/80abdf8969ae97f7acfe22211e14c2336ee861ce",
|
||
|
|
"reference": "80abdf8969ae97f7acfe22211e14c2336ee861ce",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"alibabacloud/credentials": "^1.2.2",
|
||
|
|
"alibabacloud/gateway-spi": "^1",
|
||
|
|
"alibabacloud/openapi-util": "^0.1.10|^0.2.1",
|
||
|
|
"alibabacloud/tea-utils": "^0.2.21",
|
||
|
|
"alibabacloud/tea-xml": "^0.2",
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Darabonba\\OpenApi\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud OpenApi Client",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/issues",
|
||
|
|
"source": "https://github.com/alibabacloud-sdk-php/darabonba-openapi/tree/0.2.14"
|
||
|
|
},
|
||
|
|
"time": "2025-03-12T11:57:35+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/dysmsapi-20170525",
|
||
|
|
"version": "2.0.16",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/Dysmsapi-20170525.git",
|
||
|
|
"reference": "43c4ba11cbc0fec26a373ce2c8f3572cfcad32b5"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/Dysmsapi-20170525/zipball/43c4ba11cbc0fec26a373ce2c8f3572cfcad32b5",
|
||
|
|
"reference": "43c4ba11cbc0fec26a373ce2c8f3572cfcad32b5",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"alibabacloud/darabonba-openapi": "^0.2.5",
|
||
|
|
"alibabacloud/endpoint-util": "^0.1.0",
|
||
|
|
"alibabacloud/openapi-util": "^0.1.10",
|
||
|
|
"alibabacloud/tea-utils": "^0.2.16",
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\SDK\\Dysmsapi\\V20170525\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud Dysmsapi (20170525) SDK Library for PHP",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/alibabacloud-sdk-php/Dysmsapi-20170525/tree/2.0.16"
|
||
|
|
},
|
||
|
|
"time": "2022-07-14T03:22:11+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/endpoint-util",
|
||
|
|
"version": "0.1.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/endpoint-util.git",
|
||
|
|
"reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/endpoint-util/zipball/f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
|
||
|
|
"reference": "f3fe88a25d8df4faa3b0ae14ff202a9cc094e6c5",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.8.35|^5.4.3"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\Endpoint\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud Endpoint Library for PHP",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/alibabacloud-sdk-php/endpoint-util/tree/0.1.1"
|
||
|
|
},
|
||
|
|
"time": "2020-06-04T10:57:15+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/gateway-spi",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/alibabacloud-gateway-spi.git",
|
||
|
|
"reference": "7440f77750c329d8ab252db1d1d967314ccd1fcb"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/alibabacloud-gateway-spi/zipball/7440f77750c329d8ab252db1d1d967314ccd1fcb",
|
||
|
|
"reference": "7440f77750c329d8ab252db1d1d967314ccd1fcb",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"alibabacloud/credentials": "^1.1",
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Darabonba\\GatewaySpi\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud Gateway SPI Client",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/alibabacloud-sdk-php/alibabacloud-gateway-spi/tree/1.0.0"
|
||
|
|
},
|
||
|
|
"time": "2022-07-14T05:31:35+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/openapi-util",
|
||
|
|
"version": "0.1.13",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/openapi-util.git",
|
||
|
|
"reference": "870e59984f05e104aa303c85b8214e339ba0a0ac"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/openapi-util/zipball/870e59984f05e104aa303c85b8214e339ba0a0ac",
|
||
|
|
"reference": "870e59984f05e104aa303c85b8214e339ba0a0ac",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"alibabacloud/tea": "^3.1",
|
||
|
|
"alibabacloud/tea-utils": "^0.2",
|
||
|
|
"lizhichao/one-sm": "^1.5",
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\OpenApiUtil\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud OpenApi Util",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/alibabacloud-sdk-php/openapi-util/issues",
|
||
|
|
"source": "https://github.com/alibabacloud-sdk-php/openapi-util/tree/0.2.0"
|
||
|
|
},
|
||
|
|
"time": "2022-11-06T05:49:55+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/tea",
|
||
|
|
"version": "3.2.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/aliyun/tea-php.git",
|
||
|
|
"reference": "1619cb96c158384f72b873e1f85de8b299c9c367"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/aliyun/tea-php/zipball/1619cb96c158384f72b873e1f85de8b299c9c367",
|
||
|
|
"reference": "1619cb96c158384f72b873e1f85de8b299c9c367",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"adbario/php-dot-notation": "^2.4",
|
||
|
|
"ext-curl": "*",
|
||
|
|
"ext-json": "*",
|
||
|
|
"ext-libxml": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-openssl": "*",
|
||
|
|
"ext-simplexml": "*",
|
||
|
|
"ext-xmlwriter": "*",
|
||
|
|
"guzzlehttp/guzzle": "^6.3|^7.0",
|
||
|
|
"php": ">=5.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "*",
|
||
|
|
"symfony/dotenv": "^3.4",
|
||
|
|
"symfony/var-dumper": "^3.4"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-sockets": "To use client-side monitoring"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\Tea\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com",
|
||
|
|
"homepage": "http://www.alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Client of Tea for PHP",
|
||
|
|
"homepage": "https://www.alibabacloud.com/",
|
||
|
|
"keywords": [
|
||
|
|
"alibabacloud",
|
||
|
|
"client",
|
||
|
|
"cloud",
|
||
|
|
"tea"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/aliyun/tea-php/issues",
|
||
|
|
"source": "https://github.com/aliyun/tea-php"
|
||
|
|
},
|
||
|
|
"time": "2023-05-16T06:43:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/tea-utils",
|
||
|
|
"version": "0.2.21",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/tea-utils.git",
|
||
|
|
"reference": "5039e45714c6456186d267f5d81a4b260a652495"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-utils/zipball/5039e45714c6456186d267f5d81a4b260a652495",
|
||
|
|
"reference": "5039e45714c6456186d267f5d81a4b260a652495",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"alibabacloud/tea": "^3.1",
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\Tea\\Utils\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud Tea Utils for PHP",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/aliyun/tea-util/issues",
|
||
|
|
"source": "https://github.com/aliyun/tea-util"
|
||
|
|
},
|
||
|
|
"time": "2024-07-05T06:05:54+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "alibabacloud/tea-xml",
|
||
|
|
"version": "0.2.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/alibabacloud-sdk-php/tea-xml.git",
|
||
|
|
"reference": "3e0c000bf536224eebbac913c371bef174c0a16a"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-xml/zipball/3e0c000bf536224eebbac913c371bef174c0a16a",
|
||
|
|
"reference": "3e0c000bf536224eebbac913c371bef174c0a16a",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">5.5"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "*",
|
||
|
|
"symfony/var-dumper": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"AlibabaCloud\\Tea\\XML\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Alibaba Cloud SDK",
|
||
|
|
"email": "sdk-team@alibabacloud.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Alibaba Cloud Tea XML Library for PHP",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/alibabacloud-sdk-php/tea-xml/tree/0.2.4"
|
||
|
|
},
|
||
|
|
"time": "2022-08-02T04:12:58+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "aliyuncs/oss-sdk-php",
|
||
|
|
"version": "v2.7.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
|
||
|
|
"reference": "483dd0b8bff5d47f0e4ffc99f6077a295c5ccbb5"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/483dd0b8bff5d47f0e4ffc99f6077a295c5ccbb5",
|
||
|
|
"reference": "483dd0b8bff5d47f0e4ffc99f6077a295c5ccbb5",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"php-coveralls/php-coveralls": "*",
|
||
|
|
"phpunit/phpunit": "*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"OSS\\": "src/OSS"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Aliyuncs",
|
||
|
|
"homepage": "http://www.aliyun.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Aliyun OSS SDK for PHP",
|
||
|
|
"homepage": "http://www.aliyun.com/product/oss/",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
|
||
|
|
"source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.7.2"
|
||
|
|
},
|
||
|
|
"time": "2024-10-28T10:41:12+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "bacon/bacon-qr-code",
|
||
|
|
"version": "1.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
||
|
|
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
|
||
|
|
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"php": "^5.4|^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.8"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-gd": "to generate QR code images"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"BaconQrCode": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"BSD-2-Clause"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
||
|
|
"email": "mail@dasprids.de",
|
||
|
|
"homepage": "http://www.dasprids.de",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
||
|
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/Bacon/BaconQrCode/issues",
|
||
|
|
"source": "https://github.com/Bacon/BaconQrCode/tree/master"
|
||
|
|
},
|
||
|
|
"time": "2017-10-17T09:59:25+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "endroid/qr-code",
|
||
|
|
"version": "2.5.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/endroid/qr-code.git",
|
||
|
|
"reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/endroid/qr-code/zipball/6062677d3404e0ded40647b8f62ec55ff9722eb7",
|
||
|
|
"reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"bacon/bacon-qr-code": "^1.0.3",
|
||
|
|
"ext-gd": "*",
|
||
|
|
"khanamiryan/qrcode-detector-decoder": "1",
|
||
|
|
"myclabs/php-enum": "^1.5",
|
||
|
|
"php": ">=5.6",
|
||
|
|
"symfony/options-resolver": "^2.7",
|
||
|
|
"symfony/property-access": "^2.7"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^5.7",
|
||
|
|
"symfony/asset": "^2.7",
|
||
|
|
"symfony/browser-kit": "^2.7",
|
||
|
|
"symfony/finder": "^2.7",
|
||
|
|
"symfony/framework-bundle": "^2.7",
|
||
|
|
"symfony/http-kernel": "^2.7",
|
||
|
|
"symfony/templating": "^2.7",
|
||
|
|
"symfony/twig-bundle": "^2.7",
|
||
|
|
"symfony/yaml": "^2.7"
|
||
|
|
},
|
||
|
|
"type": "symfony-bundle",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Endroid\\QrCode\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jeroen van den Enden",
|
||
|
|
"email": "info@endroid.nl",
|
||
|
|
"homepage": "http://endroid.nl/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Endroid QR Code",
|
||
|
|
"homepage": "https://github.com/endroid/QrCode",
|
||
|
|
"keywords": [
|
||
|
|
"bundle",
|
||
|
|
"code",
|
||
|
|
"endroid",
|
||
|
|
"flex",
|
||
|
|
"qr",
|
||
|
|
"qrcode",
|
||
|
|
"symfony"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/endroid/qr-code/issues",
|
||
|
|
"source": "https://github.com/endroid/qr-code/tree/2.5.1"
|
||
|
|
},
|
||
|
|
"time": "2018-05-09T20:26:30+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "guzzlehttp/guzzle",
|
||
|
|
"version": "7.9.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
||
|
|
"reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
||
|
|
"reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-json": "*",
|
||
|
|
"guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
||
|
|
"guzzlehttp/psr7": "^2.7.0",
|
||
|
|
"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": "*",
|
||
|
|
"guzzle/client-integration-tests": "3.0.2",
|
||
|
|
"php-http/message-factory": "^1.1",
|
||
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
||
|
|
"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.9.3"
|
||
|
|
},
|
||
|
|
"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": "2025-03-27T13:37:11+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "guzzlehttp/promises",
|
||
|
|
"version": "2.2.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/guzzle/promises.git",
|
||
|
|
"reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
|
||
|
|
"reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.2.5 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
||
|
|
},
|
||
|
|
"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.2.0"
|
||
|
|
},
|
||
|
|
"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": "2025-03-27T13:27:01+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "guzzlehttp/psr7",
|
||
|
|
"version": "2.7.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/guzzle/psr7.git",
|
||
|
|
"reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
|
||
|
|
"reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
|
||
|
|
"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.0",
|
||
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
||
|
|
},
|
||
|
|
"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.7.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": "2025-03-27T12:30:47+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "hashids/hashids",
|
||
|
|
"version": "3.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/vinkla/hashids.git",
|
||
|
|
"reference": "b6c61142bfe36d43740a5419d11c351dddac0458"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/vinkla/hashids/zipball/b6c61142bfe36d43740a5419d11c351dddac0458",
|
||
|
|
"reference": "b6c61142bfe36d43740a5419d11c351dddac0458",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.1.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^7.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
|
||
|
|
"ext-gmp": "Required to use GNU multiple precision mathematics (*)."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.0-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Hashids\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Ivan Akimov",
|
||
|
|
"email": "ivan@barreleye.com",
|
||
|
|
"homepage": "https://twitter.com/IvanAkimov"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Vincent Klaiber",
|
||
|
|
"email": "hello@vinkla.com",
|
||
|
|
"homepage": "https://vinkla.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
|
||
|
|
"homepage": "http://hashids.org/php",
|
||
|
|
"keywords": [
|
||
|
|
"bitly",
|
||
|
|
"decode",
|
||
|
|
"encode",
|
||
|
|
"hash",
|
||
|
|
"hashid",
|
||
|
|
"hashids",
|
||
|
|
"ids",
|
||
|
|
"obfuscate",
|
||
|
|
"youtube"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/vinkla/hashids/issues",
|
||
|
|
"source": "https://github.com/vinkla/hashids/tree/3.0.0"
|
||
|
|
},
|
||
|
|
"time": "2018-03-12T16:30:09+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "khanamiryan/qrcode-detector-decoder",
|
||
|
|
"version": "1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
|
||
|
|
"reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/96d5f80680b04803c4f1b69d6e01735e876b80c7",
|
||
|
|
"reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.6|^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^5.7"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"lib/common/customFunctions.php"
|
||
|
|
],
|
||
|
|
"classmap": [
|
||
|
|
"lib/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Ashot Khanamiryan",
|
||
|
|
"email": "a.khanamiryan@gmail.com",
|
||
|
|
"homepage": "https://github.com/khanamiryan",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "QR code decoder / reader",
|
||
|
|
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
|
||
|
|
"keywords": [
|
||
|
|
"barcode",
|
||
|
|
"qr",
|
||
|
|
"zxing"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
|
||
|
|
"source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1"
|
||
|
|
},
|
||
|
|
"time": "2017-01-13T09:11:46+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "lizhichao/one-sm",
|
||
|
|
"version": "1.10",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/lizhichao/sm.git",
|
||
|
|
"reference": "687a012a44a5bfd4d9143a0234e1060543be455a"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/lizhichao/sm/zipball/687a012a44a5bfd4d9143a0234e1060543be455a",
|
||
|
|
"reference": "687a012a44a5bfd4d9143a0234e1060543be455a",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.6"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"OneSm\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "tanszhe",
|
||
|
|
"email": "1018595261@qq.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "国密sm3",
|
||
|
|
"keywords": [
|
||
|
|
"php",
|
||
|
|
"sm3"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/lizhichao/sm/issues",
|
||
|
|
"source": "https://github.com/lizhichao/sm/tree/1.10"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.vicsdf.com/img/w.jpg",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.vicsdf.com/img/z.jpg",
|
||
|
|
"type": "custom"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2021-05-26T06:19:22+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "myclabs/php-enum",
|
||
|
|
"version": "1.8.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/myclabs/php-enum.git",
|
||
|
|
"reference": "e7be26966b7398204a234f8673fdad5ac6277802"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/e7be26966b7398204a234f8673fdad5ac6277802",
|
||
|
|
"reference": "e7be26966b7398204a234f8673fdad5ac6277802",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-json": "*",
|
||
|
|
"php": "^7.3 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^9.5",
|
||
|
|
"squizlabs/php_codesniffer": "1.*",
|
||
|
|
"vimeo/psalm": "^4.6.2 || ^5.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": "https://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.5"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/mnapoli",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2025-01-14T11:49:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phpoffice/phpexcel",
|
||
|
|
"version": "1.8.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/PHPOffice/PHPExcel.git",
|
||
|
|
"reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
|
||
|
|
"reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-xml": "*",
|
||
|
|
"ext-xmlwriter": "*",
|
||
|
|
"php": "^5.2|^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"squizlabs/php_codesniffer": "2.*"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"PHPExcel": "Classes/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-2.1"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Maarten Balliauw",
|
||
|
|
"homepage": "http://blog.maartenballiauw.be"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Erik Tilt"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Franck Lefevre",
|
||
|
|
"homepage": "http://rootslabs.net"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Mark Baker",
|
||
|
|
"homepage": "http://markbakeruk.net"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
||
|
|
"homepage": "https://github.com/PHPOffice/PHPExcel",
|
||
|
|
"keywords": [
|
||
|
|
"OpenXML",
|
||
|
|
"excel",
|
||
|
|
"php",
|
||
|
|
"spreadsheet",
|
||
|
|
"xls",
|
||
|
|
"xlsx"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/PHPOffice/PHPExcel/issues",
|
||
|
|
"source": "https://github.com/PHPOffice/PHPExcel/tree/master"
|
||
|
|
},
|
||
|
|
"abandoned": "phpoffice/phpspreadsheet",
|
||
|
|
"time": "2018-11-22T23:07:24+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phrity/net-uri",
|
||
|
|
"version": "1.3.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sirn-se/phrity-net-uri.git",
|
||
|
|
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
||
|
|
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.4 | ^8.0",
|
||
|
|
"psr/http-factory": "^1.0",
|
||
|
|
"psr/http-message": "^1.0 | ^2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"php-coveralls/php-coveralls": "^2.0",
|
||
|
|
"phpunit/phpunit": "^9.0 | ^10.0",
|
||
|
|
"squizlabs/php_codesniffer": "^3.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Phrity\\Net\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sören Jensen",
|
||
|
|
"email": "sirn@sirn.se",
|
||
|
|
"homepage": "https://phrity.sirn.se"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "PSR-7 Uri and PSR-17 UriFactory implementation",
|
||
|
|
"homepage": "https://phrity.sirn.se/net-uri",
|
||
|
|
"keywords": [
|
||
|
|
"psr-17",
|
||
|
|
"psr-7",
|
||
|
|
"uri",
|
||
|
|
"uri factory"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/sirn-se/phrity-net-uri/issues",
|
||
|
|
"source": "https://github.com/sirn-se/phrity-net-uri/tree/1.3.0"
|
||
|
|
},
|
||
|
|
"time": "2023-08-21T10:33:06+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phrity/util-errorhandler",
|
||
|
|
"version": "1.1.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
|
||
|
|
"reference": "483228156e06673963902b1cc1e6bd9541ab4d5e"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/483228156e06673963902b1cc1e6bd9541ab4d5e",
|
||
|
|
"reference": "483228156e06673963902b1cc1e6bd9541ab4d5e",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.4 | ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"php-coveralls/php-coveralls": "^2.0",
|
||
|
|
"phpunit/phpunit": "^9.0 | ^10.0 | ^11.0",
|
||
|
|
"squizlabs/php_codesniffer": "^3.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Phrity\\Util\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Sören Jensen",
|
||
|
|
"email": "sirn@sirn.se",
|
||
|
|
"homepage": "https://phrity.sirn.se"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Inline error handler; catch and resolve errors for code block.",
|
||
|
|
"homepage": "https://phrity.sirn.se/util-errorhandler",
|
||
|
|
"keywords": [
|
||
|
|
"error",
|
||
|
|
"warning"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues",
|
||
|
|
"source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.1.1"
|
||
|
|
},
|
||
|
|
"time": "2024-09-12T06:49:16+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": "1.1",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Psr\\Http\\Message\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "PHP-FIG",
|
||
|
|
"homepage": "http://www.php-fig.org/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Common interface for HTTP messages",
|
||
|
|
"homepage": "https://github.com/php-fig/http-message",
|
||
|
|
"keywords": [
|
||
|
|
"http",
|
||
|
|
"http-message",
|
||
|
|
"psr",
|
||
|
|
"psr-7",
|
||
|
|
"request",
|
||
|
|
"response"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/php-fig/http-message/tree/1.1"
|
||
|
|
},
|
||
|
|
"time": "2023-04-04T09:50:52+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/log",
|
||
|
|
"version": "1.1.4",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"time": "2021-05-03T11:20:27+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": "v2.5.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
|
|
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
|
||
|
|
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/contracts",
|
||
|
|
"name": "symfony/contracts"
|
||
|
|
},
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "2.5-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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/v2.5.4"
|
||
|
|
},
|
||
|
|
"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": "2024-09-25T14:11:13+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/options-resolver",
|
||
|
|
"version": "v2.8.52",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
||
|
|
"reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
|
||
|
|
"reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.9"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.8-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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": "Symfony OptionsResolver Component",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"config",
|
||
|
|
"configuration",
|
||
|
|
"options"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/options-resolver/tree/v2.8.50"
|
||
|
|
},
|
||
|
|
"time": "2018-11-11T11:18:13+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-ctype",
|
||
|
|
"version": "v1.31.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-ctype": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-ctype": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"url": "https://github.com/symfony/polyfill",
|
||
|
|
"name": "symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Gert de Pagter",
|
||
|
|
"email": "BackEndTea@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill for ctype functions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"ctype",
|
||
|
|
"polyfill",
|
||
|
|
"portable"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.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": "2024-09-09T11:45:10+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/property-access",
|
||
|
|
"version": "v2.8.52",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/property-access.git",
|
||
|
|
"reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
|
||
|
|
"reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.9",
|
||
|
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.8-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
||
|
|
},
|
||
|
|
"exclude-from-classmap": [
|
||
|
|
"/Tests/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Potencier",
|
||
|
|
"email": "fabien@symfony.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony PropertyAccess Component",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"access",
|
||
|
|
"array",
|
||
|
|
"extraction",
|
||
|
|
"index",
|
||
|
|
"injection",
|
||
|
|
"object",
|
||
|
|
"property",
|
||
|
|
"property path",
|
||
|
|
"reflection"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/property-access/tree/v2.8.50"
|
||
|
|
},
|
||
|
|
"time": "2018-11-11T11:18:13+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "textalk/websocket",
|
||
|
|
"version": "1.6.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Textalk/websocket-php.git",
|
||
|
|
"reference": "67de79745b1a357caf812bfc44e0abf481cee012"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/Textalk/websocket-php/zipball/67de79745b1a357caf812bfc44e0abf481cee012",
|
||
|
|
"reference": "67de79745b1a357caf812bfc44e0abf481cee012",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.4 | ^8.0",
|
||
|
|
"phrity/net-uri": "^1.0",
|
||
|
|
"phrity/util-errorhandler": "^1.0",
|
||
|
|
"psr/http-message": "^1.0",
|
||
|
|
"psr/log": "^1.0 | ^2.0 | ^3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"php-coveralls/php-coveralls": "^2.0",
|
||
|
|
"phpunit/phpunit": "^9.0",
|
||
|
|
"squizlabs/php_codesniffer": "^3.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"WebSocket\\": "lib"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"ISC"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fredrik Liljegren"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Sören Jensen"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "WebSocket client and server",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/Textalk/websocket-php/issues",
|
||
|
|
"source": "https://github.com/Textalk/websocket-php/tree/1.6.3"
|
||
|
|
},
|
||
|
|
"time": "2022-11-07T18:59:33+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "topthink/framework",
|
||
|
|
"version": "v5.1.42",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/top-think/framework.git",
|
||
|
|
"reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/top-think/framework/zipball/ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
|
||
|
|
"reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.6.0",
|
||
|
|
"topthink/think-installer": "2.*"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"johnkary/phpunit-speedtrap": "^1.0",
|
||
|
|
"mikey179/vfsstream": "~1.6",
|
||
|
|
"phpdocumentor/reflection-docblock": "^2.0",
|
||
|
|
"phploc/phploc": "2.*",
|
||
|
|
"phpunit/phpunit": "^5.0|^6.0",
|
||
|
|
"sebastian/phpcpd": "2.*",
|
||
|
|
"squizlabs/php_codesniffer": "2.*"
|
||
|
|
},
|
||
|
|
"type": "think-framework",
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "liu21st",
|
||
|
|
"email": "liu21st@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "yunwuxin",
|
||
|
|
"email": "448901948@qq.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "the new thinkphp framework",
|
||
|
|
"homepage": "http://thinkphp.cn/",
|
||
|
|
"keywords": [
|
||
|
|
"framework",
|
||
|
|
"orm",
|
||
|
|
"thinkphp"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/top-think/framework/issues",
|
||
|
|
"source": "https://github.com/top-think/framework/tree/v5.1.42"
|
||
|
|
},
|
||
|
|
"time": "2022-10-25T15:04:49+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "topthink/think-helper",
|
||
|
|
"version": "v3.1.10",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/top-think/think-helper.git",
|
||
|
|
"reference": "ac66cc0859a12cd5d73258f50f338aadc95e9b46"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/top-think/think-helper/zipball/ac66cc0859a12cd5d73258f50f338aadc95e9b46",
|
||
|
|
"reference": "ac66cc0859a12cd5d73258f50f338aadc95e9b46",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^9.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/helper.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"think\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "yunwuxin",
|
||
|
|
"email": "448901948@qq.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "The ThinkPHP6 Helper Package",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/top-think/think-helper/issues",
|
||
|
|
"source": "https://github.com/top-think/think-helper/tree/v3.1.10"
|
||
|
|
},
|
||
|
|
"time": "2024-11-21T01:47:51+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "topthink/think-installer",
|
||
|
|
"version": "v2.0.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/top-think/think-installer.git",
|
||
|
|
"reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
|
||
|
|
"reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"composer-plugin-api": "^1.0||^2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"composer/composer": "^1.0||^2.0"
|
||
|
|
},
|
||
|
|
"type": "composer-plugin",
|
||
|
|
"extra": {
|
||
|
|
"class": "think\\composer\\Plugin"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"think\\composer\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "yunwuxin",
|
||
|
|
"email": "448901948@qq.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/top-think/think-installer/issues",
|
||
|
|
"source": "https://github.com/top-think/think-installer/tree/v2.0.5"
|
||
|
|
},
|
||
|
|
"time": "2021-01-14T12:12:14+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "topthink/think-queue",
|
||
|
|
"version": "v2.0.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/top-think/think-queue.git",
|
||
|
|
"reference": "d9b8f38c7af8ad770257b0d7db711ce8b12a6969"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/top-think/think-queue/zipball/d9b8f38c7af8ad770257b0d7db711ce8b12a6969",
|
||
|
|
"reference": "d9b8f38c7af8ad770257b0d7db711ce8b12a6969",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"topthink/framework": "5.1.*",
|
||
|
|
"topthink/think-helper": ">=1.0.4",
|
||
|
|
"topthink/think-installer": "^2.0"
|
||
|
|
},
|
||
|
|
"type": "think-extend",
|
||
|
|
"extra": {
|
||
|
|
"think-config": {
|
||
|
|
"queue": "src/config.php"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/common.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"think\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "yunwuxin",
|
||
|
|
"email": "448901948@qq.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "The ThinkPHP5 Queue Package",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/top-think/think-queue/issues",
|
||
|
|
"source": "https://github.com/top-think/think-queue/tree/2.0"
|
||
|
|
},
|
||
|
|
"time": "2018-05-11T06:55:55+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "topthink/think-worker",
|
||
|
|
"version": "v2.0.11",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/top-think/think-worker.git",
|
||
|
|
"reference": "bee4408caf10a48df6a91e17f5b64f72a25bf1f8"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/top-think/think-worker/zipball/bee4408caf10a48df6a91e17f5b64f72a25bf1f8",
|
||
|
|
"reference": "bee4408caf10a48df6a91e17f5b64f72a25bf1f8",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"topthink/framework": "^5.1.18",
|
||
|
|
"topthink/think-installer": "^2.0",
|
||
|
|
"workerman/gateway-worker": "^3.0.0",
|
||
|
|
"workerman/workerman": "^3.3.0"
|
||
|
|
},
|
||
|
|
"type": "think-extend",
|
||
|
|
"extra": {
|
||
|
|
"think-config": {
|
||
|
|
"worker": "src/config/worker.php",
|
||
|
|
"worker_server": "src/config/server.php",
|
||
|
|
"gateway_worker": "src/config/gateway.php"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"src/command.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"think\\worker\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"Apache-2.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "liu21st",
|
||
|
|
"email": "liu21st@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "workerman extend for thinkphp5.1",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/top-think/think-worker/issues",
|
||
|
|
"source": "https://github.com/top-think/think-worker/tree/2.0"
|
||
|
|
},
|
||
|
|
"time": "2018-09-14T05:56:22+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "workerman/gateway-worker",
|
||
|
|
"version": "v3.0.22",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/walkor/GatewayWorker.git",
|
||
|
|
"reference": "a615036c482d11f68b693998575e804752ef9068"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/a615036c482d11f68b693998575e804752ef9068",
|
||
|
|
"reference": "a615036c482d11f68b693998575e804752ef9068",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"workerman/workerman": ">=3.5.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"GatewayWorker\\": "./src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"homepage": "http://www.workerman.net",
|
||
|
|
"keywords": [
|
||
|
|
"communication",
|
||
|
|
"distributed"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/walkor/GatewayWorker/issues",
|
||
|
|
"source": "https://github.com/walkor/GatewayWorker/tree/v3.0.22"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/walkor",
|
||
|
|
"type": "open_collective"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/walkor",
|
||
|
|
"type": "patreon"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2021-12-23T13:13:09+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "workerman/workerman",
|
||
|
|
"version": "v3.5.35",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/walkor/workerman.git",
|
||
|
|
"reference": "3cc0adae51ba36db38b11e7996c64250d356dbe7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/walkor/workerman/zipball/3cc0adae51ba36db38b11e7996c64250d356dbe7",
|
||
|
|
"reference": "3cc0adae51ba36db38b11e7996c64250d356dbe7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.3||^7.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-event": "For better performance. "
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Workerman\\": "./"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "walkor",
|
||
|
|
"email": "walkor@workerman.net",
|
||
|
|
"homepage": "http://www.workerman.net",
|
||
|
|
"role": "Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
||
|
|
"homepage": "http://www.workerman.net",
|
||
|
|
"keywords": [
|
||
|
|
"asynchronous",
|
||
|
|
"event-loop"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"email": "walkor@workerman.net",
|
||
|
|
"forum": "http://wenda.workerman.net/",
|
||
|
|
"issues": "https://github.com/walkor/workerman/issues",
|
||
|
|
"source": "https://github.com/walkor/workerman",
|
||
|
|
"wiki": "http://doc.workerman.net/"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://opencollective.com/workerman",
|
||
|
|
"type": "open_collective"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://www.patreon.com/walkor",
|
||
|
|
"type": "patreon"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2023-09-13T14:30:13+00:00"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"packages-dev": [],
|
||
|
|
"aliases": [],
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"stability-flags": [],
|
||
|
|
"prefer-stable": false,
|
||
|
|
"prefer-lowest": false,
|
||
|
|
"platform": {
|
||
|
|
"php": ">=5.6.0"
|
||
|
|
},
|
||
|
|
"platform-dev": [],
|
||
|
|
"plugin-api-version": "2.0.0"
|
||
|
|
}
|