installed.json 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  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": "pimple/pimple",
  455. "version": "v3.2.2",
  456. "version_normalized": "3.2.2.0",
  457. "source": {
  458. "type": "git",
  459. "url": "https://github.com/silexphp/Pimple.git",
  460. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
  461. },
  462. "dist": {
  463. "type": "zip",
  464. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
  465. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
  466. "shasum": ""
  467. },
  468. "require": {
  469. "php": ">=5.3.0",
  470. "psr/container": "^1.0"
  471. },
  472. "require-dev": {
  473. "symfony/phpunit-bridge": "^3.2"
  474. },
  475. "time": "2017-07-23T07:32:15+00:00",
  476. "type": "library",
  477. "extra": {
  478. "branch-alias": {
  479. "dev-master": "3.2.x-dev"
  480. }
  481. },
  482. "installation-source": "dist",
  483. "autoload": {
  484. "psr-0": {
  485. "Pimple": "src/"
  486. }
  487. },
  488. "notification-url": "https://packagist.org/downloads/",
  489. "license": [
  490. "MIT"
  491. ],
  492. "authors": [
  493. {
  494. "name": "Fabien Potencier",
  495. "email": "fabien@symfony.com"
  496. }
  497. ],
  498. "description": "Pimple, a simple Dependency Injection Container",
  499. "homepage": "http://pimple.sensiolabs.org",
  500. "keywords": [
  501. "container",
  502. "dependency injection"
  503. ]
  504. },
  505. {
  506. "name": "psr/container",
  507. "version": "1.0.0",
  508. "version_normalized": "1.0.0.0",
  509. "source": {
  510. "type": "git",
  511. "url": "https://github.com/php-fig/container.git",
  512. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  513. },
  514. "dist": {
  515. "type": "zip",
  516. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  517. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  518. "shasum": ""
  519. },
  520. "require": {
  521. "php": ">=5.3.0"
  522. },
  523. "time": "2017-02-14T16:28:37+00:00",
  524. "type": "library",
  525. "extra": {
  526. "branch-alias": {
  527. "dev-master": "1.0.x-dev"
  528. }
  529. },
  530. "installation-source": "dist",
  531. "autoload": {
  532. "psr-4": {
  533. "Psr\\Container\\": "src/"
  534. }
  535. },
  536. "notification-url": "https://packagist.org/downloads/",
  537. "license": [
  538. "MIT"
  539. ],
  540. "authors": [
  541. {
  542. "name": "PHP-FIG",
  543. "homepage": "http://www.php-fig.org/"
  544. }
  545. ],
  546. "description": "Common Container Interface (PHP FIG PSR-11)",
  547. "homepage": "https://github.com/php-fig/container",
  548. "keywords": [
  549. "PSR-11",
  550. "container",
  551. "container-interface",
  552. "container-interop",
  553. "psr"
  554. ]
  555. },
  556. {
  557. "name": "psr/http-message",
  558. "version": "1.0.1",
  559. "version_normalized": "1.0.1.0",
  560. "source": {
  561. "type": "git",
  562. "url": "https://github.com/php-fig/http-message.git",
  563. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  564. },
  565. "dist": {
  566. "type": "zip",
  567. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  568. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  569. "shasum": ""
  570. },
  571. "require": {
  572. "php": ">=5.3.0"
  573. },
  574. "time": "2016-08-06T14:39:51+00:00",
  575. "type": "library",
  576. "extra": {
  577. "branch-alias": {
  578. "dev-master": "1.0.x-dev"
  579. }
  580. },
  581. "installation-source": "dist",
  582. "autoload": {
  583. "psr-4": {
  584. "Psr\\Http\\Message\\": "src/"
  585. }
  586. },
  587. "notification-url": "https://packagist.org/downloads/",
  588. "license": [
  589. "MIT"
  590. ],
  591. "authors": [
  592. {
  593. "name": "PHP-FIG",
  594. "homepage": "http://www.php-fig.org/"
  595. }
  596. ],
  597. "description": "Common interface for HTTP messages",
  598. "homepage": "https://github.com/php-fig/http-message",
  599. "keywords": [
  600. "http",
  601. "http-message",
  602. "psr",
  603. "psr-7",
  604. "request",
  605. "response"
  606. ]
  607. },
  608. {
  609. "name": "psr/log",
  610. "version": "1.0.2",
  611. "version_normalized": "1.0.2.0",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/php-fig/log.git",
  615. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  620. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "php": ">=5.3.0"
  625. },
  626. "time": "2016-10-10T12:19:37+00:00",
  627. "type": "library",
  628. "extra": {
  629. "branch-alias": {
  630. "dev-master": "1.0.x-dev"
  631. }
  632. },
  633. "installation-source": "dist",
  634. "autoload": {
  635. "psr-4": {
  636. "Psr\\Log\\": "Psr/Log/"
  637. }
  638. },
  639. "notification-url": "https://packagist.org/downloads/",
  640. "license": [
  641. "MIT"
  642. ],
  643. "authors": [
  644. {
  645. "name": "PHP-FIG",
  646. "homepage": "http://www.php-fig.org/"
  647. }
  648. ],
  649. "description": "Common interface for logging libraries",
  650. "homepage": "https://github.com/php-fig/log",
  651. "keywords": [
  652. "log",
  653. "psr",
  654. "psr-3"
  655. ]
  656. },
  657. {
  658. "name": "symfony/http-foundation",
  659. "version": "v3.3.13",
  660. "version_normalized": "3.3.13.0",
  661. "source": {
  662. "type": "git",
  663. "url": "https://github.com/symfony/http-foundation.git",
  664. "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36"
  665. },
  666. "dist": {
  667. "type": "zip",
  668. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5943f0f19817a7e05992d20a90729b0dc93faf36",
  669. "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36",
  670. "shasum": ""
  671. },
  672. "require": {
  673. "php": "^5.5.9|>=7.0.8",
  674. "symfony/polyfill-mbstring": "~1.1"
  675. },
  676. "require-dev": {
  677. "symfony/expression-language": "~2.8|~3.0"
  678. },
  679. "time": "2017-11-13T18:13:16+00:00",
  680. "type": "library",
  681. "extra": {
  682. "branch-alias": {
  683. "dev-master": "3.3-dev"
  684. }
  685. },
  686. "installation-source": "dist",
  687. "autoload": {
  688. "psr-4": {
  689. "Symfony\\Component\\HttpFoundation\\": ""
  690. },
  691. "exclude-from-classmap": [
  692. "/Tests/"
  693. ]
  694. },
  695. "notification-url": "https://packagist.org/downloads/",
  696. "license": [
  697. "MIT"
  698. ],
  699. "authors": [
  700. {
  701. "name": "Fabien Potencier",
  702. "email": "fabien@symfony.com"
  703. },
  704. {
  705. "name": "Symfony Community",
  706. "homepage": "https://symfony.com/contributors"
  707. }
  708. ],
  709. "description": "Symfony HttpFoundation Component",
  710. "homepage": "https://symfony.com"
  711. },
  712. {
  713. "name": "symfony/polyfill-mbstring",
  714. "version": "v1.6.0",
  715. "version_normalized": "1.6.0.0",
  716. "source": {
  717. "type": "git",
  718. "url": "https://github.com/symfony/polyfill-mbstring.git",
  719. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  720. },
  721. "dist": {
  722. "type": "zip",
  723. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  724. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  725. "shasum": ""
  726. },
  727. "require": {
  728. "php": ">=5.3.3"
  729. },
  730. "suggest": {
  731. "ext-mbstring": "For best performance"
  732. },
  733. "time": "2017-10-11T12:05:26+00:00",
  734. "type": "library",
  735. "extra": {
  736. "branch-alias": {
  737. "dev-master": "1.6-dev"
  738. }
  739. },
  740. "installation-source": "dist",
  741. "autoload": {
  742. "psr-4": {
  743. "Symfony\\Polyfill\\Mbstring\\": ""
  744. },
  745. "files": [
  746. "bootstrap.php"
  747. ]
  748. },
  749. "notification-url": "https://packagist.org/downloads/",
  750. "license": [
  751. "MIT"
  752. ],
  753. "authors": [
  754. {
  755. "name": "Nicolas Grekas",
  756. "email": "p@tchwork.com"
  757. },
  758. {
  759. "name": "Symfony Community",
  760. "homepage": "https://symfony.com/contributors"
  761. }
  762. ],
  763. "description": "Symfony polyfill for the Mbstring extension",
  764. "homepage": "https://symfony.com",
  765. "keywords": [
  766. "compatibility",
  767. "mbstring",
  768. "polyfill",
  769. "portable",
  770. "shim"
  771. ]
  772. },
  773. {
  774. "name": "symfony/psr-http-message-bridge",
  775. "version": "v1.0.0",
  776. "version_normalized": "1.0.0.0",
  777. "source": {
  778. "type": "git",
  779. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  780. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
  781. },
  782. "dist": {
  783. "type": "zip",
  784. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  785. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  786. "shasum": ""
  787. },
  788. "require": {
  789. "php": ">=5.3.3",
  790. "psr/http-message": "~1.0",
  791. "symfony/http-foundation": "~2.3|~3.0"
  792. },
  793. "require-dev": {
  794. "symfony/phpunit-bridge": "~2.7|~3.0"
  795. },
  796. "suggest": {
  797. "psr/http-message-implementation": "To use the HttpFoundation factory",
  798. "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
  799. },
  800. "time": "2016-09-14T18:37:20+00:00",
  801. "type": "symfony-bridge",
  802. "extra": {
  803. "branch-alias": {
  804. "dev-master": "1.0-dev"
  805. }
  806. },
  807. "installation-source": "dist",
  808. "autoload": {
  809. "psr-4": {
  810. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  811. }
  812. },
  813. "notification-url": "https://packagist.org/downloads/",
  814. "license": [
  815. "MIT"
  816. ],
  817. "authors": [
  818. {
  819. "name": "Symfony Community",
  820. "homepage": "http://symfony.com/contributors"
  821. },
  822. {
  823. "name": "Fabien Potencier",
  824. "email": "fabien@symfony.com"
  825. }
  826. ],
  827. "description": "PSR HTTP message bridge",
  828. "homepage": "http://symfony.com",
  829. "keywords": [
  830. "http",
  831. "http-message",
  832. "psr-7"
  833. ]
  834. },
  835. {
  836. "name": "topthink/framework",
  837. "version": "v5.0.11",
  838. "version_normalized": "5.0.11.0",
  839. "source": {
  840. "type": "git",
  841. "url": "https://github.com/top-think/framework.git",
  842. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016"
  843. },
  844. "dist": {
  845. "type": "zip",
  846. "url": "https://api.github.com/repos/top-think/framework/zipball/926c9edb0c2682b14f563cac2c8a93f42f729016",
  847. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016",
  848. "shasum": ""
  849. },
  850. "require": {
  851. "php": ">=5.4.0",
  852. "topthink/think-installer": "~1.0"
  853. },
  854. "require-dev": {
  855. "johnkary/phpunit-speedtrap": "^1.0",
  856. "mikey179/vfsstream": "~1.6",
  857. "phpdocumentor/reflection-docblock": "^2.0",
  858. "phploc/phploc": "2.*",
  859. "phpunit/phpunit": "4.8.*",
  860. "sebastian/phpcpd": "2.*"
  861. },
  862. "time": "2017-09-13T03:30:29+00:00",
  863. "type": "think-framework",
  864. "installation-source": "dist",
  865. "autoload": {
  866. "psr-4": {
  867. "think\\": "library/think"
  868. }
  869. },
  870. "notification-url": "https://packagist.org/downloads/",
  871. "license": [
  872. "Apache-2.0"
  873. ],
  874. "authors": [
  875. {
  876. "name": "liu21st",
  877. "email": "liu21st@gmail.com"
  878. }
  879. ],
  880. "description": "the new thinkphp framework",
  881. "homepage": "http://thinkphp.cn/",
  882. "keywords": [
  883. "framework",
  884. "orm",
  885. "thinkphp"
  886. ]
  887. },
  888. {
  889. "name": "topthink/think-captcha",
  890. "version": "v1.0.7",
  891. "version_normalized": "1.0.7.0",
  892. "source": {
  893. "type": "git",
  894. "url": "https://github.com/top-think/think-captcha.git",
  895. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  896. },
  897. "dist": {
  898. "type": "zip",
  899. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  900. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  901. "shasum": ""
  902. },
  903. "time": "2016-07-06T01:47:11+00:00",
  904. "type": "library",
  905. "installation-source": "dist",
  906. "autoload": {
  907. "psr-4": {
  908. "think\\captcha\\": "src/"
  909. },
  910. "files": [
  911. "src/helper.php"
  912. ]
  913. },
  914. "notification-url": "https://packagist.org/downloads/",
  915. "license": [
  916. "Apache-2.0"
  917. ],
  918. "authors": [
  919. {
  920. "name": "yunwuxin",
  921. "email": "448901948@qq.com"
  922. }
  923. ],
  924. "description": "captcha package for thinkphp5"
  925. },
  926. {
  927. "name": "topthink/think-image",
  928. "version": "v1.0.7",
  929. "version_normalized": "1.0.7.0",
  930. "source": {
  931. "type": "git",
  932. "url": "https://github.com/top-think/think-image.git",
  933. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  934. },
  935. "dist": {
  936. "type": "zip",
  937. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  938. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  939. "shasum": ""
  940. },
  941. "require": {
  942. "ext-gd": "*"
  943. },
  944. "require-dev": {
  945. "phpunit/phpunit": "4.8.*",
  946. "topthink/framework": "^5.0"
  947. },
  948. "time": "2016-09-29T06:05:43+00:00",
  949. "type": "library",
  950. "installation-source": "dist",
  951. "autoload": {
  952. "psr-4": {
  953. "think\\": "src"
  954. }
  955. },
  956. "notification-url": "https://packagist.org/downloads/",
  957. "license": [
  958. "Apache-2.0"
  959. ],
  960. "authors": [
  961. {
  962. "name": "yunwuxin",
  963. "email": "448901948@qq.com"
  964. }
  965. ],
  966. "description": "The ThinkPHP5 Image Package"
  967. },
  968. {
  969. "name": "topthink/think-installer",
  970. "version": "v1.0.12",
  971. "version_normalized": "1.0.12.0",
  972. "source": {
  973. "type": "git",
  974. "url": "https://github.com/top-think/think-installer.git",
  975. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  976. },
  977. "dist": {
  978. "type": "zip",
  979. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  980. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  981. "shasum": ""
  982. },
  983. "require": {
  984. "composer-plugin-api": "^1.0"
  985. },
  986. "require-dev": {
  987. "composer/composer": "1.0.*@dev"
  988. },
  989. "time": "2017-05-27T06:58:09+00:00",
  990. "type": "composer-plugin",
  991. "extra": {
  992. "class": "think\\composer\\Plugin"
  993. },
  994. "installation-source": "dist",
  995. "autoload": {
  996. "psr-4": {
  997. "think\\composer\\": "src"
  998. }
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "Apache-2.0"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "yunwuxin",
  1007. "email": "448901948@qq.com"
  1008. }
  1009. ]
  1010. },
  1011. {
  1012. "name": "topthink/think-migration",
  1013. "version": "v2.0",
  1014. "version_normalized": "2.0.0.0",
  1015. "source": {
  1016. "type": "git",
  1017. "url": "https://github.com/top-think/think-migration.git",
  1018. "reference": "547e592d4227d127edec8f9d22cca5aa8023d8a3"
  1019. },
  1020. "dist": {
  1021. "type": "zip",
  1022. "url": "https://files.phpcomposer.com/files/top-think/think-migration/547e592d4227d127edec8f9d22cca5aa8023d8a3.zip",
  1023. "reference": "547e592d4227d127edec8f9d22cca5aa8023d8a3",
  1024. "shasum": ""
  1025. },
  1026. "require-dev": {
  1027. "topthink/framework": "^5.0"
  1028. },
  1029. "time": "2017-09-19T04:48:27+00:00",
  1030. "type": "library",
  1031. "installation-source": "dist",
  1032. "autoload": {
  1033. "psr-4": {
  1034. "Phinx\\": "phinx/src/Phinx",
  1035. "think\\migration\\": "src"
  1036. },
  1037. "files": [
  1038. "src/config.php"
  1039. ]
  1040. },
  1041. "notification-url": "https://packagist.org/downloads/",
  1042. "license": [
  1043. "Apache-2.0"
  1044. ],
  1045. "authors": [
  1046. {
  1047. "name": "yunwuxin",
  1048. "email": "448901948@qq.com"
  1049. }
  1050. ]
  1051. },
  1052. {
  1053. "name": "tp5er/tp5-databackup",
  1054. "version": "1.0.0",
  1055. "version_normalized": "1.0.0.0",
  1056. "source": {
  1057. "type": "git",
  1058. "url": "https://github.com/tp5er/tp5-databackup.git",
  1059. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc"
  1060. },
  1061. "dist": {
  1062. "type": "zip",
  1063. "url": "https://api.github.com/repos/tp5er/tp5-databackup/zipball/10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1064. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1065. "shasum": ""
  1066. },
  1067. "require": {
  1068. "php": ">=5.4.0"
  1069. },
  1070. "time": "2017-12-29T05:36:58+00:00",
  1071. "type": "library",
  1072. "installation-source": "dist",
  1073. "autoload": {
  1074. "psr-4": {
  1075. "tp5er\\": "src/"
  1076. }
  1077. },
  1078. "notification-url": "https://packagist.org/downloads/",
  1079. "license": [
  1080. "MIT"
  1081. ],
  1082. "authors": [
  1083. {
  1084. "name": "tp5er",
  1085. "email": "tp5er@qq.com"
  1086. }
  1087. ],
  1088. "description": "Implement the database backup restore"
  1089. },
  1090. {
  1091. "name": "xaboy/form-builder",
  1092. "version": "1.2.3",
  1093. "version_normalized": "1.2.3.0",
  1094. "source": {
  1095. "type": "git",
  1096. "url": "https://github.com/xaboy/form-builder.git",
  1097. "reference": "1b11a518429db5828147d5840ea18480586caa0c"
  1098. },
  1099. "dist": {
  1100. "type": "zip",
  1101. "url": "https://api.github.com/repos/xaboy/form-builder/zipball/1b11a518429db5828147d5840ea18480586caa0c",
  1102. "reference": "1b11a518429db5828147d5840ea18480586caa0c",
  1103. "shasum": ""
  1104. },
  1105. "require": {
  1106. "php": ">=5.4.0"
  1107. },
  1108. "time": "2018-08-07T06:29:30+00:00",
  1109. "type": "library",
  1110. "installation-source": "dist",
  1111. "autoload": {
  1112. "psr-4": {
  1113. "FormBuilder\\": "./src/"
  1114. }
  1115. },
  1116. "notification-url": "https://packagist.org/downloads/",
  1117. "license": [
  1118. "MIT"
  1119. ],
  1120. "authors": [
  1121. {
  1122. "name": "xaboy",
  1123. "email": "xaboy2005@qq.com"
  1124. }
  1125. ],
  1126. "description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
  1127. "homepage": "https://github.com/xaboy/form-builder"
  1128. }
  1129. ]