123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499 |
- {
- "_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#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "92eab86981f913034625267940d7e455",
- "content-hash": "3428b381eb387b7decf39999545717d3",
- "packages": [
- {
- "name": "endroid/qrcode",
- "version": "1.9.3",
- "source": {
- "type": "git",
- "url": "https://github.com/endroid/QrCode.git",
- "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/endroid/QrCode/c9644bec2a9cc9318e98d1437de3c628dcd1ef93.zip",
- "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
- "shasum": ""
- },
- "require": {
- "ext-gd": "*",
- "php": ">=5.4",
- "symfony/options-resolver": "^2.3|^3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0|^5.0",
- "sensio/framework-extra-bundle": "^3.0",
- "symfony/browser-kit": "^2.3|^3.0",
- "symfony/framework-bundle": "^2.3|^3.0",
- "symfony/http-kernel": "^2.3|^3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Endroid\\QrCode\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jeroen van den Enden",
- "email": "info@endroid.nl",
- "homepage": "http://endroid.nl/"
- }
- ],
- "description": "Endroid QR Code",
- "homepage": "https://github.com/endroid/QrCode",
- "keywords": [
- "bundle",
- "code",
- "endroid",
- "qr",
- "qrcode",
- "symfony"
- ],
- "time": "2017-04-08 09:13:59"
- },
- {
- "name": "qiniu/php-sdk",
- "version": "v7.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/qiniu/php-sdk.git",
- "reference": "b91653485e36b4797d7a302cc86c49695e47a642"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/qiniu/php-sdk/b91653485e36b4797d7a302cc86c49695e47a642.zip",
- "reference": "b91653485e36b4797d7a302cc86c49695e47a642",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~2.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Qiniu\\": "src/Qiniu"
- },
- "files": [
- "src/Qiniu/functions.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Qiniu",
- "email": "sdk@qiniu.com",
- "homepage": "http://www.qiniu.com"
- }
- ],
- "description": "Qiniu Resource (Cloud) Storage SDK for PHP",
- "homepage": "http://developer.qiniu.com/",
- "keywords": [
- "cloud",
- "qiniu",
- "sdk",
- "storage"
- ],
- "time": "2016-11-18 02:57:31"
- },
- {
- "name": "symfony/options-resolver",
- "version": "v3.2.7",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/options-resolver.git",
- "reference": "6a19be85237fe8bbd4975f86942b4763bb0da6ca"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/symfony/options-resolver/6a19be85237fe8bbd4975f86942b4763bb0da6ca.zip",
- "reference": "6a19be85237fe8bbd4975f86942b4763bb0da6ca",
- "shasum": ""
- },
- "require": {
- "php": ">=5.5.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\OptionsResolver\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony OptionsResolver Component",
- "homepage": "https://symfony.com",
- "keywords": [
- "config",
- "configuration",
- "options"
- ],
- "time": "2017-03-21 21:44:32"
- },
- {
- "name": "topthink/framework",
- "version": "v5.0.7",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/framework.git",
- "reference": "bcf64f19f4fadbff6c8503891689ff7e6f2fe9a3"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/top-think/framework/bcf64f19f4fadbff6c8503891689ff7e6f2fe9a3.zip",
- "reference": "bcf64f19f4fadbff6c8503891689ff7e6f2fe9a3",
- "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": "2017-02-25 02:51:57"
- },
- {
- "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://files.phpcomposer.com/files/top-think/think-captcha/0c55455df26a1626a60d0dc35d2d89002b741d44.zip",
- "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-06 01:47:11"
- },
- {
- "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://files.phpcomposer.com/files/top-think/think-helper/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f.zip",
- "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-05 07:15:37"
- },
- {
- "name": "topthink/think-installer",
- "version": "v1.0.11",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-installer.git",
- "reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/top-think/think-installer/4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d.zip",
- "reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d",
- "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": "2016-12-01 09:08:45"
- },
- {
- "name": "topthink/think-mongo",
- "version": "v1.6",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-mongo.git",
- "reference": "1c6d29f58bd7caa8da088c167b4e65ddac621588"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/top-think/think-mongo/1c6d29f58bd7caa8da088c167b4e65ddac621588.zip",
- "reference": "1c6d29f58bd7caa8da088c167b4e65ddac621588",
- "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": "2017-02-13 07:17:51"
- },
- {
- "name": "topthink/think-queue",
- "version": "v1.1.3",
- "source": {
- "type": "git",
- "url": "https://github.com/top-think/think-queue.git",
- "reference": "07480c36381344bef9db9c9bbe3de28005a839d3"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/top-think/think-queue/07480c36381344bef9db9c9bbe3de28005a839d3.zip",
- "reference": "07480c36381344bef9db9c9bbe3de28005a839d3",
- "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": "2017-02-28 08:07:37"
- },
- {
- "name": "zoujingli/ip2region",
- "version": "v1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zoujingli/ip2region.git",
- "reference": "2efe42321acb83d01d1de5bfde69142ad81bff9b"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/zoujingli/ip2region/2efe42321acb83d01d1de5bfde69142ad81bff9b.zip",
- "reference": "2efe42321acb83d01d1de5bfde69142ad81bff9b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "Ip2Region.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache 2.0"
- ],
- "description": "Ip2Region",
- "homepage": "https://github.com/zoujingli/Ip2Region",
- "keywords": [
- "Ip2Region"
- ],
- "time": "2017-03-22 10:03:27"
- },
- {
- "name": "zoujingli/wechat-php-sdk",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/zoujingli/wechat-php-sdk.git",
- "reference": "bb509f17ad860322b39a607731c37adbd8f21e75"
- },
- "dist": {
- "type": "zip",
- "url": "https://files.phpcomposer.com/files/zoujingli/wechat-php-sdk/bb509f17ad860322b39a607731c37adbd8f21e75.zip",
- "reference": "bb509f17ad860322b39a607731c37adbd8f21e75",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "project",
- "autoload": {
- "psr-4": {
- "Wechat\\": "./Wechat"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "WeChat development of SDK",
- "homepage": "http://www.kancloud.cn/zoujingli/wechat-php-sdk",
- "keywords": [
- "wechat-php-sdk"
- ],
- "time": "2017-04-17 09:22:40"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "zoujingli/wechat-php-sdk": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.4.0"
- },
- "platform-dev": []
- }
|