composer.lock 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "ae2e50326d8e83fd299c3350bb0f87d1",
  8. "packages": [
  9. {
  10. "name": "doctrine/cache",
  11. "version": "v1.6.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/cache.git",
  15. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
  20. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "~5.5|~7.0"
  25. },
  26. "conflict": {
  27. "doctrine/common": ">2.2,<2.4"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "~4.8|~5.0",
  31. "predis/predis": "~1.0",
  32. "satooshi/php-coveralls": "~0.6"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.6.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Roman Borschel",
  52. "email": "roman@code-factory.org"
  53. },
  54. {
  55. "name": "Benjamin Eberlei",
  56. "email": "kontakt@beberlei.de"
  57. },
  58. {
  59. "name": "Guilherme Blanco",
  60. "email": "guilhermeblanco@gmail.com"
  61. },
  62. {
  63. "name": "Jonathan Wage",
  64. "email": "jonwage@gmail.com"
  65. },
  66. {
  67. "name": "Johannes Schmitt",
  68. "email": "schmittjoh@gmail.com"
  69. }
  70. ],
  71. "description": "Caching library offering an object-oriented API for many cache backends",
  72. "homepage": "http://www.doctrine-project.org",
  73. "keywords": [
  74. "cache",
  75. "caching"
  76. ],
  77. "time": "2017-07-22T12:49:21+00:00"
  78. },
  79. {
  80. "name": "guzzlehttp/guzzle",
  81. "version": "6.3.0",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/guzzle/guzzle.git",
  85. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  90. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  91. "shasum": ""
  92. },
  93. "require": {
  94. "guzzlehttp/promises": "^1.0",
  95. "guzzlehttp/psr7": "^1.4",
  96. "php": ">=5.5"
  97. },
  98. "require-dev": {
  99. "ext-curl": "*",
  100. "phpunit/phpunit": "^4.0 || ^5.0",
  101. "psr/log": "^1.0"
  102. },
  103. "suggest": {
  104. "psr/log": "Required for using the Log middleware"
  105. },
  106. "type": "library",
  107. "extra": {
  108. "branch-alias": {
  109. "dev-master": "6.2-dev"
  110. }
  111. },
  112. "autoload": {
  113. "files": [
  114. "src/functions_include.php"
  115. ],
  116. "psr-4": {
  117. "GuzzleHttp\\": "src/"
  118. }
  119. },
  120. "notification-url": "https://packagist.org/downloads/",
  121. "license": [
  122. "MIT"
  123. ],
  124. "authors": [
  125. {
  126. "name": "Michael Dowling",
  127. "email": "mtdowling@gmail.com",
  128. "homepage": "https://github.com/mtdowling"
  129. }
  130. ],
  131. "description": "Guzzle is a PHP HTTP client library",
  132. "homepage": "http://guzzlephp.org/",
  133. "keywords": [
  134. "client",
  135. "curl",
  136. "framework",
  137. "http",
  138. "http client",
  139. "rest",
  140. "web service"
  141. ],
  142. "time": "2017-06-22T18:50:49+00:00"
  143. },
  144. {
  145. "name": "guzzlehttp/promises",
  146. "version": "v1.3.1",
  147. "source": {
  148. "type": "git",
  149. "url": "https://github.com/guzzle/promises.git",
  150. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  151. },
  152. "dist": {
  153. "type": "zip",
  154. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  155. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  156. "shasum": ""
  157. },
  158. "require": {
  159. "php": ">=5.5.0"
  160. },
  161. "require-dev": {
  162. "phpunit/phpunit": "^4.0"
  163. },
  164. "type": "library",
  165. "extra": {
  166. "branch-alias": {
  167. "dev-master": "1.4-dev"
  168. }
  169. },
  170. "autoload": {
  171. "psr-4": {
  172. "GuzzleHttp\\Promise\\": "src/"
  173. },
  174. "files": [
  175. "src/functions_include.php"
  176. ]
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "MIT"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Michael Dowling",
  185. "email": "mtdowling@gmail.com",
  186. "homepage": "https://github.com/mtdowling"
  187. }
  188. ],
  189. "description": "Guzzle promises library",
  190. "keywords": [
  191. "promise"
  192. ],
  193. "time": "2016-12-20T10:07:11+00:00"
  194. },
  195. {
  196. "name": "guzzlehttp/psr7",
  197. "version": "1.4.2",
  198. "source": {
  199. "type": "git",
  200. "url": "https://github.com/guzzle/psr7.git",
  201. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  202. },
  203. "dist": {
  204. "type": "zip",
  205. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  206. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  207. "shasum": ""
  208. },
  209. "require": {
  210. "php": ">=5.4.0",
  211. "psr/http-message": "~1.0"
  212. },
  213. "provide": {
  214. "psr/http-message-implementation": "1.0"
  215. },
  216. "require-dev": {
  217. "phpunit/phpunit": "~4.0"
  218. },
  219. "type": "library",
  220. "extra": {
  221. "branch-alias": {
  222. "dev-master": "1.4-dev"
  223. }
  224. },
  225. "autoload": {
  226. "psr-4": {
  227. "GuzzleHttp\\Psr7\\": "src/"
  228. },
  229. "files": [
  230. "src/functions_include.php"
  231. ]
  232. },
  233. "notification-url": "https://packagist.org/downloads/",
  234. "license": [
  235. "MIT"
  236. ],
  237. "authors": [
  238. {
  239. "name": "Michael Dowling",
  240. "email": "mtdowling@gmail.com",
  241. "homepage": "https://github.com/mtdowling"
  242. },
  243. {
  244. "name": "Tobias Schultze",
  245. "homepage": "https://github.com/Tobion"
  246. }
  247. ],
  248. "description": "PSR-7 message implementation that also provides common utility methods",
  249. "keywords": [
  250. "http",
  251. "message",
  252. "request",
  253. "response",
  254. "stream",
  255. "uri",
  256. "url"
  257. ],
  258. "time": "2017-03-20T17:10:46+00:00"
  259. },
  260. {
  261. "name": "monolog/monolog",
  262. "version": "1.23.0",
  263. "source": {
  264. "type": "git",
  265. "url": "https://github.com/Seldaek/monolog.git",
  266. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  267. },
  268. "dist": {
  269. "type": "zip",
  270. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  271. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  272. "shasum": ""
  273. },
  274. "require": {
  275. "php": ">=5.3.0",
  276. "psr/log": "~1.0"
  277. },
  278. "provide": {
  279. "psr/log-implementation": "1.0.0"
  280. },
  281. "require-dev": {
  282. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  283. "doctrine/couchdb": "~1.0@dev",
  284. "graylog2/gelf-php": "~1.0",
  285. "jakub-onderka/php-parallel-lint": "0.9",
  286. "php-amqplib/php-amqplib": "~2.4",
  287. "php-console/php-console": "^3.1.3",
  288. "phpunit/phpunit": "~4.5",
  289. "phpunit/phpunit-mock-objects": "2.3.0",
  290. "ruflin/elastica": ">=0.90 <3.0",
  291. "sentry/sentry": "^0.13",
  292. "swiftmailer/swiftmailer": "^5.3|^6.0"
  293. },
  294. "suggest": {
  295. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  296. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  297. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  298. "ext-mongo": "Allow sending log messages to a MongoDB server",
  299. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  300. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  301. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  302. "php-console/php-console": "Allow sending log messages to Google Chrome",
  303. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  304. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  305. "sentry/sentry": "Allow sending log messages to a Sentry server"
  306. },
  307. "type": "library",
  308. "extra": {
  309. "branch-alias": {
  310. "dev-master": "2.0.x-dev"
  311. }
  312. },
  313. "autoload": {
  314. "psr-4": {
  315. "Monolog\\": "src/Monolog"
  316. }
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Jordi Boggiano",
  325. "email": "j.boggiano@seld.be",
  326. "homepage": "http://seld.be"
  327. }
  328. ],
  329. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  330. "homepage": "http://github.com/Seldaek/monolog",
  331. "keywords": [
  332. "log",
  333. "logging",
  334. "psr-3"
  335. ],
  336. "time": "2017-06-19T01:22:40+00:00"
  337. },
  338. {
  339. "name": "overtrue/socialite",
  340. "version": "1.3.0",
  341. "source": {
  342. "type": "git",
  343. "url": "https://github.com/overtrue/socialite.git",
  344. "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
  345. },
  346. "dist": {
  347. "type": "zip",
  348. "url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
  349. "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
  350. "shasum": ""
  351. },
  352. "require": {
  353. "guzzlehttp/guzzle": "~5.0|~6.0",
  354. "php": ">=5.4.0",
  355. "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
  356. },
  357. "require-dev": {
  358. "mockery/mockery": "~0.9",
  359. "phpunit/phpunit": "~4.0"
  360. },
  361. "type": "library",
  362. "autoload": {
  363. "psr-4": {
  364. "Overtrue\\Socialite\\": "src/"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "overtrue",
  374. "email": "anzhengchao@gmail.com"
  375. }
  376. ],
  377. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  378. "keywords": [
  379. "login",
  380. "oauth",
  381. "qq",
  382. "social",
  383. "wechat",
  384. "weibo"
  385. ],
  386. "time": "2017-08-04T06:28:22+00:00"
  387. },
  388. {
  389. "name": "overtrue/wechat",
  390. "version": "3.3.20",
  391. "source": {
  392. "type": "git",
  393. "url": "https://github.com/overtrue/wechat.git",
  394. "reference": "802ea7218e9ceeffb9530f78cdf56033b58da963"
  395. },
  396. "dist": {
  397. "type": "zip",
  398. "url": "https://api.github.com/repos/overtrue/wechat/zipball/802ea7218e9ceeffb9530f78cdf56033b58da963",
  399. "reference": "802ea7218e9ceeffb9530f78cdf56033b58da963",
  400. "shasum": ""
  401. },
  402. "require": {
  403. "doctrine/cache": "~1.4",
  404. "ext-openssl": "*",
  405. "guzzlehttp/guzzle": "~6.2",
  406. "monolog/monolog": "^1.17",
  407. "overtrue/socialite": ">=1.0.25",
  408. "php": ">=5.5.0",
  409. "pimple/pimple": "~3.0",
  410. "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
  411. "symfony/psr-http-message-bridge": "~0.3|^1.0"
  412. },
  413. "require-dev": {
  414. "mockery/mockery": "^0.9.9",
  415. "overtrue/phplint": "dev-master",
  416. "phpunit/phpunit": "~4.0"
  417. },
  418. "type": "library",
  419. "autoload": {
  420. "psr-4": {
  421. "EasyWeChat\\": "src/"
  422. },
  423. "files": [
  424. "src/Payment/helpers.php"
  425. ]
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "authors": [
  432. {
  433. "name": "overtrue",
  434. "email": "anzhengchao@gmail.com"
  435. }
  436. ],
  437. "description": "微信SDK",
  438. "keywords": [
  439. "sdk",
  440. "wechat",
  441. "weixin",
  442. "weixin-sdk"
  443. ],
  444. "time": "2017-11-13T06:58:27+00:00"
  445. },
  446. {
  447. "name": "phpoffice/phpexcel",
  448. "version": "1.8.1",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/PHPOffice/PHPExcel.git",
  452. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  457. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "ext-xml": "*",
  462. "ext-xmlwriter": "*",
  463. "php": ">=5.2.0"
  464. },
  465. "type": "library",
  466. "autoload": {
  467. "psr-0": {
  468. "PHPExcel": "Classes/"
  469. }
  470. },
  471. "notification-url": "https://packagist.org/downloads/",
  472. "license": [
  473. "LGPL"
  474. ],
  475. "authors": [
  476. {
  477. "name": "Maarten Balliauw",
  478. "homepage": "http://blog.maartenballiauw.be"
  479. },
  480. {
  481. "name": "Mark Baker"
  482. },
  483. {
  484. "name": "Franck Lefevre",
  485. "homepage": "http://blog.rootslabs.net"
  486. },
  487. {
  488. "name": "Erik Tilt"
  489. }
  490. ],
  491. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  492. "homepage": "http://phpexcel.codeplex.com",
  493. "keywords": [
  494. "OpenXML",
  495. "excel",
  496. "php",
  497. "spreadsheet",
  498. "xls",
  499. "xlsx"
  500. ],
  501. "abandoned": "phpoffice/phpspreadsheet",
  502. "time": "2015-05-01T07:00:55+00:00"
  503. },
  504. {
  505. "name": "pimple/pimple",
  506. "version": "v3.2.2",
  507. "source": {
  508. "type": "git",
  509. "url": "https://github.com/silexphp/Pimple.git",
  510. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
  511. },
  512. "dist": {
  513. "type": "zip",
  514. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
  515. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
  516. "shasum": ""
  517. },
  518. "require": {
  519. "php": ">=5.3.0",
  520. "psr/container": "^1.0"
  521. },
  522. "require-dev": {
  523. "symfony/phpunit-bridge": "^3.2"
  524. },
  525. "type": "library",
  526. "extra": {
  527. "branch-alias": {
  528. "dev-master": "3.2.x-dev"
  529. }
  530. },
  531. "autoload": {
  532. "psr-0": {
  533. "Pimple": "src/"
  534. }
  535. },
  536. "notification-url": "https://packagist.org/downloads/",
  537. "license": [
  538. "MIT"
  539. ],
  540. "authors": [
  541. {
  542. "name": "Fabien Potencier",
  543. "email": "fabien@symfony.com"
  544. }
  545. ],
  546. "description": "Pimple, a simple Dependency Injection Container",
  547. "homepage": "http://pimple.sensiolabs.org",
  548. "keywords": [
  549. "container",
  550. "dependency injection"
  551. ],
  552. "time": "2017-07-23T07:32:15+00:00"
  553. },
  554. {
  555. "name": "psr/container",
  556. "version": "1.0.0",
  557. "source": {
  558. "type": "git",
  559. "url": "https://github.com/php-fig/container.git",
  560. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  561. },
  562. "dist": {
  563. "type": "zip",
  564. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  565. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  566. "shasum": ""
  567. },
  568. "require": {
  569. "php": ">=5.3.0"
  570. },
  571. "type": "library",
  572. "extra": {
  573. "branch-alias": {
  574. "dev-master": "1.0.x-dev"
  575. }
  576. },
  577. "autoload": {
  578. "psr-4": {
  579. "Psr\\Container\\": "src/"
  580. }
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "PHP-FIG",
  589. "homepage": "http://www.php-fig.org/"
  590. }
  591. ],
  592. "description": "Common Container Interface (PHP FIG PSR-11)",
  593. "homepage": "https://github.com/php-fig/container",
  594. "keywords": [
  595. "PSR-11",
  596. "container",
  597. "container-interface",
  598. "container-interop",
  599. "psr"
  600. ],
  601. "time": "2017-02-14T16:28:37+00:00"
  602. },
  603. {
  604. "name": "psr/http-message",
  605. "version": "1.0.1",
  606. "source": {
  607. "type": "git",
  608. "url": "https://github.com/php-fig/http-message.git",
  609. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  610. },
  611. "dist": {
  612. "type": "zip",
  613. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  614. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  615. "shasum": ""
  616. },
  617. "require": {
  618. "php": ">=5.3.0"
  619. },
  620. "type": "library",
  621. "extra": {
  622. "branch-alias": {
  623. "dev-master": "1.0.x-dev"
  624. }
  625. },
  626. "autoload": {
  627. "psr-4": {
  628. "Psr\\Http\\Message\\": "src/"
  629. }
  630. },
  631. "notification-url": "https://packagist.org/downloads/",
  632. "license": [
  633. "MIT"
  634. ],
  635. "authors": [
  636. {
  637. "name": "PHP-FIG",
  638. "homepage": "http://www.php-fig.org/"
  639. }
  640. ],
  641. "description": "Common interface for HTTP messages",
  642. "homepage": "https://github.com/php-fig/http-message",
  643. "keywords": [
  644. "http",
  645. "http-message",
  646. "psr",
  647. "psr-7",
  648. "request",
  649. "response"
  650. ],
  651. "time": "2016-08-06T14:39:51+00:00"
  652. },
  653. {
  654. "name": "psr/log",
  655. "version": "1.0.2",
  656. "source": {
  657. "type": "git",
  658. "url": "https://github.com/php-fig/log.git",
  659. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  660. },
  661. "dist": {
  662. "type": "zip",
  663. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  664. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  665. "shasum": ""
  666. },
  667. "require": {
  668. "php": ">=5.3.0"
  669. },
  670. "type": "library",
  671. "extra": {
  672. "branch-alias": {
  673. "dev-master": "1.0.x-dev"
  674. }
  675. },
  676. "autoload": {
  677. "psr-4": {
  678. "Psr\\Log\\": "Psr/Log/"
  679. }
  680. },
  681. "notification-url": "https://packagist.org/downloads/",
  682. "license": [
  683. "MIT"
  684. ],
  685. "authors": [
  686. {
  687. "name": "PHP-FIG",
  688. "homepage": "http://www.php-fig.org/"
  689. }
  690. ],
  691. "description": "Common interface for logging libraries",
  692. "homepage": "https://github.com/php-fig/log",
  693. "keywords": [
  694. "log",
  695. "psr",
  696. "psr-3"
  697. ],
  698. "time": "2016-10-10T12:19:37+00:00"
  699. },
  700. {
  701. "name": "symfony/http-foundation",
  702. "version": "v3.3.13",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/symfony/http-foundation.git",
  706. "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5943f0f19817a7e05992d20a90729b0dc93faf36",
  711. "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "php": "^5.5.9|>=7.0.8",
  716. "symfony/polyfill-mbstring": "~1.1"
  717. },
  718. "require-dev": {
  719. "symfony/expression-language": "~2.8|~3.0"
  720. },
  721. "type": "library",
  722. "extra": {
  723. "branch-alias": {
  724. "dev-master": "3.3-dev"
  725. }
  726. },
  727. "autoload": {
  728. "psr-4": {
  729. "Symfony\\Component\\HttpFoundation\\": ""
  730. },
  731. "exclude-from-classmap": [
  732. "/Tests/"
  733. ]
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Fabien Potencier",
  742. "email": "fabien@symfony.com"
  743. },
  744. {
  745. "name": "Symfony Community",
  746. "homepage": "https://symfony.com/contributors"
  747. }
  748. ],
  749. "description": "Symfony HttpFoundation Component",
  750. "homepage": "https://symfony.com",
  751. "time": "2017-11-13T18:13:16+00:00"
  752. },
  753. {
  754. "name": "symfony/polyfill-mbstring",
  755. "version": "v1.6.0",
  756. "source": {
  757. "type": "git",
  758. "url": "https://github.com/symfony/polyfill-mbstring.git",
  759. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  760. },
  761. "dist": {
  762. "type": "zip",
  763. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  764. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  765. "shasum": ""
  766. },
  767. "require": {
  768. "php": ">=5.3.3"
  769. },
  770. "suggest": {
  771. "ext-mbstring": "For best performance"
  772. },
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-master": "1.6-dev"
  777. }
  778. },
  779. "autoload": {
  780. "psr-4": {
  781. "Symfony\\Polyfill\\Mbstring\\": ""
  782. },
  783. "files": [
  784. "bootstrap.php"
  785. ]
  786. },
  787. "notification-url": "https://packagist.org/downloads/",
  788. "license": [
  789. "MIT"
  790. ],
  791. "authors": [
  792. {
  793. "name": "Nicolas Grekas",
  794. "email": "p@tchwork.com"
  795. },
  796. {
  797. "name": "Symfony Community",
  798. "homepage": "https://symfony.com/contributors"
  799. }
  800. ],
  801. "description": "Symfony polyfill for the Mbstring extension",
  802. "homepage": "https://symfony.com",
  803. "keywords": [
  804. "compatibility",
  805. "mbstring",
  806. "polyfill",
  807. "portable",
  808. "shim"
  809. ],
  810. "time": "2017-10-11T12:05:26+00:00"
  811. },
  812. {
  813. "name": "symfony/psr-http-message-bridge",
  814. "version": "v1.0.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  818. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  823. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "php": ">=5.3.3",
  828. "psr/http-message": "~1.0",
  829. "symfony/http-foundation": "~2.3|~3.0"
  830. },
  831. "require-dev": {
  832. "symfony/phpunit-bridge": "~2.7|~3.0"
  833. },
  834. "suggest": {
  835. "psr/http-message-implementation": "To use the HttpFoundation factory",
  836. "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
  837. },
  838. "type": "symfony-bridge",
  839. "extra": {
  840. "branch-alias": {
  841. "dev-master": "1.0-dev"
  842. }
  843. },
  844. "autoload": {
  845. "psr-4": {
  846. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  847. }
  848. },
  849. "notification-url": "https://packagist.org/downloads/",
  850. "license": [
  851. "MIT"
  852. ],
  853. "authors": [
  854. {
  855. "name": "Symfony Community",
  856. "homepage": "http://symfony.com/contributors"
  857. },
  858. {
  859. "name": "Fabien Potencier",
  860. "email": "fabien@symfony.com"
  861. }
  862. ],
  863. "description": "PSR HTTP message bridge",
  864. "homepage": "http://symfony.com",
  865. "keywords": [
  866. "http",
  867. "http-message",
  868. "psr-7"
  869. ],
  870. "time": "2016-09-14T18:37:20+00:00"
  871. },
  872. {
  873. "name": "topthink/framework",
  874. "version": "v5.0.11",
  875. "source": {
  876. "type": "git",
  877. "url": "https://github.com/top-think/framework.git",
  878. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016"
  879. },
  880. "dist": {
  881. "type": "zip",
  882. "url": "https://api.github.com/repos/top-think/framework/zipball/926c9edb0c2682b14f563cac2c8a93f42f729016",
  883. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016",
  884. "shasum": ""
  885. },
  886. "require": {
  887. "php": ">=5.4.0",
  888. "topthink/think-installer": "~1.0"
  889. },
  890. "require-dev": {
  891. "johnkary/phpunit-speedtrap": "^1.0",
  892. "mikey179/vfsstream": "~1.6",
  893. "phpdocumentor/reflection-docblock": "^2.0",
  894. "phploc/phploc": "2.*",
  895. "phpunit/phpunit": "4.8.*",
  896. "sebastian/phpcpd": "2.*"
  897. },
  898. "type": "think-framework",
  899. "autoload": {
  900. "psr-4": {
  901. "think\\": "library/think"
  902. }
  903. },
  904. "notification-url": "https://packagist.org/downloads/",
  905. "license": [
  906. "Apache-2.0"
  907. ],
  908. "authors": [
  909. {
  910. "name": "liu21st",
  911. "email": "liu21st@gmail.com"
  912. }
  913. ],
  914. "description": "the new thinkphp framework",
  915. "homepage": "http://thinkphp.cn/",
  916. "keywords": [
  917. "framework",
  918. "orm",
  919. "thinkphp"
  920. ],
  921. "time": "2017-09-13T03:30:29+00:00"
  922. },
  923. {
  924. "name": "topthink/think-captcha",
  925. "version": "v1.0.7",
  926. "source": {
  927. "type": "git",
  928. "url": "https://github.com/top-think/think-captcha.git",
  929. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  930. },
  931. "dist": {
  932. "type": "zip",
  933. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  934. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  935. "shasum": ""
  936. },
  937. "type": "library",
  938. "autoload": {
  939. "psr-4": {
  940. "think\\captcha\\": "src/"
  941. },
  942. "files": [
  943. "src/helper.php"
  944. ]
  945. },
  946. "notification-url": "https://packagist.org/downloads/",
  947. "license": [
  948. "Apache-2.0"
  949. ],
  950. "authors": [
  951. {
  952. "name": "yunwuxin",
  953. "email": "448901948@qq.com"
  954. }
  955. ],
  956. "description": "captcha package for thinkphp5",
  957. "time": "2016-07-06T01:47:11+00:00"
  958. },
  959. {
  960. "name": "topthink/think-image",
  961. "version": "v1.0.7",
  962. "source": {
  963. "type": "git",
  964. "url": "https://github.com/top-think/think-image.git",
  965. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  966. },
  967. "dist": {
  968. "type": "zip",
  969. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  970. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  971. "shasum": ""
  972. },
  973. "require": {
  974. "ext-gd": "*"
  975. },
  976. "require-dev": {
  977. "phpunit/phpunit": "4.8.*",
  978. "topthink/framework": "^5.0"
  979. },
  980. "type": "library",
  981. "autoload": {
  982. "psr-4": {
  983. "think\\": "src"
  984. }
  985. },
  986. "notification-url": "https://packagist.org/downloads/",
  987. "license": [
  988. "Apache-2.0"
  989. ],
  990. "authors": [
  991. {
  992. "name": "yunwuxin",
  993. "email": "448901948@qq.com"
  994. }
  995. ],
  996. "description": "The ThinkPHP5 Image Package",
  997. "time": "2016-09-29T06:05:43+00:00"
  998. },
  999. {
  1000. "name": "topthink/think-installer",
  1001. "version": "v1.0.12",
  1002. "source": {
  1003. "type": "git",
  1004. "url": "https://github.com/top-think/think-installer.git",
  1005. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  1006. },
  1007. "dist": {
  1008. "type": "zip",
  1009. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  1010. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  1011. "shasum": ""
  1012. },
  1013. "require": {
  1014. "composer-plugin-api": "^1.0"
  1015. },
  1016. "require-dev": {
  1017. "composer/composer": "1.0.*@dev"
  1018. },
  1019. "type": "composer-plugin",
  1020. "extra": {
  1021. "class": "think\\composer\\Plugin"
  1022. },
  1023. "autoload": {
  1024. "psr-4": {
  1025. "think\\composer\\": "src"
  1026. }
  1027. },
  1028. "notification-url": "https://packagist.org/downloads/",
  1029. "license": [
  1030. "Apache-2.0"
  1031. ],
  1032. "authors": [
  1033. {
  1034. "name": "yunwuxin",
  1035. "email": "448901948@qq.com"
  1036. }
  1037. ],
  1038. "time": "2017-05-27T06:58:09+00:00"
  1039. },
  1040. {
  1041. "name": "topthink/think-migration",
  1042. "version": "v2.0",
  1043. "source": {
  1044. "type": "git",
  1045. "url": "https://github.com/top-think/think-migration.git",
  1046. "reference": "547e592d4227d127edec8f9d22cca5aa8023d8a3"
  1047. },
  1048. "dist": {
  1049. "type": "zip",
  1050. "url": "https://files.phpcomposer.com/files/top-think/think-migration/547e592d4227d127edec8f9d22cca5aa8023d8a3.zip",
  1051. "reference": "547e592d4227d127edec8f9d22cca5aa8023d8a3",
  1052. "shasum": ""
  1053. },
  1054. "require-dev": {
  1055. "topthink/framework": "^5.0"
  1056. },
  1057. "type": "library",
  1058. "autoload": {
  1059. "psr-4": {
  1060. "Phinx\\": "phinx/src/Phinx",
  1061. "think\\migration\\": "src"
  1062. },
  1063. "files": [
  1064. "src/config.php"
  1065. ]
  1066. },
  1067. "notification-url": "https://packagist.org/downloads/",
  1068. "license": [
  1069. "Apache-2.0"
  1070. ],
  1071. "authors": [
  1072. {
  1073. "name": "yunwuxin",
  1074. "email": "448901948@qq.com"
  1075. }
  1076. ],
  1077. "time": "2017-09-19T04:48:27+00:00"
  1078. },
  1079. {
  1080. "name": "tp5er/tp5-databackup",
  1081. "version": "1.0.0",
  1082. "source": {
  1083. "type": "git",
  1084. "url": "https://github.com/tp5er/tp5-databackup.git",
  1085. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc"
  1086. },
  1087. "dist": {
  1088. "type": "zip",
  1089. "url": "https://api.github.com/repos/tp5er/tp5-databackup/zipball/10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1090. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1091. "shasum": ""
  1092. },
  1093. "require": {
  1094. "php": ">=5.4.0"
  1095. },
  1096. "type": "library",
  1097. "autoload": {
  1098. "psr-4": {
  1099. "tp5er\\": "src/"
  1100. }
  1101. },
  1102. "notification-url": "https://packagist.org/downloads/",
  1103. "license": [
  1104. "MIT"
  1105. ],
  1106. "authors": [
  1107. {
  1108. "name": "tp5er",
  1109. "email": "tp5er@qq.com"
  1110. }
  1111. ],
  1112. "description": "Implement the database backup restore",
  1113. "time": "2017-12-29T05:36:58+00:00"
  1114. },
  1115. {
  1116. "name": "xaboy/form-builder",
  1117. "version": "1.2.3",
  1118. "source": {
  1119. "type": "git",
  1120. "url": "https://github.com/xaboy/form-builder.git",
  1121. "reference": "1b11a518429db5828147d5840ea18480586caa0c"
  1122. },
  1123. "dist": {
  1124. "type": "zip",
  1125. "url": "https://api.github.com/repos/xaboy/form-builder/zipball/1b11a518429db5828147d5840ea18480586caa0c",
  1126. "reference": "1b11a518429db5828147d5840ea18480586caa0c",
  1127. "shasum": ""
  1128. },
  1129. "require": {
  1130. "php": ">=5.4.0"
  1131. },
  1132. "type": "library",
  1133. "autoload": {
  1134. "psr-4": {
  1135. "FormBuilder\\": "./src/"
  1136. }
  1137. },
  1138. "notification-url": "https://packagist.org/downloads/",
  1139. "license": [
  1140. "MIT"
  1141. ],
  1142. "authors": [
  1143. {
  1144. "name": "xaboy",
  1145. "email": "xaboy2005@qq.com"
  1146. }
  1147. ],
  1148. "description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
  1149. "homepage": "https://github.com/xaboy/form-builder",
  1150. "time": "2018-08-07T06:29:30+00:00"
  1151. }
  1152. ],
  1153. "packages-dev": [],
  1154. "aliases": [],
  1155. "minimum-stability": "stable",
  1156. "stability-flags": [],
  1157. "prefer-stable": false,
  1158. "prefer-lowest": false,
  1159. "platform": {
  1160. "php": ">=5.4.0"
  1161. },
  1162. "platform-dev": []
  1163. }