2622 lines
92 KiB
JSON
2622 lines
92 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": "86898ca85f1498df2cbd84047c7b07d7",
|
||
"packages": [
|
||
{
|
||
"name": "adbario/php-dot-notation",
|
||
"version": "2.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/adbario/php-dot-notation.git",
|
||
"reference": "84da820f12be2a504c9612757ffb7850eceb34fe"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/84da820f12be2a504c9612757ffb7850eceb34fe",
|
||
"reference": "84da820f12be2a504c9612757ffb7850eceb34fe",
|
||
"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|^5|^6|^7|^8",
|
||
"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"
|
||
],
|
||
"time": "2020-04-04T01:24:44+00:00"
|
||
},
|
||
{
|
||
"name": "alibabacloud/client",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/aliyun/openapi-sdk-php-client.git",
|
||
"reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/19224d92fe27ab8ef501d77d4891e7660bc023c1",
|
||
"reference": "19224d92fe27ab8ef501d77d4891e7660bc023c1",
|
||
"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|^6.1",
|
||
"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"
|
||
],
|
||
"time": "2021-05-13T06:26:38+00:00"
|
||
},
|
||
{
|
||
"name": "aliyuncs/oss-sdk-php",
|
||
"version": "dev-master",
|
||
"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": "clagiordano/weblibs-configmanager",
|
||
"version": "v1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/clagiordano/weblibs-configmanager.git",
|
||
"reference": "5c8ebcc62782313b1278afe802b120d18c07a059"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/5c8ebcc62782313b1278afe802b120d18c07a059",
|
||
"reference": "5c8ebcc62782313b1278afe802b120d18c07a059",
|
||
"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"
|
||
],
|
||
"time": "2021-05-18T17:55:57+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"
|
||
],
|
||
"time": "2017-06-12T01:10:27+00:00"
|
||
},
|
||
{
|
||
"name": "gregwar/captcha",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Gregwar/Captcha.git",
|
||
"reference": "4bb668e6b40e3205a020ca5ee4ca8cff8b8780c5"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Gregwar/Captcha/zipball/4bb668e6b40e3205a020ca5ee4ca8cff8b8780c5",
|
||
"reference": "4bb668e6b40e3205a020ca5ee4ca8cff8b8780c5",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-gd": "*",
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.0",
|
||
"symfony/finder": "*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^6.4"
|
||
},
|
||
"type": "captcha",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Gregwar\\": "src/Gregwar"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Grégoire Passault",
|
||
"email": "g.passault@gmail.com",
|
||
"homepage": "http://www.gregwar.com/"
|
||
},
|
||
{
|
||
"name": "Jeremy Livingston",
|
||
"email": "jeremy.j.livingston@gmail.com"
|
||
}
|
||
],
|
||
"description": "Captcha generator",
|
||
"homepage": "https://github.com/Gregwar/Captcha",
|
||
"keywords": [
|
||
"bot",
|
||
"captcha",
|
||
"spam"
|
||
],
|
||
"time": "2020-03-24T14:39:05+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "de6f1e58e735754b888649495ed4cb9ae3b19589"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/de6f1e58e735754b888649495ed4cb9ae3b19589",
|
||
"reference": "de6f1e58e735754b888649495ed4cb9ae3b19589",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.4",
|
||
"guzzlehttp/psr7": "^1.7 || ^2.0",
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-client": "^1.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-client-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.4.1",
|
||
"ext-curl": "*",
|
||
"php-http/client-integration-tests": "^3.0",
|
||
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
|
||
"psr/log": "^1.1"
|
||
},
|
||
"suggest": {
|
||
"ext-curl": "Required for CURL handler support",
|
||
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
||
"psr/log": "Required for using the Log middleware"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "7.4-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"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://sagikazarmark.hu"
|
||
}
|
||
],
|
||
"description": "Guzzle is a PHP HTTP client library",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"psr-18",
|
||
"psr-7",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"time": "2021-03-23T14:07:59+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
||
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
||
"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"
|
||
],
|
||
"time": "2021-03-07T09:25:29+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "148492f9e2e1524317a8aa60875f5b59517a9374"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/148492f9e2e1524317a8aa60875f5b59517a9374",
|
||
"reference": "148492f9e2e1524317a8aa60875f5b59517a9374",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-factory": "^1.0",
|
||
"psr/http-message": "^1.0",
|
||
"ralouphie/getallheaders": "^3.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-factory-implementation": "1.0",
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"bamarni/composer-bin-plugin": "^1.4.1",
|
||
"http-interop/http-factory-tests": "^0.9",
|
||
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
|
||
},
|
||
"suggest": {
|
||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.0-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
}
|
||
},
|
||
"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"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://sagikazarmark.hu"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation that also provides common utility methods",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"psr-7",
|
||
"request",
|
||
"response",
|
||
"stream",
|
||
"uri",
|
||
"url"
|
||
],
|
||
"time": "2021-04-29T07:35:29+00:00"
|
||
},
|
||
{
|
||
"name": "itbdw/ip-database",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/itbdw/ip-database.git",
|
||
"reference": "7ab32800d3750c6fec9596077ac767d1d9571eb0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/itbdw/ip-database/zipball/7ab32800d3750c6fec9596077ac767d1d9571eb0",
|
||
"reference": "7ab32800d3750c6fec9596077ac767d1d9571eb0",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-iconv": "*",
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"php": "~5.4|~7.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"itbdw\\Ip\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "itbdw",
|
||
"email": "itbudaoweng@gmail.com",
|
||
"homepage": "http://github.com/itbdw",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "免费IP地址数据库(纯真IP地址数据库,输出格式为国家、省、市、县、运营商)❤️ 🇨🇳,中文数据库",
|
||
"keywords": [
|
||
"IP",
|
||
"IP地址库",
|
||
"IP数据库",
|
||
"database",
|
||
"location",
|
||
"qqwry",
|
||
"数据库",
|
||
"纯真IP地址库"
|
||
],
|
||
"time": "2020-11-06T17:28:41+00:00"
|
||
},
|
||
{
|
||
"name": "lmxdawn/php-jwt",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/lmxdawn/php-jwt.git",
|
||
"reference": "2fd0ed577fcff3488fdfe31f91d7f5c6b6d4557c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/lmxdawn/php-jwt/zipball/2fd0ed577fcff3488fdfe31f91d7f5c6b6d4557c",
|
||
"reference": "2fd0ed577fcff3488fdfe31f91d7f5c6b6d4557c",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"lmxdawn\\jwt\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Lan Ming Xiang",
|
||
"email": "lmxdawn@gmail.com"
|
||
}
|
||
],
|
||
"description": "jwt package for thinkphp5.0",
|
||
"homepage": "https://github.com/lmxdawn/php-jwt",
|
||
"keywords": [
|
||
"php-jwt"
|
||
],
|
||
"time": "2017-04-18T06:09:15+00:00"
|
||
},
|
||
{
|
||
"name": "monolog/monolog",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/Seldaek/monolog.git",
|
||
"reference": "bac1ddd01913a073f236b5d0aa27cb2ef3b37b6a"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bac1ddd01913a073f236b5d0aa27cb2ef3b37b6a",
|
||
"reference": "bac1ddd01913a073f236b5d0aa27cb2ef3b37b6a",
|
||
"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"
|
||
],
|
||
"time": "2021-04-18T20:27:02+00:00"
|
||
},
|
||
{
|
||
"name": "mtdowling/jmespath.php",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/jmespath/jmespath.php.git",
|
||
"reference": "30dfa0064f4ec218f2cb86f66fc85fbc45bb4510"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/30dfa0064f4ec218f2cb86f66fc85fbc45bb4510",
|
||
"reference": "30dfa0064f4ec218f2cb86f66fc85fbc45bb4510",
|
||
"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"
|
||
],
|
||
"time": "2020-08-03T09:32:24+00:00"
|
||
},
|
||
{
|
||
"name": "opis/closure",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/opis/closure.git",
|
||
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
|
||
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^5.4 || ^7.0 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"jeremeamia/superclosure": "^2.0",
|
||
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.6.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Opis\\Closure\\": "src/"
|
||
},
|
||
"files": [
|
||
"functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Marius Sarca",
|
||
"email": "marius.sarca@gmail.com"
|
||
},
|
||
{
|
||
"name": "Sorin Sarca",
|
||
"email": "sarca_sorin@hotmail.com"
|
||
}
|
||
],
|
||
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
|
||
"homepage": "https://opis.io/closure",
|
||
"keywords": [
|
||
"anonymous functions",
|
||
"closure",
|
||
"function",
|
||
"serializable",
|
||
"serialization",
|
||
"serialize"
|
||
],
|
||
"time": "2021-04-09T13:42:10+00:00"
|
||
},
|
||
{
|
||
"name": "overtrue/pinyin",
|
||
"version": "3.0.6",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/overtrue/pinyin.git",
|
||
"reference": "3b781d267197b74752daa32814d3a2cf5d140779"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
|
||
"reference": "3b781d267197b74752daa32814d3a2cf5d140779",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.8"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Overtrue\\Pinyin\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Carlos",
|
||
"homepage": "http://github.com/overtrue"
|
||
}
|
||
],
|
||
"description": "Chinese to pinyin translator.",
|
||
"homepage": "https://github.com/overtrue/pinyin",
|
||
"keywords": [
|
||
"Chinese",
|
||
"Pinyin",
|
||
"cn2pinyin"
|
||
],
|
||
"time": "2017-07-10T07:20:01+00:00"
|
||
},
|
||
{
|
||
"name": "paypal/paypal-checkout-sdk",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/paypal/Checkout-PHP-SDK.git",
|
||
"reference": "822dc85ab69cb5f77dfed28d4aa092690935c794"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/822dc85ab69cb5f77dfed28d4aa092690935c794",
|
||
"reference": "822dc85ab69cb5f77dfed28d4aa092690935c794",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"paypal/paypalhttp": "1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^5.7"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
|
||
"Sample\\": "samples/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PayPal",
|
||
"homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
|
||
}
|
||
],
|
||
"description": "PayPal's PHP SDK for Checkout REST APIs",
|
||
"homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
|
||
"keywords": [
|
||
"checkout",
|
||
"orders",
|
||
"payments",
|
||
"paypal",
|
||
"rest",
|
||
"sdk"
|
||
],
|
||
"time": "2020-01-10T01:45:42+00:00"
|
||
},
|
||
{
|
||
"name": "paypal/paypalhttp",
|
||
"version": "1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/paypal/paypalhttp_php.git",
|
||
"reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/1ad9b846a046f09d6135cbf2cbaa7701bbc630a3",
|
||
"reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-curl": "*"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^5.7",
|
||
"wiremock-php/wiremock-php": "1.43.2"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PayPalHttp\\": "lib/PayPalHttp"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PayPal",
|
||
"homepage": "https://github.com/paypal/paypalhttp_php/contributors"
|
||
}
|
||
],
|
||
"time": "2019-11-06T21:27:12+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/barcode",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/barcode.git",
|
||
"reference": "4cf61cb411c86811f1b08605166ec9297858bd24"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/barcode/zipball/4cf61cb411c86811f1b08605166ec9297858bd24",
|
||
"reference": "4cf61cb411c86811f1b08605166ec9297858bd24",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhalApi\\BarCode\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "PhalApi 2.x 扩展类库:条形码扩展,基于barcodegen实现。",
|
||
"homepage": "https://www.phalapi.net/",
|
||
"keywords": [
|
||
"barcode",
|
||
"phalapi",
|
||
"phalapi-barcode",
|
||
"条形码"
|
||
],
|
||
"time": "2018-01-18T14:59:35+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/cli",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/cli.git",
|
||
"reference": "c5df41e5fa483ad5990296421cde808a0d29f36f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/cli/zipball/c5df41e5fa483ad5990296421cde808a0d29f36f",
|
||
"reference": "c5df41e5fa483ad5990296421cde808a0d29f36f",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhalApi\\CLI\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "PhalApi 2.x 扩展类库 - CLI命令行,可用于开发命令行应用,基于GetOpt,主要作用是将命令参数进行解析和处理。",
|
||
"homepage": "https://www.phalapi.net/",
|
||
"keywords": [
|
||
"cli",
|
||
"phalapi",
|
||
"phalapi-cli"
|
||
],
|
||
"time": "2019-03-30T15:41:41+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/kernal",
|
||
"version": "2.17.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/kernal.git",
|
||
"reference": "d415a5e13ac57e8f1cd04a7425b61397d4f28131"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/kernal/zipball/d415a5e13ac57e8f1cd04a7425b61397d4f28131",
|
||
"reference": "d415a5e13ac57e8f1cd04a7425b61397d4f28131",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"phalapi/notorm": "2.*.*",
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/bootstrap.php",
|
||
"src/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"PhalApi\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
},
|
||
{
|
||
"name": "kwan",
|
||
"email": "303198069@qq.com",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "PhalApi 2.x 框架核心部分。",
|
||
"homepage": "https://www.phalapi.net/",
|
||
"keywords": [
|
||
"api",
|
||
"framework",
|
||
"phalapi"
|
||
],
|
||
"time": "2020-12-05T03:54:25+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/notorm",
|
||
"version": "2.10.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/notorm.git",
|
||
"reference": "337cac09d3563a325d574298b87c6a7a5f8f759f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/notorm/zipball/337cac09d3563a325d574298b87c6a7a5f8f759f",
|
||
"reference": "337cac09d3563a325d574298b87c6a7a5f8f759f",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhalApi\\NotORM\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "基于NotORM类库的优化版本,专门用于PhalApi 2.x 开源接口框架。",
|
||
"homepage": "http://www.phalapi.net",
|
||
"keywords": [
|
||
"api",
|
||
"notorm",
|
||
"phalapi"
|
||
],
|
||
"time": "2020-03-10T11:52:02+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/pinyin",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/pinyin.git",
|
||
"reference": "f52e2efda379235a07ec8a2bfe87f7b43238b1ad"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/pinyin/zipball/f52e2efda379235a07ec8a2bfe87f7b43238b1ad",
|
||
"reference": "f52e2efda379235a07ec8a2bfe87f7b43238b1ad",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"overtrue/pinyin": "~3.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhalApi\\Pinyin\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "PhalApi 2.x 拼音扩展,基于overtrue/pinyin实现。",
|
||
"homepage": "https://www.phalapi.net/",
|
||
"keywords": [
|
||
"Pinyin",
|
||
"phalapi",
|
||
"phalapi-pinyin",
|
||
"拼音"
|
||
],
|
||
"time": "2017-11-22T13:21:32+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/qrcode",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/qrcode.git",
|
||
"reference": "cbb3c5f3f95a7902b0a72786a77495ada0c006b7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/qrcode/zipball/cbb3c5f3f95a7902b0a72786a77495ada0c006b7",
|
||
"reference": "cbb3c5f3f95a7902b0a72786a77495ada0c006b7",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhalApi\\QrCode\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "PhalApi 2.x 扩展类库:基于QRCode实现的二维码扩展",
|
||
"homepage": "https://www.phalapi.net/",
|
||
"keywords": [
|
||
"phalapi",
|
||
"phalapi-qrcode",
|
||
"qrcode",
|
||
"二维码"
|
||
],
|
||
"time": "2017-12-29T12:03:03+00:00"
|
||
},
|
||
{
|
||
"name": "phalapi/task",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/phalapi/task.git",
|
||
"reference": "552421219a3097a81c576fc2607d96894d489def"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/phalapi/task/zipball/552421219a3097a81c576fc2607d96894d489def",
|
||
"reference": "552421219a3097a81c576fc2607d96894d489def",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhalApi\\Task\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"GPL-3.0+"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Dogstar Huang",
|
||
"email": "chanzonghuang@gmail.com",
|
||
"homepage": "http://my.oschina.net/dogstar",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "PhalApi 2.x 扩展类库 - Task计划任务,以接口服务形式实现的新型计划任务。",
|
||
"homepage": "https://www.phalapi.net/",
|
||
"keywords": [
|
||
"phalapi",
|
||
"phalapi-task",
|
||
"task"
|
||
],
|
||
"time": "2018-04-24T14:25:40+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/invoker",
|
||
"version": "2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/Invoker.git",
|
||
"reference": "992fec6c56f2d1ad1ad5fee28267867c85bfb8f9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/992fec6c56f2d1ad1ad5fee28267867c85bfb8f9",
|
||
"reference": "992fec6c56f2d1ad1ad5fee28267867c85bfb8f9",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.3",
|
||
"psr/container": "~1.0"
|
||
},
|
||
"require-dev": {
|
||
"athletic/athletic": "~0.1.8",
|
||
"mnapoli/hard-mode": "~0.3.0",
|
||
"phpunit/phpunit": "^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Invoker\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "Generic and extensible callable invoker",
|
||
"homepage": "https://github.com/PHP-DI/Invoker",
|
||
"keywords": [
|
||
"callable",
|
||
"dependency",
|
||
"dependency-injection",
|
||
"injection",
|
||
"invoke",
|
||
"invoker"
|
||
],
|
||
"time": "2021-01-15T10:25:40+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/php-di",
|
||
"version": "6.3.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
||
"reference": "da8e476cafc8011477e2ec9fd2e4706947758af2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/da8e476cafc8011477e2ec9fd2e4706947758af2",
|
||
"reference": "da8e476cafc8011477e2ec9fd2e4706947758af2",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"opis/closure": "^3.5.5",
|
||
"php": ">=7.2.0",
|
||
"php-di/invoker": "^2.0",
|
||
"php-di/phpdoc-reader": "^2.0.1",
|
||
"psr/container": "^1.0"
|
||
},
|
||
"provide": {
|
||
"psr/container-implementation": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/annotations": "~1.2",
|
||
"friendsofphp/php-cs-fixer": "^2.4",
|
||
"mnapoli/phpunit-easymock": "^1.2",
|
||
"ocramius/proxy-manager": "^2.0.2",
|
||
"phpstan/phpstan": "^0.12",
|
||
"phpunit/phpunit": "^8.5|^9.0"
|
||
},
|
||
"suggest": {
|
||
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
||
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"DI\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "The dependency injection container for humans",
|
||
"homepage": "https://php-di.org/",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interop",
|
||
"dependency injection",
|
||
"di",
|
||
"ioc",
|
||
"psr11"
|
||
],
|
||
"time": "2021-05-01T16:26:47+00:00"
|
||
},
|
||
{
|
||
"name": "php-di/phpdoc-reader",
|
||
"version": "2.2.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHP-DI/PhpDocReader.git",
|
||
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
||
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0"
|
||
},
|
||
"require-dev": {
|
||
"mnapoli/hard-mode": "~0.3.0",
|
||
"phpunit/phpunit": "^8.5|^9.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"PhpDocReader\\": "src/PhpDocReader"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
|
||
"keywords": [
|
||
"phpdoc",
|
||
"reflection"
|
||
],
|
||
"time": "2020-10-12T12:39:22+00:00"
|
||
},
|
||
{
|
||
"name": "psr/container",
|
||
"version": "1.1.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Container\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||
"homepage": "https://github.com/php-fig/container",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interface",
|
||
"container-interop",
|
||
"psr"
|
||
],
|
||
"time": "2021-03-05T17:36:06+00:00"
|
||
},
|
||
{
|
||
"name": "psr/event-dispatcher",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/event-dispatcher.git",
|
||
"reference": "aa4f89e91c423b516ff226c50dc83f824011c253"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/aa4f89e91c423b516ff226c50dc83f824011c253",
|
||
"reference": "aa4f89e91c423b516ff226c50dc83f824011c253",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.0"
|
||
},
|
||
"suggest": {
|
||
"fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\EventDispatcher\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Standard interfaces for event handling.",
|
||
"keywords": [
|
||
"events",
|
||
"psr",
|
||
"psr-14"
|
||
],
|
||
"time": "2021-02-08T21:15:39+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-client",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-client.git",
|
||
"reference": "22b2ef5687f43679481615605d7a15c557ce85b1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/22b2ef5687f43679481615605d7a15c557ce85b1",
|
||
"reference": "22b2ef5687f43679481615605d7a15c557ce85b1",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^7.0 || ^8.0",
|
||
"psr/http-message": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Client\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP clients",
|
||
"homepage": "https://github.com/php-fig/http-client",
|
||
"keywords": [
|
||
"http",
|
||
"http-client",
|
||
"psr",
|
||
"psr-18"
|
||
],
|
||
"time": "2020-09-19T09:12:31+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-factory",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-factory.git",
|
||
"reference": "36fa03d50ff82abcae81860bdaf4ed9a1510c7cd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/36fa03d50ff82abcae81860bdaf4ed9a1510c7cd",
|
||
"reference": "36fa03d50ff82abcae81860bdaf4ed9a1510c7cd",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.0.0",
|
||
"psr/http-message": "^1.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Http\\Message\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
||
"keywords": [
|
||
"factory",
|
||
"http",
|
||
"message",
|
||
"psr",
|
||
"psr-17",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"time": "2020-09-17T16:52:55+00:00"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
|
||
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
|
||
"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"
|
||
],
|
||
"time": "2019-08-29T13:16:46+00:00"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Log\\": "Psr/Log/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for logging libraries",
|
||
"homepage": "https://github.com/php-fig/log",
|
||
"keywords": [
|
||
"log",
|
||
"psr",
|
||
"psr-3"
|
||
],
|
||
"time": "2021-05-03T11:20:27+00:00"
|
||
},
|
||
{
|
||
"name": "ralouphie/getallheaders",
|
||
"version": "3.0.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ralouphie/getallheaders.git",
|
||
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
||
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
||
"shasum": "",
|
||
"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.",
|
||
"time": "2019-03-08T08:55:37+00:00"
|
||
},
|
||
{
|
||
"name": "riverslei/payment",
|
||
"version": "v4.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/helei112g/payment.git",
|
||
"reference": "e8b0fdd2566d75c82686737fd14856c1e3006b75"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/helei112g/payment/zipball/e8b0fdd2566d75c82686737fd14856c1e3006b75",
|
||
"reference": "e8b0fdd2566d75c82686737fd14856c1e3006b75",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-bcmath": "*",
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.6"
|
||
},
|
||
"require-dev": {
|
||
"endroid/qrcode": "~1.9"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Payment\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "helei",
|
||
"email": "dayugog@gmail.com",
|
||
"homepage": "https://helei112g.github.io/categories/payment-3/"
|
||
}
|
||
],
|
||
"description": "支付宝支付、微信支付、招商一网通支付php SDK。方便快速接入,最完整的开源支付 php sdk",
|
||
"homepage": "https://helei112g.github.io/categories/payment-3/",
|
||
"keywords": [
|
||
"alipay",
|
||
"weixin",
|
||
"一网通",
|
||
"微信支付",
|
||
"招商一网通",
|
||
"支付宝支付",
|
||
"集成支付接口SDK"
|
||
],
|
||
"time": "2017-07-05T15:13:35+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/deprecation-contracts",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
|
||
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.4-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"function.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "A generic function and convention to trigger deprecation notices",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2021-03-23T23:28:01+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher",
|
||
"version": "5.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||
"reference": "ff708cb53cbd8ff44d1f327d3169a4a75f0a7647"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ff708cb53cbd8ff44d1f327d3169a4a75f0a7647",
|
||
"reference": "ff708cb53cbd8ff44d1f327d3169a4a75f0a7647",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/deprecation-contracts": "^2.1",
|
||
"symfony/event-dispatcher-contracts": "^2",
|
||
"symfony/polyfill-php80": "^1.15"
|
||
},
|
||
"conflict": {
|
||
"symfony/dependency-injection": "<4.4"
|
||
},
|
||
"provide": {
|
||
"psr/event-dispatcher-implementation": "1.0",
|
||
"symfony/event-dispatcher-implementation": "2.0"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "~1.0",
|
||
"symfony/config": "^4.4|^5.0",
|
||
"symfony/dependency-injection": "^4.4|^5.0",
|
||
"symfony/error-handler": "^4.4|^5.0",
|
||
"symfony/expression-language": "^4.4|^5.0",
|
||
"symfony/http-foundation": "^4.4|^5.0",
|
||
"symfony/service-contracts": "^1.1|^2",
|
||
"symfony/stopwatch": "^4.4|^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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2021-03-23T17:57:16+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/event-dispatcher-contracts",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||
"reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
|
||
"reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"psr/event-dispatcher": "^1"
|
||
},
|
||
"suggest": {
|
||
"symfony/event-dispatcher-implementation": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.4-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"
|
||
],
|
||
"time": "2021-03-23T23:28:01+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/finder",
|
||
"version": "5.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/finder.git",
|
||
"reference": "ccccb9d48ca42757dd12f2ca4bf857a4e217d90d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/finder/zipball/ccccb9d48ca42757dd12f2ca4bf857a4e217d90d",
|
||
"reference": "ccccb9d48ca42757dd12f2ca4bf857a4e217d90d",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Finder\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Finds files and directories via an intuitive fluent interface",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2021-05-16T13:07:46+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/http-foundation",
|
||
"version": "5.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/http-foundation.git",
|
||
"reference": "aa02fc063bc72f2505d90623665c866691acb70f"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/aa02fc063bc72f2505d90623665c866691acb70f",
|
||
"reference": "aa02fc063bc72f2505d90623665c866691acb70f",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/deprecation-contracts": "^2.1",
|
||
"symfony/polyfill-mbstring": "~1.1",
|
||
"symfony/polyfill-php80": "^1.15"
|
||
},
|
||
"require-dev": {
|
||
"predis/predis": "~1.0",
|
||
"symfony/cache": "^4.4|^5.0",
|
||
"symfony/expression-language": "^4.4|^5.0",
|
||
"symfony/mime": "^4.4|^5.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/mime": "To use the file extension guesser"
|
||
},
|
||
"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": "Defines an object-oriented layer for the HTTP specification",
|
||
"homepage": "https://symfony.com",
|
||
"time": "2021-05-07T14:34:05+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "9ad2f3c9de0273812c616fdf96070a129c3defcb"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9ad2f3c9de0273812c616fdf96070a129c3defcb",
|
||
"reference": "9ad2f3c9de0273812c616fdf96070a129c3defcb",
|
||
"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.23-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"
|
||
],
|
||
"time": "2021-04-23T08:04:02+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php80",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
|
||
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
|
||
"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.23-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"
|
||
],
|
||
"time": "2021-02-19T12:13:01+00:00"
|
||
},
|
||
{
|
||
"name": "yansongda/pay",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/yansongda/pay.git",
|
||
"reference": "4f72d684ffedf8eae8876db454b612d0bada0d7e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/yansongda/pay/zipball/4f72d684ffedf8eae8876db454b612d0bada0d7e",
|
||
"reference": "4f72d684ffedf8eae8876db454b612d0bada0d7e",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-libxml": "*",
|
||
"ext-openssl": "*",
|
||
"ext-simplexml": "*",
|
||
"php": ">=7.3",
|
||
"php-di/php-di": "^6.0",
|
||
"symfony/event-dispatcher": "^5.0",
|
||
"symfony/http-foundation": "^5.0.7",
|
||
"yansongda/supports": "^3.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^2.15",
|
||
"mockery/mockery": "^1.4",
|
||
"phpunit/phpunit": "^9.0",
|
||
"symfony/var-dumper": "^5.1"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Yansongda\\Pay\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yansongda",
|
||
"email": "me@yansongda.cn"
|
||
}
|
||
],
|
||
"description": "专注 Alipay 和 WeChat 的支付扩展包",
|
||
"keywords": [
|
||
"alipay",
|
||
"pay",
|
||
"wechat"
|
||
],
|
||
"time": "2021-05-17T05:11:41+00:00"
|
||
},
|
||
{
|
||
"name": "yansongda/supports",
|
||
"version": "v3.0.4",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/yansongda/supports.git",
|
||
"reference": "70651b0ff931099224a1fa641c4f0d7c121f43a3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/yansongda/supports/zipball/70651b0ff931099224a1fa641c4f0d7c121f43a3",
|
||
"reference": "70651b0ff931099224a1fa641c4f0d7c121f43a3",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"guzzlehttp/guzzle": "^7.0",
|
||
"monolog/monolog": "^2.0",
|
||
"php": ">=7.2"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^2.15",
|
||
"phpunit/phpunit": "^7.5",
|
||
"predis/predis": "^1.1",
|
||
"symfony/console": "^5.1"
|
||
},
|
||
"suggest": {
|
||
"predis/predis": "Allows to use throttle feature",
|
||
"symfony/console": "Use stdout logger"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Yansongda\\Supports\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yansongda",
|
||
"email": "me@yansongda.cn"
|
||
}
|
||
],
|
||
"description": "common components",
|
||
"keywords": [
|
||
"Guzzle",
|
||
"array",
|
||
"collection",
|
||
"config",
|
||
"http",
|
||
"support",
|
||
"throttle"
|
||
],
|
||
"time": "2021-02-21T10:27:07+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "dev",
|
||
"stability-flags": {
|
||
"phalapi/qrcode": 20,
|
||
"phalapi/cli": 20,
|
||
"phalapi/pinyin": 20,
|
||
"phalapi/barcode": 20,
|
||
"lmxdawn/php-jwt": 20,
|
||
"phalapi/task": 20,
|
||
"itbdw/ip-database": 20,
|
||
"alibabacloud/client": 20,
|
||
"gregwar/captcha": 20,
|
||
"aliyuncs/oss-sdk-php": 20,
|
||
"yansongda/pay": 20,
|
||
"paypal/paypal-checkout-sdk": 20
|
||
},
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": ">=5.3.3"
|
||
},
|
||
"platform-dev": []
|
||
}
|