| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993 |
- {
- "packages": [
- {
- "name": "guzzlehttp/guzzle",
- "version": "6.3.3",
- "version_normalized": "6.3.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
- },
- "dist": {
- "type": "zip",
- "url": "https://repo.huaweicloud.com/repository/php/guzzlehttp/guzzle/6.3.3/guzzlehttp-guzzle-6.3.3.zip",
- "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/promises": "^1.0",
- "guzzlehttp/psr7": "^1.4",
- "php": ">=5.5"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
- "psr/log": "^1.0"
- },
- "suggest": {
- "psr/log": "Required for using the Log middleware"
- },
- "time": "2018-04-22T15:46:56+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.3-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/functions_include.php"
- ],
- "psr-4": {
- "GuzzleHttp\\": "src/"
- }
- },
- "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"
- ],
- "install-path": "../guzzlehttp/guzzle"
- },
- {
- "name": "guzzlehttp/promises",
- "version": "v1.3.1",
- "version_normalized": "1.3.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/promises.git",
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0"
- },
- "time": "2016-12-20T10:07:11+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "installation-source": "dist",
- "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"
- ],
- "install-path": "../guzzlehttp/promises"
- },
- {
- "name": "guzzlehttp/psr7",
- "version": "1.4.2",
- "version_normalized": "1.4.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/psr7.git",
- "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
- "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0",
- "psr/http-message": "~1.0"
- },
- "provide": {
- "psr/http-message-implementation": "1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "time": "2017-03-20T17:10:46+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "installation-source": "dist",
- "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",
- "request",
- "response",
- "stream",
- "uri",
- "url"
- ],
- "install-path": "../guzzlehttp/psr7"
- },
- {
- "name": "hashids/hashids",
- "version": "4.1.0",
- "version_normalized": "4.1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/vinkla/hashids.git",
- "reference": "8cab111f78e0bd9c76953b082919fc9e251761be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be",
- "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "ext-mbstring": "*",
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.0 || ^9.4",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "suggest": {
- "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
- "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
- },
- "time": "2020-11-26T19:24:33+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.1-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Hashids\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ivan Akimov",
- "email": "ivan@barreleye.com"
- },
- {
- "name": "Vincent Klaiber",
- "email": "hello@doubledip.se"
- }
- ],
- "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
- "homepage": "https://hashids.org/php",
- "keywords": [
- "bitly",
- "decode",
- "encode",
- "hash",
- "hashid",
- "hashids",
- "ids",
- "obfuscate",
- "youtube"
- ],
- "support": {
- "issues": "https://github.com/vinkla/hashids/issues",
- "source": "https://github.com/vinkla/hashids/tree/4.1.0"
- },
- "install-path": "../hashids/hashids"
- },
- {
- "name": "huaweicloud/huaweicloud-sdk-php",
- "version": "3.0.56-rc",
- "version_normalized": "3.0.56.0-RC",
- "source": {
- "type": "git",
- "url": "https://github.com/huaweicloud/huaweicloud-sdk-php-v3.git",
- "reference": "cd5c6e0ae53ada7ca6c6d37171e506f0b880bad3"
- },
- "dist": {
- "type": "zip",
- "url": "https://repo.huaweicloud.com/repository/php/huaweicloud/huaweicloud-sdk-php/3.0.56-rc/huaweicloud-huaweicloud-sdk-php-3.0.56-rc.zip",
- "reference": "cd5c6e0ae53ada7ca6c6d37171e506f0b880bad3",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": ">=6.3.0",
- "guzzlehttp/promises": ">=1.3.1",
- "guzzlehttp/psr7": ">=1.4.2",
- "monolog/monolog": ">=1.23.0",
- "php": ">=5.6.0",
- "psr/http-message": ">=1.0.1"
- },
- "time": "2022-08-15T06:40:59+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "HuaweiCloud\\SDK\\": "Services/",
- "HuaweiCloud\\SDK\\Core\\": "Core/src/"
- }
- },
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "HuaweiCloud_SDK",
- "email": "hwcloudsdk@huawei.com",
- "homepage": "https://sdkcenter.developer.huaweicloud.com/?language=PHP"
- }
- ],
- "description": "Huawei Cloud SDK for PHP",
- "keywords": [
- "api",
- "php",
- "rest",
- "sdk"
- ],
- "install-path": "../huaweicloud/huaweicloud-sdk-php"
- },
- {
- "name": "monolog/monolog",
- "version": "1.23.0",
- "version_normalized": "1.23.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
- "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "psr/log": "~1.0"
- },
- "provide": {
- "psr/log-implementation": "1.0.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
- "doctrine/couchdb": "~1.0@dev",
- "graylog2/gelf-php": "~1.0",
- "jakub-onderka/php-parallel-lint": "0.9",
- "php-amqplib/php-amqplib": "~2.4",
- "php-console/php-console": "^3.1.3",
- "phpunit/phpunit": "~4.5",
- "phpunit/phpunit-mock-objects": "2.3.0",
- "ruflin/elastica": ">=0.90 <3.0",
- "sentry/sentry": "^0.13",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mongo": "Allow sending log messages to a MongoDB server",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
- "sentry/sentry": "Allow sending log messages to a Sentry server"
- },
- "time": "2017-06-19T01:22:40+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "http://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ],
- "install-path": "../monolog/monolog"
- },
- {
- "name": "overtrue/pinyin",
- "version": "3.0.6",
- "version_normalized": "3.0.6.0",
- "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": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.8"
- },
- "time": "2017-07-10T07:20:01+00:00",
- "type": "library",
- "installation-source": "dist",
- "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"
- ],
- "install-path": "../overtrue/pinyin"
- },
- {
- "name": "phpmailer/phpmailer",
- "version": "v6.0.3",
- "version_normalized": "6.0.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
- "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "ext-filter": "*",
- "php": ">=5.5.0"
- },
- "require-dev": {
- "doctrine/annotations": "1.2.*",
- "friendsofphp/php-cs-fixer": "^2.2",
- "phpdocumentor/phpdocumentor": "2.*",
- "phpunit/phpunit": "^4.8 || ^5.7",
- "zendframework/zend-eventmanager": "3.0.*",
- "zendframework/zend-i18n": "2.7.3",
- "zendframework/zend-serializer": "2.7.*"
- },
- "suggest": {
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
- "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
- "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
- "psr/log": "For optional PSR-3 debug logging",
- "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
- "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
- },
- "time": "2018-01-05T13:19:58+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "PHPMailer\\PHPMailer\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Jim Jagielski",
- "email": "jimjag@gmail.com"
- },
- {
- "name": "Marcus Bointon",
- "email": "phpmailer@synchromedia.co.uk"
- },
- {
- "name": "Andy Prevost",
- "email": "codeworxtech@users.sourceforge.net"
- },
- {
- "name": "Brent R. Matzelle"
- }
- ],
- "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
- "install-path": "../phpmailer/phpmailer"
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "version_normalized": "1.0.1.0",
- "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": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2016-08-06T14:39:51+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ],
- "install-path": "../psr/http-message"
- },
- {
- "name": "psr/log",
- "version": "1.0.2",
- "version_normalized": "1.0.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
- "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "time": "2016-10-10T12:19:37+00:00",
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "install-path": "../psr/log"
- },
- {
- "name": "topthink/framework",
- "version": "v5.0.24",
- "version_normalized": "5.0.24.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
- },
- "dist": {
- "type": "zip",
- "url": "https://repo.huaweicloud.com/repository/php/topthink/framework/v5.0.24/topthink-framework-v5.0.24.zip",
- "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0",
- "topthink/think-installer": "~1.0"
- },
- "require-dev": {
- "johnkary/phpunit-speedtrap": "^1.0",
- "mikey179/vfsstream": "~1.6",
- "phpdocumentor/reflection-docblock": "^2.0",
- "phploc/phploc": "2.*",
- "phpunit/phpunit": "4.8.*",
- "sebastian/phpcpd": "2.*"
- },
- "time": "2019-01-11T08:04:58+00:00",
- "type": "think-framework",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "think\\": "library/think"
- }
- },
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "description": "the new thinkphp framework",
- "homepage": "http://thinkphp.cn/",
- "keywords": [
- "framework",
- "orm",
- "thinkphp"
- ],
- "install-path": "../../thinkphp"
- },
- {
- "name": "topthink/think-captcha",
- "version": "v1.0.8",
- "version_normalized": "1.0.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-captcha.git",
- "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
- "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "topthink/framework": "~5.0.0",
- "topthink/think-installer": ">=1.0.10"
- },
- "time": "2019-01-28T04:48:36+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/helper.php"
- ],
- "psr-4": {
- "think\\captcha\\": "src/"
- }
- },
- "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/master"
- },
- "install-path": "../topthink/think-captcha"
- },
- {
- "name": "topthink/think-helper",
- "version": "v1.0.6",
- "version_normalized": "1.0.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-helper.git",
- "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-helper/zipball/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
- "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
- "shasum": ""
- },
- "time": "2017-04-05T07:15:37+00:00",
- "type": "library",
- "installation-source": "dist",
- "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",
- "install-path": "../topthink/think-helper"
- },
- {
- "name": "topthink/think-installer",
- "version": "v1.0.14",
- "version_normalized": "1.0.14.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-installer.git",
- "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
- },
- "dist": {
- "type": "zip",
- "url": "https://repo.huaweicloud.com/repository/php/topthink/think-installer/v1.0.14/topthink-think-installer-v1.0.14.zip",
- "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0||^2.0"
- },
- "require-dev": {
- "composer/composer": "^1.0||^2.0"
- },
- "time": "2021-03-25T08:34:02+00:00",
- "type": "composer-plugin",
- "extra": {
- "class": "think\\composer\\Plugin"
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "think\\composer\\": "src"
- }
- },
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "install-path": "../topthink/think-installer"
- },
- {
- "name": "topthink/think-queue",
- "version": "v1.1.4",
- "version_normalized": "1.1.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-queue.git",
- "reference": "ad709611d516e13d6760234bc98e91faa901cae8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-queue/zipball/ad709611d516e13d6760234bc98e91faa901cae8",
- "reference": "ad709611d516e13d6760234bc98e91faa901cae8",
- "shasum": ""
- },
- "require": {
- "topthink/think-helper": ">=1.0.4",
- "topthink/think-installer": ">=1.0.10"
- },
- "time": "2017-06-25T00:49:56+00:00",
- "type": "think-extend",
- "extra": {
- "think-config": {
- "queue": "src/config.php"
- }
- },
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "think\\": "src"
- },
- "files": [
- "src/common.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "The ThinkPHP5 Queue Package",
- "install-path": "../topthink/think-queue"
- },
- {
- "name": "workerman/gatewayclient",
- "version": "v3.0.10",
- "version_normalized": "3.0.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/GatewayClient.git",
- "reference": "85ffc1ee84ca303d9c4c5efc2f5235d5d7031601"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/GatewayClient/zipball/85ffc1ee84ca303d9c4c5efc2f5235d5d7031601",
- "reference": "85ffc1ee84ca303d9c4c5efc2f5235d5d7031601",
- "shasum": ""
- },
- "time": "2018-06-08T03:57:05+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "GatewayClient\\": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net",
- "install-path": "../workerman/gatewayclient"
- },
- {
- "name": "yurunsoft/pay-sdk",
- "version": "v3.1.6",
- "version_normalized": "3.1.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Yurunsoft/PaySDK.git",
- "reference": "43aacd4577e579975006a47e656a1530806901a9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Yurunsoft/PaySDK/zipball/43aacd4577e579975006a47e656a1530806901a9",
- "reference": "43aacd4577e579975006a47e656a1530806901a9",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=5.5",
- "yurunsoft/yurun-http": "~4.0|~5.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "2.18.3"
- },
- "time": "2024-02-08T05:14:12+00:00",
- "bin": [
- "src/Weixin/Tool/CertificateDownloader.php"
- ],
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Yurun\\PaySDK\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。",
- "support": {
- "issues": "https://github.com/Yurunsoft/PaySDK/issues",
- "source": "https://github.com/Yurunsoft/PaySDK/tree/v3.1.6"
- },
- "install-path": "../yurunsoft/pay-sdk"
- },
- {
- "name": "yurunsoft/yurun-http",
- "version": "v5.0.1",
- "version_normalized": "5.0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Yurunsoft/YurunHttp.git",
- "reference": "df62abcb81166f4fa1a1eca426cd0b6792b0edce"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Yurunsoft/YurunHttp/zipball/df62abcb81166f4fa1a1eca426cd0b6792b0edce",
- "reference": "df62abcb81166f4fa1a1eca426cd0b6792b0edce",
- "shasum": "",
- "mirrors": [
- {
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
- "preferred": true
- }
- ]
- },
- "require": {
- "php": ">=7.1",
- "psr/http-message": "~1.0|~2.0",
- "psr/log": "~1.0|~2.0|~3.0"
- },
- "require-dev": {
- "monolog/monolog": "*",
- "phpunit/phpunit": ">=4 <9.7",
- "swoole/ide-helper": "^4.5",
- "workerman/workerman": "^4.0"
- },
- "time": "2024-01-17T02:20:44+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Yurun\\Util\\": "./src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "YurunHttp 是开源的 PHP HTTP 类库,支持链式操作,简单易用。支持 Curl、Swoole,支持 Http、Http2、WebSocket!",
- "support": {
- "issues": "https://github.com/Yurunsoft/YurunHttp/issues",
- "source": "https://github.com/Yurunsoft/YurunHttp/tree/v5.0.1"
- },
- "install-path": "../yurunsoft/yurun-http"
- }
- ],
- "dev": true,
- "dev-package-names": []
- }
|