2 Star 2 Fork 1

homexigua / 多用户商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.lock 41.11 KB
一键复制 编辑 原始数据 按行查看 历史
bing yang 提交于 2017-10-19 16:06 . 短信发送大小写bug
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203
{
"_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"
],
"content-hash": "ec95b21b8e6be54c912920a5570fc50c",
"packages": [
{
"name": "aliyuncs/oss-sdk-php",
"version": "v2.2.4",
"source": {
"type": "git",
"url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
"reference": "0b9b85b6c5c38cfc4ef3b0205a5a62d1e36acf2e"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/aliyun/aliyun-oss-php-sdk/0b9b85b6c5c38cfc4ef3b0205a5a62d1e36acf2e.zip",
"reference": "0b9b85b6c5c38cfc4ef3b0205a5a62d1e36acf2e",
"shasum": ""
},
"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": "2017-04-25T09:15:12+00:00"
},
{
"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-08T09:13:59+00:00"
},
{
"name": "jaeger/curlmulti",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/CurlMulti.git",
"reference": "059f13241e15ddfe6155c032ef765e58233a5aab"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/CurlMulti/059f13241e15ddfe6155c032ef765e58233a5aab.zip",
"reference": "059f13241e15ddfe6155c032ef765e58233a5aab",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\Lib\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Ares",
"email": "admin@phpdr.net"
}
],
"description": "CurlMulti是PHP多线程类库,修改用于QueryList(http://querylist.cc ),CurlMulti项目地址:https://github.com/ares333/php-curlmulti",
"time": "2015-12-23T16:28:22+00:00"
},
{
"name": "jaeger/http",
"version": "1.3",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/Http.git",
"reference": "2fb9e6bde8c42e3851c7968bd00046c299e45b5e"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/Http/2fb9e6bde8c42e3851c7968bd00046c299e45b5e.zip",
"reference": "2fb9e6bde8c42e3851c7968bd00046c299e45b5e",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\Lib\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "HTTP 请求类,修改用于QueryList(http://querylist.cc )",
"time": "2017-07-25T07:15:08+00:00"
},
{
"name": "jaeger/phpquery-single",
"version": "0.9.8",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/phpQuery-single.git",
"reference": "7dec61d09b5954a15daecc716402501527dea1ec"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/phpQuery-single/7dec61d09b5954a15daecc716402501527dea1ec.zip",
"reference": "7dec61d09b5954a15daecc716402501527dea1ec",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
"phpQuery.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobiasz Cudnik",
"email": "tobiasz.cudnik@gmail.com",
"homepage": "https://github.com/TobiaszCudnik",
"role": "Developer"
},
{
"name": "Jaeger",
"role": "Packager"
}
],
"description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/",
"homepage": "http://code.google.com/p/phpquery/",
"time": "2017-09-22T06:57:13+00:00"
},
{
"name": "jaeger/querylist",
"version": "V3.2.1",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/QueryList.git",
"reference": "1a7864dcf8d979d6d57a2a3508f2dd62ce3233d6"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/QueryList/1a7864dcf8d979d6d57a2a3508f2dd62ce3233d6.zip",
"reference": "1a7864dcf8d979d6d57a2a3508f2dd62ce3233d6",
"shasum": ""
},
"require": {
"jaeger/phpquery-single": "^0.9",
"php": ">=5.3.0"
},
"suggest": {
"monolog/monolog": "Log support"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaeger",
"email": "JaegerCode@gmail.com"
}
],
"description": "QueryList是基于phpQuery的无比强大的PHP采集工具",
"homepage": "http://querylist.cc",
"keywords": [
"QueryList",
"phpQuery",
"spider"
],
"time": "2017-06-09T04:25:07+00:00"
},
{
"name": "jaeger/querylist-ext-aquery",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/QueryList-Ext-AQuery.git",
"reference": "bfbf417363bb8f0caec2573f02d24ba2e921aeef"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/QueryList-Ext-AQuery/bfbf417363bb8f0caec2573f02d24ba2e921aeef.zip",
"reference": "bfbf417363bb8f0caec2573f02d24ba2e921aeef",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaeger",
"email": "hj.q@qq.com"
}
],
"description": "QueryList扩展,AQuery扩展基类",
"time": "2016-01-06T07:51:20+00:00"
},
{
"name": "jaeger/querylist-ext-dimage",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/QueryList-Ext-DImage.git",
"reference": "620fa53e7c255860793d7897de7a5b7c7b8d674f"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/QueryList-Ext-DImage/620fa53e7c255860793d7897de7a5b7c7b8d674f.zip",
"reference": "620fa53e7c255860793d7897de7a5b7c7b8d674f",
"shasum": ""
},
"require": {
"jaeger/http": "^1.0",
"jaeger/querylist-ext-aquery": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaeger",
"email": "hj.q@qq.com"
}
],
"description": "QueryList扩展,DImage图片下载扩展",
"time": "2016-07-08T16:45:39+00:00"
},
{
"name": "jaeger/querylist-ext-login",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/QueryList-Ext-Login.git",
"reference": "4e1279ead32eea96b45f5cec64a9646573f646ce"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/QueryList-Ext-Login/4e1279ead32eea96b45f5cec64a9646573f646ce.zip",
"reference": "4e1279ead32eea96b45f5cec64a9646573f646ce",
"shasum": ""
},
"require": {
"jaeger/querylist-ext-request": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaeger",
"email": "hj.q@qq.com"
}
],
"description": "QueryList扩展,Login模拟登陆扩展",
"time": "2015-12-28T06:42:48+00:00"
},
{
"name": "jaeger/querylist-ext-multi",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/QueryList-Ext-Multi.git",
"reference": "2c633480411b1cea31d93b2c1b754eb0bc79fea8"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/QueryList-Ext-Multi/2c633480411b1cea31d93b2c1b754eb0bc79fea8.zip",
"reference": "2c633480411b1cea31d93b2c1b754eb0bc79fea8",
"shasum": ""
},
"require": {
"jaeger/curlmulti": "^1.0",
"jaeger/querylist-ext-aquery": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaeger",
"email": "hj.q@qq.com"
}
],
"description": "QueryList扩展,Multi多线程扩展",
"time": "2015-12-28T06:09:36+00:00"
},
{
"name": "jaeger/querylist-ext-request",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/jae-jae/QueryList-Ext-Request.git",
"reference": "27d06b35fb810b919d242a3dbbdac0e1cb838bc4"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/jae-jae/QueryList-Ext-Request/27d06b35fb810b919d242a3dbbdac0e1cb838bc4.zip",
"reference": "27d06b35fb810b919d242a3dbbdac0e1cb838bc4",
"shasum": ""
},
"require": {
"jaeger/http": "^1.0",
"jaeger/querylist-ext-aquery": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"QL\\Ext\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaeger",
"email": "hj.q@qq.com"
}
],
"description": "QueryList扩展,Request网络操作扩展",
"time": "2015-12-28T06:24:02+00:00"
},
{
"name": "lvht/geohash",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/lvht/geohash.git",
"reference": "e3f267d8f5ffe209fc35b766f9441fcf34653527"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/lvht/geohash/e3f267d8f5ffe209fc35b766f9441fcf34653527.zip",
"reference": "e3f267d8f5ffe209fc35b766f9441fcf34653527",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Lvht\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "吕海涛",
"email": "git@lvht.net",
"homepage": "https://github.com/lvht"
}
],
"description": "geohash like python-geohash",
"homepage": "http://github.com/lvht/geohash",
"keywords": [
"geohash"
],
"time": "2016-07-28T22:00:55+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://files.phpcomposer.com/files/overtrue/pinyin/3b781d267197b74752daa32814d3a2cf5d140779.zip",
"reference": "3b781d267197b74752daa32814d3a2cf5d140779",
"shasum": ""
},
"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": "phpoffice/phpexcel",
"version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PHPExcel.git",
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/PHPOffice/PHPExcel/372c7cbb695a6f6f1e62649381aeaa37e7e70b32.zip",
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
"shasum": ""
},
"require": {
"ext-xml": "*",
"ext-xmlwriter": "*",
"php": ">=5.2.0"
},
"type": "library",
"autoload": {
"psr-0": {
"PHPExcel": "Classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL"
],
"authors": [
{
"name": "Maarten Balliauw",
"homepage": "http://blog.maartenballiauw.be"
},
{
"name": "Mark Baker"
},
{
"name": "Franck Lefevre",
"homepage": "http://blog.rootslabs.net"
},
{
"name": "Erik Tilt"
}
],
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "http://phpexcel.codeplex.com",
"keywords": [
"OpenXML",
"excel",
"php",
"spreadsheet",
"xls",
"xlsx"
],
"time": "2015-05-01T07:00:55+00:00"
},
{
"name": "qiniu/php-sdk",
"version": "v7.2.1",
"source": {
"type": "git",
"url": "https://github.com/qiniu/php-sdk.git",
"reference": "8c7ba738bd4443ee3569a07441913b07c4b2c4a2"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/qiniu/php-sdk/8c7ba738bd4443ee3569a07441913b07c4b2c4a2.zip",
"reference": "8c7ba738bd4443ee3569a07441913b07c4b2c4a2",
"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": "2017-08-26T00:46:11+00:00"
},
{
"name": "riverslei/payment",
"version": "v2.7.3",
"source": {
"type": "git",
"url": "https://github.com/helei112g/payment.git",
"reference": "b8797351d2dbf6b4ac3b9b172feb6228555062a0"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/helei112g/payment/b8797351d2dbf6b4ac3b9b172feb6228555062a0.zip",
"reference": "b8797351d2dbf6b4ac3b9b172feb6228555062a0",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-mbstring": "*",
"php": ">=5.6"
},
"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/"
}
],
"description": "集成支付宝、微信支付等流行的支付接口,后续会持续跟进中",
"homepage": "https://helei112g.github.io/",
"keywords": [
"alipay",
"weixin",
"微信支付",
"支付宝支付",
"集成支付接口SDK"
],
"time": "2017-02-21T09:16:16+00:00"
},
{
"name": "scws/pscws4",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/mylukin/pscws4.git",
"reference": "975ee1b9df6db2192423d45b8e9856053c596eda"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/mylukin/pscws4/975ee1b9df6db2192423d45b8e9856053c596eda.zip",
"reference": "975ee1b9df6db2192423d45b8e9856053c596eda",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"SCWS\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "PSCWS 是英文 PHP Simple Chinese Words Segmentation 的头字母缩写,它是 SCWS 项目的前身。",
"time": "2014-10-30T09:11:58+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/swiftmailer/swiftmailer/9a06dc570a0367850280eefd3f1dc2da45aef517.zip",
"reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"symfony/phpunit-bridge": "~3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.4-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org",
"keywords": [
"email",
"mail",
"mailer"
],
"time": "2017-05-01T15:54:03+00:00"
},
{
"name": "symfony/options-resolver",
"version": "v3.3.10",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/symfony/options-resolver/ee4e22978fe885b54ee5da8c7964f0a5301abfb6.zip",
"reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-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-07-29T21:54:42+00:00"
},
{
"name": "topthink/framework",
"version": "v5.0.11",
"source": {
"type": "git",
"url": "https://github.com/top-think/framework.git",
"reference": "45268eeba3da7eedaead09a524e2bc20a0132e29"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/top-think/framework/45268eeba3da7eedaead09a524e2bc20a0132e29.zip",
"reference": "45268eeba3da7eedaead09a524e2bc20a0132e29",
"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-09-07T10:37:47+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://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-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://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-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://files.phpcomposer.com/files/top-think/think-image/8586cf47f117481c6d415b20f7dedf62e79d5512.zip",
"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://files.phpcomposer.com/files/top-think/think-installer/1be326e68f63de4e95977ed50f46ae75f017556d.zip",
"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-mongo",
"version": "v1.7",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-mongo.git",
"reference": "fc552c8fe5798679a52f4f0d7e60763f64aeb155"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/top-think/think-mongo/fc552c8fe5798679a52f4f0d7e60763f64aeb155.zip",
"reference": "fc552c8fe5798679a52f4f0d7e60763f64aeb155",
"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-05-05T07:52:33+00:00"
},
{
"name": "topthink/think-queue",
"version": "v1.1.4",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-queue.git",
"reference": "ad709611d516e13d6760234bc98e91faa901cae8"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/top-think/think-queue/ad709611d516e13d6760234bc98e91faa901cae8.zip",
"reference": "ad709611d516e13d6760234bc98e91faa901cae8",
"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-06-25T00:49:56+00:00"
},
{
"name": "yuan1994/tp-mailer",
"version": "v0.2.4",
"source": {
"type": "git",
"url": "https://github.com/yuan1994/tp-mailer.git",
"reference": "7fe9b64d69be67a325a2708368b99edf44d17981"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/yuan1994/tp-mailer/7fe9b64d69be67a325a2708368b99edf44d17981.zip",
"reference": "7fe9b64d69be67a325a2708368b99edf44d17981",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"swiftmailer/swiftmailer": "^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"mailer\\": "src/mailer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache 2.0"
],
"authors": [
{
"name": "yuan1994",
"email": "tianpian0805@gmail.com",
"homepage": "https://github.com/yuan1994/tp-mailer/",
"role": "Owner"
}
],
"description": "A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based SwiftMailer",
"homepage": "https://github.com/yuan1994/tp-mailer/",
"keywords": [
"mail",
"mailer",
"phpmailer",
"swiftmailer",
"thinkphp",
"tp",
"tp-mailer",
"tp5-mailer"
],
"time": "2016-12-10T11:54:45+00:00"
},
{
"name": "zoujingli/wechat-php-sdk",
"version": "v1.3.11",
"source": {
"type": "git",
"url": "https://github.com/zoujingli/wechat-php-sdk.git",
"reference": "c0c55fe440418267ae97cc45809e4064c95744d0"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/zoujingli/wechat-php-sdk/c0c55fe440418267ae97cc45809e4064c95744d0.zip",
"reference": "c0c55fe440418267ae97cc45809e4064c95744d0",
"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-07-18T12:00:27+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}
PHP
1
https://gitee.com/homexigua/shop.git
git@gitee.com:homexigua/shop.git
homexigua
shop
多用户商城
master

搜索帮助