3757 lines
132 KiB
JSON
3757 lines
132 KiB
JSON
{
|
||
"_readme": [
|
||
"This file locks the dependencies of your project to a known state",
|
||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
"This file is @generated automatically"
|
||
],
|
||
"content-hash": "2daddfbe605bec274304eee12ba8eaf7",
|
||
"packages": [
|
||
{
|
||
"name": "adbario/php-dot-notation",
|
||
"version": "2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/adbario/php-dot-notation.git",
|
||
"reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
|
||
"reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.0|^5.0|^6.0",
|
||
"squizlabs/php_codesniffer": "^3.0"
|
||
},
|
||
"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.x"
|
||
},
|
||
"time": "2019-01-01T23:59:15+00:00"
|
||
},
|
||
{
|
||
"name": "alibabacloud/client",
|
||
"version": "1.5.29",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/aliyun/openapi-sdk-php-client.git",
|
||
"reference": "2d0137828ef5c44664dcb8cc90eac4f545dd3301"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/2d0137828ef5c44664dcb8cc90eac4f545dd3301",
|
||
"reference": "2d0137828ef5c44664dcb8cc90eac4f545dd3301",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"adbario/php-dot-notation": "^2.2",
|
||
"clagiordano/weblibs-configmanager": "^1.0",
|
||
"danielstjules/stringy": "^3.1",
|
||
"ext-curl": "*",
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*",
|
||
"ext-xmlwriter": "*",
|
||
"guzzlehttp/guzzle": "^6.3|^7.0",
|
||
"mtdowling/jmespath.php": "^2.5",
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"composer/composer": "^1.8",
|
||
"drupal/coder": "^8.3",
|
||
"ext-dom": "*",
|
||
"ext-pcre": "*",
|
||
"ext-sockets": "*",
|
||
"ext-spl": "*",
|
||
"league/climate": "^3.2.4",
|
||
"mikey179/vfsstream": "^1.6",
|
||
"monolog/monolog": "^1.24",
|
||
"phpunit/phpunit": "^5.7.27",
|
||
"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\\Client\\": "src"
|
||
},
|
||
"files": [
|
||
"src/Functions.php"
|
||
]
|
||
},
|
||
"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 Client for PHP - Use Alibaba Cloud in your PHP project",
|
||
"homepage": "https://www.alibabacloud.com/",
|
||
"keywords": [
|
||
"alibaba",
|
||
"alibabacloud",
|
||
"aliyun",
|
||
"client",
|
||
"cloud",
|
||
"library",
|
||
"sdk",
|
||
"tool"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/aliyun/openapi-sdk-php-client/issues",
|
||
"source": "https://github.com/aliyun/openapi-sdk-php-client"
|
||
},
|
||
"time": "2020-08-03T06:19:07+00:00"
|
||
},
|
||
{
|
||
"name": "alibabacloud/tea",
|
||
"version": "3.1.21",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/aliyun/tea-php.git",
|
||
"reference": "379faffe240ee97134cf3f796cb28059f9fb7fa9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/aliyun/tea-php/zipball/379faffe240ee97134cf3f796cb28059f9fb7fa9",
|
||
"reference": "379faffe240ee97134cf3f796cb28059f9fb7fa9",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"adbario/php-dot-notation": "^2.2",
|
||
"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"
|
||
],
|
||
"time": "2021-03-15T03:31:41+00:00"
|
||
},
|
||
{
|
||
"name": "alibabacloud/tea-fileform",
|
||
"version": "0.3.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/alibabacloud-sdk-php/tea-fileform.git",
|
||
"reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/alibabacloud-sdk-php/tea-fileform/zipball/4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
|
||
"reference": "4bf0c75a045c8115aa8cb1a394bd08d8bb833181",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"alibabacloud/tea": "^3.0",
|
||
"php": ">5.5"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8.35|^5.4.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"AlibabaCloud\\Tea\\FileForm\\": "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 File Library for PHP",
|
||
"time": "2020-12-01T07:24:35+00:00"
|
||
},
|
||
{
|
||
"name": "alipaysdk/easysdk",
|
||
"version": "2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/alipay/alipay-easysdk.git",
|
||
"reference": "7a1cfa83c7e140bded957498ea072c77611e6480"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/alipay/alipay-easysdk/zipball/7a1cfa83c7e140bded957498ea072c77611e6480",
|
||
"reference": "7a1cfa83c7e140bded957498ea072c77611e6480",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"adbario/php-dot-notation": "^2.2",
|
||
"alibabacloud/tea": "^3.1",
|
||
"alibabacloud/tea-fileform": "^0.3.2",
|
||
"danielstjules/stringy": "^3.1",
|
||
"ext-ctype": "*",
|
||
"ext-curl": "*",
|
||
"ext-dom": "*",
|
||
"ext-fileinfo": "*",
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*",
|
||
"ext-xmlwriter": "*",
|
||
"guzzlehttp/guzzle": ">=6.3",
|
||
"mtdowling/jmespath.php": "^2.4",
|
||
"php": ">=7.0",
|
||
"pimple/pimple": "^3.0",
|
||
"psr/log": "^1.1",
|
||
"songshenzong/support": "^2.0",
|
||
"xin/container": "^2.0.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^7.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Alipay\\EasySDK\\": "php/src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "junying.wjy",
|
||
"email": "junying.wjy@antfin.com"
|
||
}
|
||
],
|
||
"description": "支付宝官方 Alipay Easy SDK",
|
||
"time": "2021-01-19T07:30:32+00:00"
|
||
},
|
||
{
|
||
"name": "aliyuncs/oss-sdk-php",
|
||
"version": "v2.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
|
||
"reference": "492866331b7bafaac09506cf42f351b7e9e63766"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/492866331b7bafaac09506cf42f351b7e9e63766",
|
||
"reference": "492866331b7bafaac09506cf42f351b7e9e63766",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"satooshi/php-coveralls": "~1.0"
|
||
},
|
||
"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/",
|
||
"time": "2020-09-29T06:23:57+00:00"
|
||
},
|
||
{
|
||
"name": "bacon/bacon-qr-code",
|
||
"version": "1.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Bacon/BaconQrCode.git",
|
||
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
|
||
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-iconv": "*",
|
||
"php": "^5.4|^7.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8"
|
||
},
|
||
"suggest": {
|
||
"ext-gd": "to generate QR code images"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"BaconQrCode": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-2-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ben Scholzen 'DASPRiD'",
|
||
"email": "mail@dasprids.de",
|
||
"homepage": "http://www.dasprids.de",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "BaconQrCode is a QR code generator for PHP.",
|
||
"homepage": "https://github.com/Bacon/BaconQrCode",
|
||
"support": {
|
||
"issues": "https://github.com/Bacon/BaconQrCode/issues",
|
||
"source": "https://github.com/Bacon/BaconQrCode/tree/master"
|
||
},
|
||
"time": "2017-10-17T09:59:25+00:00"
|
||
},
|
||
{
|
||
"name": "clagiordano/weblibs-configmanager",
|
||
"version": "v1.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/clagiordano/weblibs-configmanager.git",
|
||
"reference": "ecf584f5b3a27929175ff0abdba52f0131bef795"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/ecf584f5b3a27929175ff0abdba52f0131bef795",
|
||
"reference": "ecf584f5b3a27929175ff0abdba52f0131bef795",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.4"
|
||
},
|
||
"require-dev": {
|
||
"clagiordano/phpunit-result-printer": "^1",
|
||
"phpunit/phpunit": "^4.8"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"clagiordano\\weblibs\\configmanager\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL-3.0-or-later"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Claudio Giordano",
|
||
"email": "claudio.giordano@autistici.org",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object",
|
||
"keywords": [
|
||
"clagiordano",
|
||
"configuration",
|
||
"manager",
|
||
"tool",
|
||
"weblibs"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/clagiordano/weblibs-configmanager/issues",
|
||
"source": "https://github.com/clagiordano/weblibs-configmanager/tree/v1.1.0"
|
||
},
|
||
"time": "2020-07-20T20:39:25+00:00"
|
||
},
|
||
{
|
||
"name": "danielstjules/stringy",
|
||
"version": "3.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/danielstjules/Stringy.git",
|
||
"reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
|
||
"reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"symfony/polyfill-mbstring": "~1.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Stringy\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/Create.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Daniel St. Jules",
|
||
"email": "danielst.jules@gmail.com",
|
||
"homepage": "http://www.danielstjules.com"
|
||
}
|
||
],
|
||
"description": "A string manipulation library with multibyte support",
|
||
"homepage": "https://github.com/danielstjules/Stringy",
|
||
"keywords": [
|
||
"UTF",
|
||
"helpers",
|
||
"manipulation",
|
||
"methods",
|
||
"multibyte",
|
||
"string",
|
||
"utf-8",
|
||
"utility",
|
||
"utils"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/danielstjules/Stringy/issues",
|
||
"source": "https://github.com/danielstjules/Stringy"
|
||
},
|
||
"time": "2017-06-12T01:10:27+00:00"
|
||
},
|
||
{
|
||
"name": "easywechat-composer/easywechat-composer",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/mingyoung/easywechat-composer.git",
|
||
"reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/93cfce1ec842b9a5b1b0791a52afd18b833f114a",
|
||
"reference": "93cfce1ec842b9a5b1b0791a52afd18b833f114a",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"composer-plugin-api": "^1.0 || ^2.0",
|
||
"php": ">=7.0"
|
||
},
|
||
"require-dev": {
|
||
"composer/composer": "^1.0 || ^2.0",
|
||
"phpunit/phpunit": "^6.5 || ^7.0"
|
||
},
|
||
"type": "composer-plugin",
|
||
"extra": {
|
||
"class": "EasyWeChatComposer\\Plugin"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"EasyWeChatComposer\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "张铭阳",
|
||
"email": "mingyoungcheung@gmail.com"
|
||
}
|
||
],
|
||
"description": "The composer plugin for EasyWeChat",
|
||
"support": {
|
||
"issues": "https://github.com/mingyoung/easywechat-composer/issues",
|
||
"source": "https://github.com/mingyoung/easywechat-composer/tree/1.4.0"
|
||
},
|
||
"time": "2020-07-23T11:06:47+00:00"
|
||
},
|
||
{
|
||
"name": "endroid/qr-code",
|
||
"version": "2.5.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/endroid/qr-code.git",
|
||
"reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/endroid/qr-code/zipball/6062677d3404e0ded40647b8f62ec55ff9722eb7",
|
||
"reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"bacon/bacon-qr-code": "^1.0.3",
|
||
"ext-gd": "*",
|
||
"khanamiryan/qrcode-detector-decoder": "1",
|
||
"myclabs/php-enum": "^1.5",
|
||
"php": ">=5.6",
|
||
"symfony/options-resolver": "^2.7",
|
||
"symfony/property-access": "^2.7"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^5.7",
|
||
"symfony/asset": "^2.7",
|
||
"symfony/browser-kit": "^2.7",
|
||
"symfony/finder": "^2.7",
|
||
"symfony/framework-bundle": "^2.7",
|
||
"symfony/http-kernel": "^2.7",
|
||
"symfony/templating": "^2.7",
|
||
"symfony/twig-bundle": "^2.7",
|
||
"symfony/yaml": "^2.7"
|
||
},
|
||
"type": "symfony-bundle",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Endroid\\QrCode\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jeroen van den Enden",
|
||
"email": "info@endroid.nl",
|
||
"homepage": "http://endroid.nl/"
|
||
}
|
||
],
|
||
"description": "Endroid QR Code",
|
||
"homepage": "https://github.com/endroid/QrCode",
|
||
"keywords": [
|
||
"bundle",
|
||
"code",
|
||
"endroid",
|
||
"flex",
|
||
"qr",
|
||
"qrcode",
|
||
"symfony"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/endroid/qr-code/issues",
|
||
"source": "https://github.com/endroid/qr-code/tree/2.5.1"
|
||
},
|
||
"time": "2018-05-09T20:26:30+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/command",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/command.git",
|
||
"reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/command/zipball/2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
|
||
"reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "^6.2",
|
||
"guzzlehttp/promises": "~1.3",
|
||
"guzzlehttp/psr7": "~1.0",
|
||
"php": ">=5.5.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0|~5.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "0.9-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Command\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Jeremy Lindblom",
|
||
"email": "jeremeamia@gmail.com",
|
||
"homepage": "https://github.com/jeremeamia"
|
||
}
|
||
],
|
||
"description": "Provides the foundation for building command-based web service clients",
|
||
"time": "2016-11-24T13:34:15+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "6.5.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.0",
|
||
"guzzlehttp/psr7": "^1.6.1",
|
||
"php": ">=5.5",
|
||
"symfony/polyfill-intl-idn": "^1.17.0"
|
||
},
|
||
"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": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"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"
|
||
},
|
||
"time": "2020-06-16T21:01:06+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle-services",
|
||
"version": "1.1.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle-services.git",
|
||
"reference": "9e3abf20161cbf662d616cbb995f2811771759f7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/9e3abf20161cbf662d616cbb995f2811771759f7",
|
||
"reference": "9e3abf20161cbf662d616cbb995f2811771759f7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"guzzlehttp/command": "~1.0",
|
||
"guzzlehttp/guzzle": "^6.2",
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0"
|
||
},
|
||
"suggest": {
|
||
"gimler/guzzle-description-loader": "^0.0.4"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Command\\Guzzle\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"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": "Stefano Kowalke",
|
||
"email": "blueduck@mail.org",
|
||
"homepage": "https://github.com/konafets"
|
||
}
|
||
],
|
||
"description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
|
||
"time": "2017-10-06T14:32:02+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
|
||
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
|
||
"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",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Promise\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "Guzzle promises library",
|
||
"keywords": [
|
||
"promise"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/promises/issues",
|
||
"source": "https://github.com/guzzle/promises/tree/1.4.0"
|
||
},
|
||
"time": "2020-09-30T07:37:28+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "1.7.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
||
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
||
"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",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"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.7.0"
|
||
},
|
||
"time": "2020-09-30T07:37:11+00:00"
|
||
},
|
||
{
|
||
"name": "khanamiryan/qrcode-detector-decoder",
|
||
"version": "1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
|
||
"reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/96d5f80680b04803c4f1b69d6e01735e876b80c7",
|
||
"reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^5.6|^7.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^5.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"lib/"
|
||
],
|
||
"files": [
|
||
"lib/common/customFunctions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ashot Khanamiryan",
|
||
"email": "a.khanamiryan@gmail.com",
|
||
"homepage": "https://github.com/khanamiryan",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "QR code decoder / reader",
|
||
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
|
||
"keywords": [
|
||
"barcode",
|
||
"qr",
|
||
"zxing"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
|
||
"source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/master"
|
||
},
|
||
"time": "2017-01-13T09:11:46+00:00"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "2.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
|
||
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2",
|
||
"psr/log": "^1.0.1"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
||
"doctrine/couchdb": "~1.0@dev",
|
||
"elasticsearch/elasticsearch": "^7",
|
||
"graylog2/gelf-php": "^1.4.2",
|
||
"mongodb/mongodb": "^1.8",
|
||
"php-amqplib/php-amqplib": "~2.4",
|
||
"php-console/php-console": "^3.1.3",
|
||
"phpspec/prophecy": "^1.6.1",
|
||
"phpstan/phpstan": "^0.12.59",
|
||
"phpunit/phpunit": "^8.5",
|
||
"predis/predis": "^1.1",
|
||
"rollbar/rollbar": "^1.3",
|
||
"ruflin/elastica": ">=0.90 <7.0.1",
|
||
"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",
|
||
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
||
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||
"ext-mbstring": "Allow to work properly with unicode symbols",
|
||
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
||
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
||
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
||
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
||
"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"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Monolog\\": "src/Monolog"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "https://seld.be"
|
||
}
|
||
],
|
||
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
||
"homepage": "https://github.com/Seldaek/monolog",
|
||
"keywords": [
|
||
"log",
|
||
"logging",
|
||
"psr-3"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/Seldaek/monolog/issues",
|
||
"source": "https://github.com/Seldaek/monolog/tree/2.2.0"
|
||
},
|
||
"time": "2020-12-14T13:15:25+00:00"
|
||
},
|
||
{
|
||
"name": "mtdowling/cron-expression",
|
||
"version": "v1.2.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/mtdowling/cron-expression.git",
|
||
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
|
||
"reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.2"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0|~5.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Cron\\": "src/Cron/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
||
"keywords": [
|
||
"cron",
|
||
"schedule"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/mtdowling/cron-expression/issues",
|
||
"source": "https://github.com/mtdowling/cron-expression/tree/v1.2.3"
|
||
},
|
||
"abandoned": "dragonmantank/cron-expression",
|
||
"time": "2019-12-28T04:23:06+00:00"
|
||
},
|
||
{
|
||
"name": "mtdowling/jmespath.php",
|
||
"version": "2.6.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jmespath/jmespath.php.git",
|
||
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
|
||
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^5.4 || ^7.0 || ^8.0",
|
||
"symfony/polyfill-mbstring": "^1.17"
|
||
},
|
||
"require-dev": {
|
||
"composer/xdebug-handler": "^1.4",
|
||
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
|
||
},
|
||
"bin": [
|
||
"bin/jp.php"
|
||
],
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.6-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"JmesPath\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/JmesPath.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"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.6.0"
|
||
},
|
||
"time": "2020-07-31T21:01:56+00:00"
|
||
},
|
||
{
|
||
"name": "myclabs/php-enum",
|
||
"version": "1.7.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/myclabs/php-enum.git",
|
||
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
|
||
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"php": ">=7.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^7",
|
||
"squizlabs/php_codesniffer": "1.*",
|
||
"vimeo/psalm": "^3.8"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"MyCLabs\\Enum\\": "src/"
|
||
}
|
||
},
|
||
"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.7.7"
|
||
},
|
||
"time": "2020-11-14T18:14:52+00:00"
|
||
},
|
||
{
|
||
"name": "overtrue/socialite",
|
||
"version": "2.0.23",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/overtrue/socialite.git",
|
||
"reference": "0bc60597b589592243f074a4d9016aabd2e9cfb2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/overtrue/socialite/zipball/0bc60597b589592243f074a4d9016aabd2e9cfb2",
|
||
"reference": "0bc60597b589592243f074a4d9016aabd2e9cfb2",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/guzzle": "^5.0|^6.0|^7.0",
|
||
"php": ">=5.6",
|
||
"symfony/http-foundation": "^2.7|^3.0|^4.0|^5.0"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~1.2",
|
||
"phpunit/phpunit": "~6"
|
||
},
|
||
"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/2.0.23"
|
||
},
|
||
"time": "2020-12-14T03:30:08+00:00"
|
||
},
|
||
{
|
||
"name": "overtrue/wechat",
|
||
"version": "4.3.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/w7corp/easywechat.git",
|
||
"reference": "19d60ef304bae897ef5b68d6bf1a116940b53423"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/w7corp/easywechat/zipball/19d60ef304bae897ef5b68d6bf1a116940b53423",
|
||
"reference": "19d60ef304bae897ef5b68d6bf1a116940b53423",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"easywechat-composer/easywechat-composer": "^1.1",
|
||
"ext-fileinfo": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*",
|
||
"guzzlehttp/guzzle": "^6.2 || ^7.0",
|
||
"monolog/monolog": "^1.22 || ^2.0",
|
||
"overtrue/socialite": "~2.0",
|
||
"php": ">=7.2",
|
||
"pimple/pimple": "^3.0",
|
||
"psr/simple-cache": "^1.0",
|
||
"symfony/cache": "^3.3 || ^4.3 || ^5.0",
|
||
"symfony/event-dispatcher": "^4.3 || ^5.0",
|
||
"symfony/http-foundation": "^2.7 || ^3.0 || ^4.0 || ^5.0",
|
||
"symfony/psr-http-message-bridge": "^0.3 || ^1.0 || ^2.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^2.15",
|
||
"mikey179/vfsstream": "^1.6",
|
||
"mockery/mockery": "^1.2.3",
|
||
"phpstan/phpstan": "^0.12.0",
|
||
"phpunit/phpunit": "^7.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"EasyWeChat\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/Kernel/Support/Helpers.php",
|
||
"src/Kernel/Helpers.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "overtrue",
|
||
"email": "anzhengchao@gmail.com"
|
||
}
|
||
],
|
||
"description": "微信SDK",
|
||
"keywords": [
|
||
"easywechat",
|
||
"sdk",
|
||
"wechat",
|
||
"weixin",
|
||
"weixin-sdk"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/w7corp/easywechat/issues",
|
||
"source": "https://github.com/w7corp/easywechat/tree/4.3.5"
|
||
},
|
||
"time": "2020-12-23T06:55:46+00:00"
|
||
},
|
||
{
|
||
"name": "pimple/pimple",
|
||
"version": "v3.2.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/silexphp/Pimple.git",
|
||
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
||
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0",
|
||
"psr/container": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "^3.2"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.2.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": "http://pimple.sensiolabs.org",
|
||
"keywords": [
|
||
"container",
|
||
"dependency injection"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/silexphp/Pimple/issues",
|
||
"source": "https://github.com/silexphp/Pimple/tree/master"
|
||
},
|
||
"time": "2018-01-21T07:42:36+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/container",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
"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\\Container\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://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/master"
|
||
},
|
||
"time": "2017-02-14T16:28:37+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
"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\\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/master"
|
||
},
|
||
"time": "2016-08-06T14:39:51+00:00"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "1.1.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||
"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": "http://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.3"
|
||
},
|
||
"time": "2020-03-23T09:12:05+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": "qcloud/cos-sdk-v5",
|
||
"version": "v2.1.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
|
||
"reference": "8dab76e9898f862c2cdc074b8411cbd77ca291f3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/8dab76e9898f862c2cdc074b8411cbd77ca291f3",
|
||
"reference": "8dab76e9898f862c2cdc074b8411cbd77ca291f3",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "~6.3",
|
||
"guzzlehttp/guzzle-services": "~1.1",
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Qcloud\\Cos\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yaozongyou",
|
||
"email": "yaozongyou@vip.qq.com"
|
||
},
|
||
{
|
||
"name": "lewzylu",
|
||
"email": "327874225@qq.com"
|
||
}
|
||
],
|
||
"description": "PHP SDK for QCloud COS",
|
||
"keywords": [
|
||
"cos",
|
||
"php",
|
||
"qcloud"
|
||
],
|
||
"time": "2020-09-27T03:57:55+00:00"
|
||
},
|
||
{
|
||
"name": "qiniu/php-sdk",
|
||
"version": "v7.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/qiniu/php-sdk.git",
|
||
"reference": "0a461e13b09545b23df361843c6a65fdd3a26426"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/qiniu/php-sdk/zipball/0a461e13b09545b23df361843c6a65fdd3a26426",
|
||
"reference": "0a461e13b09545b23df361843c6a65fdd3a26426",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.0",
|
||
"squizlabs/php_codesniffer": "~2.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Qiniu\\": "src/Qiniu"
|
||
},
|
||
"files": [
|
||
"src/Qiniu/functions.php"
|
||
]
|
||
},
|
||
"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"
|
||
],
|
||
"time": "2020-09-24T07:31:29+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": "rmccue/requests",
|
||
"version": "v1.8.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/WordPress/Requests.git",
|
||
"reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/WordPress/Requests/zipball/82e6936366eac3af4d836c18b9d8c31028fe4cd5",
|
||
"reference": "82e6936366eac3af4d836c18b9d8c31028fe4cd5",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.2"
|
||
},
|
||
"require-dev": {
|
||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
||
"php-parallel-lint/php-console-highlighter": "^0.5.0",
|
||
"php-parallel-lint/php-parallel-lint": "^1.3",
|
||
"phpcompatibility/php-compatibility": "^9.0",
|
||
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5",
|
||
"requests/test-server": "dev-master",
|
||
"squizlabs/php_codesniffer": "^3.5",
|
||
"wp-coding-standards/wpcs": "^2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Requests": "library/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"ISC"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ryan McCue",
|
||
"homepage": "http://ryanmccue.info"
|
||
}
|
||
],
|
||
"description": "A HTTP library written in PHP, for human beings.",
|
||
"homepage": "http://github.com/WordPress/Requests",
|
||
"keywords": [
|
||
"curl",
|
||
"fsockopen",
|
||
"http",
|
||
"idna",
|
||
"ipv6",
|
||
"iri",
|
||
"sockets"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/WordPress/Requests/issues",
|
||
"source": "https://github.com/WordPress/Requests/tree/v1.8.1"
|
||
},
|
||
"time": "2021-06-04T09:56:25+00:00"
|
||
},
|
||
{
|
||
"name": "songshenzong/support",
|
||
"version": "2.0.5",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/songshenzong/support.git",
|
||
"reference": "34973c04ffcf226e503f1c3a69d30ac49f7621f6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/songshenzong/support/zipball/34973c04ffcf226e503f1c3a69d30ac49f7621f6",
|
||
"reference": "34973c04ffcf226e503f1c3a69d30ac49f7621f6",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"danielstjules/stringy": "^3.1",
|
||
"ext-json": "*",
|
||
"ext-simplexml": "*",
|
||
"ext-xml": "*",
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"laravel/framework": "^5.8",
|
||
"phpunit/phpunit": "^4.8.35|^5.4.3"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"laravel": {
|
||
"providers": [
|
||
"Songshenzong\\Support\\StringsServiceProvider"
|
||
],
|
||
"aliases": {
|
||
"Strings": "Songshenzong\\Support\\StringsFacade"
|
||
}
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Songshenzong\\Support\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/StringsHelpers.php",
|
||
"src/BashEchoHelpers.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Songshenzong",
|
||
"email": "i@songshenzong.com"
|
||
}
|
||
],
|
||
"description": "The Songshenzong Support package.",
|
||
"homepage": "http://songshenzong.com",
|
||
"keywords": [
|
||
"laravel",
|
||
"support",
|
||
"tools",
|
||
"web"
|
||
],
|
||
"time": "2019-08-29T01:59:12+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/cache",
|
||
"version": "v4.4.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/cache.git",
|
||
"reference": "23cc546c9104693d6fce1b3aaa31c1fd47198bdc"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/cache/zipball/23cc546c9104693d6fce1b3aaa31c1fd47198bdc",
|
||
"reference": "23cc546c9104693d6fce1b3aaa31c1fd47198bdc",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"psr/cache": "~1.0",
|
||
"psr/log": "~1.0",
|
||
"symfony/cache-contracts": "^1.1.7|^2",
|
||
"symfony/service-contracts": "^1.1|^2",
|
||
"symfony/var-exporter": "^4.2|^5.0"
|
||
},
|
||
"conflict": {
|
||
"doctrine/dbal": "<2.5",
|
||
"symfony/dependency-injection": "<3.4",
|
||
"symfony/http-kernel": "<4.4",
|
||
"symfony/var-dumper": "<4.4"
|
||
},
|
||
"provide": {
|
||
"psr/cache-implementation": "1.0",
|
||
"psr/simple-cache-implementation": "1.0",
|
||
"symfony/cache-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"cache/integration-tests": "dev-master",
|
||
"doctrine/cache": "^1.6",
|
||
"doctrine/dbal": "^2.5|^3.0",
|
||
"predis/predis": "^1.1",
|
||
"psr/simple-cache": "^1.0",
|
||
"symfony/config": "^4.2|^5.0",
|
||
"symfony/dependency-injection": "^3.4|^4.1|^5.0",
|
||
"symfony/filesystem": "^4.4|^5.0",
|
||
"symfony/http-kernel": "^4.4|^5.0",
|
||
"symfony/var-dumper": "^4.4|^5.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Cache\\": ""
|
||
},
|
||
"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": "Symfony Cache component with PSR-6, PSR-16, and tags",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"caching",
|
||
"psr6"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/cache/tree/v4.4.18"
|
||
},
|
||
"time": "2020-12-10T17:56:42+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/cache-contracts",
|
||
"version": "v1.1.10",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/cache-contracts.git",
|
||
"reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8d5489c10ef90aa7413e4921fc3c0520e24cbed7",
|
||
"reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"psr/cache": "^1.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/cache-implementation": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Cache\\": ""
|
||
}
|
||
},
|
||
"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 caching",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/cache-contracts/tree/v1.1.10"
|
||
},
|
||
"time": "2020-09-02T16:08:58+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher",
|
||
"version": "v4.4.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||
"reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5d4c874b0eb1c32d40328a09dbc37307a5a910b0",
|
||
"reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"symfony/event-dispatcher-contracts": "^1.1"
|
||
},
|
||
"conflict": {
|
||
"symfony/dependency-injection": "<3.4"
|
||
},
|
||
"provide": {
|
||
"psr/event-dispatcher-implementation": "1.0",
|
||
"symfony/event-dispatcher-implementation": "1.1"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/config": "^3.4|^4.0|^5.0",
|
||
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
||
"symfony/error-handler": "~3.4|~4.4",
|
||
"symfony/expression-language": "^3.4|^4.0|^5.0",
|
||
"symfony/http-foundation": "^3.4|^4.0|^5.0",
|
||
"symfony/service-contracts": "^1.1|^2",
|
||
"symfony/stopwatch": "^3.4|^4.0|^5.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/dependency-injection": "",
|
||
"symfony/http-kernel": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\EventDispatcher\\": ""
|
||
},
|
||
"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 EventDispatcher Component",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.18"
|
||
},
|
||
"time": "2020-12-18T07:41:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher-contracts",
|
||
"version": "v1.1.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
|
||
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3"
|
||
},
|
||
"suggest": {
|
||
"psr/event-dispatcher": "",
|
||
"symfony/event-dispatcher-implementation": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\EventDispatcher\\": ""
|
||
}
|
||
},
|
||
"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 dispatching event",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
|
||
},
|
||
"time": "2020-07-06T13:19:58+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/http-foundation",
|
||
"version": "v4.4.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/http-foundation.git",
|
||
"reference": "5ebda66b51612516bf338d5f87da2f37ff74cf34"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ebda66b51612516bf338d5f87da2f37ff74cf34",
|
||
"reference": "5ebda66b51612516bf338d5f87da2f37ff74cf34",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"symfony/mime": "^4.3|^5.0",
|
||
"symfony/polyfill-mbstring": "~1.1",
|
||
"symfony/polyfill-php80": "^1.15"
|
||
},
|
||
"require-dev": {
|
||
"predis/predis": "~1.0",
|
||
"symfony/expression-language": "^3.4|^4.0|^5.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/v4.4.18"
|
||
},
|
||
"time": "2020-12-18T07:41:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/mime",
|
||
"version": "v4.4.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/mime.git",
|
||
"reference": "7a4176a1cbc4cc99268c531de547fccbd0beb370"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/mime/zipball/7a4176a1cbc4cc99268c531de547fccbd0beb370",
|
||
"reference": "7a4176a1cbc4cc99268c531de547fccbd0beb370",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"symfony/polyfill-intl-idn": "^1.10",
|
||
"symfony/polyfill-mbstring": "^1.0"
|
||
},
|
||
"conflict": {
|
||
"symfony/mailer": "<4.4"
|
||
},
|
||
"require-dev": {
|
||
"egulias/email-validator": "^2.1.10",
|
||
"symfony/dependency-injection": "^3.4|^4.1|^5.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Mime\\": ""
|
||
},
|
||
"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": "A library to manipulate MIME messages",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"mime",
|
||
"mime-type"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/mime/tree/v4.4.18"
|
||
},
|
||
"time": "2020-12-09T11:15:38+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/options-resolver",
|
||
"version": "v2.8.52",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/options-resolver.git",
|
||
"reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
|
||
"reference": "7aaab725bb58f0e18aa12c61bdadd4793ab4c32b",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.8-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\OptionsResolver\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony OptionsResolver Component",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"config",
|
||
"configuration",
|
||
"options"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/options-resolver/tree/v2.8.50"
|
||
},
|
||
"time": "2018-11-11T11:18:13+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-ctype",
|
||
"version": "v1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
|
||
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-ctype": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.20-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Ctype\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.php"
|
||
]
|
||
},
|
||
"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.20.0"
|
||
},
|
||
"time": "2020-10-23T14:02:19+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-idn",
|
||
"version": "v1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||
"reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
|
||
"reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
|
||
"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": {
|
||
"branch-alias": {
|
||
"dev-main": "1.20-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.php"
|
||
]
|
||
},
|
||
"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.20.0"
|
||
},
|
||
"time": "2020-10-23T14:02:19+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-normalizer",
|
||
"version": "v1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
"reference": "727d1096295d807c309fb01a851577302394c897"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
|
||
"reference": "727d1096295d807c309fb01a851577302394c897",
|
||
"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.20-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"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.20.0"
|
||
},
|
||
"time": "2020-10-23T14:02:19+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "v1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
|
||
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-mbstring": "For best performance"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.20-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.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": "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.20.0"
|
||
},
|
||
"time": "2020-10-23T14:02:19+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php72",
|
||
"version": "v1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php72.git",
|
||
"reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
|
||
"reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
|
||
"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.20-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php72\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.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": "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.20.0"
|
||
},
|
||
"time": "2020-10-23T14:02:19+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php80",
|
||
"version": "v1.20.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
|
||
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
|
||
"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.20-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php80\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"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.20.0"
|
||
},
|
||
"time": "2020-10-23T14:02:19+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/property-access",
|
||
"version": "v2.8.52",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/property-access.git",
|
||
"reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/property-access/zipball/c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
|
||
"reference": "c8f10191183be9bb0d5a1b8364d3891f1bde07b6",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.9",
|
||
"symfony/polyfill-ctype": "~1.8"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.8-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\PropertyAccess\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony PropertyAccess Component",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"access",
|
||
"array",
|
||
"extraction",
|
||
"index",
|
||
"injection",
|
||
"object",
|
||
"property",
|
||
"property path",
|
||
"reflection"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/property-access/tree/v2.8.50"
|
||
},
|
||
"time": "2018-11-11T11:18:13+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/psr-http-message-bridge",
|
||
"version": "v2.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/psr-http-message-bridge.git",
|
||
"reference": "51a21cb3ba3927d4b4bf8f25cc55763351af5f2e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/51a21cb3ba3927d4b4bf8f25cc55763351af5f2e",
|
||
"reference": "51a21cb3ba3927d4b4bf8f25cc55763351af5f2e",
|
||
"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": "^4.4 || ^5.0"
|
||
},
|
||
"require-dev": {
|
||
"nyholm/psr7": "^1.1",
|
||
"symfony/phpunit-bridge": "^4.4 || ^5.0"
|
||
},
|
||
"suggest": {
|
||
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
|
||
},
|
||
"type": "symfony-bridge",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Bridge\\PsrHttpMessage\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "http://symfony.com/contributors"
|
||
}
|
||
],
|
||
"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/v2.0.2"
|
||
},
|
||
"time": "2020-09-29T08:17:46+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/service-contracts",
|
||
"version": "v1.1.9",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/service-contracts.git",
|
||
"reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
|
||
"reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"psr/container": "^1.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/service-implementation": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Service\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Generic abstractions related to writing services",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/service-contracts/tree/v1.1.9"
|
||
},
|
||
"time": "2020-07-06T13:19:58+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/var-exporter",
|
||
"version": "v4.4.18",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/var-exporter.git",
|
||
"reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
|
||
"reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3"
|
||
},
|
||
"require-dev": {
|
||
"symfony/var-dumper": "^4.4.9|^5.0.9"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\VarExporter\\": ""
|
||
},
|
||
"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": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"clone",
|
||
"construct",
|
||
"export",
|
||
"hydrate",
|
||
"instantiate",
|
||
"serialize"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/var-exporter/tree/v4.4.18"
|
||
},
|
||
"time": "2020-10-28T20:42:29+00:00"
|
||
},
|
||
{
|
||
"name": "tencentcloud/tencentcloud-sdk-php",
|
||
"version": "3.0.416",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/TencentCloud/tencentcloud-sdk-php.git",
|
||
"reference": "38dec9b6a948a57e7c6449917fb60763d3972bb9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/TencentCloud/tencentcloud-sdk-php/zipball/38dec9b6a948a57e7c6449917fb60763d3972bb9",
|
||
"reference": "38dec9b6a948a57e7c6449917fb60763d3972bb9",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
|
||
"guzzlehttp/psr7": "^1.4",
|
||
"php": ">=5.6.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"classmap": [
|
||
"src/QcloudApi/QcloudApi.php"
|
||
],
|
||
"psr-4": {
|
||
"TencentCloud\\": "./src/TencentCloud"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "coolli",
|
||
"email": "tencentcloudapi@tencent.com",
|
||
"homepage": "https://cloud.tencent.com/document/sdk/PHP",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "TencentCloudApi php sdk",
|
||
"homepage": "https://github.com/TencentCloud/tencentcloud-sdk-php",
|
||
"time": "2021-06-18T00:38:47+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/framework",
|
||
"version": "v5.1.42",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/framework.git",
|
||
"reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/framework/zipball/ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
|
||
"reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.6.0",
|
||
"topthink/think-installer": "2.*"
|
||
},
|
||
"require-dev": {
|
||
"johnkary/phpunit-speedtrap": "^1.0",
|
||
"mikey179/vfsstream": "~1.6",
|
||
"phpdocumentor/reflection-docblock": "^2.0",
|
||
"phploc/phploc": "2.*",
|
||
"phpunit/phpunit": "^5.0|^6.0",
|
||
"sebastian/phpcpd": "2.*",
|
||
"squizlabs/php_codesniffer": "2.*"
|
||
},
|
||
"type": "think-framework",
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
},
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "the new thinkphp framework",
|
||
"homepage": "http://thinkphp.cn/",
|
||
"keywords": [
|
||
"framework",
|
||
"orm",
|
||
"thinkphp"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/top-think/framework/issues",
|
||
"source": "https://github.com/top-think/framework/tree/v5.1.42"
|
||
},
|
||
"time": "2022-10-25T15:04:49+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-captcha",
|
||
"version": "v2.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-captcha.git",
|
||
"reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-captcha/zipball/54c8a51552f99ff9ea89ea9c272383a8f738ceee",
|
||
"reference": "54c8a51552f99ff9ea89ea9c272383a8f738ceee",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"topthink/framework": "5.1.*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\captcha\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/helper.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "captcha package for thinkphp5",
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-captcha/issues",
|
||
"source": "https://github.com/top-think/think-captcha/tree/2.0"
|
||
},
|
||
"time": "2017-12-31T16:37:49+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-helper",
|
||
"version": "v1.0.7",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-helper.git",
|
||
"reference": "5f92178606c8ce131d36b37a57c58eb71e55f019"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-helper/zipball/5f92178606c8ce131d36b37a57c58eb71e55f019",
|
||
"reference": "5f92178606c8ce131d36b37a57c58eb71e55f019",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\helper\\": "src"
|
||
},
|
||
"files": [
|
||
"src/helper.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "The ThinkPHP5 Helper Package",
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-helper/issues",
|
||
"source": "https://github.com/top-think/think-helper/tree/master"
|
||
},
|
||
"time": "2018-10-05T00:43:21+00:00"
|
||
},
|
||
{
|
||
"name": "topthink/think-installer",
|
||
"version": "v2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-installer.git",
|
||
"reference": "52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-installer/zipball/52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9",
|
||
"reference": "52f4b717a46fd00bccd47c5a9f10a5c56d29fcf9",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"composer-plugin-api": "^1.0||^2.0"
|
||
},
|
||
"require-dev": {
|
||
"composer/composer": "^1.0||^2.0"
|
||
},
|
||
"type": "composer-plugin",
|
||
"extra": {
|
||
"class": "think\\composer\\Plugin"
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\composer\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-installer/issues",
|
||
"source": "https://github.com/top-think/think-installer/tree/v2.0.1"
|
||
},
|
||
"time": "2020-10-27T05:43:17+00:00"
|
||
},
|
||
{
|
||
"name": "xin/container",
|
||
"version": "2.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://gitee.com/liuxiaojinla/php-container",
|
||
"reference": "97bb67f87dd851545938a1f2fe0ffbd379e3ff81"
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"ext-iconv": "*",
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*",
|
||
"psr/container": "^1.0",
|
||
"xin/helper": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"xin\\container\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "晋",
|
||
"email": "657306123@qq.com"
|
||
}
|
||
],
|
||
"description": "严格基于PSR11规范实现基础的容器和依赖注入",
|
||
"time": "2019-10-21T03:51:25+00:00"
|
||
},
|
||
{
|
||
"name": "xin/helper",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://gitee.com/liuxiaojinla/php-helper",
|
||
"reference": "02a58132dae2aea2d1c0b8e66f55125969224747"
|
||
},
|
||
"require": {
|
||
"ext-ctype": "*",
|
||
"ext-iconv": "*",
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-mbstring": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"xin\\helper\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "晋",
|
||
"email": "1540175452@qq.com"
|
||
}
|
||
],
|
||
"description": "PHP项目日常开发必备基础库,数组工具类、字符串工具类、数字工具类、函数工具类、服务器工具类、加密工具类",
|
||
"time": "2019-06-22T08:28:23+00:00"
|
||
},
|
||
{
|
||
"name": "yly-openapi/yly-openapi-sdk",
|
||
"version": "1.0.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Qzm6826/yilianyun-php-sdk.git",
|
||
"reference": "26030adf8d75881d8837d3d52548a4a0917e7e3d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Qzm6826/yilianyun-php-sdk/zipball/26030adf8d75881d8837d3d52548a4a0917e7e3d",
|
||
"reference": "26030adf8d75881d8837d3d52548a4a0917e7e3d",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"App\\": "Lib/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "曲子陌",
|
||
"email": "lwy@yilianyun.net"
|
||
}
|
||
],
|
||
"description": "yly-openapi-php-sdk",
|
||
"keywords": [
|
||
"yly-openapi-php-sdk"
|
||
],
|
||
"time": "2021-01-19T08:55:59+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=7.0.0",
|
||
"ext-json": "*",
|
||
"ext-curl": "*"
|
||
},
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.2.0"
|
||
}
|