composer.lock 46 KB

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