123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089 |
- {
- "_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": "da627ba0e0d08b19a691123eb06ea664",
- "packages": [
- {
- "name": "adbario/php-dot-notation",
- "version": "2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/adbario/php-dot-notation.git",
- "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
- "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "php": ">=5.5"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0|^5.0|^6.0",
- "squizlabs/php_codesniffer": "^3.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/helpers.php"
- ],
- "psr-4": {
- "Adbar\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Riku Särkinen",
- "email": "riku@adbar.io"
- }
- ],
- "description": "PHP dot notation access to arrays",
- "homepage": "https://github.com/adbario/php-dot-notation",
- "keywords": [
- "ArrayAccess",
- "dotnotation"
- ],
- "time": "2019-01-01T23:59:15+00:00"
- },
- {
- "name": "alibabacloud/client",
- "version": "1.5.20",
- "source": {
- "type": "git",
- "url": "https://github.com/aliyun/openapi-sdk-php-client.git",
- "reference": "e18c5d79072417250f6faf0c1c8ca8bd3fd73f2b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aliyun/openapi-sdk-php-client/zipball/e18c5d79072417250f6faf0c1c8ca8bd3fd73f2b",
- "reference": "e18c5d79072417250f6faf0c1c8ca8bd3fd73f2b",
- "shasum": ""
- },
- "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",
- "mtdowling/jmespath.php": "^2.4",
- "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": "^4.8.35|^5.4.3",
- "psr/cache": "^1.0",
- "symfony/dotenv": "^3.4",
- "symfony/var-dumper": "^3.4"
- },
- "suggest": {
- "ext-sockets": "To use client-side monitoring"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "AlibabaCloud\\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": "2019-12-30T01:59:20+00:00"
- },
- {
- "name": "clagiordano/weblibs-configmanager",
- "version": "v1.0.7",
- "source": {
- "type": "git",
- "url": "https://github.com/clagiordano/weblibs-configmanager.git",
- "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/clagiordano/weblibs-configmanager/zipball/6ef4c27354368deb2f54b39bbe06601da8c873a0",
- "reference": "6ef4c27354368deb2f54b39bbe06601da8c873a0",
- "shasum": ""
- },
- "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": "2019-09-25T22:10:10+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": ""
- },
- "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": "guzzlehttp/guzzle",
- "version": "6.5.2",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
- "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "guzzlehttp/promises": "^1.0",
- "guzzlehttp/psr7": "^1.6.1",
- "php": ">=5.5"
- },
- "require-dev": {
- "ext-curl": "*",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
- "psr/log": "^1.1"
- },
- "suggest": {
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
- "psr/log": "Required for using the Log middleware"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "6.5-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library",
- "homepage": "http://guzzlephp.org/",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "rest",
- "web service"
- ],
- "time": "2019-12-23T11:57:10+00:00"
- },
- {
- "name": "guzzlehttp/promises",
- "version": "v1.3.1",
- "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"
- },
- "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": "2016-12-20T10:07:11+00:00"
- },
- {
- "name": "guzzlehttp/psr7",
- "version": "1.6.1",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/psr7.git",
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0",
- "psr/http-message": "~1.0",
- "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
- },
- "provide": {
- "psr/http-message-implementation": "1.0"
- },
- "require-dev": {
- "ext-zlib": "*",
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
- },
- "suggest": {
- "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Psr7\\": "src/"
- },
- "files": [
- "src/functions_include.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Tobias Schultze",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "description": "PSR-7 message implementation that also provides common utility methods",
- "keywords": [
- "http",
- "message",
- "psr-7",
- "request",
- "response",
- "stream",
- "uri",
- "url"
- ],
- "time": "2019-07-01T23:21:34+00:00"
- },
- {
- "name": "mtdowling/jmespath.php",
- "version": "2.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jmespath/jmespath.php.git",
- "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
- "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "bin": [
- "bin/jp.php"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0-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": "2016-12-03T22:08:25+00:00"
- },
- {
- "name": "psr/http-message",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
- "shasum": ""
- },
- "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": "2016-08-06T14:39:51+00:00"
- },
- {
- "name": "ralouphie/getallheaders",
- "version": "3.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/ralouphie/getallheaders.git",
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpunit": "^5 || ^6.5"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/getallheaders.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ralph Khattar",
- "email": "ralph.khattar@gmail.com"
- }
- ],
- "description": "A polyfill for getallheaders.",
- "time": "2019-03-08T08:55:37+00:00"
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "v1.13.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
- "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.13-dev"
- }
- },
- "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": "2019-11-27T14:18:11+00:00"
- },
- {
- "name": "topthink/framework",
- "version": "v5.0.21",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "60e38a040b31885ade6887208d1429ac4052f623"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/framework/zipball/60e38a040b31885ade6887208d1429ac4052f623",
- "reference": "60e38a040b31885ade6887208d1429ac4052f623",
- "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.*"
- },
- "type": "think-framework",
- "autoload": {
- "psr-4": {
- "think\\": "library/think"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "description": "the new thinkphp framework",
- "homepage": "http://thinkphp.cn/",
- "keywords": [
- "framework",
- "orm",
- "thinkphp"
- ],
- "time": "2018-08-23T09:38:39+00:00"
- },
- {
- "name": "topthink/think-captcha",
- "version": "v1.0.7",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-captcha.git",
- "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
- "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "think\\captcha\\": "src/"
- },
- "files": [
- "src/helper.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "captcha package for thinkphp5",
- "time": "2016-07-06T01:47:11+00:00"
- },
- {
- "name": "topthink/think-helper",
- "version": "v1.0.6",
- "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": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "think\\helper\\": "src"
- },
- "files": [
- "src/helper.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "The ThinkPHP5 Helper Package",
- "time": "2017-04-05T07:15:37+00:00"
- },
- {
- "name": "topthink/think-image",
- "version": "v1.0.7",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-image.git",
- "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
- "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
- "shasum": ""
- },
- "require": {
- "ext-gd": "*"
- },
- "require-dev": {
- "phpunit/phpunit": "4.8.*",
- "topthink/framework": "^5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "think\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "description": "The ThinkPHP5 Image Package",
- "time": "2016-09-29T06:05:43+00:00"
- },
- {
- "name": "topthink/think-installer",
- "version": "v1.0.12",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-installer.git",
- "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
- "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
- "shasum": ""
- },
- "require": {
- "composer-plugin-api": "^1.0"
- },
- "require-dev": {
- "composer/composer": "1.0.*@dev"
- },
- "type": "composer-plugin",
- "extra": {
- "class": "think\\composer\\Plugin"
- },
- "autoload": {
- "psr-4": {
- "think\\composer\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "time": "2017-05-27T06:58:09+00:00"
- },
- {
- "name": "topthink/think-migration",
- "version": "v1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-migration.git",
- "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-migration/zipball/8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
- "reference": "8e489f8d38a39876690c0e00fcf9a54ae92c4d3d",
- "shasum": ""
- },
- "require-dev": {
- "topthink/framework": "^5.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Phinx\\": "phinx/src/Phinx",
- "think\\migration\\": "src"
- },
- "files": [
- "src/config.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "time": "2017-03-31T06:33:23+00:00"
- },
- {
- "name": "topthink/think-mongo",
- "version": "v1.8.5",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-mongo.git",
- "reference": "657cc79bd5f090a58b0cc83776073dd69c83a3d1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-mongo/zipball/657cc79bd5f090a58b0cc83776073dd69c83a3d1",
- "reference": "657cc79bd5f090a58b0cc83776073dd69c83a3d1",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "think\\mongo\\": "src"
- },
- "files": []
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "description": "mongodb driver for thinkphp5",
- "time": "2018-06-03T01:51:27+00:00"
- },
- {
- "name": "topthink/think-oracle",
- "version": "v1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-oracle.git",
- "reference": "89a049e876167030b489322f691aed00799fd68f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-oracle/zipball/89a049e876167030b489322f691aed00799fd68f",
- "reference": "89a049e876167030b489322f691aed00799fd68f",
- "shasum": ""
- },
- "require": {
- "topthink/framework": "~5.0.17"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "think\\oracle\\": "src"
- },
- "files": []
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "description": "Oracle driver for thinkphp5",
- "time": "2018-04-14T00:52:34+00:00"
- },
- {
- "name": "topthink/think-queue",
- "version": "v1.1.5",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-queue.git",
- "reference": "465320c9cb7811df22d4ff8f29f58ead7d104348"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-queue/zipball/465320c9cb7811df22d4ff8f29f58ead7d104348",
- "reference": "465320c9cb7811df22d4ff8f29f58ead7d104348",
- "shasum": ""
- },
- "require": {
- "topthink/think-helper": ">=1.0.4",
- "topthink/think-installer": ">=1.0.10"
- },
- "type": "think-extend",
- "extra": {
- "think-config": {
- "queue": "src/config.php"
- }
- },
- "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",
- "time": "2018-05-04T05:29:53+00:00"
- },
- {
- "name": "topthink/think-worker",
- "version": "v1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-worker.git",
- "reference": "b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/top-think/think-worker/zipball/b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1",
- "reference": "b609ff5e38dbb7194aab027d2b2c6b31a7ed1bd1",
- "shasum": ""
- },
- "require": {
- "workerman/workerman": "^3.3.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "think\\worker\\": "src"
- },
- "files": []
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "description": "workerman extend for thinkphp5",
- "time": "2016-10-08T06:07:03+00:00"
- },
- {
- "name": "workerman/workerman",
- "version": "v3.5.14",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/Workerman.git",
- "reference": "6d70996b2b4ec94000e807246aca0e861c9601d8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/Workerman/zipball/6d70996b2b4ec94000e807246aca0e861c9601d8",
- "reference": "6d70996b2b4ec94000e807246aca0e861c9601d8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "suggest": {
- "ext-event": "For better performance. "
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Workerman\\": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "walkor",
- "email": "walkor@workerman.net",
- "homepage": "http://www.workerman.net",
- "role": "Developer"
- }
- ],
- "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
- "homepage": "http://www.workerman.net",
- "keywords": [
- "asynchronous",
- "event-loop"
- ],
- "time": "2018-08-04T12:41:54+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.4.0"
- },
- "platform-dev": []
- }
|