6604 lines
235 KiB
Plaintext
6604 lines
235 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": "b10c93bfdc48726b3cdd0e733d817965",
|
|||
|
"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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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.1.5",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/aliyun/credentials-php.git",
|
|||
|
"reference": "1d8383ceef695974a88a3859c42e235fd2e3981a"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/aliyun/credentials-php/zipball/1d8383ceef695974a88a3859c42e235fd2e3981a",
|
|||
|
"reference": "1d8383ceef695974a88a3859c42e235fd2e3981a",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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|^7.5",
|
|||
|
"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": "2023-04-11T02:12:12+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "alibabacloud/darabonba-openapi",
|
|||
|
"version": "0.2.10",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/alibabacloud-sdk-php/darabonba-openapi.git",
|
|||
|
"reference": "88f42443e1b5c9d086d0444baa4a874f8636f7bb"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/darabonba-openapi/zipball/88f42443e1b5c9d086d0444baa4a874f8636f7bb",
|
|||
|
"reference": "88f42443e1b5c9d086d0444baa4a874f8636f7bb",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"alibabacloud/credentials": "^1.1",
|
|||
|
"alibabacloud/gateway-spi": "^1",
|
|||
|
"alibabacloud/openapi-util": "^0.1.10|^0.2.1",
|
|||
|
"alibabacloud/tea-utils": "^0.2.19",
|
|||
|
"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.10"
|
|||
|
},
|
|||
|
"time": "2023-11-23T07:01:20+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "alibabacloud/dysmsapi-20170525",
|
|||
|
"version": "2.0.9",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/alibabacloud-sdk-php/Dysmsapi-20170525.git",
|
|||
|
"reference": "f3098cdd4196aa42413e60fececcea08a3374ff1"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/Dysmsapi-20170525/zipball/f3098cdd4196aa42413e60fececcea08a3374ff1",
|
|||
|
"reference": "f3098cdd4196aa42413e60fececcea08a3374ff1",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"alibabacloud/darabonba-openapi": "^0.2.5",
|
|||
|
"alibabacloud/endpoint-util": "^0.1.0",
|
|||
|
"alibabacloud/openapi-util": "^0.1.10",
|
|||
|
"alibabacloud/tea-utils": "^0.2.0",
|
|||
|
"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.9"
|
|||
|
},
|
|||
|
"time": "2022-01-24T07:38:41+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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.19",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/alibabacloud-sdk-php/tea-utils.git",
|
|||
|
"reference": "8dfc1a93e9415818e93a621b644abbb84981aea4"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-utils/zipball/8dfc1a93e9415818e93a621b644abbb84981aea4",
|
|||
|
"reference": "8dfc1a93e9415818e93a621b644abbb84981aea4",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "2023-06-26T09:49:19+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
|
|||
|
"reference": "ce5d34dae9868237a32248788ea175c7e9da14b1"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/ce5d34dae9868237a32248788ea175c7e9da14b1",
|
|||
|
"reference": "ce5d34dae9868237a32248788ea175c7e9da14b1",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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.1"
|
|||
|
},
|
|||
|
"time": "2024-02-28T11:22:18+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "aws/aws-crt-php",
|
|||
|
"version": "v1.2.4",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/awslabs/aws-crt-php.git",
|
|||
|
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
|
|||
|
"reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.5"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
|
|||
|
"yoast/phpunit-polyfills": "^1.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"classmap": [
|
|||
|
"src/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "AWS SDK Common Runtime Team",
|
|||
|
"email": "aws-sdk-common-runtime@amazon.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "AWS Common Runtime for PHP",
|
|||
|
"homepage": "https://github.com/awslabs/aws-crt-php",
|
|||
|
"keywords": [
|
|||
|
"amazon",
|
|||
|
"aws",
|
|||
|
"crt",
|
|||
|
"sdk"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/awslabs/aws-crt-php/issues",
|
|||
|
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
|
|||
|
},
|
|||
|
"time": "2023-11-08T00:42:13+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "aws/aws-sdk-php",
|
|||
|
"version": "3.301.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
|||
|
"reference": "7f8180275e624cb566d8af77d2f1c958bf5be35b"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7f8180275e624cb566d8af77d2f1c958bf5be35b",
|
|||
|
"reference": "7f8180275e624cb566d8af77d2f1c958bf5be35b",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"aws/aws-crt-php": "^1.2.3",
|
|||
|
"ext-json": "*",
|
|||
|
"ext-pcre": "*",
|
|||
|
"ext-simplexml": "*",
|
|||
|
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
|
|||
|
"guzzlehttp/promises": "^1.4.0 || ^2.0",
|
|||
|
"guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
|
|||
|
"mtdowling/jmespath.php": "^2.6",
|
|||
|
"php": ">=7.2.5",
|
|||
|
"psr/http-message": "^1.0 || ^2.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"andrewsville/php-token-reflection": "^1.4",
|
|||
|
"aws/aws-php-sns-message-validator": "~1.0",
|
|||
|
"behat/behat": "~3.0",
|
|||
|
"composer/composer": "^1.10.22",
|
|||
|
"dms/phpunit-arraysubset-asserts": "^0.4.0",
|
|||
|
"doctrine/cache": "~1.4",
|
|||
|
"ext-dom": "*",
|
|||
|
"ext-openssl": "*",
|
|||
|
"ext-pcntl": "*",
|
|||
|
"ext-sockets": "*",
|
|||
|
"nette/neon": "^2.3",
|
|||
|
"paragonie/random_compat": ">= 2",
|
|||
|
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
|
|||
|
"psr/cache": "^1.0",
|
|||
|
"psr/simple-cache": "^1.0",
|
|||
|
"sebastian/comparator": "^1.2.3 || ^4.0",
|
|||
|
"yoast/phpunit-polyfills": "^1.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
|
|||
|
"doctrine/cache": "To use the DoctrineCacheAdapter",
|
|||
|
"ext-curl": "To send requests using cURL",
|
|||
|
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
|
|||
|
"ext-sockets": "To use client-side monitoring"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "3.0-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/functions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Aws\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Amazon Web Services",
|
|||
|
"homepage": "http://aws.amazon.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
|
|||
|
"homepage": "http://aws.amazon.com/sdkforphp",
|
|||
|
"keywords": [
|
|||
|
"amazon",
|
|||
|
"aws",
|
|||
|
"cloud",
|
|||
|
"dynamodb",
|
|||
|
"ec2",
|
|||
|
"glacier",
|
|||
|
"s3",
|
|||
|
"sdk"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
|||
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
|||
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.301.2"
|
|||
|
},
|
|||
|
"time": "2024-03-18T18:06:18+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "bacon/bacon-qr-code",
|
|||
|
"version": "2.0.8",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|||
|
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|||
|
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"dasprid/enum": "^1.0.3",
|
|||
|
"ext-iconv": "*",
|
|||
|
"php": "^7.1 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phly/keep-a-changelog": "^2.1",
|
|||
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|||
|
"spatie/phpunit-snapshot-assertions": "^4.2.9",
|
|||
|
"squizlabs/php_codesniffer": "^3.4"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-imagick": "to generate QR code images"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"BaconQrCode\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"BSD-2-Clause"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Ben Scholzen 'DASPRiD'",
|
|||
|
"email": "mail@dasprids.de",
|
|||
|
"homepage": "https://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/2.0.8"
|
|||
|
},
|
|||
|
"time": "2022-12-07T17:46:57+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "carbonphp/carbon-doctrine-types",
|
|||
|
"version": "2.1.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
|||
|
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
|
|||
|
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.4 || ^8.0"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"doctrine/dbal": "<3.7.0 || >=4.0.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/dbal": "^3.7.0",
|
|||
|
"nesbot/carbon": "^2.71.0 || ^3.0.0",
|
|||
|
"phpunit/phpunit": "^10.3"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "KyleKatarn",
|
|||
|
"email": "kylekatarnls@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Types to use Carbon in Doctrine",
|
|||
|
"keywords": [
|
|||
|
"carbon",
|
|||
|
"date",
|
|||
|
"datetime",
|
|||
|
"doctrine",
|
|||
|
"time"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
|
|||
|
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/kylekatarnls",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://opencollective.com/Carbon",
|
|||
|
"type": "open_collective"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-12-11T17:09:12+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "dasprid/enum",
|
|||
|
"version": "1.0.5",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/DASPRiD/Enum.git",
|
|||
|
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|||
|
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1 <9.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|||
|
"squizlabs/php_codesniffer": "*"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"DASPRiD\\Enum\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"BSD-2-Clause"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Ben Scholzen 'DASPRiD'",
|
|||
|
"email": "mail@dasprids.de",
|
|||
|
"homepage": "https://dasprids.de/",
|
|||
|
"role": "Developer"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PHP 7.1 enum implementation",
|
|||
|
"keywords": [
|
|||
|
"enum",
|
|||
|
"map"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/DASPRiD/Enum/issues",
|
|||
|
"source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
|
|||
|
},
|
|||
|
"time": "2023-08-25T16:18:39+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "doctrine/annotations",
|
|||
|
"version": "v1.2.7",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/doctrine/annotations.git",
|
|||
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
|||
|
"reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"doctrine/lexer": "1.*",
|
|||
|
"php": ">=5.3.2"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/cache": "1.*",
|
|||
|
"phpunit/phpunit": "4.*"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.3.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-0": {
|
|||
|
"Doctrine\\Common\\Annotations\\": "lib/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Roman Borschel",
|
|||
|
"email": "roman@code-factory.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Benjamin Eberlei",
|
|||
|
"email": "kontakt@beberlei.de"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Guilherme Blanco",
|
|||
|
"email": "guilhermeblanco@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Jonathan Wage",
|
|||
|
"email": "jonwage@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Johannes Schmitt",
|
|||
|
"email": "schmittjoh@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Docblock Annotations Parser",
|
|||
|
"homepage": "http://www.doctrine-project.org",
|
|||
|
"keywords": [
|
|||
|
"annotations",
|
|||
|
"docblock",
|
|||
|
"parser"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/doctrine/annotations/tree/master"
|
|||
|
},
|
|||
|
"time": "2015-08-31T12:32:49+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "doctrine/cache",
|
|||
|
"version": "v1.4.4",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/doctrine/cache.git",
|
|||
|
"reference": "6433826dd02c9e5be8a127320dc13e7e6625d020"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/doctrine/cache/zipball/6433826dd02c9e5be8a127320dc13e7e6625d020",
|
|||
|
"reference": "6433826dd02c9e5be8a127320dc13e7e6625d020",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.3.2"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"doctrine/common": ">2.2,<2.4"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": ">=3.7",
|
|||
|
"predis/predis": "~1.0",
|
|||
|
"satooshi/php-coveralls": "~0.6"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.5.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-0": {
|
|||
|
"Doctrine\\Common\\Cache\\": "lib/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Roman Borschel",
|
|||
|
"email": "roman@code-factory.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Benjamin Eberlei",
|
|||
|
"email": "kontakt@beberlei.de"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Guilherme Blanco",
|
|||
|
"email": "guilhermeblanco@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Jonathan Wage",
|
|||
|
"email": "jonwage@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Johannes Schmitt",
|
|||
|
"email": "schmittjoh@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Caching library offering an object-oriented API for many cache backends",
|
|||
|
"homepage": "http://www.doctrine-project.org",
|
|||
|
"keywords": [
|
|||
|
"cache",
|
|||
|
"caching"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/doctrine/cache/tree/v1.4.4"
|
|||
|
},
|
|||
|
"time": "2015-11-02T18:33:51+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "doctrine/lexer",
|
|||
|
"version": "1.2.3",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/doctrine/lexer.git",
|
|||
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|||
|
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.1 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/coding-standard": "^9.0",
|
|||
|
"phpstan/phpstan": "^1.3",
|
|||
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|||
|
"vimeo/psalm": "^4.11"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Guilherme Blanco",
|
|||
|
"email": "guilhermeblanco@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Roman Borschel",
|
|||
|
"email": "roman@code-factory.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Johannes Schmitt",
|
|||
|
"email": "schmittjoh@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|||
|
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|||
|
"keywords": [
|
|||
|
"annotations",
|
|||
|
"docblock",
|
|||
|
"lexer",
|
|||
|
"parser",
|
|||
|
"php"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/doctrine/lexer/issues",
|
|||
|
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://www.patreon.com/phpdoctrine",
|
|||
|
"type": "patreon"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-02-28T11:07:21+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "endroid/qr-code",
|
|||
|
"version": "3.9.7",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/endroid/qr-code.git",
|
|||
|
"reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/endroid/qr-code/zipball/94563d7b3105288e6ac53a67ae720e3669fac1f6",
|
|||
|
"reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"bacon/bacon-qr-code": "^2.0",
|
|||
|
"khanamiryan/qrcode-detector-decoder": "^1.0.5",
|
|||
|
"myclabs/php-enum": "^1.5",
|
|||
|
"php": "^7.3||^8.0",
|
|||
|
"symfony/options-resolver": "^3.4||^4.4||^5.0",
|
|||
|
"symfony/property-access": "^3.4||^4.4||^5.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"endroid/quality": "^1.5.2",
|
|||
|
"setasign/fpdf": "^1.8"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-gd": "Required for generating PNG images",
|
|||
|
"roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
|
|||
|
"setasign/fpdf": "Required to use the FPDF writer.",
|
|||
|
"symfony/security-checker": "Checks your composer.lock for vulnerabilities"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "3.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"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Endroid QR Code",
|
|||
|
"homepage": "https://github.com/endroid/qr-code",
|
|||
|
"keywords": [
|
|||
|
"bundle",
|
|||
|
"code",
|
|||
|
"endroid",
|
|||
|
"php",
|
|||
|
"qr",
|
|||
|
"qrcode"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/endroid/qr-code/issues",
|
|||
|
"source": "https://github.com/endroid/qr-code/tree/3.9.7"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/endroid",
|
|||
|
"type": "github"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2021-04-20T19:10:54+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "ezyang/htmlpurifier",
|
|||
|
"version": "v4.16.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|||
|
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
|
|||
|
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"cerdic/css-tidy": "^1.7 || ^2.0",
|
|||
|
"simpletest/simpletest": "dev-master"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
|
|||
|
"ext-bcmath": "Used for unit conversion and imagecrash protection",
|
|||
|
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
|
|||
|
"ext-tidy": "Used for pretty-printing HTML"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"library/HTMLPurifier.composer.php"
|
|||
|
],
|
|||
|
"psr-0": {
|
|||
|
"HTMLPurifier": "library/"
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/library/HTMLPurifier/Language/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"LGPL-2.1-or-later"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Edward Z. Yang",
|
|||
|
"email": "admin@htmlpurifier.org",
|
|||
|
"homepage": "http://ezyang.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Standards compliant HTML filter written in PHP",
|
|||
|
"homepage": "http://htmlpurifier.org/",
|
|||
|
"keywords": [
|
|||
|
"html"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/ezyang/htmlpurifier/issues",
|
|||
|
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
|
|||
|
},
|
|||
|
"time": "2022-09-18T07:06:19+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "fastknife/ajcaptcha",
|
|||
|
"version": "v1.2.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://gitee.com/fastknife/aj-captcha.git",
|
|||
|
"reference": "87c122b6cd950fd98702e929685e5e7c0c517ddc"
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-gd": "*",
|
|||
|
"ext-iconv": "*",
|
|||
|
"ext-json": "*",
|
|||
|
"ext-openssl": "*",
|
|||
|
"intervention/image": "^2.5",
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Fastknife\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"GPL-3.0-only"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "bruce",
|
|||
|
"email": "2777314125@qq.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "This is a behavior verification code PHP back-end implementation package",
|
|||
|
"time": "2023-03-29T10:35:25+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "firebase/php-jwt",
|
|||
|
"version": "v5.5.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/firebase/php-jwt.git",
|
|||
|
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
|
|||
|
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.3.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": ">=4.8 <=9"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"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/v5.5.1"
|
|||
|
},
|
|||
|
"time": "2021-11-08T20:18:51+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "gregwar/captcha",
|
|||
|
"version": "v1.2.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/Gregwar/Captcha.git",
|
|||
|
"reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/6e5b61b66ac89885b505153f4ef9a74ffa5b3074",
|
|||
|
"reference": "6e5b61b66ac89885b505153f4ef9a74ffa5b3074",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-gd": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"php": ">=5.3.0",
|
|||
|
"symfony/finder": "*"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^6.4"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Gregwar\\": "src/Gregwar"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Grégoire Passault",
|
|||
|
"email": "g.passault@gmail.com",
|
|||
|
"homepage": "http://www.gregwar.com/"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Jeremy Livingston",
|
|||
|
"email": "jeremy.j.livingston@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Captcha generator",
|
|||
|
"homepage": "https://github.com/Gregwar/Captcha",
|
|||
|
"keywords": [
|
|||
|
"bot",
|
|||
|
"captcha",
|
|||
|
"spam"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/Gregwar/Captcha/issues",
|
|||
|
"source": "https://github.com/Gregwar/Captcha/tree/v1.2.0"
|
|||
|
},
|
|||
|
"time": "2023-03-24T22:12:41+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "guzzlehttp/guzzle",
|
|||
|
"version": "6.5.8",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/guzzle/guzzle.git",
|
|||
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|||
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"guzzlehttp/promises": "^1.0",
|
|||
|
"guzzlehttp/psr7": "^1.9",
|
|||
|
"php": ">=5.5",
|
|||
|
"symfony/polyfill-intl-idn": "^1.17"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"ext-curl": "*",
|
|||
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|||
|
"psr/log": "^1.1"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"psr/log": "Required for using the Log middleware"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "6.5-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"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",
|
|||
|
"homepage": "http://guzzlephp.org/",
|
|||
|
"keywords": [
|
|||
|
"client",
|
|||
|
"curl",
|
|||
|
"framework",
|
|||
|
"http",
|
|||
|
"http client",
|
|||
|
"rest",
|
|||
|
"web service"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|||
|
"source": "https://github.com/guzzle/guzzle/tree/6.5.8"
|
|||
|
},
|
|||
|
"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": "2022-06-20T22:16:07+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "guzzlehttp/promises",
|
|||
|
"version": "1.5.3",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/guzzle/promises.git",
|
|||
|
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|||
|
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.5"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/functions_include.php"
|
|||
|
],
|
|||
|
"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/1.5.3"
|
|||
|
},
|
|||
|
"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-05-21T12:31:43+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "guzzlehttp/psr7",
|
|||
|
"version": "1.9.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/guzzle/psr7.git",
|
|||
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
|
|||
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.4.0",
|
|||
|
"psr/http-message": "~1.0",
|
|||
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"psr/http-message-implementation": "1.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"ext-zlib": "*",
|
|||
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/functions_include.php"
|
|||
|
],
|
|||
|
"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"
|
|||
|
}
|
|||
|
],
|
|||
|
"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/1.9.1"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/GrahamCampbell",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/Nyholm",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-04-17T16:00:37+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "intervention/image",
|
|||
|
"version": "2.7.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/Intervention/image.git",
|
|||
|
"reference": "04be355f8d6734c826045d02a1079ad658322dad"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
|
|||
|
"reference": "04be355f8d6734c826045d02a1079ad658322dad",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-fileinfo": "*",
|
|||
|
"guzzlehttp/psr7": "~1.1 || ^2.0",
|
|||
|
"php": ">=5.4.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"mockery/mockery": "~0.9.2",
|
|||
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-gd": "to use GD library based image processing.",
|
|||
|
"ext-imagick": "to use Imagick based image processing.",
|
|||
|
"intervention/imagecache": "Caching extension for the Intervention Image library"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "2.4-dev"
|
|||
|
},
|
|||
|
"laravel": {
|
|||
|
"providers": [
|
|||
|
"Intervention\\Image\\ImageServiceProvider"
|
|||
|
],
|
|||
|
"aliases": {
|
|||
|
"Image": "Intervention\\Image\\Facades\\Image"
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Intervention\\Image\\": "src/Intervention/Image"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Oliver Vogel",
|
|||
|
"email": "oliver@intervention.io",
|
|||
|
"homepage": "https://intervention.io/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Image handling and manipulation library with support for Laravel integration",
|
|||
|
"homepage": "http://image.intervention.io/",
|
|||
|
"keywords": [
|
|||
|
"gd",
|
|||
|
"image",
|
|||
|
"imagick",
|
|||
|
"laravel",
|
|||
|
"thumbnail",
|
|||
|
"watermark"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/Intervention/image/issues",
|
|||
|
"source": "https://github.com/Intervention/image/tree/2.7.2"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://paypal.me/interventionio",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/Intervention",
|
|||
|
"type": "github"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-05-21T17:30:32+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "joypack/tencent-map",
|
|||
|
"version": "1.0.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://gitee.com/lphkxd/tencent-map",
|
|||
|
"reference": "97c0269086d53dbecb9c3c6e1d2717645d7940a8"
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.6"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Joypack\\Tencent\\Map\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "堪笑",
|
|||
|
"email": "jixiang.f@gmail.com",
|
|||
|
"homepage": "http://cli.life",
|
|||
|
"role": "Developer"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "腾讯位置服务(WebService)",
|
|||
|
"homepage": "https://github.com/joypack/tencent-map",
|
|||
|
"keywords": [
|
|||
|
"LBS",
|
|||
|
"腾讯位置服务"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"email": "jixiang.f@gmail.com",
|
|||
|
"issues": "https://github.com/joypack/tencent-map/issues",
|
|||
|
"wiki": "https://github.com/joypack/tencent-map/wiki"
|
|||
|
},
|
|||
|
"time": "2021-11-16T06:49:35+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "khanamiryan/qrcode-detector-decoder",
|
|||
|
"version": "1.0.6",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
|
|||
|
"reference": "45326fb83a2a375065dbb3a134b5b8a5872da569"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/45326fb83a2a375065dbb3a134b5b8a5872da569",
|
|||
|
"reference": "45326fb83a2a375065dbb3a134b5b8a5872da569",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.6"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0",
|
|||
|
"rector/rector": "^0.13.6",
|
|||
|
"symplify/easy-coding-standard": "^11.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"lib/Common/customFunctions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Zxing\\": "lib/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT",
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"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.0.6"
|
|||
|
},
|
|||
|
"time": "2022-06-29T09:25:13+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "league/flysystem",
|
|||
|
"version": "1.1.10",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/thephpleague/flysystem.git",
|
|||
|
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
|
|||
|
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-fileinfo": "*",
|
|||
|
"league/mime-type-detection": "^1.3",
|
|||
|
"php": "^7.2.5 || ^8.0"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"league/flysystem-sftp": "<1.0.6"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpspec/prophecy": "^1.11.1",
|
|||
|
"phpunit/phpunit": "^8.5.8"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-ftp": "Allows you to use FTP server storage",
|
|||
|
"ext-openssl": "Allows you to use FTPS server storage",
|
|||
|
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
|||
|
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
|||
|
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
|||
|
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
|||
|
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
|||
|
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
|||
|
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
|||
|
"league/flysystem-webdav": "Allows you to use WebDAV storage",
|
|||
|
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
|||
|
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
|||
|
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.1-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"League\\Flysystem\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Frank de Jonge",
|
|||
|
"email": "info@frenky.net"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Filesystem abstraction: Many filesystems, one API.",
|
|||
|
"keywords": [
|
|||
|
"Cloud Files",
|
|||
|
"WebDAV",
|
|||
|
"abstraction",
|
|||
|
"aws",
|
|||
|
"cloud",
|
|||
|
"copy.com",
|
|||
|
"dropbox",
|
|||
|
"file systems",
|
|||
|
"files",
|
|||
|
"filesystem",
|
|||
|
"filesystems",
|
|||
|
"ftp",
|
|||
|
"rackspace",
|
|||
|
"remote",
|
|||
|
"s3",
|
|||
|
"sftp",
|
|||
|
"storage"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/thephpleague/flysystem/issues",
|
|||
|
"source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://offset.earth/frankdejonge",
|
|||
|
"type": "other"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-10-04T09:16:37+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "league/flysystem-cached-adapter",
|
|||
|
"version": "1.1.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
|||
|
"reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
|||
|
"reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"league/flysystem": "~1.0",
|
|||
|
"psr/cache": "^1.0.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"mockery/mockery": "~0.9",
|
|||
|
"phpspec/phpspec": "^3.4",
|
|||
|
"phpunit/phpunit": "^5.7",
|
|||
|
"predis/predis": "~1.0",
|
|||
|
"tedivm/stash": "~0.12"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-phpredis": "Pure C implemented extension for PHP"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"League\\Flysystem\\Cached\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "frankdejonge",
|
|||
|
"email": "info@frenky.net"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "An adapter decorator to enable meta-data caching.",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
|
|||
|
"source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
|
|||
|
},
|
|||
|
"time": "2020-07-25T15:56:04+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "league/mime-type-detection",
|
|||
|
"version": "1.15.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
|||
|
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
|
|||
|
"reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-fileinfo": "*",
|
|||
|
"php": "^7.4 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|||
|
"phpstan/phpstan": "^0.12.68",
|
|||
|
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"League\\MimeTypeDetection\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Frank de Jonge",
|
|||
|
"email": "info@frankdejonge.nl"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Mime-type detection for Flysystem",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
|||
|
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/frankdejonge",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2024-01-28T23:22:08+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "lizhichao/word",
|
|||
|
"version": "v2.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/lizhichao/VicWord.git",
|
|||
|
"reference": "f17172d45f505e7140da0bde2103defc13255326"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/lizhichao/VicWord/zipball/f17172d45f505e7140da0bde2103defc13255326",
|
|||
|
"reference": "f17172d45f505e7140da0bde2103defc13255326",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.6.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Lizhichao\\Word\\": "Lib"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "tanszhe",
|
|||
|
"email": "1018595261@qq.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "This is a participle library",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/lizhichao/VicWord/issues",
|
|||
|
"source": "https://github.com/lizhichao/VicWord/tree/master"
|
|||
|
},
|
|||
|
"time": "2020-07-30T07:33:06+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "maennchen/zipstream-php",
|
|||
|
"version": "2.2.6",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|||
|
"reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
|
|||
|
"reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"myclabs/php-enum": "^1.5",
|
|||
|
"php": "^7.4 || ^8.0",
|
|||
|
"psr/http-message": "^1.0",
|
|||
|
"symfony/polyfill-mbstring": "^1.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"ext-zip": "*",
|
|||
|
"friendsofphp/php-cs-fixer": "^3.9",
|
|||
|
"guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
|
|||
|
"mikey179/vfsstream": "^1.6",
|
|||
|
"php-coveralls/php-coveralls": "^2.4",
|
|||
|
"phpunit/phpunit": "^8.5.8 || ^9.4.2",
|
|||
|
"vimeo/psalm": "^4.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"ZipStream\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Paul Duncan",
|
|||
|
"email": "pabs@pablotron.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Jonatan Männchen",
|
|||
|
"email": "jonatan@maennchen.ch"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Jesse Donat",
|
|||
|
"email": "donatj@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "András Kolesár",
|
|||
|
"email": "kolesar@kolesar.hu"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|||
|
"keywords": [
|
|||
|
"stream",
|
|||
|
"zip"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
|||
|
"source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/maennchen",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://opencollective.com/zipstream",
|
|||
|
"type": "open_collective"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-11-25T18:57:19+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "markbaker/complex",
|
|||
|
"version": "3.0.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
|||
|
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|||
|
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.2 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|||
|
"phpcompatibility/php-compatibility": "^9.3",
|
|||
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|||
|
"squizlabs/php_codesniffer": "^3.7"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Complex\\": "classes/src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Mark Baker",
|
|||
|
"email": "mark@lange.demon.co.uk"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PHP Class for working with complex numbers",
|
|||
|
"homepage": "https://github.com/MarkBaker/PHPComplex",
|
|||
|
"keywords": [
|
|||
|
"complex",
|
|||
|
"mathematics"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
|||
|
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
|||
|
},
|
|||
|
"time": "2022-12-06T16:21:08+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "markbaker/matrix",
|
|||
|
"version": "3.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|||
|
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
|||
|
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.1 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|||
|
"phpcompatibility/php-compatibility": "^9.3",
|
|||
|
"phpdocumentor/phpdocumentor": "2.*",
|
|||
|
"phploc/phploc": "^4.0",
|
|||
|
"phpmd/phpmd": "2.*",
|
|||
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|||
|
"sebastian/phpcpd": "^4.0",
|
|||
|
"squizlabs/php_codesniffer": "^3.7"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Matrix\\": "classes/src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Mark Baker",
|
|||
|
"email": "mark@demon-angel.eu"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PHP Class for working with matrices",
|
|||
|
"homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|||
|
"keywords": [
|
|||
|
"mathematics",
|
|||
|
"matrix",
|
|||
|
"vector"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
|||
|
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
|||
|
},
|
|||
|
"time": "2022-12-02T22:17:43+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "monolog/monolog",
|
|||
|
"version": "1.27.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/Seldaek/monolog.git",
|
|||
|
"reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
|
|||
|
"reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.3.0",
|
|||
|
"psr/log": "~1.0"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"psr/log-implementation": "1.0.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|||
|
"doctrine/couchdb": "~1.0@dev",
|
|||
|
"graylog2/gelf-php": "~1.0",
|
|||
|
"php-amqplib/php-amqplib": "~2.4",
|
|||
|
"php-console/php-console": "^3.1.3",
|
|||
|
"phpstan/phpstan": "^0.12.59",
|
|||
|
"phpunit/phpunit": "~4.5",
|
|||
|
"ruflin/elastica": ">=0.90 <3.0",
|
|||
|
"sentry/sentry": "^0.13",
|
|||
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|||
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|||
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|||
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|||
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|||
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|||
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|||
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|||
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|||
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|||
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Monolog\\": "src/Monolog"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Jordi Boggiano",
|
|||
|
"email": "j.boggiano@seld.be",
|
|||
|
"homepage": "http://seld.be"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|||
|
"homepage": "http://github.com/Seldaek/monolog",
|
|||
|
"keywords": [
|
|||
|
"log",
|
|||
|
"logging",
|
|||
|
"psr-3"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
|||
|
"source": "https://github.com/Seldaek/monolog/tree/1.27.1"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/Seldaek",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2022-06-09T08:53:42+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "mtdowling/jmespath.php",
|
|||
|
"version": "2.7.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/jmespath/jmespath.php.git",
|
|||
|
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
|
|||
|
"reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.2.5 || ^8.0",
|
|||
|
"symfony/polyfill-mbstring": "^1.17"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"composer/xdebug-handler": "^3.0.3",
|
|||
|
"phpunit/phpunit": "^8.5.33"
|
|||
|
},
|
|||
|
"bin": [
|
|||
|
"bin/jp.php"
|
|||
|
],
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "2.7-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/JmesPath.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"JmesPath\\": "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"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Declaratively specify how to extract elements from a JSON document",
|
|||
|
"keywords": [
|
|||
|
"json",
|
|||
|
"jsonpath"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/jmespath/jmespath.php/issues",
|
|||
|
"source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
|
|||
|
},
|
|||
|
"time": "2023-08-25T10:54:48+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "nesbot/carbon",
|
|||
|
"version": "2.72.3",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|||
|
"reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
|
|||
|
"reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"carbonphp/carbon-doctrine-types": "*",
|
|||
|
"ext-json": "*",
|
|||
|
"php": "^7.1.8 || ^8.0",
|
|||
|
"psr/clock": "^1.0",
|
|||
|
"symfony/polyfill-mbstring": "^1.0",
|
|||
|
"symfony/polyfill-php80": "^1.16",
|
|||
|
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"psr/clock-implementation": "1.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
|
|||
|
"doctrine/orm": "^2.7 || ^3.0",
|
|||
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|||
|
"kylekatarnls/multi-tester": "^2.0",
|
|||
|
"ondrejmirtes/better-reflection": "*",
|
|||
|
"phpmd/phpmd": "^2.9",
|
|||
|
"phpstan/extension-installer": "^1.0",
|
|||
|
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
|||
|
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
|||
|
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
|||
|
"squizlabs/php_codesniffer": "^3.4"
|
|||
|
},
|
|||
|
"bin": [
|
|||
|
"bin/carbon"
|
|||
|
],
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-3.x": "3.x-dev",
|
|||
|
"dev-master": "2.x-dev"
|
|||
|
},
|
|||
|
"laravel": {
|
|||
|
"providers": [
|
|||
|
"Carbon\\Laravel\\ServiceProvider"
|
|||
|
]
|
|||
|
},
|
|||
|
"phpstan": {
|
|||
|
"includes": [
|
|||
|
"extension.neon"
|
|||
|
]
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Carbon\\": "src/Carbon/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Brian Nesbitt",
|
|||
|
"email": "brian@nesbot.com",
|
|||
|
"homepage": "https://markido.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "kylekatarnls",
|
|||
|
"homepage": "https://github.com/kylekatarnls"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "An API extension for DateTime that supports 281 different languages.",
|
|||
|
"homepage": "https://carbon.nesbot.com",
|
|||
|
"keywords": [
|
|||
|
"date",
|
|||
|
"datetime",
|
|||
|
"time"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"docs": "https://carbon.nesbot.com/docs",
|
|||
|
"issues": "https://github.com/briannesbitt/Carbon/issues",
|
|||
|
"source": "https://github.com/briannesbitt/Carbon"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://github.com/sponsors/kylekatarnls",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://opencollective.com/Carbon#sponsor",
|
|||
|
"type": "opencollective"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2024-01-25T10:35:09+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "nette/php-generator",
|
|||
|
"version": "v3.6.9",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/nette/php-generator.git",
|
|||
|
"reference": "d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/nette/php-generator/zipball/d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6",
|
|||
|
"reference": "d31782f7bd2ae84ad06f863391ec3fb77ca4d0a6",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"nette/utils": "^3.1.2",
|
|||
|
"php": ">=7.2 <8.3"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"nette/tester": "^2.4",
|
|||
|
"nikic/php-parser": "^4.13",
|
|||
|
"phpstan/phpstan": "^0.12",
|
|||
|
"tracy/tracy": "^2.8"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "3.6-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"classmap": [
|
|||
|
"src/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"BSD-3-Clause",
|
|||
|
"GPL-2.0-only",
|
|||
|
"GPL-3.0-only"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "David Grudl",
|
|||
|
"homepage": "https://davidgrudl.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Nette Community",
|
|||
|
"homepage": "https://nette.org/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.1 features.",
|
|||
|
"homepage": "https://nette.org",
|
|||
|
"keywords": [
|
|||
|
"code",
|
|||
|
"nette",
|
|||
|
"php",
|
|||
|
"scaffolding"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/nette/php-generator/issues",
|
|||
|
"source": "https://github.com/nette/php-generator/tree/v3.6.9"
|
|||
|
},
|
|||
|
"time": "2022-10-04T11:49:47+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "nette/utils",
|
|||
|
"version": "v3.2.10",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/nette/utils.git",
|
|||
|
"reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/nette/utils/zipball/a4175c62652f2300c8017fb7e640f9ccb11648d2",
|
|||
|
"reference": "a4175c62652f2300c8017fb7e640f9ccb11648d2",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2 <8.4"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"nette/di": "<3.0.6"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"jetbrains/phpstorm-attributes": "dev-master",
|
|||
|
"nette/tester": "~2.0",
|
|||
|
"phpstan/phpstan": "^1.0",
|
|||
|
"tracy/tracy": "^2.3"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-gd": "to use Image",
|
|||
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
|||
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
|||
|
"ext-json": "to use Nette\\Utils\\Json",
|
|||
|
"ext-mbstring": "to use Strings::lower() etc...",
|
|||
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
|
|||
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "3.2-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"classmap": [
|
|||
|
"src/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"BSD-3-Clause",
|
|||
|
"GPL-2.0-only",
|
|||
|
"GPL-3.0-only"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "David Grudl",
|
|||
|
"homepage": "https://davidgrudl.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Nette Community",
|
|||
|
"homepage": "https://nette.org/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
|||
|
"homepage": "https://nette.org",
|
|||
|
"keywords": [
|
|||
|
"array",
|
|||
|
"core",
|
|||
|
"datetime",
|
|||
|
"images",
|
|||
|
"json",
|
|||
|
"nette",
|
|||
|
"paginator",
|
|||
|
"password",
|
|||
|
"slugify",
|
|||
|
"string",
|
|||
|
"unicode",
|
|||
|
"utf-8",
|
|||
|
"utility",
|
|||
|
"validation"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/nette/utils/issues",
|
|||
|
"source": "https://github.com/nette/utils/tree/v3.2.10"
|
|||
|
},
|
|||
|
"time": "2023-07-30T15:38:18+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "obs/esdk-obs-php",
|
|||
|
"version": "3.23.11",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/huaweicloud/huaweicloud-sdk-php-obs.git",
|
|||
|
"reference": "51272ef0c4415607f0f68460ae7706be330b8a82"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/huaweicloud/huaweicloud-sdk-php-obs/zipball/51272ef0c4415607f0f68460ae7706be330b8a82",
|
|||
|
"reference": "51272ef0c4415607f0f68460ae7706be330b8a82",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"guzzlehttp/guzzle": "^6.3.0 || ^7.0",
|
|||
|
"guzzlehttp/psr7": "^1.4.2 || ^2.0",
|
|||
|
"monolog/monolog": "^1.23.0 || ^2.0",
|
|||
|
"php": ">=5.6.0",
|
|||
|
"psr/http-message": "^1.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Obs\\": "Obs/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"description": "OBS PHP SDK",
|
|||
|
"keywords": [
|
|||
|
"OBS",
|
|||
|
"php"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/huaweicloud/huaweicloud-sdk-php-obs/issues",
|
|||
|
"source": "https://github.com/huaweicloud/huaweicloud-sdk-php-obs/tree/v3.23.11"
|
|||
|
},
|
|||
|
"time": "2023-12-04T09:11:10+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "open-smf/connection-pool",
|
|||
|
"version": "v1.0.16",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/open-smf/connection-pool.git",
|
|||
|
"reference": "f70e47dbf56f1869d3207e15825cf38810b865e0"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/open-smf/connection-pool/zipball/f70e47dbf56f1869d3207e15825cf38810b865e0",
|
|||
|
"reference": "f70e47dbf56f1869d3207e15825cf38810b865e0",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"ext-swoole": ">=4.2.9",
|
|||
|
"php": ">=7.0.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"swoole/ide-helper": "@dev"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-redis": "A PHP extension for Redis."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Smf\\ConnectionPool\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Xie Biao",
|
|||
|
"email": "hhxsv5@sina.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "A common connection pool based on Swoole is usually used as the database connection pool.",
|
|||
|
"homepage": "https://github.com/open-smf/connection-pool",
|
|||
|
"keywords": [
|
|||
|
"connection-pool",
|
|||
|
"database-connection-pool",
|
|||
|
"swoole"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/open-smf/connection-pool/issues",
|
|||
|
"source": "https://github.com/open-smf/connection-pool"
|
|||
|
},
|
|||
|
"time": "2021-03-01T04:13:24+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "overtrue/socialite",
|
|||
|
"version": "1.3.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/overtrue/socialite.git",
|
|||
|
"reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
|
|||
|
"reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"guzzlehttp/guzzle": "~5.0|~6.0",
|
|||
|
"php": ">=5.4.0",
|
|||
|
"symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"mockery/mockery": "~0.9",
|
|||
|
"phpunit/phpunit": "~4.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Overtrue\\Socialite\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "overtrue",
|
|||
|
"email": "anzhengchao@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
|
|||
|
"keywords": [
|
|||
|
"login",
|
|||
|
"oauth",
|
|||
|
"qq",
|
|||
|
"social",
|
|||
|
"wechat",
|
|||
|
"weibo"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/overtrue/socialite/issues",
|
|||
|
"source": "https://github.com/overtrue/socialite/tree/master"
|
|||
|
},
|
|||
|
"time": "2017-08-04T06:28:22+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "overtrue/wechat",
|
|||
|
"version": "3.3.33",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/w7corp/easywechat.git",
|
|||
|
"reference": "78e5476df330754040d1c400d0bca640d5b77cb7"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/w7corp/easywechat/zipball/78e5476df330754040d1c400d0bca640d5b77cb7",
|
|||
|
"reference": "78e5476df330754040d1c400d0bca640d5b77cb7",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"doctrine/cache": "1.4.*",
|
|||
|
"ext-openssl": "*",
|
|||
|
"guzzlehttp/guzzle": "~6.2",
|
|||
|
"monolog/monolog": "^1.17",
|
|||
|
"overtrue/socialite": "^1.0.25",
|
|||
|
"php": ">=5.5.0",
|
|||
|
"pimple/pimple": "~3.0",
|
|||
|
"symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
|
|||
|
"symfony/psr-http-message-bridge": "~0.3|^1.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"mockery/mockery": "^0.9.9",
|
|||
|
"overtrue/phplint": "dev-master",
|
|||
|
"phpunit/phpunit": "~4.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/Payment/helpers.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"EasyWeChat\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "overtrue",
|
|||
|
"email": "anzhengchao@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "微信SDK",
|
|||
|
"keywords": [
|
|||
|
"sdk",
|
|||
|
"wechat",
|
|||
|
"weixin",
|
|||
|
"weixin-sdk"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/w7corp/easywechat/issues",
|
|||
|
"source": "https://github.com/w7corp/easywechat/tree/3.3.33"
|
|||
|
},
|
|||
|
"abandoned": "w7corp/easywechat",
|
|||
|
"time": "2018-10-17T12:27:27+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "phpoffice/phpspreadsheet",
|
|||
|
"version": "1.29.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|||
|
"reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
|
|||
|
"reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-ctype": "*",
|
|||
|
"ext-dom": "*",
|
|||
|
"ext-fileinfo": "*",
|
|||
|
"ext-gd": "*",
|
|||
|
"ext-iconv": "*",
|
|||
|
"ext-libxml": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"ext-simplexml": "*",
|
|||
|
"ext-xml": "*",
|
|||
|
"ext-xmlreader": "*",
|
|||
|
"ext-xmlwriter": "*",
|
|||
|
"ext-zip": "*",
|
|||
|
"ext-zlib": "*",
|
|||
|
"ezyang/htmlpurifier": "^4.15",
|
|||
|
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
|||
|
"markbaker/complex": "^3.0",
|
|||
|
"markbaker/matrix": "^3.0",
|
|||
|
"php": "^7.4 || ^8.0",
|
|||
|
"psr/http-client": "^1.0",
|
|||
|
"psr/http-factory": "^1.0",
|
|||
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
|||
|
"dompdf/dompdf": "^1.0 || ^2.0",
|
|||
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|||
|
"mitoteam/jpgraph": "^10.3",
|
|||
|
"mpdf/mpdf": "^8.1.1",
|
|||
|
"phpcompatibility/php-compatibility": "^9.3",
|
|||
|
"phpstan/phpstan": "^1.1",
|
|||
|
"phpstan/phpstan-phpunit": "^1.0",
|
|||
|
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
|
|||
|
"squizlabs/php_codesniffer": "^3.7",
|
|||
|
"tecnickcom/tcpdf": "^6.5"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
|||
|
"ext-intl": "PHP Internationalization Functions",
|
|||
|
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|||
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|||
|
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Maarten Balliauw",
|
|||
|
"homepage": "https://blog.maartenballiauw.be"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Mark Baker",
|
|||
|
"homepage": "https://markbakeruk.net"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Franck Lefevre",
|
|||
|
"homepage": "https://rootslabs.net"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Erik Tilt"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Adrien Crivelli"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|||
|
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|||
|
"keywords": [
|
|||
|
"OpenXML",
|
|||
|
"excel",
|
|||
|
"gnumeric",
|
|||
|
"ods",
|
|||
|
"php",
|
|||
|
"spreadsheet",
|
|||
|
"xls",
|
|||
|
"xlsx"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
|||
|
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
|
|||
|
},
|
|||
|
"time": "2023-06-14T22:48:31+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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/cache",
|
|||
|
"version": "1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/cache.git",
|
|||
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|||
|
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.3.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Cache\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "http://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interface for caching libraries",
|
|||
|
"keywords": [
|
|||
|
"cache",
|
|||
|
"psr",
|
|||
|
"psr-6"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/cache/tree/master"
|
|||
|
},
|
|||
|
"time": "2016-08-06T20:24:11+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/clock",
|
|||
|
"version": "1.0.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/clock.git",
|
|||
|
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|||
|
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.0 || ^8.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Clock\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "https://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interface for reading the clock.",
|
|||
|
"homepage": "https://github.com/php-fig/clock",
|
|||
|
"keywords": [
|
|||
|
"clock",
|
|||
|
"now",
|
|||
|
"psr",
|
|||
|
"psr-20",
|
|||
|
"time"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/php-fig/clock/issues",
|
|||
|
"source": "https://github.com/php-fig/clock/tree/1.0.0"
|
|||
|
},
|
|||
|
"time": "2022-11-25T14:36:26+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/container",
|
|||
|
"version": "1.1.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/container.git",
|
|||
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|||
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.4.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"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/1.1.2"
|
|||
|
},
|
|||
|
"time": "2021-11-05T16:50:12+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.0 || ^8.0",
|
|||
|
"psr/http-message": "^1.0 || ^2.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Http\\Client\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "https://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interface for HTTP clients",
|
|||
|
"homepage": "https://github.com/php-fig/http-client",
|
|||
|
"keywords": [
|
|||
|
"http",
|
|||
|
"http-client",
|
|||
|
"psr",
|
|||
|
"psr-18"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/http-client"
|
|||
|
},
|
|||
|
"time": "2023-09-23T14:17:50+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/http-factory",
|
|||
|
"version": "1.0.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/http-factory.git",
|
|||
|
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|||
|
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.0.0",
|
|||
|
"psr/http-message": "^1.0 || ^2.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\Http\\Message\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "https://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interfaces for PSR-7 HTTP message factories",
|
|||
|
"keywords": [
|
|||
|
"factory",
|
|||
|
"http",
|
|||
|
"message",
|
|||
|
"psr",
|
|||
|
"psr-17",
|
|||
|
"psr-7",
|
|||
|
"request",
|
|||
|
"response"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
|||
|
},
|
|||
|
"time": "2023-04-10T20:10:41+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "psr/http-message",
|
|||
|
"version": "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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "psr/simple-cache",
|
|||
|
"version": "1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|||
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|||
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.3.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Psr\\SimpleCache\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "PHP-FIG",
|
|||
|
"homepage": "http://www.php-fig.org/"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Common interfaces for simple caching",
|
|||
|
"keywords": [
|
|||
|
"cache",
|
|||
|
"caching",
|
|||
|
"psr",
|
|||
|
"psr-16",
|
|||
|
"simple-cache"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/php-fig/simple-cache/tree/master"
|
|||
|
},
|
|||
|
"time": "2017-10-23T01:57:42+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "qiniu/php-sdk",
|
|||
|
"version": "v7.12.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/qiniu/php-sdk.git",
|
|||
|
"reference": "96971af3cc6151b32e4a9d61001e126624100538"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/96971af3cc6151b32e4a9d61001e126624100538",
|
|||
|
"reference": "96971af3cc6151b32e4a9d61001e126624100538",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"myclabs/php-enum": "~1.5.2 || ~1.6.6 || ~1.7.7 || ~1.8.4",
|
|||
|
"php": ">=5.3.3"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"paragonie/random_compat": ">=2",
|
|||
|
"phpunit/phpunit": "^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4",
|
|||
|
"squizlabs/php_codesniffer": "^2.3 || ~3.6"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/Qiniu/functions.php",
|
|||
|
"src/Qiniu/Http/Middleware/Middleware.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Qiniu\\": "src/Qiniu"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Qiniu",
|
|||
|
"email": "sdk@qiniu.com",
|
|||
|
"homepage": "http://www.qiniu.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Qiniu Resource (Cloud) Storage SDK for PHP",
|
|||
|
"homepage": "http://developer.qiniu.com/",
|
|||
|
"keywords": [
|
|||
|
"cloud",
|
|||
|
"qiniu",
|
|||
|
"sdk",
|
|||
|
"storage"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/qiniu/php-sdk/issues",
|
|||
|
"source": "https://github.com/qiniu/php-sdk/tree/v7.12.0"
|
|||
|
},
|
|||
|
"time": "2023-12-25T08:30:40+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": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "riverslei/payment",
|
|||
|
"version": "v5.1.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/helei112g/payment.git",
|
|||
|
"reference": "77f671b68b0285a6af77dc7c5afa36eabcae35aa"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/helei112g/payment/zipball/77f671b68b0285a6af77dc7c5afa36eabcae35aa",
|
|||
|
"reference": "77f671b68b0285a6af77dc7c5afa36eabcae35aa",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-bcmath": "*",
|
|||
|
"ext-json": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"ext-openssl": "*",
|
|||
|
"ext-simplexml": "*",
|
|||
|
"ext-xml": "*",
|
|||
|
"guzzlehttp/guzzle": "~6.0",
|
|||
|
"php": ">=7.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"codeception/codeception": "*"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Payment\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Leo",
|
|||
|
"email": "dayugog@gmail.com",
|
|||
|
"homepage": "https://dayutalk.cn"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "支付宝支付、微信支付、招商一网通支付php SDK。方便快速接入,最完整的开源支付 php sdk",
|
|||
|
"homepage": "http://helei112g.github.io/payment",
|
|||
|
"keywords": [
|
|||
|
"alipay",
|
|||
|
"weixin",
|
|||
|
"一网通",
|
|||
|
"微信支付",
|
|||
|
"招商一网通",
|
|||
|
"支付宝支付",
|
|||
|
"集成支付接口SDK"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/helei112g/payment/issues",
|
|||
|
"source": "https://github.com/helei112g/payment/tree/v5.x"
|
|||
|
},
|
|||
|
"time": "2020-05-04T03:07:17+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "swoole/ide-helper",
|
|||
|
"version": "4.8.13",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/swoole/ide-helper.git",
|
|||
|
"reference": "d100c446b2e3d56430cbcab5dc3fa20a9f35c4ef"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/swoole/ide-helper/zipball/d100c446b2e3d56430cbcab5dc3fa20a9f35c4ef",
|
|||
|
"reference": "d100c446b2e3d56430cbcab5dc3fa20a9f35c4ef",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Team Swoole",
|
|||
|
"email": "team@swoole.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "IDE help files for Swoole.",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/swoole/ide-helper/issues",
|
|||
|
"source": "https://github.com/swoole/ide-helper/tree/4.8.13"
|
|||
|
},
|
|||
|
"time": "2023-03-20T06:46:24+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/deprecation-contracts",
|
|||
|
"version": "v2.5.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|||
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|||
|
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "2.5-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/v2.5.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:53:40+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/finder",
|
|||
|
"version": "v5.4.27",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/finder.git",
|
|||
|
"reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
|
|||
|
"reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|||
|
"symfony/polyfill-php80": "^1.16"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\Finder\\": ""
|
|||
|
},
|
|||
|
"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": "Finds files and directories via an intuitive fluent interface",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/finder/tree/v5.4.27"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://symfony.com/sponsor",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/fabpot",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-07-31T08:02:31+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/http-foundation",
|
|||
|
"version": "v3.4.47",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/http-foundation.git",
|
|||
|
"reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
|
|||
|
"reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^5.5.9|>=7.0.8",
|
|||
|
"symfony/polyfill-mbstring": "~1.1",
|
|||
|
"symfony/polyfill-php70": "~1.6"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/expression-language": "~2.8|~3.0|~4.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|||
|
},
|
|||
|
"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 HttpFoundation Component",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/http-foundation/tree/v3.4.47"
|
|||
|
},
|
|||
|
"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": "2020-10-24T10:57:07+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/options-resolver",
|
|||
|
"version": "v5.4.21",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/options-resolver.git",
|
|||
|
"reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
|
|||
|
"reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|||
|
"symfony/polyfill-php73": "~1.0",
|
|||
|
"symfony/polyfill-php80": "^1.16"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Fabien Potencier",
|
|||
|
"email": "fabien@symfony.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Provides an improved replacement for the array_replace PHP function",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"config",
|
|||
|
"configuration",
|
|||
|
"options"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/options-resolver/tree/v5.4.21"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://symfony.com/sponsor",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/fabpot",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-02-14T08:03:56+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-ctype",
|
|||
|
"version": "v1.28.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|||
|
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|||
|
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"ext-ctype": "*"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-ctype": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.28-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\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.28.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://symfony.com/sponsor",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/fabpot",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-01-26T09:26:14+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-intl-grapheme",
|
|||
|
"version": "v1.29.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|||
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
|||
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-intl": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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": "Symfony polyfill for intl's grapheme_* functions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"grapheme",
|
|||
|
"intl",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.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-01-29T20:11:03+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-intl-idn",
|
|||
|
"version": "v1.29.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|||
|
"reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
|
|||
|
"reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1",
|
|||
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|||
|
"symfony/polyfill-php72": "^1.10"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-intl": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Laurent Bassin",
|
|||
|
"email": "laurent@bassin.info"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Trevor Rowbotham",
|
|||
|
"email": "trevor.rowbotham@pm.me"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"idn",
|
|||
|
"intl",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.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-01-29T20:11:03+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-intl-normalizer",
|
|||
|
"version": "v1.28.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|||
|
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
|||
|
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-intl": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.28-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|||
|
},
|
|||
|
"classmap": [
|
|||
|
"Resources/stubs"
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "Symfony polyfill for intl's Normalizer class and related functions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"intl",
|
|||
|
"normalizer",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://symfony.com/sponsor",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/fabpot",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-01-26T09:26:14+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-mbstring",
|
|||
|
"version": "v1.28.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|||
|
"reference": "42292d99c55abe617799667f454222c54c60e229"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
|||
|
"reference": "42292d99c55abe617799667f454222c54c60e229",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"ext-mbstring": "*"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-mbstring": "For best performance"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.28-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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": "Symfony polyfill for the Mbstring extension",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"mbstring",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://symfony.com/sponsor",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/fabpot",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-07-28T09:04:16+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-php70",
|
|||
|
"version": "v1.20.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-php70.git",
|
|||
|
"reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
|
|||
|
"reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "metapackage",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.20-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"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": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-php70/tree/v1.20.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": "2020-10-23T14:02:19+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-php72",
|
|||
|
"version": "v1.29.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|||
|
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
|||
|
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Php72\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"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": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.29.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-01-29T20:11:03+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-php73",
|
|||
|
"version": "v1.28.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|||
|
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
|
|||
|
"reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "1.28-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Php73\\": ""
|
|||
|
},
|
|||
|
"classmap": [
|
|||
|
"Resources/stubs"
|
|||
|
]
|
|||
|
},
|
|||
|
"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": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
|
|||
|
},
|
|||
|
"funding": [
|
|||
|
{
|
|||
|
"url": "https://symfony.com/sponsor",
|
|||
|
"type": "custom"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://github.com/fabpot",
|
|||
|
"type": "github"
|
|||
|
},
|
|||
|
{
|
|||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|||
|
"type": "tidelift"
|
|||
|
}
|
|||
|
],
|
|||
|
"time": "2023-01-26T09:26:14+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/polyfill-php80",
|
|||
|
"version": "v1.29.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|||
|
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|||
|
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/polyfill",
|
|||
|
"url": "https://github.com/symfony/polyfill"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"bootstrap.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Polyfill\\Php80\\": ""
|
|||
|
},
|
|||
|
"classmap": [
|
|||
|
"Resources/stubs"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Ion Bazan",
|
|||
|
"email": "ion.bazan@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Nicolas Grekas",
|
|||
|
"email": "p@tchwork.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"compatibility",
|
|||
|
"polyfill",
|
|||
|
"portable",
|
|||
|
"shim"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.29.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-01-29T20:11:03+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/process",
|
|||
|
"version": "v5.4.36",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/process.git",
|
|||
|
"reference": "4fdf34004f149cc20b2f51d7d119aa500caad975"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/process/zipball/4fdf34004f149cc20b2f51d7d119aa500caad975",
|
|||
|
"reference": "4fdf34004f149cc20b2f51d7d119aa500caad975",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/polyfill-php80": "^1.16"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\Process\\": ""
|
|||
|
},
|
|||
|
"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": "Executes commands in sub-processes",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/process/tree/v5.4.36"
|
|||
|
},
|
|||
|
"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-02-12T15:49:53+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/property-access",
|
|||
|
"version": "v5.4.35",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/property-access.git",
|
|||
|
"reference": "f1341758d8046cfff0ac748a0cad238f917191d4"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/property-access/zipball/f1341758d8046cfff0ac748a0cad238f917191d4",
|
|||
|
"reference": "f1341758d8046cfff0ac748a0cad238f917191d4",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|||
|
"symfony/polyfill-php80": "^1.16",
|
|||
|
"symfony/property-info": "^5.2|^6.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/cache": "^4.4|^5.0|^6.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"psr/cache-implementation": "To cache access methods."
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"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": "Provides functions to read and write from/to an object or array using a simple string notation",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"access",
|
|||
|
"array",
|
|||
|
"extraction",
|
|||
|
"index",
|
|||
|
"injection",
|
|||
|
"object",
|
|||
|
"property",
|
|||
|
"property-path",
|
|||
|
"reflection"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/property-access/tree/v5.4.35"
|
|||
|
},
|
|||
|
"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-01-23T13:51:25+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/property-info",
|
|||
|
"version": "v5.4.35",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/property-info.git",
|
|||
|
"reference": "d30d48f366ad2bfbf521256be85eb1c182c29198"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/property-info/zipball/d30d48f366ad2bfbf521256be85eb1c182c29198",
|
|||
|
"reference": "d30d48f366ad2bfbf521256be85eb1c182c29198",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|||
|
"symfony/polyfill-php80": "^1.16",
|
|||
|
"symfony/string": "^5.1|^6.0"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|||
|
"phpdocumentor/type-resolver": "<1.4.0",
|
|||
|
"symfony/dependency-injection": "<4.4"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"doctrine/annotations": "^1.10.4|^2",
|
|||
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|||
|
"phpstan/phpdoc-parser": "^1.0",
|
|||
|
"symfony/cache": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/serializer": "^4.4|^5.0|^6.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
|
|||
|
"psr/cache-implementation": "To cache results",
|
|||
|
"symfony/doctrine-bridge": "To use Doctrine metadata",
|
|||
|
"symfony/serializer": "To use Serializer metadata"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\PropertyInfo\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Kévin Dunglas",
|
|||
|
"email": "dunglas@gmail.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Extracts information about PHP class' properties using metadata of popular sources",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"doctrine",
|
|||
|
"phpdoc",
|
|||
|
"property",
|
|||
|
"symfony",
|
|||
|
"type",
|
|||
|
"validator"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/property-info/tree/v5.4.35"
|
|||
|
},
|
|||
|
"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-01-23T15:43:50+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/psr-http-message-bridge",
|
|||
|
"version": "v1.2.0",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/psr-http-message-bridge.git",
|
|||
|
"reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
|
|||
|
"reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": "^7.1",
|
|||
|
"psr/http-message": "^1.0",
|
|||
|
"symfony/http-foundation": "^3.4 || ^4.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"nyholm/psr7": "^1.1",
|
|||
|
"symfony/phpunit-bridge": "^3.4.20 || ^4.0",
|
|||
|
"zendframework/zend-diactoros": "^1.4.1 || ^2.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
|
|||
|
},
|
|||
|
"type": "symfony-bridge",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.2-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Bridge\\PsrHttpMessage\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "http://symfony.com/contributors"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Fabien Potencier",
|
|||
|
"email": "fabien@symfony.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PSR HTTP message bridge",
|
|||
|
"homepage": "http://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"http",
|
|||
|
"http-message",
|
|||
|
"psr-17",
|
|||
|
"psr-7"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
|
|||
|
"source": "https://github.com/symfony/psr-http-message-bridge/tree/master"
|
|||
|
},
|
|||
|
"time": "2019-03-11T18:22:33+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/string",
|
|||
|
"version": "v5.4.36",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/string.git",
|
|||
|
"reference": "4e232c83622bd8cd32b794216aa29d0d266d353b"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/string/zipball/4e232c83622bd8cd32b794216aa29d0d266d353b",
|
|||
|
"reference": "4e232c83622bd8cd32b794216aa29d0d266d353b",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/polyfill-ctype": "~1.8",
|
|||
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|||
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|||
|
"symfony/polyfill-mbstring": "~1.0",
|
|||
|
"symfony/polyfill-php80": "~1.15"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"symfony/translation-contracts": ">=3.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/http-client": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/translation-contracts": "^1.1|^2",
|
|||
|
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"Resources/functions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\String\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Nicolas Grekas",
|
|||
|
"email": "p@tchwork.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"grapheme",
|
|||
|
"i18n",
|
|||
|
"string",
|
|||
|
"unicode",
|
|||
|
"utf-8",
|
|||
|
"utf8"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/string/tree/v5.4.36"
|
|||
|
},
|
|||
|
"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-02-01T08:49:30+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/translation",
|
|||
|
"version": "v5.4.35",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/translation.git",
|
|||
|
"reference": "77d7d1e46f52827585e65e6cd6f52a2542e59c72"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/translation/zipball/77d7d1e46f52827585e65e6cd6f52a2542e59c72",
|
|||
|
"reference": "77d7d1e46f52827585e65e6cd6f52a2542e59c72",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5",
|
|||
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|||
|
"symfony/polyfill-mbstring": "~1.0",
|
|||
|
"symfony/polyfill-php80": "^1.16",
|
|||
|
"symfony/translation-contracts": "^2.3"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"symfony/config": "<4.4",
|
|||
|
"symfony/console": "<5.3",
|
|||
|
"symfony/dependency-injection": "<5.0",
|
|||
|
"symfony/http-kernel": "<5.0",
|
|||
|
"symfony/twig-bundle": "<5.0",
|
|||
|
"symfony/yaml": "<4.4"
|
|||
|
},
|
|||
|
"provide": {
|
|||
|
"symfony/translation-implementation": "2.3"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"psr/log": "^1|^2|^3",
|
|||
|
"symfony/config": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/console": "^5.4|^6.0",
|
|||
|
"symfony/dependency-injection": "^5.0|^6.0",
|
|||
|
"symfony/finder": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
|||
|
"symfony/http-kernel": "^5.0|^6.0",
|
|||
|
"symfony/intl": "^4.4|^5.0|^6.0",
|
|||
|
"symfony/polyfill-intl-icu": "^1.21",
|
|||
|
"symfony/service-contracts": "^1.1.2|^2|^3",
|
|||
|
"symfony/yaml": "^4.4|^5.0|^6.0"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"psr/log-implementation": "To use logging capability in translator",
|
|||
|
"symfony/config": "",
|
|||
|
"symfony/yaml": ""
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"Resources/functions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\Translation\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Fabien Potencier",
|
|||
|
"email": "fabien@symfony.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Provides tools to internationalize your application",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/translation/tree/v5.4.35"
|
|||
|
},
|
|||
|
"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-01-23T13:51:25+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "symfony/translation-contracts",
|
|||
|
"version": "v2.5.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|||
|
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
|||
|
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.2.5"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"symfony/translation-implementation": ""
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-main": "2.5-dev"
|
|||
|
},
|
|||
|
"thanks": {
|
|||
|
"name": "symfony/contracts",
|
|||
|
"url": "https://github.com/symfony/contracts"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Contracts\\Translation\\": ""
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Nicolas Grekas",
|
|||
|
"email": "p@tchwork.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Generic abstractions related to translation",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"abstractions",
|
|||
|
"contracts",
|
|||
|
"decoupling",
|
|||
|
"interfaces",
|
|||
|
"interoperability",
|
|||
|
"standards"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.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-06-27T16:58:25+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/framework",
|
|||
|
"version": "v6.0.7",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/framework.git",
|
|||
|
"reference": "db8fe22520a9660dd5e4c87e304034ac49e39270"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/framework/zipball/db8fe22520a9660dd5e4c87e304034ac49e39270",
|
|||
|
"reference": "db8fe22520a9660dd5e4c87e304034ac49e39270",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"league/flysystem": "^1.0",
|
|||
|
"league/flysystem-cached-adapter": "^1.0",
|
|||
|
"php": ">=7.1.0",
|
|||
|
"psr/container": "~1.0",
|
|||
|
"psr/log": "~1.0",
|
|||
|
"psr/simple-cache": "^1.0",
|
|||
|
"topthink/think-helper": "^3.1.1",
|
|||
|
"topthink/think-orm": "^2.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"mikey179/vfsstream": "^1.6",
|
|||
|
"mockery/mockery": "^1.2",
|
|||
|
"phpunit/phpunit": "^7.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [],
|
|||
|
"psr-4": {
|
|||
|
"think\\": "src/think/"
|
|||
|
}
|
|||
|
},
|
|||
|
"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 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/v6.0.7"
|
|||
|
},
|
|||
|
"time": "2021-01-25T14:48:29+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/think-helper",
|
|||
|
"version": "v3.1.6",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/think-helper.git",
|
|||
|
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|||
|
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"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.6"
|
|||
|
},
|
|||
|
"time": "2021-12-15T04:27:55+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/think-image",
|
|||
|
"version": "v1.0.7",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/think-image.git",
|
|||
|
"reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
|
|||
|
"reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-gd": "*"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "4.8.*",
|
|||
|
"topthink/framework": "^5.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"think\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "yunwuxin",
|
|||
|
"email": "448901948@qq.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "The ThinkPHP5 Image Package",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/top-think/think-image/issues",
|
|||
|
"source": "https://github.com/top-think/think-image/tree/master"
|
|||
|
},
|
|||
|
"time": "2016-09-29T06:05:43+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/think-orm",
|
|||
|
"version": "v2.0.61",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/think-orm.git",
|
|||
|
"reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/think-orm/zipball/10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
|
|||
|
"reference": "10528ebf4a5106b19c3bac9c6deae7a67ff49de6",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"ext-pdo": "*",
|
|||
|
"php": ">=7.1.0",
|
|||
|
"psr/log": "^1.0|^2.0",
|
|||
|
"psr/simple-cache": "^1.0|^2.0",
|
|||
|
"topthink/think-helper": "^3.1"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpunit/phpunit": "^7|^8|^9.5"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"stubs/load_stubs.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"think\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "liu21st",
|
|||
|
"email": "liu21st@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "think orm",
|
|||
|
"keywords": [
|
|||
|
"database",
|
|||
|
"orm"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/top-think/think-orm/issues",
|
|||
|
"source": "https://github.com/top-think/think-orm/tree/v2.0.61"
|
|||
|
},
|
|||
|
"time": "2023-04-20T14:27:51+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/think-queue",
|
|||
|
"version": "v3.0.9",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/think-queue.git",
|
|||
|
"reference": "654812b47dd7c708c4443deed27f212f8382e8da"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/think-queue/zipball/654812b47dd7c708c4443deed27f212f8382e8da",
|
|||
|
"reference": "654812b47dd7c708c4443deed27f212f8382e8da",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"nesbot/carbon": "^2.16",
|
|||
|
"symfony/process": ">=4.2",
|
|||
|
"topthink/framework": "^6.0 || ^8.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"mockery/mockery": "^1.2",
|
|||
|
"phpunit/phpunit": "^6.2",
|
|||
|
"topthink/think-migration": "^3.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"think": {
|
|||
|
"services": [
|
|||
|
"think\\queue\\Service"
|
|||
|
],
|
|||
|
"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 ThinkPHP6 Queue Package",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/top-think/think-queue/issues",
|
|||
|
"source": "https://github.com/top-think/think-queue/tree/v3.0.9"
|
|||
|
},
|
|||
|
"time": "2023-07-03T05:42:01+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/think-swoole",
|
|||
|
"version": "v3.1.2",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/think-swoole.git",
|
|||
|
"reference": "eb7f78b7eb53dde79257f4254fe61f9514f3c7d8"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/think-swoole/zipball/eb7f78b7eb53dde79257f4254fe61f9514f3c7d8",
|
|||
|
"reference": "eb7f78b7eb53dde79257f4254fe61f9514f3c7d8",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"ext-json": "*",
|
|||
|
"ext-swoole": ">=4.4.8",
|
|||
|
"nette/php-generator": "^3.2",
|
|||
|
"open-smf/connection-pool": "~1.0",
|
|||
|
"php": ">7.1",
|
|||
|
"swoole/ide-helper": "^4.3",
|
|||
|
"symfony/finder": "^4.3.2|^5.1",
|
|||
|
"topthink/framework": "^6.0"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"symfony/var-dumper": "^4.3|^5.1",
|
|||
|
"topthink/think-tracing": "^1.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"think": {
|
|||
|
"services": [
|
|||
|
"think\\swoole\\Service"
|
|||
|
],
|
|||
|
"config": {
|
|||
|
"swoole": "src/config/swoole.php"
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/helpers.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"think\\swoole\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "liu21st",
|
|||
|
"email": "liu21st@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Swoole extend for thinkphp",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/top-think/think-swoole/issues",
|
|||
|
"source": "https://github.com/top-think/think-swoole/tree/v3.1.2"
|
|||
|
},
|
|||
|
"time": "2021-02-02T07:26:09+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "topthink/think-trace",
|
|||
|
"version": "v1.6",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/top-think/think-trace.git",
|
|||
|
"reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|||
|
"reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1.0",
|
|||
|
"topthink/framework": "^6.0|^8.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"think": {
|
|||
|
"services": [
|
|||
|
"think\\trace\\Service"
|
|||
|
],
|
|||
|
"config": {
|
|||
|
"trace": "src/config.php"
|
|||
|
}
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"think\\trace\\": "src"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"Apache-2.0"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "liu21st",
|
|||
|
"email": "liu21st@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "thinkphp debug trace",
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/top-think/think-trace/issues",
|
|||
|
"source": "https://github.com/top-think/think-trace/tree/v1.6"
|
|||
|
},
|
|||
|
"time": "2023-02-07T08:36:32+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "ucloud/ucloud-sdk-php",
|
|||
|
"version": "0.3.5",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/ucloud/ucloud-sdk-php.git",
|
|||
|
"reference": "312f371025c0da079df2046658ede8c9ebc47e85"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/ucloud/ucloud-sdk-php/zipball/312f371025c0da079df2046658ede8c9ebc47e85",
|
|||
|
"reference": "312f371025c0da079df2046658ede8c9ebc47e85",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"guzzlehttp/guzzle": "^6.2.1|^7.0",
|
|||
|
"php": ">=5.6",
|
|||
|
"psr/log": "^1.1"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"phpcompatibility/php-compatibility": "^9.0",
|
|||
|
"phpunit/phpunit": "^9.0",
|
|||
|
"squizlabs/php_codesniffer": "^3.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"extra": {
|
|||
|
"branch-alias": {
|
|||
|
"dev-master": "1.0.x-dev"
|
|||
|
}
|
|||
|
},
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"UCloud\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "ucloud",
|
|||
|
"email": "yufei.li@ucloud.cn"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "UCloud",
|
|||
|
"homepage": "https://github.com/ucloud/ucloud-sdk-php",
|
|||
|
"keywords": [
|
|||
|
"php",
|
|||
|
"ucloud"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/ucloud/ucloud-sdk-php/issues",
|
|||
|
"source": "https://github.com/ucloud/ucloud-sdk-php/tree/0.3.5"
|
|||
|
},
|
|||
|
"time": "2023-12-14T07:45:43+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "ucloud/ufile-php-sdk",
|
|||
|
"version": "1.0.1",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/yufeiminds/Ufile-php-sdk.git",
|
|||
|
"reference": "42f739ecd55dec488e9b2185795cdc5ea7be12d0"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/yufeiminds/Ufile-php-sdk/zipball/42f739ecd55dec488e9b2185795cdc5ea7be12d0",
|
|||
|
"reference": "42f739ecd55dec488e9b2185795cdc5ea7be12d0",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=5.6.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"src/functions.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"UCloud\\": "src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "MadScientist",
|
|||
|
"email": "superdinghh@gmail.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "UCloud Resource (Cloud) Storage SDK for PHP",
|
|||
|
"keywords": [
|
|||
|
"cloud",
|
|||
|
"sdk",
|
|||
|
"storage",
|
|||
|
"ucloud"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/yufeiminds/Ufile-php-sdk/tree/1.0.1"
|
|||
|
},
|
|||
|
"time": "2018-05-08T02:37:11+00:00"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "xaboy/form-builder",
|
|||
|
"version": "2.0.15",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/xaboy/form-builder.git",
|
|||
|
"reference": "20cf96927c7aed273dd0db5b2c7c83f56e535bf1"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/xaboy/form-builder/zipball/20cf96927c7aed273dd0db5b2c7c83f56e535bf1",
|
|||
|
"reference": "20cf96927c7aed273dd0db5b2c7c83f56e535bf1",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"doctrine/annotations": "1.2.7",
|
|||
|
"ext-json": "*",
|
|||
|
"php": ">=5.4.0",
|
|||
|
"symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0|~4.0"
|
|||
|
},
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"psr-4": {
|
|||
|
"FormBuilder\\": "./src/"
|
|||
|
}
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "xaboy",
|
|||
|
"email": "xaboy2005@qq.com"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
|
|||
|
"homepage": "https://github.com/xaboy/form-builder",
|
|||
|
"keywords": [
|
|||
|
"dynamic-form",
|
|||
|
"element-ui",
|
|||
|
"form",
|
|||
|
"form-create",
|
|||
|
"form-generator",
|
|||
|
"iview"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"issues": "https://github.com/xaboy/form-builder/issues",
|
|||
|
"source": "https://github.com/xaboy/form-builder"
|
|||
|
},
|
|||
|
"time": "2020-04-15T09:57:04+00:00"
|
|||
|
}
|
|||
|
],
|
|||
|
"packages-dev": [
|
|||
|
{
|
|||
|
"name": "symfony/var-dumper",
|
|||
|
"version": "v4.4.47",
|
|||
|
"source": {
|
|||
|
"type": "git",
|
|||
|
"url": "https://github.com/symfony/var-dumper.git",
|
|||
|
"reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
|
|||
|
},
|
|||
|
"dist": {
|
|||
|
"type": "zip",
|
|||
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
|
|||
|
"reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
|
|||
|
"shasum": "",
|
|||
|
"mirrors": [
|
|||
|
{
|
|||
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|||
|
"preferred": true
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
"require": {
|
|||
|
"php": ">=7.1.3",
|
|||
|
"symfony/polyfill-mbstring": "~1.0",
|
|||
|
"symfony/polyfill-php72": "~1.5",
|
|||
|
"symfony/polyfill-php80": "^1.16"
|
|||
|
},
|
|||
|
"conflict": {
|
|||
|
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
|||
|
"symfony/console": "<3.4"
|
|||
|
},
|
|||
|
"require-dev": {
|
|||
|
"ext-iconv": "*",
|
|||
|
"symfony/console": "^3.4|^4.0|^5.0",
|
|||
|
"symfony/process": "^4.4|^5.0",
|
|||
|
"twig/twig": "^1.43|^2.13|^3.0.4"
|
|||
|
},
|
|||
|
"suggest": {
|
|||
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|||
|
"ext-intl": "To show region name in time zone dump",
|
|||
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|||
|
},
|
|||
|
"bin": [
|
|||
|
"Resources/bin/var-dump-server"
|
|||
|
],
|
|||
|
"type": "library",
|
|||
|
"autoload": {
|
|||
|
"files": [
|
|||
|
"Resources/functions/dump.php"
|
|||
|
],
|
|||
|
"psr-4": {
|
|||
|
"Symfony\\Component\\VarDumper\\": ""
|
|||
|
},
|
|||
|
"exclude-from-classmap": [
|
|||
|
"/Tests/"
|
|||
|
]
|
|||
|
},
|
|||
|
"notification-url": "https://packagist.org/downloads/",
|
|||
|
"license": [
|
|||
|
"MIT"
|
|||
|
],
|
|||
|
"authors": [
|
|||
|
{
|
|||
|
"name": "Nicolas Grekas",
|
|||
|
"email": "p@tchwork.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Symfony Community",
|
|||
|
"homepage": "https://symfony.com/contributors"
|
|||
|
}
|
|||
|
],
|
|||
|
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|||
|
"homepage": "https://symfony.com",
|
|||
|
"keywords": [
|
|||
|
"debug",
|
|||
|
"dump"
|
|||
|
],
|
|||
|
"support": {
|
|||
|
"source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
|
|||
|
},
|
|||
|
"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-10-03T15:15:11+00:00"
|
|||
|
}
|
|||
|
],
|
|||
|
"aliases": [],
|
|||
|
"minimum-stability": "stable",
|
|||
|
"stability-flags": [],
|
|||
|
"prefer-stable": false,
|
|||
|
"prefer-lowest": false,
|
|||
|
"platform": {
|
|||
|
"php": ">=7.1.0",
|
|||
|
"ext-json": "*",
|
|||
|
"ext-openssl": "*",
|
|||
|
"ext-gd": "*",
|
|||
|
"ext-redis": "*",
|
|||
|
"ext-zip": "*",
|
|||
|
"ext-pdo": "*",
|
|||
|
"ext-curl": "*",
|
|||
|
"ext-bcmath": "*",
|
|||
|
"ext-mbstring": "*",
|
|||
|
"ext-swoole": "^4.4.0"
|
|||
|
},
|
|||
|
"platform-dev": [],
|
|||
|
"plugin-api-version": "2.3.0"
|
|||
|
}
|