composer.lock 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "30b824d7bbe84ae98c3b8ec7339bb92e",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.0.46",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
  20. "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.5.9"
  31. },
  32. "conflict": {
  33. "league/flysystem-sftp": "<1.0.6"
  34. },
  35. "require-dev": {
  36. "ext-fileinfo": "*",
  37. "phpspec/phpspec": "^3.4",
  38. "phpunit/phpunit": "^5.7.10"
  39. },
  40. "suggest": {
  41. "ext-fileinfo": "Required for MimeType",
  42. "ext-ftp": "Allows you to use FTP server storage",
  43. "ext-openssl": "Allows you to use FTPS server storage",
  44. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  45. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  46. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  47. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  48. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  49. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  50. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  51. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  52. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  53. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  54. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "1.1-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-4": {
  64. "League\\Flysystem\\": "src/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "Frank de Jonge",
  74. "email": "info@frenky.net"
  75. }
  76. ],
  77. "description": "Filesystem abstraction: Many filesystems, one API.",
  78. "keywords": [
  79. "Cloud Files",
  80. "WebDAV",
  81. "abstraction",
  82. "aws",
  83. "cloud",
  84. "copy.com",
  85. "dropbox",
  86. "file systems",
  87. "files",
  88. "filesystem",
  89. "filesystems",
  90. "ftp",
  91. "rackspace",
  92. "remote",
  93. "s3",
  94. "sftp",
  95. "storage"
  96. ],
  97. "time": "2018-08-22T07:45:22+00:00"
  98. },
  99. {
  100. "name": "league/flysystem-cached-adapter",
  101. "version": "1.0.9",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  105. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
  110. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
  111. "shasum": "",
  112. "mirrors": [
  113. {
  114. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  115. "preferred": true
  116. }
  117. ]
  118. },
  119. "require": {
  120. "league/flysystem": "~1.0",
  121. "psr/cache": "^1.0.0"
  122. },
  123. "require-dev": {
  124. "mockery/mockery": "~0.9",
  125. "phpspec/phpspec": "^3.4",
  126. "phpunit/phpunit": "^5.7",
  127. "predis/predis": "~1.0",
  128. "tedivm/stash": "~0.12"
  129. },
  130. "suggest": {
  131. "ext-phpredis": "Pure C implemented extension for PHP"
  132. },
  133. "type": "library",
  134. "autoload": {
  135. "psr-4": {
  136. "League\\Flysystem\\Cached\\": "src/"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "frankdejonge",
  146. "email": "info@frenky.net"
  147. }
  148. ],
  149. "description": "An adapter decorator to enable meta-data caching.",
  150. "time": "2018-07-09T20:51:04+00:00"
  151. },
  152. {
  153. "name": "opis/closure",
  154. "version": "3.3.0",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/opis/closure.git",
  158. "reference": "f846725591203098246276b2e7b9e8b7814c4965"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/opis/closure/zipball/f846725591203098246276b2e7b9e8b7814c4965",
  163. "reference": "f846725591203098246276b2e7b9e8b7814c4965",
  164. "shasum": "",
  165. "mirrors": [
  166. {
  167. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  168. "preferred": true
  169. }
  170. ]
  171. },
  172. "require": {
  173. "php": "^5.4 || ^7.0"
  174. },
  175. "require-dev": {
  176. "jeremeamia/superclosure": "^2.0",
  177. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  178. },
  179. "type": "library",
  180. "extra": {
  181. "branch-alias": {
  182. "dev-master": "3.3.x-dev"
  183. }
  184. },
  185. "autoload": {
  186. "psr-4": {
  187. "Opis\\Closure\\": "src/"
  188. },
  189. "files": [
  190. "functions.php"
  191. ]
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "MIT"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Marius Sarca",
  200. "email": "marius.sarca@gmail.com"
  201. },
  202. {
  203. "name": "Sorin Sarca",
  204. "email": "sarca_sorin@hotmail.com"
  205. }
  206. ],
  207. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  208. "homepage": "https://opis.io/closure",
  209. "keywords": [
  210. "anonymous functions",
  211. "closure",
  212. "function",
  213. "serializable",
  214. "serialization",
  215. "serialize"
  216. ],
  217. "time": "2019-05-31T20:04:32+00:00"
  218. },
  219. {
  220. "name": "psr/cache",
  221. "version": "1.0.1",
  222. "source": {
  223. "type": "git",
  224. "url": "https://github.com/php-fig/cache.git",
  225. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  226. },
  227. "dist": {
  228. "type": "zip",
  229. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  230. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  231. "shasum": "",
  232. "mirrors": [
  233. {
  234. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  235. "preferred": true
  236. }
  237. ]
  238. },
  239. "require": {
  240. "php": ">=5.3.0"
  241. },
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "1.0.x-dev"
  246. }
  247. },
  248. "autoload": {
  249. "psr-4": {
  250. "Psr\\Cache\\": "src/"
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "PHP-FIG",
  260. "homepage": "http://www.php-fig.org/"
  261. }
  262. ],
  263. "description": "Common interface for caching libraries",
  264. "keywords": [
  265. "cache",
  266. "psr",
  267. "psr-6"
  268. ],
  269. "time": "2016-08-06T20:24:11+00:00"
  270. },
  271. {
  272. "name": "psr/container",
  273. "version": "1.0.0",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/php-fig/container.git",
  277. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  282. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  283. "shasum": "",
  284. "mirrors": [
  285. {
  286. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  287. "preferred": true
  288. }
  289. ]
  290. },
  291. "require": {
  292. "php": ">=5.3.0"
  293. },
  294. "type": "library",
  295. "extra": {
  296. "branch-alias": {
  297. "dev-master": "1.0.x-dev"
  298. }
  299. },
  300. "autoload": {
  301. "psr-4": {
  302. "Psr\\Container\\": "src/"
  303. }
  304. },
  305. "notification-url": "https://packagist.org/downloads/",
  306. "license": [
  307. "MIT"
  308. ],
  309. "authors": [
  310. {
  311. "name": "PHP-FIG",
  312. "homepage": "http://www.php-fig.org/"
  313. }
  314. ],
  315. "description": "Common Container Interface (PHP FIG PSR-11)",
  316. "homepage": "https://github.com/php-fig/container",
  317. "keywords": [
  318. "PSR-11",
  319. "container",
  320. "container-interface",
  321. "container-interop",
  322. "psr"
  323. ],
  324. "time": "2017-02-14T16:28:37+00:00"
  325. },
  326. {
  327. "name": "psr/log",
  328. "version": "1.1.0",
  329. "source": {
  330. "type": "git",
  331. "url": "https://github.com/php-fig/log.git",
  332. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  333. },
  334. "dist": {
  335. "type": "zip",
  336. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  337. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  338. "shasum": "",
  339. "mirrors": [
  340. {
  341. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  342. "preferred": true
  343. }
  344. ]
  345. },
  346. "require": {
  347. "php": ">=5.3.0"
  348. },
  349. "type": "library",
  350. "extra": {
  351. "branch-alias": {
  352. "dev-master": "1.0.x-dev"
  353. }
  354. },
  355. "autoload": {
  356. "psr-4": {
  357. "Psr\\Log\\": "Psr/Log/"
  358. }
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "MIT"
  363. ],
  364. "authors": [
  365. {
  366. "name": "PHP-FIG",
  367. "homepage": "http://www.php-fig.org/"
  368. }
  369. ],
  370. "description": "Common interface for logging libraries",
  371. "homepage": "https://github.com/php-fig/log",
  372. "keywords": [
  373. "log",
  374. "psr",
  375. "psr-3"
  376. ],
  377. "time": "2018-11-20T15:27:04+00:00"
  378. },
  379. {
  380. "name": "psr/simple-cache",
  381. "version": "1.0.1",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/php-fig/simple-cache.git",
  385. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  390. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  391. "shasum": "",
  392. "mirrors": [
  393. {
  394. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  395. "preferred": true
  396. }
  397. ]
  398. },
  399. "require": {
  400. "php": ">=5.3.0"
  401. },
  402. "type": "library",
  403. "extra": {
  404. "branch-alias": {
  405. "dev-master": "1.0.x-dev"
  406. }
  407. },
  408. "autoload": {
  409. "psr-4": {
  410. "Psr\\SimpleCache\\": "src/"
  411. }
  412. },
  413. "notification-url": "https://packagist.org/downloads/",
  414. "license": [
  415. "MIT"
  416. ],
  417. "authors": [
  418. {
  419. "name": "PHP-FIG",
  420. "homepage": "http://www.php-fig.org/"
  421. }
  422. ],
  423. "description": "Common interfaces for simple caching",
  424. "keywords": [
  425. "cache",
  426. "caching",
  427. "psr",
  428. "psr-16",
  429. "simple-cache"
  430. ],
  431. "time": "2017-10-23T01:57:42+00:00"
  432. },
  433. {
  434. "name": "rrbrr/cgf",
  435. "version": "dev-master",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/caoygx/CGF.git",
  439. "reference": "6209b37bb03bf3214415a4218a8c9bd8c28667b7"
  440. },
  441. "dist": {
  442. "type": "zip",
  443. "url": "https://api.github.com/repos/caoygx/CGF/zipball/6209b37bb03bf3214415a4218a8c9bd8c28667b7",
  444. "reference": "6209b37bb03bf3214415a4218a8c9bd8c28667b7",
  445. "shasum": "",
  446. "mirrors": [
  447. {
  448. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  449. "preferred": true
  450. }
  451. ]
  452. },
  453. "require": {
  454. "php": ">=7.1.0"
  455. },
  456. "type": "library",
  457. "autoload": {
  458. "psr-4": {
  459. "Cgf\\": "src/"
  460. },
  461. "files": []
  462. },
  463. "notification-url": "https://packagist.org/downloads/",
  464. "license": [
  465. "Apache-2.0"
  466. ],
  467. "authors": [
  468. {
  469. "name": "rrbrr",
  470. "email": "caoygx@qq.com"
  471. }
  472. ],
  473. "description": "generate form from table",
  474. "keywords": [
  475. "form",
  476. "table"
  477. ],
  478. "time": "2019-07-09T09:22:20+00:00"
  479. },
  480. {
  481. "name": "rrbrr/log",
  482. "version": "dev-master",
  483. "source": {
  484. "type": "git",
  485. "url": "https://github.com/caoygx/ThinkphpLogAndErrorAlarm.git",
  486. "reference": "8cee0022978475f61306167efc92e6c2e50118eb"
  487. },
  488. "dist": {
  489. "type": "zip",
  490. "url": "https://api.github.com/repos/caoygx/ThinkphpLogAndErrorAlarm/zipball/8cee0022978475f61306167efc92e6c2e50118eb",
  491. "reference": "8cee0022978475f61306167efc92e6c2e50118eb",
  492. "shasum": "",
  493. "mirrors": [
  494. {
  495. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  496. "preferred": true
  497. }
  498. ]
  499. },
  500. "require": {
  501. "php": ">=5.6.0"
  502. },
  503. "type": "library",
  504. "autoload": {
  505. "psr-4": {
  506. "Symfony\\Polyfill\\Mbstring\\": ""
  507. },
  508. "files": [
  509. "bootstrap.php"
  510. ]
  511. },
  512. "notification-url": "https://packagist.org/downloads/",
  513. "license": [
  514. "Apache-2.0"
  515. ],
  516. "authors": [
  517. {
  518. "name": "rrbrr",
  519. "email": "caoygx@qq.com"
  520. }
  521. ],
  522. "description": "generate form from table",
  523. "keywords": [
  524. "form",
  525. "table"
  526. ],
  527. "time": "2019-07-24T05:59:08+00:00"
  528. },
  529. {
  530. "name": "topthink/framework",
  531. "version": "6.0.x-dev",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/top-think/framework.git",
  535. "reference": "48e19c56d33dc343ba831265f4c9624ddd2f24fe"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/top-think/framework/zipball/48e19c56d33dc343ba831265f4c9624ddd2f24fe",
  540. "reference": "48e19c56d33dc343ba831265f4c9624ddd2f24fe",
  541. "shasum": "",
  542. "mirrors": [
  543. {
  544. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  545. "preferred": true
  546. }
  547. ]
  548. },
  549. "require": {
  550. "league/flysystem": "^1.0",
  551. "league/flysystem-cached-adapter": "^1.0",
  552. "opis/closure": "^3.1",
  553. "php": ">=7.1.0",
  554. "topthink/think-cache": "^2.0",
  555. "topthink/think-container": "^2.0",
  556. "topthink/think-log": "^2.0",
  557. "topthink/think-orm": "^2.0"
  558. },
  559. "require-dev": {
  560. "mikey179/vfsstream": "^1.6",
  561. "mockery/mockery": "^1.2",
  562. "phpunit/phpunit": "^7.0"
  563. },
  564. "type": "library",
  565. "autoload": {
  566. "files": [],
  567. "psr-4": {
  568. "think\\": "src/think/"
  569. }
  570. },
  571. "notification-url": "https://packagist.org/downloads/",
  572. "license": [
  573. "Apache-2.0"
  574. ],
  575. "authors": [
  576. {
  577. "name": "liu21st",
  578. "email": "liu21st@gmail.com"
  579. },
  580. {
  581. "name": "yunwuxin",
  582. "email": "448901948@qq.com"
  583. }
  584. ],
  585. "description": "The ThinkPHP Framework.",
  586. "homepage": "http://thinkphp.cn/",
  587. "keywords": [
  588. "framework",
  589. "orm",
  590. "thinkphp"
  591. ],
  592. "time": "2019-07-09T06:55:33+00:00"
  593. },
  594. {
  595. "name": "topthink/think-cache",
  596. "version": "v2.0.6",
  597. "source": {
  598. "type": "git",
  599. "url": "https://github.com/top-think/think-cache.git",
  600. "reference": "75a56b24affc65b51688fd89ada48c102757fd74"
  601. },
  602. "dist": {
  603. "type": "zip",
  604. "url": "https://api.github.com/repos/top-think/think-cache/zipball/75a56b24affc65b51688fd89ada48c102757fd74",
  605. "reference": "75a56b24affc65b51688fd89ada48c102757fd74",
  606. "shasum": "",
  607. "mirrors": [
  608. {
  609. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  610. "preferred": true
  611. }
  612. ]
  613. },
  614. "require": {
  615. "opis/closure": "^3.1",
  616. "php": ">=7.1.0",
  617. "psr/cache": "~1.0",
  618. "psr/simple-cache": "^1.0",
  619. "topthink/think-container": "~2.0"
  620. },
  621. "type": "library",
  622. "autoload": {
  623. "psr-4": {
  624. "think\\": "src"
  625. },
  626. "files": []
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "Apache-2.0"
  631. ],
  632. "authors": [
  633. {
  634. "name": "liu21st",
  635. "email": "liu21st@gmail.com"
  636. }
  637. ],
  638. "description": "Cache Manager",
  639. "time": "2019-07-07T14:34:35+00:00"
  640. },
  641. {
  642. "name": "topthink/think-container",
  643. "version": "v2.0.1",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/top-think/think-container.git",
  647. "reference": "e35c728ae749be895c080367f5d4d8318a2572f6"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/top-think/think-container/zipball/e35c728ae749be895c080367f5d4d8318a2572f6",
  652. "reference": "e35c728ae749be895c080367f5d4d8318a2572f6",
  653. "shasum": "",
  654. "mirrors": [
  655. {
  656. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  657. "preferred": true
  658. }
  659. ]
  660. },
  661. "require": {
  662. "php": ">=7.1.0",
  663. "psr/container": "~1.0"
  664. },
  665. "require-dev": {
  666. "phpunit/phpunit": "^7.0"
  667. },
  668. "type": "library",
  669. "autoload": {
  670. "psr-4": {
  671. "think\\": "src"
  672. },
  673. "files": []
  674. },
  675. "notification-url": "https://packagist.org/downloads/",
  676. "license": [
  677. "Apache-2.0"
  678. ],
  679. "authors": [
  680. {
  681. "name": "liu21st",
  682. "email": "liu21st@gmail.com"
  683. }
  684. ],
  685. "description": "PHP Container & Facade Manager",
  686. "time": "2019-07-06T15:24:22+00:00"
  687. },
  688. {
  689. "name": "topthink/think-log",
  690. "version": "v2.0.1",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/top-think/think-log.git",
  694. "reference": "de0bf6644228b39f03239cdc03251040d34a7b07"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/top-think/think-log/zipball/de0bf6644228b39f03239cdc03251040d34a7b07",
  699. "reference": "de0bf6644228b39f03239cdc03251040d34a7b07",
  700. "shasum": "",
  701. "mirrors": [
  702. {
  703. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  704. "preferred": true
  705. }
  706. ]
  707. },
  708. "require": {
  709. "php": ">=7.1.0",
  710. "psr/log": "~1.0",
  711. "topthink/think-container": "^2.0"
  712. },
  713. "type": "library",
  714. "autoload": {
  715. "psr-4": {
  716. "think\\": "src"
  717. }
  718. },
  719. "notification-url": "https://packagist.org/downloads/",
  720. "license": [
  721. "Apache-2.0"
  722. ],
  723. "authors": [
  724. {
  725. "name": "liu21st",
  726. "email": "liu21st@gmail.com"
  727. }
  728. ],
  729. "description": "think log",
  730. "time": "2019-07-07T14:47:46+00:00"
  731. },
  732. {
  733. "name": "topthink/think-orm",
  734. "version": "v2.0.10",
  735. "source": {
  736. "type": "git",
  737. "url": "https://github.com/top-think/think-orm.git",
  738. "reference": "07fd29b682c38a1ea2ca956cf2e5087ee52327c9"
  739. },
  740. "dist": {
  741. "type": "zip",
  742. "url": "https://api.github.com/repos/top-think/think-orm/zipball/07fd29b682c38a1ea2ca956cf2e5087ee52327c9",
  743. "reference": "07fd29b682c38a1ea2ca956cf2e5087ee52327c9",
  744. "shasum": "",
  745. "mirrors": [
  746. {
  747. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  748. "preferred": true
  749. }
  750. ]
  751. },
  752. "require": {
  753. "php": ">=7.1.0",
  754. "topthink/think-container": "^2.0"
  755. },
  756. "suggest": {
  757. "topthink/think-cache": "Required to use query cache (^2.0)."
  758. },
  759. "type": "library",
  760. "autoload": {
  761. "psr-4": {
  762. "think\\": "src"
  763. },
  764. "files": []
  765. },
  766. "notification-url": "https://packagist.org/downloads/",
  767. "license": [
  768. "Apache-2.0"
  769. ],
  770. "authors": [
  771. {
  772. "name": "liu21st",
  773. "email": "liu21st@gmail.com"
  774. }
  775. ],
  776. "description": "think orm",
  777. "keywords": [
  778. "database",
  779. "orm"
  780. ],
  781. "time": "2019-07-08T09:19:03+00:00"
  782. },
  783. {
  784. "name": "topthink/think-template",
  785. "version": "v2.0.1",
  786. "source": {
  787. "type": "git",
  788. "url": "https://github.com/top-think/think-template.git",
  789. "reference": "aee66382c62610b11f0694df8b2aef1ba32f064d"
  790. },
  791. "dist": {
  792. "type": "zip",
  793. "url": "https://api.github.com/repos/top-think/think-template/zipball/aee66382c62610b11f0694df8b2aef1ba32f064d",
  794. "reference": "aee66382c62610b11f0694df8b2aef1ba32f064d",
  795. "shasum": "",
  796. "mirrors": [
  797. {
  798. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  799. "preferred": true
  800. }
  801. ]
  802. },
  803. "require": {
  804. "php": ">=7.1.0"
  805. },
  806. "type": "library",
  807. "autoload": {
  808. "psr-4": {
  809. "think\\": "src"
  810. }
  811. },
  812. "notification-url": "https://packagist.org/downloads/",
  813. "license": [
  814. "Apache-2.0"
  815. ],
  816. "authors": [
  817. {
  818. "name": "liu21st",
  819. "email": "liu21st@gmail.com"
  820. }
  821. ],
  822. "description": "the php template engine",
  823. "time": "2019-02-20T06:02:13+00:00"
  824. },
  825. {
  826. "name": "topthink/think-view",
  827. "version": "v1.0.6",
  828. "source": {
  829. "type": "git",
  830. "url": "https://github.com/top-think/think-view.git",
  831. "reference": "dee408c1924e6e32a435fa058e04cee6668ed6d6"
  832. },
  833. "dist": {
  834. "type": "zip",
  835. "url": "https://api.github.com/repos/top-think/think-view/zipball/dee408c1924e6e32a435fa058e04cee6668ed6d6",
  836. "reference": "dee408c1924e6e32a435fa058e04cee6668ed6d6",
  837. "shasum": "",
  838. "mirrors": [
  839. {
  840. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  841. "preferred": true
  842. }
  843. ]
  844. },
  845. "require": {
  846. "php": ">=7.1.0",
  847. "topthink/think-template": "^2.0"
  848. },
  849. "type": "library",
  850. "extra": {
  851. "think": {
  852. "config": {
  853. "template": "src/config/template.php"
  854. }
  855. }
  856. },
  857. "autoload": {
  858. "psr-4": {
  859. "think\\view\\driver\\": "src"
  860. }
  861. },
  862. "notification-url": "https://packagist.org/downloads/",
  863. "license": [
  864. "Apache-2.0"
  865. ],
  866. "authors": [
  867. {
  868. "name": "liu21st",
  869. "email": "liu21st@gmail.com"
  870. }
  871. ],
  872. "description": "thinkphp template driver",
  873. "time": "2019-04-17T10:36:32+00:00"
  874. }
  875. ],
  876. "packages-dev": [
  877. {
  878. "name": "guzzlehttp/guzzle",
  879. "version": "6.3.3",
  880. "source": {
  881. "type": "git",
  882. "url": "https://github.com/guzzle/guzzle.git",
  883. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  884. },
  885. "dist": {
  886. "type": "zip",
  887. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  888. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  889. "shasum": "",
  890. "mirrors": [
  891. {
  892. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  893. "preferred": true
  894. }
  895. ]
  896. },
  897. "require": {
  898. "guzzlehttp/promises": "^1.0",
  899. "guzzlehttp/psr7": "^1.4",
  900. "php": ">=5.5"
  901. },
  902. "require-dev": {
  903. "ext-curl": "*",
  904. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  905. "psr/log": "^1.0"
  906. },
  907. "suggest": {
  908. "psr/log": "Required for using the Log middleware"
  909. },
  910. "type": "library",
  911. "extra": {
  912. "branch-alias": {
  913. "dev-master": "6.3-dev"
  914. }
  915. },
  916. "autoload": {
  917. "files": [
  918. "src/functions_include.php"
  919. ],
  920. "psr-4": {
  921. "GuzzleHttp\\": "src/"
  922. }
  923. },
  924. "notification-url": "https://packagist.org/downloads/",
  925. "license": [
  926. "MIT"
  927. ],
  928. "authors": [
  929. {
  930. "name": "Michael Dowling",
  931. "email": "mtdowling@gmail.com",
  932. "homepage": "https://github.com/mtdowling"
  933. }
  934. ],
  935. "description": "Guzzle is a PHP HTTP client library",
  936. "homepage": "http://guzzlephp.org/",
  937. "keywords": [
  938. "client",
  939. "curl",
  940. "framework",
  941. "http",
  942. "http client",
  943. "rest",
  944. "web service"
  945. ],
  946. "time": "2018-04-22T15:46:56+00:00"
  947. },
  948. {
  949. "name": "guzzlehttp/promises",
  950. "version": "v1.3.1",
  951. "source": {
  952. "type": "git",
  953. "url": "https://github.com/guzzle/promises.git",
  954. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  955. },
  956. "dist": {
  957. "type": "zip",
  958. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  959. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  960. "shasum": "",
  961. "mirrors": [
  962. {
  963. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  964. "preferred": true
  965. }
  966. ]
  967. },
  968. "require": {
  969. "php": ">=5.5.0"
  970. },
  971. "require-dev": {
  972. "phpunit/phpunit": "^4.0"
  973. },
  974. "type": "library",
  975. "extra": {
  976. "branch-alias": {
  977. "dev-master": "1.4-dev"
  978. }
  979. },
  980. "autoload": {
  981. "psr-4": {
  982. "GuzzleHttp\\Promise\\": "src/"
  983. },
  984. "files": [
  985. "src/functions_include.php"
  986. ]
  987. },
  988. "notification-url": "https://packagist.org/downloads/",
  989. "license": [
  990. "MIT"
  991. ],
  992. "authors": [
  993. {
  994. "name": "Michael Dowling",
  995. "email": "mtdowling@gmail.com",
  996. "homepage": "https://github.com/mtdowling"
  997. }
  998. ],
  999. "description": "Guzzle promises library",
  1000. "keywords": [
  1001. "promise"
  1002. ],
  1003. "time": "2016-12-20T10:07:11+00:00"
  1004. },
  1005. {
  1006. "name": "guzzlehttp/psr7",
  1007. "version": "1.6.1",
  1008. "source": {
  1009. "type": "git",
  1010. "url": "https://github.com/guzzle/psr7.git",
  1011. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  1012. },
  1013. "dist": {
  1014. "type": "zip",
  1015. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  1016. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  1017. "shasum": "",
  1018. "mirrors": [
  1019. {
  1020. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1021. "preferred": true
  1022. }
  1023. ]
  1024. },
  1025. "require": {
  1026. "php": ">=5.4.0",
  1027. "psr/http-message": "~1.0",
  1028. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  1029. },
  1030. "provide": {
  1031. "psr/http-message-implementation": "1.0"
  1032. },
  1033. "require-dev": {
  1034. "ext-zlib": "*",
  1035. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1036. },
  1037. "suggest": {
  1038. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  1039. },
  1040. "type": "library",
  1041. "extra": {
  1042. "branch-alias": {
  1043. "dev-master": "1.6-dev"
  1044. }
  1045. },
  1046. "autoload": {
  1047. "psr-4": {
  1048. "GuzzleHttp\\Psr7\\": "src/"
  1049. },
  1050. "files": [
  1051. "src/functions_include.php"
  1052. ]
  1053. },
  1054. "notification-url": "https://packagist.org/downloads/",
  1055. "license": [
  1056. "MIT"
  1057. ],
  1058. "authors": [
  1059. {
  1060. "name": "Michael Dowling",
  1061. "email": "mtdowling@gmail.com",
  1062. "homepage": "https://github.com/mtdowling"
  1063. },
  1064. {
  1065. "name": "Tobias Schultze",
  1066. "homepage": "https://github.com/Tobion"
  1067. }
  1068. ],
  1069. "description": "PSR-7 message implementation that also provides common utility methods",
  1070. "keywords": [
  1071. "http",
  1072. "message",
  1073. "psr-7",
  1074. "request",
  1075. "response",
  1076. "stream",
  1077. "uri",
  1078. "url"
  1079. ],
  1080. "time": "2019-07-01T23:21:34+00:00"
  1081. },
  1082. {
  1083. "name": "psr/http-message",
  1084. "version": "1.0.1",
  1085. "source": {
  1086. "type": "git",
  1087. "url": "https://github.com/php-fig/http-message.git",
  1088. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1089. },
  1090. "dist": {
  1091. "type": "zip",
  1092. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1093. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1094. "shasum": "",
  1095. "mirrors": [
  1096. {
  1097. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1098. "preferred": true
  1099. }
  1100. ]
  1101. },
  1102. "require": {
  1103. "php": ">=5.3.0"
  1104. },
  1105. "type": "library",
  1106. "extra": {
  1107. "branch-alias": {
  1108. "dev-master": "1.0.x-dev"
  1109. }
  1110. },
  1111. "autoload": {
  1112. "psr-4": {
  1113. "Psr\\Http\\Message\\": "src/"
  1114. }
  1115. },
  1116. "notification-url": "https://packagist.org/downloads/",
  1117. "license": [
  1118. "MIT"
  1119. ],
  1120. "authors": [
  1121. {
  1122. "name": "PHP-FIG",
  1123. "homepage": "http://www.php-fig.org/"
  1124. }
  1125. ],
  1126. "description": "Common interface for HTTP messages",
  1127. "homepage": "https://github.com/php-fig/http-message",
  1128. "keywords": [
  1129. "http",
  1130. "http-message",
  1131. "psr",
  1132. "psr-7",
  1133. "request",
  1134. "response"
  1135. ],
  1136. "time": "2016-08-06T14:39:51+00:00"
  1137. },
  1138. {
  1139. "name": "ralouphie/getallheaders",
  1140. "version": "3.0.3",
  1141. "source": {
  1142. "type": "git",
  1143. "url": "https://github.com/ralouphie/getallheaders.git",
  1144. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1145. },
  1146. "dist": {
  1147. "type": "zip",
  1148. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1149. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1150. "shasum": "",
  1151. "mirrors": [
  1152. {
  1153. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1154. "preferred": true
  1155. }
  1156. ]
  1157. },
  1158. "require": {
  1159. "php": ">=5.6"
  1160. },
  1161. "require-dev": {
  1162. "php-coveralls/php-coveralls": "^2.1",
  1163. "phpunit/phpunit": "^5 || ^6.5"
  1164. },
  1165. "type": "library",
  1166. "autoload": {
  1167. "files": [
  1168. "src/getallheaders.php"
  1169. ]
  1170. },
  1171. "notification-url": "https://packagist.org/downloads/",
  1172. "license": [
  1173. "MIT"
  1174. ],
  1175. "authors": [
  1176. {
  1177. "name": "Ralph Khattar",
  1178. "email": "ralph.khattar@gmail.com"
  1179. }
  1180. ],
  1181. "description": "A polyfill for getallheaders.",
  1182. "time": "2019-03-08T08:55:37+00:00"
  1183. },
  1184. {
  1185. "name": "symfony/polyfill-mbstring",
  1186. "version": "v1.11.0",
  1187. "source": {
  1188. "type": "git",
  1189. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1190. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  1191. },
  1192. "dist": {
  1193. "type": "zip",
  1194. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  1195. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  1196. "shasum": "",
  1197. "mirrors": [
  1198. {
  1199. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1200. "preferred": true
  1201. }
  1202. ]
  1203. },
  1204. "require": {
  1205. "php": ">=5.3.3"
  1206. },
  1207. "suggest": {
  1208. "ext-mbstring": "For best performance"
  1209. },
  1210. "type": "library",
  1211. "extra": {
  1212. "branch-alias": {
  1213. "dev-master": "1.11-dev"
  1214. }
  1215. },
  1216. "autoload": {
  1217. "psr-4": {
  1218. "Symfony\\Polyfill\\Mbstring\\": ""
  1219. },
  1220. "files": [
  1221. "bootstrap.php"
  1222. ]
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "MIT"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "Nicolas Grekas",
  1231. "email": "p@tchwork.com"
  1232. },
  1233. {
  1234. "name": "Symfony Community",
  1235. "homepage": "https://symfony.com/contributors"
  1236. }
  1237. ],
  1238. "description": "Symfony polyfill for the Mbstring extension",
  1239. "homepage": "https://symfony.com",
  1240. "keywords": [
  1241. "compatibility",
  1242. "mbstring",
  1243. "polyfill",
  1244. "portable",
  1245. "shim"
  1246. ],
  1247. "time": "2019-02-06T07:57:58+00:00"
  1248. },
  1249. {
  1250. "name": "symfony/polyfill-php72",
  1251. "version": "v1.11.0",
  1252. "source": {
  1253. "type": "git",
  1254. "url": "https://github.com/symfony/polyfill-php72.git",
  1255. "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
  1256. },
  1257. "dist": {
  1258. "type": "zip",
  1259. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
  1260. "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
  1261. "shasum": "",
  1262. "mirrors": [
  1263. {
  1264. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1265. "preferred": true
  1266. }
  1267. ]
  1268. },
  1269. "require": {
  1270. "php": ">=5.3.3"
  1271. },
  1272. "type": "library",
  1273. "extra": {
  1274. "branch-alias": {
  1275. "dev-master": "1.11-dev"
  1276. }
  1277. },
  1278. "autoload": {
  1279. "psr-4": {
  1280. "Symfony\\Polyfill\\Php72\\": ""
  1281. },
  1282. "files": [
  1283. "bootstrap.php"
  1284. ]
  1285. },
  1286. "notification-url": "https://packagist.org/downloads/",
  1287. "license": [
  1288. "MIT"
  1289. ],
  1290. "authors": [
  1291. {
  1292. "name": "Nicolas Grekas",
  1293. "email": "p@tchwork.com"
  1294. },
  1295. {
  1296. "name": "Symfony Community",
  1297. "homepage": "https://symfony.com/contributors"
  1298. }
  1299. ],
  1300. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1301. "homepage": "https://symfony.com",
  1302. "keywords": [
  1303. "compatibility",
  1304. "polyfill",
  1305. "portable",
  1306. "shim"
  1307. ],
  1308. "time": "2019-02-06T07:57:58+00:00"
  1309. },
  1310. {
  1311. "name": "symfony/var-dumper",
  1312. "version": "v4.3.2",
  1313. "source": {
  1314. "type": "git",
  1315. "url": "https://github.com/symfony/var-dumper.git",
  1316. "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91"
  1317. },
  1318. "dist": {
  1319. "type": "zip",
  1320. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/45d6ef73671995aca565a1aa3d9a432a3ea63f91",
  1321. "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91",
  1322. "shasum": "",
  1323. "mirrors": [
  1324. {
  1325. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1326. "preferred": true
  1327. }
  1328. ]
  1329. },
  1330. "require": {
  1331. "php": "^7.1.3",
  1332. "symfony/polyfill-mbstring": "~1.0",
  1333. "symfony/polyfill-php72": "~1.5"
  1334. },
  1335. "conflict": {
  1336. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1337. "symfony/console": "<3.4"
  1338. },
  1339. "require-dev": {
  1340. "ext-iconv": "*",
  1341. "symfony/console": "~3.4|~4.0",
  1342. "symfony/process": "~3.4|~4.0",
  1343. "twig/twig": "~1.34|~2.4"
  1344. },
  1345. "suggest": {
  1346. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1347. "ext-intl": "To show region name in time zone dump",
  1348. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1349. },
  1350. "bin": [
  1351. "Resources/bin/var-dump-server"
  1352. ],
  1353. "type": "library",
  1354. "extra": {
  1355. "branch-alias": {
  1356. "dev-master": "4.3-dev"
  1357. }
  1358. },
  1359. "autoload": {
  1360. "files": [
  1361. "Resources/functions/dump.php"
  1362. ],
  1363. "psr-4": {
  1364. "Symfony\\Component\\VarDumper\\": ""
  1365. },
  1366. "exclude-from-classmap": [
  1367. "/Tests/"
  1368. ]
  1369. },
  1370. "notification-url": "https://packagist.org/downloads/",
  1371. "license": [
  1372. "MIT"
  1373. ],
  1374. "authors": [
  1375. {
  1376. "name": "Nicolas Grekas",
  1377. "email": "p@tchwork.com"
  1378. },
  1379. {
  1380. "name": "Symfony Community",
  1381. "homepage": "https://symfony.com/contributors"
  1382. }
  1383. ],
  1384. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1385. "homepage": "https://symfony.com",
  1386. "keywords": [
  1387. "debug",
  1388. "dump"
  1389. ],
  1390. "time": "2019-06-17T17:37:00+00:00"
  1391. }
  1392. ],
  1393. "aliases": [],
  1394. "minimum-stability": "stable",
  1395. "stability-flags": {
  1396. "topthink/framework": 20,
  1397. "rrbrr/cgf": 20,
  1398. "rrbrr/log": 20
  1399. },
  1400. "prefer-stable": false,
  1401. "prefer-lowest": false,
  1402. "platform": {
  1403. "php": ">=7.1.0"
  1404. },
  1405. "platform-dev": []
  1406. }