installed.json 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  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.11",
  898. "version_normalized": "5.0.11.0",
  899. "source": {
  900. "type": "git",
  901. "url": "https://github.com/top-think/framework.git",
  902. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016"
  903. },
  904. "dist": {
  905. "type": "zip",
  906. "url": "https://api.github.com/repos/top-think/framework/zipball/926c9edb0c2682b14f563cac2c8a93f42f729016",
  907. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016",
  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": "2017-09-13T03:30:29+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": "1.0.0",
  1115. "version_normalized": "1.0.0.0",
  1116. "source": {
  1117. "type": "git",
  1118. "url": "https://github.com/tp5er/tp5-databackup.git",
  1119. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc"
  1120. },
  1121. "dist": {
  1122. "type": "zip",
  1123. "url": "https://api.github.com/repos/tp5er/tp5-databackup/zipball/10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1124. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1125. "shasum": ""
  1126. },
  1127. "require": {
  1128. "php": ">=5.4.0"
  1129. },
  1130. "time": "2017-12-29T05:36:58+00:00",
  1131. "type": "library",
  1132. "installation-source": "dist",
  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.3",
  1153. "version_normalized": "1.2.3.0",
  1154. "source": {
  1155. "type": "git",
  1156. "url": "https://github.com/xaboy/form-builder.git",
  1157. "reference": "1b11a518429db5828147d5840ea18480586caa0c"
  1158. },
  1159. "dist": {
  1160. "type": "zip",
  1161. "url": "https://api.github.com/repos/xaboy/form-builder/zipball/1b11a518429db5828147d5840ea18480586caa0c",
  1162. "reference": "1b11a518429db5828147d5840ea18480586caa0c",
  1163. "shasum": ""
  1164. },
  1165. "require": {
  1166. "php": ">=5.4.0"
  1167. },
  1168. "time": "2018-08-07T06:29:30+00:00",
  1169. "type": "library",
  1170. "installation-source": "dist",
  1171. "autoload": {
  1172. "psr-4": {
  1173. "FormBuilder\\": "./src/"
  1174. }
  1175. },
  1176. "notification-url": "https://packagist.org/downloads/",
  1177. "license": [
  1178. "MIT"
  1179. ],
  1180. "authors": [
  1181. {
  1182. "name": "xaboy",
  1183. "email": "xaboy2005@qq.com"
  1184. }
  1185. ],
  1186. "description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
  1187. "homepage": "https://github.com/xaboy/form-builder"
  1188. }
  1189. ]