installed.json 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522
  1. [
  2. {
  3. "name": "psr/http-message",
  4. "version": "1.0.1",
  5. "version_normalized": "1.0.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/php-fig/http-message.git",
  9. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://files.phpcomposer.com/files/php-fig/http-message/f6561bf28d520154e4b0ec72be95418abe6d9363.zip",
  14. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "time": "2016-08-06 14:39:51",
  21. "type": "library",
  22. "extra": {
  23. "branch-alias": {
  24. "dev-master": "1.0.x-dev"
  25. }
  26. },
  27. "installation-source": "dist",
  28. "autoload": {
  29. "psr-4": {
  30. "Psr\\Http\\Message\\": "src/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "PHP-FIG",
  40. "homepage": "http://www.php-fig.org/"
  41. }
  42. ],
  43. "description": "Common interface for HTTP messages",
  44. "homepage": "https://github.com/php-fig/http-message",
  45. "keywords": [
  46. "http",
  47. "http-message",
  48. "psr",
  49. "psr-7",
  50. "request",
  51. "response"
  52. ]
  53. },
  54. {
  55. "name": "guzzlehttp/promises",
  56. "version": "v1.3.1",
  57. "version_normalized": "1.3.1.0",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/guzzle/promises.git",
  61. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://files.phpcomposer.com/files/guzzle/promises/a59da6cf61d80060647ff4d3eb2c03a2bc694646.zip",
  66. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "php": ">=5.5.0"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "^4.0"
  74. },
  75. "time": "2016-12-20 10:07:11",
  76. "type": "library",
  77. "extra": {
  78. "branch-alias": {
  79. "dev-master": "1.4-dev"
  80. }
  81. },
  82. "installation-source": "dist",
  83. "autoload": {
  84. "psr-4": {
  85. "GuzzleHttp\\Promise\\": "src/"
  86. },
  87. "files": [
  88. "src/functions_include.php"
  89. ]
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "authors": [
  96. {
  97. "name": "Michael Dowling",
  98. "email": "mtdowling@gmail.com",
  99. "homepage": "https://github.com/mtdowling"
  100. }
  101. ],
  102. "description": "Guzzle promises library",
  103. "keywords": [
  104. "promise"
  105. ]
  106. },
  107. {
  108. "name": "guzzlehttp/psr7",
  109. "version": "1.4.2",
  110. "version_normalized": "1.4.2.0",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/guzzle/psr7.git",
  114. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://files.phpcomposer.com/files/guzzle/psr7/f5b8a8512e2b58b0071a7280e39f14f72e05d87c.zip",
  119. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.4.0",
  124. "psr/http-message": "~1.0"
  125. },
  126. "provide": {
  127. "psr/http-message-implementation": "1.0"
  128. },
  129. "require-dev": {
  130. "phpunit/phpunit": "~4.0"
  131. },
  132. "time": "2017-03-20 17:10:46",
  133. "type": "library",
  134. "extra": {
  135. "branch-alias": {
  136. "dev-master": "1.4-dev"
  137. }
  138. },
  139. "installation-source": "dist",
  140. "autoload": {
  141. "psr-4": {
  142. "GuzzleHttp\\Psr7\\": "src/"
  143. },
  144. "files": [
  145. "src/functions_include.php"
  146. ]
  147. },
  148. "notification-url": "https://packagist.org/downloads/",
  149. "license": [
  150. "MIT"
  151. ],
  152. "authors": [
  153. {
  154. "name": "Michael Dowling",
  155. "email": "mtdowling@gmail.com",
  156. "homepage": "https://github.com/mtdowling"
  157. },
  158. {
  159. "name": "Tobias Schultze",
  160. "homepage": "https://github.com/Tobion"
  161. }
  162. ],
  163. "description": "PSR-7 message implementation that also provides common utility methods",
  164. "keywords": [
  165. "http",
  166. "message",
  167. "request",
  168. "response",
  169. "stream",
  170. "uri",
  171. "url"
  172. ]
  173. },
  174. {
  175. "name": "psr/log",
  176. "version": "1.0.2",
  177. "version_normalized": "1.0.2.0",
  178. "source": {
  179. "type": "git",
  180. "url": "https://github.com/php-fig/log.git",
  181. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  182. },
  183. "dist": {
  184. "type": "zip",
  185. "url": "https://files.phpcomposer.com/files/php-fig/log/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d.zip",
  186. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  187. "shasum": ""
  188. },
  189. "require": {
  190. "php": ">=5.3.0"
  191. },
  192. "time": "2016-10-10 12:19:37",
  193. "type": "library",
  194. "extra": {
  195. "branch-alias": {
  196. "dev-master": "1.0.x-dev"
  197. }
  198. },
  199. "installation-source": "dist",
  200. "autoload": {
  201. "psr-4": {
  202. "Psr\\Log\\": "Psr/Log/"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "PHP-FIG",
  212. "homepage": "http://www.php-fig.org/"
  213. }
  214. ],
  215. "description": "Common interface for logging libraries",
  216. "homepage": "https://github.com/php-fig/log",
  217. "keywords": [
  218. "log",
  219. "psr",
  220. "psr-3"
  221. ]
  222. },
  223. {
  224. "name": "topthink/think-captcha",
  225. "version": "v1.0.7",
  226. "version_normalized": "1.0.7.0",
  227. "source": {
  228. "type": "git",
  229. "url": "https://github.com/top-think/think-captcha.git",
  230. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  231. },
  232. "dist": {
  233. "type": "zip",
  234. "url": "https://files.phpcomposer.com/files/top-think/think-captcha/0c55455df26a1626a60d0dc35d2d89002b741d44.zip",
  235. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  236. "shasum": ""
  237. },
  238. "time": "2016-07-06 01:47:11",
  239. "type": "library",
  240. "installation-source": "dist",
  241. "autoload": {
  242. "psr-4": {
  243. "think\\captcha\\": "src/"
  244. },
  245. "files": [
  246. "src/helper.php"
  247. ]
  248. },
  249. "notification-url": "https://packagist.org/downloads/",
  250. "license": [
  251. "Apache-2.0"
  252. ],
  253. "authors": [
  254. {
  255. "name": "yunwuxin",
  256. "email": "448901948@qq.com"
  257. }
  258. ],
  259. "description": "captcha package for thinkphp5"
  260. },
  261. {
  262. "name": "topthink/think-installer",
  263. "version": "v1.0.12",
  264. "version_normalized": "1.0.12.0",
  265. "source": {
  266. "type": "git",
  267. "url": "https://github.com/top-think/think-installer.git",
  268. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  269. },
  270. "dist": {
  271. "type": "zip",
  272. "url": "https://files.phpcomposer.com/files/top-think/think-installer/1be326e68f63de4e95977ed50f46ae75f017556d.zip",
  273. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  274. "shasum": ""
  275. },
  276. "require": {
  277. "composer-plugin-api": "^1.0"
  278. },
  279. "require-dev": {
  280. "composer/composer": "1.0.*@dev"
  281. },
  282. "time": "2017-05-27 06:58:09",
  283. "type": "composer-plugin",
  284. "extra": {
  285. "class": "think\\composer\\Plugin"
  286. },
  287. "installation-source": "dist",
  288. "autoload": {
  289. "psr-4": {
  290. "think\\composer\\": "src"
  291. }
  292. },
  293. "notification-url": "https://packagist.org/downloads/",
  294. "license": [
  295. "Apache-2.0"
  296. ],
  297. "authors": [
  298. {
  299. "name": "yunwuxin",
  300. "email": "448901948@qq.com"
  301. }
  302. ]
  303. },
  304. {
  305. "name": "monolog/monolog",
  306. "version": "1.23.0",
  307. "version_normalized": "1.23.0.0",
  308. "source": {
  309. "type": "git",
  310. "url": "https://github.com/Seldaek/monolog.git",
  311. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  312. },
  313. "dist": {
  314. "type": "zip",
  315. "url": "https://files.phpcomposer.com/files/Seldaek/monolog/fd8c787753b3a2ad11bc60c063cff1358a32a3b4.zip",
  316. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  317. "shasum": ""
  318. },
  319. "require": {
  320. "php": ">=5.3.0",
  321. "psr/log": "~1.0"
  322. },
  323. "provide": {
  324. "psr/log-implementation": "1.0.0"
  325. },
  326. "require-dev": {
  327. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  328. "doctrine/couchdb": "~1.0@dev",
  329. "graylog2/gelf-php": "~1.0",
  330. "jakub-onderka/php-parallel-lint": "0.9",
  331. "php-amqplib/php-amqplib": "~2.4",
  332. "php-console/php-console": "^3.1.3",
  333. "phpunit/phpunit": "~4.5",
  334. "phpunit/phpunit-mock-objects": "2.3.0",
  335. "ruflin/elastica": ">=0.90 <3.0",
  336. "sentry/sentry": "^0.13",
  337. "swiftmailer/swiftmailer": "^5.3|^6.0"
  338. },
  339. "suggest": {
  340. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  341. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  342. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  343. "ext-mongo": "Allow sending log messages to a MongoDB server",
  344. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  345. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  346. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  347. "php-console/php-console": "Allow sending log messages to Google Chrome",
  348. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  349. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  350. "sentry/sentry": "Allow sending log messages to a Sentry server"
  351. },
  352. "time": "2017-06-19 01:22:40",
  353. "type": "library",
  354. "extra": {
  355. "branch-alias": {
  356. "dev-master": "2.0.x-dev"
  357. }
  358. },
  359. "installation-source": "dist",
  360. "autoload": {
  361. "psr-4": {
  362. "Monolog\\": "src/Monolog"
  363. }
  364. },
  365. "notification-url": "https://packagist.org/downloads/",
  366. "license": [
  367. "MIT"
  368. ],
  369. "authors": [
  370. {
  371. "name": "Jordi Boggiano",
  372. "email": "j.boggiano@seld.be",
  373. "homepage": "http://seld.be"
  374. }
  375. ],
  376. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  377. "homepage": "http://github.com/Seldaek/monolog",
  378. "keywords": [
  379. "log",
  380. "logging",
  381. "psr-3"
  382. ]
  383. },
  384. {
  385. "name": "psr/container",
  386. "version": "1.0.0",
  387. "version_normalized": "1.0.0.0",
  388. "source": {
  389. "type": "git",
  390. "url": "https://github.com/php-fig/container.git",
  391. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  392. },
  393. "dist": {
  394. "type": "zip",
  395. "url": "https://files.phpcomposer.com/files/php-fig/container/b7ce3b176482dbbc1245ebf52b181af44c2cf55f.zip",
  396. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  397. "shasum": ""
  398. },
  399. "require": {
  400. "php": ">=5.3.0"
  401. },
  402. "time": "2017-02-14 16:28:37",
  403. "type": "library",
  404. "extra": {
  405. "branch-alias": {
  406. "dev-master": "1.0.x-dev"
  407. }
  408. },
  409. "installation-source": "dist",
  410. "autoload": {
  411. "psr-4": {
  412. "Psr\\Container\\": "src/"
  413. }
  414. },
  415. "notification-url": "https://packagist.org/downloads/",
  416. "license": [
  417. "MIT"
  418. ],
  419. "authors": [
  420. {
  421. "name": "PHP-FIG",
  422. "homepage": "http://www.php-fig.org/"
  423. }
  424. ],
  425. "description": "Common Container Interface (PHP FIG PSR-11)",
  426. "homepage": "https://github.com/php-fig/container",
  427. "keywords": [
  428. "PSR-11",
  429. "container",
  430. "container-interface",
  431. "container-interop",
  432. "psr"
  433. ]
  434. },
  435. {
  436. "name": "topthink/think-helper",
  437. "version": "v1.0.6",
  438. "version_normalized": "1.0.6.0",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/top-think/think-helper.git",
  442. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://files.phpcomposer.com/files/top-think/think-helper/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f.zip",
  447. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  448. "shasum": ""
  449. },
  450. "time": "2017-04-05 07:15:37",
  451. "type": "library",
  452. "installation-source": "dist",
  453. "autoload": {
  454. "psr-4": {
  455. "think\\helper\\": "src"
  456. },
  457. "files": [
  458. "src/helper.php"
  459. ]
  460. },
  461. "notification-url": "https://packagist.org/downloads/",
  462. "license": [
  463. "Apache-2.0"
  464. ],
  465. "authors": [
  466. {
  467. "name": "yunwuxin",
  468. "email": "448901948@qq.com"
  469. }
  470. ],
  471. "description": "The ThinkPHP5 Helper Package"
  472. },
  473. {
  474. "name": "overtrue/pinyin",
  475. "version": "3.0.6",
  476. "version_normalized": "3.0.6.0",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/overtrue/pinyin.git",
  480. "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://files.phpcomposer.com/files/overtrue/pinyin/3b781d267197b74752daa32814d3a2cf5d140779.zip",
  485. "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "php": ">=5.3"
  490. },
  491. "require-dev": {
  492. "phpunit/phpunit": "~4.8"
  493. },
  494. "time": "2017-07-10 07:20:01",
  495. "type": "library",
  496. "installation-source": "dist",
  497. "autoload": {
  498. "psr-4": {
  499. "Overtrue\\Pinyin\\": "src/"
  500. }
  501. },
  502. "notification-url": "https://packagist.org/downloads/",
  503. "license": [
  504. "MIT"
  505. ],
  506. "authors": [
  507. {
  508. "name": "Carlos",
  509. "homepage": "http://github.com/overtrue"
  510. }
  511. ],
  512. "description": "Chinese to pinyin translator.",
  513. "homepage": "https://github.com/overtrue/pinyin",
  514. "keywords": [
  515. "Chinese",
  516. "Pinyin",
  517. "cn2pinyin"
  518. ]
  519. },
  520. {
  521. "name": "phpoffice/phpexcel",
  522. "version": "1.8.1",
  523. "version_normalized": "1.8.1.0",
  524. "source": {
  525. "type": "git",
  526. "url": "https://github.com/PHPOffice/PHPExcel.git",
  527. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
  528. },
  529. "dist": {
  530. "type": "zip",
  531. "url": "https://files.phpcomposer.com/files/PHPOffice/PHPExcel/372c7cbb695a6f6f1e62649381aeaa37e7e70b32.zip",
  532. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  533. "shasum": ""
  534. },
  535. "require": {
  536. "ext-xml": "*",
  537. "ext-xmlwriter": "*",
  538. "php": ">=5.2.0"
  539. },
  540. "time": "2015-05-01 07:00:55",
  541. "type": "library",
  542. "installation-source": "dist",
  543. "autoload": {
  544. "psr-0": {
  545. "PHPExcel": "Classes/"
  546. }
  547. },
  548. "notification-url": "https://packagist.org/downloads/",
  549. "license": [
  550. "LGPL"
  551. ],
  552. "authors": [
  553. {
  554. "name": "Maarten Balliauw",
  555. "homepage": "http://blog.maartenballiauw.be"
  556. },
  557. {
  558. "name": "Mark Baker"
  559. },
  560. {
  561. "name": "Franck Lefevre",
  562. "homepage": "http://blog.rootslabs.net"
  563. },
  564. {
  565. "name": "Erik Tilt"
  566. }
  567. ],
  568. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  569. "homepage": "http://phpexcel.codeplex.com",
  570. "keywords": [
  571. "OpenXML",
  572. "excel",
  573. "php",
  574. "spreadsheet",
  575. "xls",
  576. "xlsx"
  577. ],
  578. "abandoned": "phpoffice/phpspreadsheet"
  579. },
  580. {
  581. "name": "mtdowling/cron-expression",
  582. "version": "v1.2.1",
  583. "version_normalized": "1.2.1.0",
  584. "source": {
  585. "type": "git",
  586. "url": "https://github.com/mtdowling/cron-expression.git",
  587. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  588. },
  589. "dist": {
  590. "type": "zip",
  591. "url": "https://files.phpcomposer.com/files/mtdowling/cron-expression/9504fa9ea681b586028adaaa0877db4aecf32bad.zip",
  592. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  593. "shasum": ""
  594. },
  595. "require": {
  596. "php": ">=5.3.2"
  597. },
  598. "require-dev": {
  599. "phpunit/phpunit": "~4.0|~5.0"
  600. },
  601. "time": "2017-01-23 04:29:33",
  602. "type": "library",
  603. "installation-source": "dist",
  604. "autoload": {
  605. "psr-4": {
  606. "Cron\\": "src/Cron/"
  607. }
  608. },
  609. "notification-url": "https://packagist.org/downloads/",
  610. "license": [
  611. "MIT"
  612. ],
  613. "authors": [
  614. {
  615. "name": "Michael Dowling",
  616. "email": "mtdowling@gmail.com",
  617. "homepage": "https://github.com/mtdowling"
  618. }
  619. ],
  620. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  621. "keywords": [
  622. "cron",
  623. "schedule"
  624. ]
  625. },
  626. {
  627. "name": "phpmailer/phpmailer",
  628. "version": "v5.2.26",
  629. "version_normalized": "5.2.26.0",
  630. "source": {
  631. "type": "git",
  632. "url": "https://github.com/PHPMailer/PHPMailer.git",
  633. "reference": "70362997bda4376378be7d92d81e2200550923f7"
  634. },
  635. "dist": {
  636. "type": "zip",
  637. "url": "https://files.phpcomposer.com/files/PHPMailer/PHPMailer/70362997bda4376378be7d92d81e2200550923f7.zip",
  638. "reference": "70362997bda4376378be7d92d81e2200550923f7",
  639. "shasum": ""
  640. },
  641. "require": {
  642. "ext-ctype": "*",
  643. "php": ">=5.0.0"
  644. },
  645. "require-dev": {
  646. "doctrine/annotations": "1.2.*",
  647. "jms/serializer": "0.16.*",
  648. "phpdocumentor/phpdocumentor": "2.*",
  649. "phpunit/phpunit": "4.8.*",
  650. "symfony/debug": "2.8.*",
  651. "symfony/filesystem": "2.8.*",
  652. "symfony/translation": "2.8.*",
  653. "symfony/yaml": "2.8.*",
  654. "zendframework/zend-cache": "2.5.1",
  655. "zendframework/zend-config": "2.5.1",
  656. "zendframework/zend-eventmanager": "2.5.1",
  657. "zendframework/zend-filter": "2.5.1",
  658. "zendframework/zend-i18n": "2.5.1",
  659. "zendframework/zend-json": "2.5.1",
  660. "zendframework/zend-math": "2.5.1",
  661. "zendframework/zend-serializer": "2.5.*",
  662. "zendframework/zend-servicemanager": "2.5.*",
  663. "zendframework/zend-stdlib": "2.5.1"
  664. },
  665. "suggest": {
  666. "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  667. },
  668. "time": "2017-11-04 09:26:05",
  669. "type": "library",
  670. "installation-source": "dist",
  671. "autoload": {
  672. "classmap": [
  673. "class.phpmailer.php",
  674. "class.phpmaileroauth.php",
  675. "class.phpmaileroauthgoogle.php",
  676. "class.smtp.php",
  677. "class.pop3.php",
  678. "extras/EasyPeasyICS.php",
  679. "extras/ntlm_sasl_client.php"
  680. ]
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "LGPL-2.1"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Jim Jagielski",
  689. "email": "jimjag@gmail.com"
  690. },
  691. {
  692. "name": "Marcus Bointon",
  693. "email": "phpmailer@synchromedia.co.uk"
  694. },
  695. {
  696. "name": "Andy Prevost",
  697. "email": "codeworxtech@users.sourceforge.net"
  698. },
  699. {
  700. "name": "Brent R. Matzelle"
  701. }
  702. ],
  703. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  704. },
  705. {
  706. "name": "symfony/psr-http-message-bridge",
  707. "version": "v1.0.2",
  708. "version_normalized": "1.0.2.0",
  709. "source": {
  710. "type": "git",
  711. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  712. "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
  713. },
  714. "dist": {
  715. "type": "zip",
  716. "url": "https://files.phpcomposer.com/files/symfony/psr-http-message-bridge/c2b757934f2d9681a287e662efbc27c41fe8ef86.zip",
  717. "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
  718. "shasum": ""
  719. },
  720. "require": {
  721. "php": ">=5.3.3",
  722. "psr/http-message": "~1.0",
  723. "symfony/http-foundation": "~2.3|~3.0|~4.0"
  724. },
  725. "require-dev": {
  726. "symfony/phpunit-bridge": "~3.2|4.0"
  727. },
  728. "suggest": {
  729. "psr/http-message-implementation": "To use the HttpFoundation factory",
  730. "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
  731. },
  732. "time": "2017-12-19 00:31:44",
  733. "type": "symfony-bridge",
  734. "extra": {
  735. "branch-alias": {
  736. "dev-master": "1.0-dev"
  737. }
  738. },
  739. "installation-source": "dist",
  740. "autoload": {
  741. "psr-4": {
  742. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  743. }
  744. },
  745. "notification-url": "https://packagist.org/downloads/",
  746. "license": [
  747. "MIT"
  748. ],
  749. "authors": [
  750. {
  751. "name": "Symfony Community",
  752. "homepage": "http://symfony.com/contributors"
  753. },
  754. {
  755. "name": "Fabien Potencier",
  756. "email": "fabien@symfony.com"
  757. }
  758. ],
  759. "description": "PSR HTTP message bridge",
  760. "homepage": "http://symfony.com",
  761. "keywords": [
  762. "http",
  763. "http-message",
  764. "psr-7"
  765. ]
  766. },
  767. {
  768. "name": "overtrue/socialite",
  769. "version": "1.3.0",
  770. "version_normalized": "1.3.0.0",
  771. "source": {
  772. "type": "git",
  773. "url": "https://github.com/overtrue/socialite.git",
  774. "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
  775. },
  776. "dist": {
  777. "type": "zip",
  778. "url": "https://files.phpcomposer.com/files/overtrue/socialite/fda55f0acef43a144799b1957a8f93d9f5deffce.zip",
  779. "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
  780. "shasum": ""
  781. },
  782. "require": {
  783. "guzzlehttp/guzzle": "~5.0|~6.0",
  784. "php": ">=5.4.0",
  785. "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
  786. },
  787. "require-dev": {
  788. "mockery/mockery": "~0.9",
  789. "phpunit/phpunit": "~4.0"
  790. },
  791. "time": "2017-08-04 06:28:22",
  792. "type": "library",
  793. "installation-source": "dist",
  794. "autoload": {
  795. "psr-4": {
  796. "Overtrue\\Socialite\\": "src/"
  797. }
  798. },
  799. "notification-url": "https://packagist.org/downloads/",
  800. "license": [
  801. "MIT"
  802. ],
  803. "authors": [
  804. {
  805. "name": "overtrue",
  806. "email": "anzhengchao@gmail.com"
  807. }
  808. ],
  809. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  810. "keywords": [
  811. "login",
  812. "oauth",
  813. "qq",
  814. "social",
  815. "wechat",
  816. "weibo"
  817. ]
  818. },
  819. {
  820. "name": "endroid/qr-code",
  821. "version": "1.9.3",
  822. "version_normalized": "1.9.3.0",
  823. "source": {
  824. "type": "git",
  825. "url": "https://github.com/endroid/qr-code.git",
  826. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  827. },
  828. "dist": {
  829. "type": "zip",
  830. "url": "https://files.phpcomposer.com/files/endroid/qr-code/c9644bec2a9cc9318e98d1437de3c628dcd1ef93.zip",
  831. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  832. "shasum": ""
  833. },
  834. "require": {
  835. "ext-gd": "*",
  836. "php": ">=5.4",
  837. "symfony/options-resolver": "^2.3|^3.0"
  838. },
  839. "require-dev": {
  840. "phpunit/phpunit": "^4.0|^5.0",
  841. "sensio/framework-extra-bundle": "^3.0",
  842. "symfony/browser-kit": "^2.3|^3.0",
  843. "symfony/framework-bundle": "^2.3|^3.0",
  844. "symfony/http-kernel": "^2.3|^3.0"
  845. },
  846. "time": "2017-04-08 09:13:59",
  847. "type": "library",
  848. "extra": {
  849. "branch-alias": {
  850. "dev-master": "1.x-dev"
  851. }
  852. },
  853. "installation-source": "dist",
  854. "autoload": {
  855. "psr-4": {
  856. "Endroid\\QrCode\\": "src/"
  857. }
  858. },
  859. "notification-url": "https://packagist.org/downloads/",
  860. "license": [
  861. "MIT"
  862. ],
  863. "authors": [
  864. {
  865. "name": "Jeroen van den Enden",
  866. "email": "info@endroid.nl",
  867. "homepage": "http://endroid.nl/"
  868. }
  869. ],
  870. "description": "Endroid QR Code",
  871. "homepage": "https://github.com/endroid/QrCode",
  872. "keywords": [
  873. "bundle",
  874. "code",
  875. "endroid",
  876. "qr",
  877. "qrcode",
  878. "symfony"
  879. ]
  880. },
  881. {
  882. "name": "pimple/pimple",
  883. "version": "v3.2.3",
  884. "version_normalized": "3.2.3.0",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/silexphp/Pimple.git",
  888. "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://files.phpcomposer.com/files/silexphp/Pimple/9e403941ef9d65d20cba7d54e29fe906db42cf32.zip",
  893. "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
  894. "shasum": ""
  895. },
  896. "require": {
  897. "php": ">=5.3.0",
  898. "psr/container": "^1.0"
  899. },
  900. "require-dev": {
  901. "symfony/phpunit-bridge": "^3.2"
  902. },
  903. "time": "2018-01-21 07:42:36",
  904. "type": "library",
  905. "extra": {
  906. "branch-alias": {
  907. "dev-master": "3.2.x-dev"
  908. }
  909. },
  910. "installation-source": "dist",
  911. "autoload": {
  912. "psr-0": {
  913. "Pimple": "src/"
  914. }
  915. },
  916. "notification-url": "https://packagist.org/downloads/",
  917. "license": [
  918. "MIT"
  919. ],
  920. "authors": [
  921. {
  922. "name": "Fabien Potencier",
  923. "email": "fabien@symfony.com"
  924. }
  925. ],
  926. "description": "Pimple, a simple Dependency Injection Container",
  927. "homepage": "http://pimple.sensiolabs.org",
  928. "keywords": [
  929. "container",
  930. "dependency injection"
  931. ]
  932. },
  933. {
  934. "name": "paragonie/random_compat",
  935. "version": "v2.0.12",
  936. "version_normalized": "2.0.12.0",
  937. "source": {
  938. "type": "git",
  939. "url": "https://github.com/paragonie/random_compat.git",
  940. "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
  941. },
  942. "dist": {
  943. "type": "zip",
  944. "url": "https://files.phpcomposer.com/files/paragonie/random_compat/258c89a6b97de7dfaf5b8c7607d0478e236b04fb.zip",
  945. "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
  946. "shasum": ""
  947. },
  948. "require": {
  949. "php": ">=5.2.0"
  950. },
  951. "require-dev": {
  952. "phpunit/phpunit": "4.*|5.*"
  953. },
  954. "suggest": {
  955. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  956. },
  957. "time": "2018-04-04 21:24:14",
  958. "type": "library",
  959. "installation-source": "dist",
  960. "autoload": {
  961. "files": [
  962. "lib/random.php"
  963. ]
  964. },
  965. "notification-url": "https://packagist.org/downloads/",
  966. "license": [
  967. "MIT"
  968. ],
  969. "authors": [
  970. {
  971. "name": "Paragon Initiative Enterprises",
  972. "email": "security@paragonie.com",
  973. "homepage": "https://paragonie.com"
  974. }
  975. ],
  976. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  977. "keywords": [
  978. "csprng",
  979. "pseudorandom",
  980. "random"
  981. ]
  982. },
  983. {
  984. "name": "doctrine/cache",
  985. "version": "v1.4.4",
  986. "version_normalized": "1.4.4.0",
  987. "source": {
  988. "type": "git",
  989. "url": "https://github.com/doctrine/cache.git",
  990. "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020"
  991. },
  992. "dist": {
  993. "type": "zip",
  994. "url": "https://files.phpcomposer.com/files/doctrine/cache/6433826dd02c9e5be8a127320dc13e7e6625d020.zip",
  995. "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020",
  996. "shasum": ""
  997. },
  998. "require": {
  999. "php": ">=5.3.2"
  1000. },
  1001. "conflict": {
  1002. "doctrine/common": ">2.2,<2.4"
  1003. },
  1004. "require-dev": {
  1005. "phpunit/phpunit": ">=3.7",
  1006. "predis/predis": "~1.0",
  1007. "satooshi/php-coveralls": "~0.6"
  1008. },
  1009. "time": "2015-11-02 18:33:51",
  1010. "type": "library",
  1011. "extra": {
  1012. "branch-alias": {
  1013. "dev-master": "1.5.x-dev"
  1014. }
  1015. },
  1016. "installation-source": "dist",
  1017. "autoload": {
  1018. "psr-0": {
  1019. "Doctrine\\Common\\Cache\\": "lib/"
  1020. }
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "MIT"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Roman Borschel",
  1029. "email": "roman@code-factory.org"
  1030. },
  1031. {
  1032. "name": "Benjamin Eberlei",
  1033. "email": "kontakt@beberlei.de"
  1034. },
  1035. {
  1036. "name": "Guilherme Blanco",
  1037. "email": "guilhermeblanco@gmail.com"
  1038. },
  1039. {
  1040. "name": "Jonathan Wage",
  1041. "email": "jonwage@gmail.com"
  1042. },
  1043. {
  1044. "name": "Johannes Schmitt",
  1045. "email": "schmittjoh@gmail.com"
  1046. }
  1047. ],
  1048. "description": "Caching library offering an object-oriented API for many cache backends",
  1049. "homepage": "http://www.doctrine-project.org",
  1050. "keywords": [
  1051. "cache",
  1052. "caching"
  1053. ]
  1054. },
  1055. {
  1056. "name": "overtrue/wechat",
  1057. "version": "3.3.26",
  1058. "version_normalized": "3.3.26.0",
  1059. "source": {
  1060. "type": "git",
  1061. "url": "https://github.com/overtrue/wechat.git",
  1062. "reference": "62548ca53af47179e43d449d9addfd8574e92162"
  1063. },
  1064. "dist": {
  1065. "type": "zip",
  1066. "url": "https://files.phpcomposer.com/files/overtrue/wechat/62548ca53af47179e43d449d9addfd8574e92162.zip",
  1067. "reference": "62548ca53af47179e43d449d9addfd8574e92162",
  1068. "shasum": ""
  1069. },
  1070. "require": {
  1071. "doctrine/cache": "1.4.*",
  1072. "ext-openssl": "*",
  1073. "guzzlehttp/guzzle": "~6.2",
  1074. "monolog/monolog": "^1.17",
  1075. "overtrue/socialite": "^1.0.25",
  1076. "php": ">=5.5.0",
  1077. "pimple/pimple": "~3.0",
  1078. "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
  1079. "symfony/psr-http-message-bridge": "~0.3|^1.0"
  1080. },
  1081. "require-dev": {
  1082. "mockery/mockery": "^0.9.9",
  1083. "overtrue/phplint": "dev-master",
  1084. "phpunit/phpunit": "~4.0"
  1085. },
  1086. "time": "2018-04-17 04:46:42",
  1087. "type": "library",
  1088. "installation-source": "dist",
  1089. "autoload": {
  1090. "psr-4": {
  1091. "EasyWeChat\\": "src/"
  1092. },
  1093. "files": [
  1094. "src/Payment/helpers.php"
  1095. ]
  1096. },
  1097. "notification-url": "https://packagist.org/downloads/",
  1098. "license": [
  1099. "MIT"
  1100. ],
  1101. "authors": [
  1102. {
  1103. "name": "overtrue",
  1104. "email": "anzhengchao@gmail.com"
  1105. }
  1106. ],
  1107. "description": "微信SDK",
  1108. "keywords": [
  1109. "sdk",
  1110. "wechat",
  1111. "weixin",
  1112. "weixin-sdk"
  1113. ]
  1114. },
  1115. {
  1116. "name": "karsonzhang/fastadmin-addons",
  1117. "version": "1.1.4",
  1118. "version_normalized": "1.1.4.0",
  1119. "source": {
  1120. "type": "git",
  1121. "url": "https://github.com/karsonzhang/fastadmin-addons.git",
  1122. "reference": "dc228912747efbba7a0cebd3ef15f41b22940d60"
  1123. },
  1124. "dist": {
  1125. "type": "zip",
  1126. "url": "https://files.phpcomposer.com/files/karsonzhang/fastadmin-addons/dc228912747efbba7a0cebd3ef15f41b22940d60.zip",
  1127. "reference": "dc228912747efbba7a0cebd3ef15f41b22940d60",
  1128. "shasum": ""
  1129. },
  1130. "require": {
  1131. "php": ">=5.4.0",
  1132. "topthink/think-helper": ">=1.0.4",
  1133. "topthink/think-installer": ">=1.0.10"
  1134. },
  1135. "time": "2018-04-23 08:43:04",
  1136. "type": "library",
  1137. "extra": {
  1138. "think-config": {
  1139. "addons": "src/config.php"
  1140. }
  1141. },
  1142. "installation-source": "dist",
  1143. "autoload": {
  1144. "psr-4": {
  1145. "think\\": "src/"
  1146. },
  1147. "files": [
  1148. "src/common.php"
  1149. ]
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "Apache-2.0"
  1154. ],
  1155. "authors": [
  1156. {
  1157. "name": "xiaobo.sun",
  1158. "email": "xiaobo.sun@qq.com"
  1159. },
  1160. {
  1161. "name": "karsonzhang",
  1162. "email": "karsonzhang@163.com"
  1163. }
  1164. ],
  1165. "description": "addons package for fastadmin",
  1166. "homepage": "https://github.com/karsonzhang/fastadmin-addons"
  1167. },
  1168. {
  1169. "name": "topthink/framework",
  1170. "version": "v5.0.19",
  1171. "version_normalized": "5.0.19.0",
  1172. "source": {
  1173. "type": "git",
  1174. "url": "https://github.com/top-think/framework.git",
  1175. "reference": "c6e263be4b846848900b84514dfedae16a082626"
  1176. },
  1177. "dist": {
  1178. "type": "zip",
  1179. "url": "https://files.phpcomposer.com/files/top-think/framework/c6e263be4b846848900b84514dfedae16a082626.zip",
  1180. "reference": "c6e263be4b846848900b84514dfedae16a082626",
  1181. "shasum": ""
  1182. },
  1183. "require": {
  1184. "php": ">=5.4.0",
  1185. "topthink/think-installer": "~1.0"
  1186. },
  1187. "require-dev": {
  1188. "johnkary/phpunit-speedtrap": "^1.0",
  1189. "mikey179/vfsstream": "~1.6",
  1190. "phpdocumentor/reflection-docblock": "^2.0",
  1191. "phploc/phploc": "2.*",
  1192. "phpunit/phpunit": "4.8.*",
  1193. "sebastian/phpcpd": "2.*"
  1194. },
  1195. "time": "2018-04-26 03:08:28",
  1196. "type": "think-framework",
  1197. "installation-source": "dist",
  1198. "autoload": {
  1199. "psr-4": {
  1200. "think\\": "library/think"
  1201. }
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "Apache-2.0"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "liu21st",
  1210. "email": "liu21st@gmail.com"
  1211. }
  1212. ],
  1213. "description": "the new thinkphp framework",
  1214. "homepage": "http://thinkphp.cn/",
  1215. "keywords": [
  1216. "framework",
  1217. "orm",
  1218. "thinkphp"
  1219. ]
  1220. },
  1221. {
  1222. "name": "symfony/options-resolver",
  1223. "version": "v3.4.9",
  1224. "version_normalized": "3.4.9.0",
  1225. "source": {
  1226. "type": "git",
  1227. "url": "https://github.com/symfony/options-resolver.git",
  1228. "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
  1229. },
  1230. "dist": {
  1231. "type": "zip",
  1232. "url": "https://files.phpcomposer.com/files/symfony/options-resolver/f3109a6aedd20e35c3a33190e932c2b063b7b50e.zip",
  1233. "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
  1234. "shasum": ""
  1235. },
  1236. "require": {
  1237. "php": "^5.5.9|>=7.0.8"
  1238. },
  1239. "time": "2018-01-11 07:56:07",
  1240. "type": "library",
  1241. "extra": {
  1242. "branch-alias": {
  1243. "dev-master": "3.4-dev"
  1244. }
  1245. },
  1246. "installation-source": "dist",
  1247. "autoload": {
  1248. "psr-4": {
  1249. "Symfony\\Component\\OptionsResolver\\": ""
  1250. },
  1251. "exclude-from-classmap": [
  1252. "/Tests/"
  1253. ]
  1254. },
  1255. "notification-url": "https://packagist.org/downloads/",
  1256. "license": [
  1257. "MIT"
  1258. ],
  1259. "authors": [
  1260. {
  1261. "name": "Fabien Potencier",
  1262. "email": "fabien@symfony.com"
  1263. },
  1264. {
  1265. "name": "Symfony Community",
  1266. "homepage": "https://symfony.com/contributors"
  1267. }
  1268. ],
  1269. "description": "Symfony OptionsResolver Component",
  1270. "homepage": "https://symfony.com",
  1271. "keywords": [
  1272. "config",
  1273. "configuration",
  1274. "options"
  1275. ]
  1276. },
  1277. {
  1278. "name": "guzzlehttp/guzzle",
  1279. "version": "6.3.3",
  1280. "version_normalized": "6.3.3.0",
  1281. "source": {
  1282. "type": "git",
  1283. "url": "https://github.com/guzzle/guzzle.git",
  1284. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  1285. },
  1286. "dist": {
  1287. "type": "zip",
  1288. "url": "https://files.phpcomposer.com/files/guzzle/guzzle/407b0cb880ace85c9b63c5f9551db498cb2d50ba.zip",
  1289. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  1290. "shasum": ""
  1291. },
  1292. "require": {
  1293. "guzzlehttp/promises": "^1.0",
  1294. "guzzlehttp/psr7": "^1.4",
  1295. "php": ">=5.5"
  1296. },
  1297. "require-dev": {
  1298. "ext-curl": "*",
  1299. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  1300. "psr/log": "^1.0"
  1301. },
  1302. "suggest": {
  1303. "psr/log": "Required for using the Log middleware"
  1304. },
  1305. "time": "2018-04-22 15:46:56",
  1306. "type": "library",
  1307. "extra": {
  1308. "branch-alias": {
  1309. "dev-master": "6.3-dev"
  1310. }
  1311. },
  1312. "installation-source": "dist",
  1313. "autoload": {
  1314. "files": [
  1315. "src/functions_include.php"
  1316. ],
  1317. "psr-4": {
  1318. "GuzzleHttp\\": "src/"
  1319. }
  1320. },
  1321. "notification-url": "https://packagist.org/downloads/",
  1322. "license": [
  1323. "MIT"
  1324. ],
  1325. "authors": [
  1326. {
  1327. "name": "Michael Dowling",
  1328. "email": "mtdowling@gmail.com",
  1329. "homepage": "https://github.com/mtdowling"
  1330. }
  1331. ],
  1332. "description": "Guzzle is a PHP HTTP client library",
  1333. "homepage": "http://guzzlephp.org/",
  1334. "keywords": [
  1335. "client",
  1336. "curl",
  1337. "framework",
  1338. "http",
  1339. "http client",
  1340. "rest",
  1341. "web service"
  1342. ]
  1343. },
  1344. {
  1345. "name": "symfony/polyfill-php70",
  1346. "version": "v1.8.0",
  1347. "version_normalized": "1.8.0.0",
  1348. "source": {
  1349. "type": "git",
  1350. "url": "https://github.com/symfony/polyfill-php70.git",
  1351. "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
  1352. },
  1353. "dist": {
  1354. "type": "zip",
  1355. "url": "https://files.phpcomposer.com/files/symfony/polyfill-php70/77454693d8f10dd23bb24955cffd2d82db1007a6.zip",
  1356. "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
  1357. "shasum": ""
  1358. },
  1359. "require": {
  1360. "paragonie/random_compat": "~1.0|~2.0",
  1361. "php": ">=5.3.3"
  1362. },
  1363. "time": "2018-04-26 10:06:28",
  1364. "type": "library",
  1365. "extra": {
  1366. "branch-alias": {
  1367. "dev-master": "1.8-dev"
  1368. }
  1369. },
  1370. "installation-source": "dist",
  1371. "autoload": {
  1372. "psr-4": {
  1373. "Symfony\\Polyfill\\Php70\\": ""
  1374. },
  1375. "files": [
  1376. "bootstrap.php"
  1377. ],
  1378. "classmap": [
  1379. "Resources/stubs"
  1380. ]
  1381. },
  1382. "notification-url": "https://packagist.org/downloads/",
  1383. "license": [
  1384. "MIT"
  1385. ],
  1386. "authors": [
  1387. {
  1388. "name": "Nicolas Grekas",
  1389. "email": "p@tchwork.com"
  1390. },
  1391. {
  1392. "name": "Symfony Community",
  1393. "homepage": "https://symfony.com/contributors"
  1394. }
  1395. ],
  1396. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  1397. "homepage": "https://symfony.com",
  1398. "keywords": [
  1399. "compatibility",
  1400. "polyfill",
  1401. "portable",
  1402. "shim"
  1403. ]
  1404. },
  1405. {
  1406. "name": "symfony/polyfill-mbstring",
  1407. "version": "v1.8.0",
  1408. "version_normalized": "1.8.0.0",
  1409. "source": {
  1410. "type": "git",
  1411. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1412. "reference": "3296adf6a6454a050679cde90f95350ad604b171"
  1413. },
  1414. "dist": {
  1415. "type": "zip",
  1416. "url": "https://files.phpcomposer.com/files/symfony/polyfill-mbstring/3296adf6a6454a050679cde90f95350ad604b171.zip",
  1417. "reference": "3296adf6a6454a050679cde90f95350ad604b171",
  1418. "shasum": ""
  1419. },
  1420. "require": {
  1421. "php": ">=5.3.3"
  1422. },
  1423. "suggest": {
  1424. "ext-mbstring": "For best performance"
  1425. },
  1426. "time": "2018-04-26 10:06:28",
  1427. "type": "library",
  1428. "extra": {
  1429. "branch-alias": {
  1430. "dev-master": "1.8-dev"
  1431. }
  1432. },
  1433. "installation-source": "dist",
  1434. "autoload": {
  1435. "psr-4": {
  1436. "Symfony\\Polyfill\\Mbstring\\": ""
  1437. },
  1438. "files": [
  1439. "bootstrap.php"
  1440. ]
  1441. },
  1442. "notification-url": "https://packagist.org/downloads/",
  1443. "license": [
  1444. "MIT"
  1445. ],
  1446. "authors": [
  1447. {
  1448. "name": "Nicolas Grekas",
  1449. "email": "p@tchwork.com"
  1450. },
  1451. {
  1452. "name": "Symfony Community",
  1453. "homepage": "https://symfony.com/contributors"
  1454. }
  1455. ],
  1456. "description": "Symfony polyfill for the Mbstring extension",
  1457. "homepage": "https://symfony.com",
  1458. "keywords": [
  1459. "compatibility",
  1460. "mbstring",
  1461. "polyfill",
  1462. "portable",
  1463. "shim"
  1464. ]
  1465. },
  1466. {
  1467. "name": "symfony/http-foundation",
  1468. "version": "v3.4.9",
  1469. "version_normalized": "3.4.9.0",
  1470. "source": {
  1471. "type": "git",
  1472. "url": "https://github.com/symfony/http-foundation.git",
  1473. "reference": "edc43b1a50402bb06b5111eb86b275c87a93e373"
  1474. },
  1475. "dist": {
  1476. "type": "zip",
  1477. "url": "https://files.phpcomposer.com/files/symfony/http-foundation/edc43b1a50402bb06b5111eb86b275c87a93e373.zip",
  1478. "reference": "edc43b1a50402bb06b5111eb86b275c87a93e373",
  1479. "shasum": ""
  1480. },
  1481. "require": {
  1482. "php": "^5.5.9|>=7.0.8",
  1483. "symfony/polyfill-mbstring": "~1.1",
  1484. "symfony/polyfill-php70": "~1.6"
  1485. },
  1486. "require-dev": {
  1487. "symfony/expression-language": "~2.8|~3.0|~4.0"
  1488. },
  1489. "time": "2018-04-30 01:05:13",
  1490. "type": "library",
  1491. "extra": {
  1492. "branch-alias": {
  1493. "dev-master": "3.4-dev"
  1494. }
  1495. },
  1496. "installation-source": "dist",
  1497. "autoload": {
  1498. "psr-4": {
  1499. "Symfony\\Component\\HttpFoundation\\": ""
  1500. },
  1501. "exclude-from-classmap": [
  1502. "/Tests/"
  1503. ]
  1504. },
  1505. "notification-url": "https://packagist.org/downloads/",
  1506. "license": [
  1507. "MIT"
  1508. ],
  1509. "authors": [
  1510. {
  1511. "name": "Fabien Potencier",
  1512. "email": "fabien@symfony.com"
  1513. },
  1514. {
  1515. "name": "Symfony Community",
  1516. "homepage": "https://symfony.com/contributors"
  1517. }
  1518. ],
  1519. "description": "Symfony HttpFoundation Component",
  1520. "homepage": "https://symfony.com"
  1521. }
  1522. ]