installed.json 36 KB

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