composer.lock 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646
  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": "a21dabb608d5c9d22c9c0565d3a614fb",
  8. "packages": [
  9. {
  10. "name": "cache/adapter-common",
  11. "version": "1.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-cache/adapter-common.git",
  15. "reference": "6320bb5f5574cb88438059b59f8708da6b6f1d32"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/6320bb5f5574cb88438059b59f8708da6b6f1d32",
  20. "reference": "6320bb5f5574cb88438059b59f8708da6b6f1d32",
  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. "cache/tag-interop": "^1.0",
  31. "php": "^5.6 || ^7.0",
  32. "psr/cache": "^1.0",
  33. "psr/log": "^1.0",
  34. "psr/simple-cache": "^1.0"
  35. },
  36. "require-dev": {
  37. "cache/integration-tests": "^0.16",
  38. "phpunit/phpunit": "^5.7.21"
  39. },
  40. "type": "library",
  41. "extra": {
  42. "branch-alias": {
  43. "dev-master": "1.1-dev"
  44. }
  45. },
  46. "autoload": {
  47. "psr-4": {
  48. "Cache\\Adapter\\Common\\": ""
  49. }
  50. },
  51. "notification-url": "https://packagist.org/downloads/",
  52. "license": [
  53. "MIT"
  54. ],
  55. "authors": [
  56. {
  57. "name": "Aaron Scherer",
  58. "email": "aequasi@gmail.com",
  59. "homepage": "https://github.com/aequasi"
  60. },
  61. {
  62. "name": "Tobias Nyholm",
  63. "email": "tobias.nyholm@gmail.com",
  64. "homepage": "https://github.com/Nyholm"
  65. }
  66. ],
  67. "description": "Common classes for PSR-6 adapters",
  68. "homepage": "http://www.php-cache.com/en/latest/",
  69. "keywords": [
  70. "cache",
  71. "psr-6",
  72. "tag"
  73. ],
  74. "time": "2018-07-08T13:04:33+00:00"
  75. },
  76. {
  77. "name": "cache/filesystem-adapter",
  78. "version": "1.0.0",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/php-cache/filesystem-adapter.git",
  82. "reference": "d50680b6dabbe39f9831f5fc9efa61c09d936017"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/d50680b6dabbe39f9831f5fc9efa61c09d936017",
  87. "reference": "d50680b6dabbe39f9831f5fc9efa61c09d936017",
  88. "shasum": "",
  89. "mirrors": [
  90. {
  91. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  92. "preferred": true
  93. }
  94. ]
  95. },
  96. "require": {
  97. "cache/adapter-common": "^1.0",
  98. "league/flysystem": "^1.0",
  99. "php": "^5.6 || ^7.0",
  100. "psr/cache": "^1.0",
  101. "psr/simple-cache": "^1.0"
  102. },
  103. "provide": {
  104. "psr/cache-implementation": "^1.0"
  105. },
  106. "require-dev": {
  107. "cache/integration-tests": "^0.16",
  108. "phpunit/phpunit": "^5.7.21"
  109. },
  110. "type": "library",
  111. "extra": {
  112. "branch-alias": {
  113. "dev-master": "1.0-dev"
  114. }
  115. },
  116. "autoload": {
  117. "psr-4": {
  118. "Cache\\Adapter\\Filesystem\\": ""
  119. },
  120. "exclude-from-classmap": [
  121. "/Tests/"
  122. ]
  123. },
  124. "notification-url": "https://packagist.org/downloads/",
  125. "license": [
  126. "MIT"
  127. ],
  128. "authors": [
  129. {
  130. "name": "Aaron Scherer",
  131. "email": "aequasi@gmail.com",
  132. "homepage": "https://github.com/aequasi"
  133. },
  134. {
  135. "name": "Tobias Nyholm",
  136. "email": "tobias.nyholm@gmail.com",
  137. "homepage": "https://github.com/Nyholm"
  138. }
  139. ],
  140. "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
  141. "homepage": "http://www.php-cache.com/en/latest/",
  142. "keywords": [
  143. "cache",
  144. "filesystem",
  145. "psr-6",
  146. "tag"
  147. ],
  148. "time": "2017-07-16T21:09:25+00:00"
  149. },
  150. {
  151. "name": "cache/tag-interop",
  152. "version": "1.0.0",
  153. "source": {
  154. "type": "git",
  155. "url": "https://github.com/php-cache/tag-interop.git",
  156. "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
  157. },
  158. "dist": {
  159. "type": "zip",
  160. "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
  161. "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
  162. "shasum": "",
  163. "mirrors": [
  164. {
  165. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  166. "preferred": true
  167. }
  168. ]
  169. },
  170. "require": {
  171. "php": "^5.5 || ^7.0",
  172. "psr/cache": "^1.0"
  173. },
  174. "type": "library",
  175. "extra": {
  176. "branch-alias": {
  177. "dev-master": "2.0-dev"
  178. }
  179. },
  180. "autoload": {
  181. "psr-4": {
  182. "Cache\\TagInterop\\": ""
  183. }
  184. },
  185. "notification-url": "https://packagist.org/downloads/",
  186. "license": [
  187. "MIT"
  188. ],
  189. "authors": [
  190. {
  191. "name": "Tobias Nyholm",
  192. "email": "tobias.nyholm@gmail.com",
  193. "homepage": "https://github.com/Nyholm"
  194. },
  195. {
  196. "name": "Nicolas Grekas",
  197. "email": "p@tchwork.com",
  198. "homepage": "https://github.com/nicolas-grekas"
  199. }
  200. ],
  201. "description": "Framework interoperable interfaces for tags",
  202. "homepage": "http://www.php-cache.com/en/latest/",
  203. "keywords": [
  204. "cache",
  205. "psr",
  206. "psr6",
  207. "tag"
  208. ],
  209. "time": "2017-03-13T09:14:27+00:00"
  210. },
  211. {
  212. "name": "guzzlehttp/guzzle",
  213. "version": "6.5.5",
  214. "source": {
  215. "type": "git",
  216. "url": "https://github.com/guzzle/guzzle.git",
  217. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
  218. },
  219. "dist": {
  220. "type": "zip",
  221. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  222. "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
  223. "shasum": "",
  224. "mirrors": [
  225. {
  226. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  227. "preferred": true
  228. }
  229. ]
  230. },
  231. "require": {
  232. "ext-json": "*",
  233. "guzzlehttp/promises": "^1.0",
  234. "guzzlehttp/psr7": "^1.6.1",
  235. "php": ">=5.5",
  236. "symfony/polyfill-intl-idn": "^1.17.0"
  237. },
  238. "require-dev": {
  239. "ext-curl": "*",
  240. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  241. "psr/log": "^1.1"
  242. },
  243. "suggest": {
  244. "psr/log": "Required for using the Log middleware"
  245. },
  246. "type": "library",
  247. "extra": {
  248. "branch-alias": {
  249. "dev-master": "6.5-dev"
  250. }
  251. },
  252. "autoload": {
  253. "psr-4": {
  254. "GuzzleHttp\\": "src/"
  255. },
  256. "files": [
  257. "src/functions_include.php"
  258. ]
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "MIT"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Michael Dowling",
  267. "email": "mtdowling@gmail.com",
  268. "homepage": "https://github.com/mtdowling"
  269. }
  270. ],
  271. "description": "Guzzle is a PHP HTTP client library",
  272. "homepage": "http://guzzlephp.org/",
  273. "keywords": [
  274. "client",
  275. "curl",
  276. "framework",
  277. "http",
  278. "http client",
  279. "rest",
  280. "web service"
  281. ],
  282. "time": "2020-06-16T21:01:06+00:00"
  283. },
  284. {
  285. "name": "guzzlehttp/promises",
  286. "version": "v1.3.1",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/guzzle/promises.git",
  290. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  295. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  296. "shasum": "",
  297. "mirrors": [
  298. {
  299. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  300. "preferred": true
  301. }
  302. ]
  303. },
  304. "require": {
  305. "php": ">=5.5.0"
  306. },
  307. "require-dev": {
  308. "phpunit/phpunit": "^4.0"
  309. },
  310. "type": "library",
  311. "extra": {
  312. "branch-alias": {
  313. "dev-master": "1.4-dev"
  314. }
  315. },
  316. "autoload": {
  317. "psr-4": {
  318. "GuzzleHttp\\Promise\\": "src/"
  319. },
  320. "files": [
  321. "src/functions_include.php"
  322. ]
  323. },
  324. "notification-url": "https://packagist.org/downloads/",
  325. "license": [
  326. "MIT"
  327. ],
  328. "authors": [
  329. {
  330. "name": "Michael Dowling",
  331. "email": "mtdowling@gmail.com",
  332. "homepage": "https://github.com/mtdowling"
  333. }
  334. ],
  335. "description": "Guzzle promises library",
  336. "keywords": [
  337. "promise"
  338. ],
  339. "time": "2016-12-20T10:07:11+00:00"
  340. },
  341. {
  342. "name": "guzzlehttp/psr7",
  343. "version": "1.6.1",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/guzzle/psr7.git",
  347. "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
  352. "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
  353. "shasum": "",
  354. "mirrors": [
  355. {
  356. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  357. "preferred": true
  358. }
  359. ]
  360. },
  361. "require": {
  362. "php": ">=5.4.0",
  363. "psr/http-message": "~1.0",
  364. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  365. },
  366. "provide": {
  367. "psr/http-message-implementation": "1.0"
  368. },
  369. "require-dev": {
  370. "ext-zlib": "*",
  371. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  372. },
  373. "suggest": {
  374. "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
  375. },
  376. "type": "library",
  377. "extra": {
  378. "branch-alias": {
  379. "dev-master": "1.6-dev"
  380. }
  381. },
  382. "autoload": {
  383. "psr-4": {
  384. "GuzzleHttp\\Psr7\\": "src/"
  385. },
  386. "files": [
  387. "src/functions_include.php"
  388. ]
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "MIT"
  393. ],
  394. "authors": [
  395. {
  396. "name": "Michael Dowling",
  397. "email": "mtdowling@gmail.com",
  398. "homepage": "https://github.com/mtdowling"
  399. },
  400. {
  401. "name": "Tobias Schultze",
  402. "homepage": "https://github.com/Tobion"
  403. }
  404. ],
  405. "description": "PSR-7 message implementation that also provides common utility methods",
  406. "keywords": [
  407. "http",
  408. "message",
  409. "psr-7",
  410. "request",
  411. "response",
  412. "stream",
  413. "uri",
  414. "url"
  415. ],
  416. "time": "2019-07-01T23:21:34+00:00"
  417. },
  418. {
  419. "name": "jaeger/g-http",
  420. "version": "V1.6.0",
  421. "source": {
  422. "type": "git",
  423. "url": "https://github.com/jae-jae/GHttp.git",
  424. "reference": "eb34d266a07c687aef45087370ef47d48321bd2e"
  425. },
  426. "dist": {
  427. "type": "zip",
  428. "url": "https://api.github.com/repos/jae-jae/GHttp/zipball/eb34d266a07c687aef45087370ef47d48321bd2e",
  429. "reference": "eb34d266a07c687aef45087370ef47d48321bd2e",
  430. "shasum": "",
  431. "mirrors": [
  432. {
  433. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  434. "preferred": true
  435. }
  436. ]
  437. },
  438. "require": {
  439. "cache/filesystem-adapter": "^1.0",
  440. "guzzlehttp/guzzle": "^6.2"
  441. },
  442. "type": "library",
  443. "autoload": {
  444. "psr-4": {
  445. "Jaeger\\": "src"
  446. }
  447. },
  448. "notification-url": "https://packagist.org/downloads/",
  449. "license": [
  450. "MIT"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Jaeger",
  455. "email": "JaegerCode@gmail.com"
  456. }
  457. ],
  458. "description": "Simple Http client base on GuzzleHttp",
  459. "time": "2018-12-12T04:21:15+00:00"
  460. },
  461. {
  462. "name": "jaeger/phpquery-single",
  463. "version": "1.0.1",
  464. "source": {
  465. "type": "git",
  466. "url": "https://github.com/jae-jae/phpQuery-single.git",
  467. "reference": "fb80b4a0e5a337438d26e061ec3fb725c9f2a116"
  468. },
  469. "dist": {
  470. "type": "zip",
  471. "url": "https://api.github.com/repos/jae-jae/phpQuery-single/zipball/fb80b4a0e5a337438d26e061ec3fb725c9f2a116",
  472. "reference": "fb80b4a0e5a337438d26e061ec3fb725c9f2a116",
  473. "shasum": "",
  474. "mirrors": [
  475. {
  476. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  477. "preferred": true
  478. }
  479. ]
  480. },
  481. "require": {
  482. "php": ">=5.3.0"
  483. },
  484. "type": "library",
  485. "autoload": {
  486. "classmap": [
  487. "phpQuery.php"
  488. ]
  489. },
  490. "notification-url": "https://packagist.org/downloads/",
  491. "license": [
  492. "MIT"
  493. ],
  494. "authors": [
  495. {
  496. "name": "Tobiasz Cudnik",
  497. "email": "tobiasz.cudnik@gmail.com",
  498. "homepage": "https://github.com/TobiaszCudnik",
  499. "role": "Developer"
  500. },
  501. {
  502. "name": "Jaeger",
  503. "role": "Packager"
  504. }
  505. ],
  506. "description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/",
  507. "homepage": "http://code.google.com/p/phpquery/",
  508. "time": "2019-11-05T01:50:34+00:00"
  509. },
  510. {
  511. "name": "jaeger/querylist",
  512. "version": "V4.2.5",
  513. "source": {
  514. "type": "git",
  515. "url": "https://github.com/jae-jae/QueryList.git",
  516. "reference": "85903fa9b5dcd961a1dd6c292f2a7f5afa7c389d"
  517. },
  518. "dist": {
  519. "type": "zip",
  520. "url": "https://api.github.com/repos/jae-jae/QueryList/zipball/85903fa9b5dcd961a1dd6c292f2a7f5afa7c389d",
  521. "reference": "85903fa9b5dcd961a1dd6c292f2a7f5afa7c389d",
  522. "shasum": "",
  523. "mirrors": [
  524. {
  525. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  526. "preferred": true
  527. }
  528. ]
  529. },
  530. "require": {
  531. "ext-dom": "*",
  532. "jaeger/g-http": "^1.1",
  533. "jaeger/phpquery-single": "^1",
  534. "php": ">=7.1",
  535. "tightenco/collect": "^5"
  536. },
  537. "require-dev": {
  538. "phpunit/phpunit": "^8.5",
  539. "symfony/var-dumper": "^3.3"
  540. },
  541. "type": "library",
  542. "autoload": {
  543. "psr-4": {
  544. "QL\\": "src"
  545. }
  546. },
  547. "notification-url": "https://packagist.org/downloads/",
  548. "license": [
  549. "MIT"
  550. ],
  551. "authors": [
  552. {
  553. "name": "Jaeger",
  554. "email": "JaegerCode@gmail.com"
  555. }
  556. ],
  557. "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。",
  558. "homepage": "http://querylist.cc",
  559. "keywords": [
  560. "QueryList",
  561. "phpQuery",
  562. "spider"
  563. ],
  564. "time": "2020-04-03T12:16:00+00:00"
  565. },
  566. {
  567. "name": "league/flysystem",
  568. "version": "1.0.69",
  569. "source": {
  570. "type": "git",
  571. "url": "https://github.com/thephpleague/flysystem.git",
  572. "reference": "7106f78428a344bc4f643c233a94e48795f10967"
  573. },
  574. "dist": {
  575. "type": "zip",
  576. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
  577. "reference": "7106f78428a344bc4f643c233a94e48795f10967",
  578. "shasum": "",
  579. "mirrors": [
  580. {
  581. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  582. "preferred": true
  583. }
  584. ]
  585. },
  586. "require": {
  587. "ext-fileinfo": "*",
  588. "php": ">=5.5.9"
  589. },
  590. "conflict": {
  591. "league/flysystem-sftp": "<1.0.6"
  592. },
  593. "require-dev": {
  594. "phpspec/phpspec": "^3.4",
  595. "phpunit/phpunit": "^5.7.26"
  596. },
  597. "suggest": {
  598. "ext-fileinfo": "Required for MimeType",
  599. "ext-ftp": "Allows you to use FTP server storage",
  600. "ext-openssl": "Allows you to use FTPS server storage",
  601. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  602. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  603. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  604. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  605. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  606. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  607. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  608. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  609. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  610. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  611. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  612. },
  613. "type": "library",
  614. "extra": {
  615. "branch-alias": {
  616. "dev-master": "1.1-dev"
  617. }
  618. },
  619. "autoload": {
  620. "psr-4": {
  621. "League\\Flysystem\\": "src/"
  622. }
  623. },
  624. "notification-url": "https://packagist.org/downloads/",
  625. "license": [
  626. "MIT"
  627. ],
  628. "authors": [
  629. {
  630. "name": "Frank de Jonge",
  631. "email": "info@frenky.net"
  632. }
  633. ],
  634. "description": "Filesystem abstraction: Many filesystems, one API.",
  635. "keywords": [
  636. "Cloud Files",
  637. "WebDAV",
  638. "abstraction",
  639. "aws",
  640. "cloud",
  641. "copy.com",
  642. "dropbox",
  643. "file systems",
  644. "files",
  645. "filesystem",
  646. "filesystems",
  647. "ftp",
  648. "rackspace",
  649. "remote",
  650. "s3",
  651. "sftp",
  652. "storage"
  653. ],
  654. "funding": [
  655. {
  656. "url": "https://offset.earth/frankdejonge",
  657. "type": "other"
  658. }
  659. ],
  660. "time": "2020-05-18T15:13:39+00:00"
  661. },
  662. {
  663. "name": "paragonie/random_compat",
  664. "version": "v9.99.99",
  665. "source": {
  666. "type": "git",
  667. "url": "https://github.com/paragonie/random_compat.git",
  668. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  669. },
  670. "dist": {
  671. "type": "zip",
  672. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  673. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  674. "shasum": "",
  675. "mirrors": [
  676. {
  677. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  678. "preferred": true
  679. }
  680. ]
  681. },
  682. "require": {
  683. "php": "^7"
  684. },
  685. "require-dev": {
  686. "phpunit/phpunit": "4.*|5.*",
  687. "vimeo/psalm": "^1"
  688. },
  689. "suggest": {
  690. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  691. },
  692. "type": "library",
  693. "notification-url": "https://packagist.org/downloads/",
  694. "license": [
  695. "MIT"
  696. ],
  697. "authors": [
  698. {
  699. "name": "Paragon Initiative Enterprises",
  700. "email": "security@paragonie.com",
  701. "homepage": "https://paragonie.com"
  702. }
  703. ],
  704. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  705. "keywords": [
  706. "csprng",
  707. "polyfill",
  708. "pseudorandom",
  709. "random"
  710. ],
  711. "time": "2018-07-02T15:55:56+00:00"
  712. },
  713. {
  714. "name": "psr/cache",
  715. "version": "1.0.1",
  716. "source": {
  717. "type": "git",
  718. "url": "https://github.com/php-fig/cache.git",
  719. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  720. },
  721. "dist": {
  722. "type": "zip",
  723. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  724. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  725. "shasum": "",
  726. "mirrors": [
  727. {
  728. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  729. "preferred": true
  730. }
  731. ]
  732. },
  733. "require": {
  734. "php": ">=5.3.0"
  735. },
  736. "type": "library",
  737. "extra": {
  738. "branch-alias": {
  739. "dev-master": "1.0.x-dev"
  740. }
  741. },
  742. "autoload": {
  743. "psr-4": {
  744. "Psr\\Cache\\": "src/"
  745. }
  746. },
  747. "notification-url": "https://packagist.org/downloads/",
  748. "license": [
  749. "MIT"
  750. ],
  751. "authors": [
  752. {
  753. "name": "PHP-FIG",
  754. "homepage": "http://www.php-fig.org/"
  755. }
  756. ],
  757. "description": "Common interface for caching libraries",
  758. "keywords": [
  759. "cache",
  760. "psr",
  761. "psr-6"
  762. ],
  763. "time": "2016-08-06T20:24:11+00:00"
  764. },
  765. {
  766. "name": "psr/http-message",
  767. "version": "1.0.1",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/php-fig/http-message.git",
  771. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  776. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  777. "shasum": "",
  778. "mirrors": [
  779. {
  780. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  781. "preferred": true
  782. }
  783. ]
  784. },
  785. "require": {
  786. "php": ">=5.3.0"
  787. },
  788. "type": "library",
  789. "extra": {
  790. "branch-alias": {
  791. "dev-master": "1.0.x-dev"
  792. }
  793. },
  794. "autoload": {
  795. "psr-4": {
  796. "Psr\\Http\\Message\\": "src/"
  797. }
  798. },
  799. "notification-url": "https://packagist.org/downloads/",
  800. "license": [
  801. "MIT"
  802. ],
  803. "authors": [
  804. {
  805. "name": "PHP-FIG",
  806. "homepage": "http://www.php-fig.org/"
  807. }
  808. ],
  809. "description": "Common interface for HTTP messages",
  810. "homepage": "https://github.com/php-fig/http-message",
  811. "keywords": [
  812. "http",
  813. "http-message",
  814. "psr",
  815. "psr-7",
  816. "request",
  817. "response"
  818. ],
  819. "time": "2016-08-06T14:39:51+00:00"
  820. },
  821. {
  822. "name": "psr/log",
  823. "version": "1.1.3",
  824. "source": {
  825. "type": "git",
  826. "url": "https://github.com/php-fig/log.git",
  827. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  828. },
  829. "dist": {
  830. "type": "zip",
  831. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  832. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  833. "shasum": "",
  834. "mirrors": [
  835. {
  836. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  837. "preferred": true
  838. }
  839. ]
  840. },
  841. "require": {
  842. "php": ">=5.3.0"
  843. },
  844. "type": "library",
  845. "extra": {
  846. "branch-alias": {
  847. "dev-master": "1.1.x-dev"
  848. }
  849. },
  850. "autoload": {
  851. "psr-4": {
  852. "Psr\\Log\\": "Psr/Log/"
  853. }
  854. },
  855. "notification-url": "https://packagist.org/downloads/",
  856. "license": [
  857. "MIT"
  858. ],
  859. "authors": [
  860. {
  861. "name": "PHP-FIG",
  862. "homepage": "http://www.php-fig.org/"
  863. }
  864. ],
  865. "description": "Common interface for logging libraries",
  866. "homepage": "https://github.com/php-fig/log",
  867. "keywords": [
  868. "log",
  869. "psr",
  870. "psr-3"
  871. ],
  872. "time": "2020-03-23T09:12:05+00:00"
  873. },
  874. {
  875. "name": "psr/simple-cache",
  876. "version": "1.0.1",
  877. "source": {
  878. "type": "git",
  879. "url": "https://github.com/php-fig/simple-cache.git",
  880. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  881. },
  882. "dist": {
  883. "type": "zip",
  884. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  885. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  886. "shasum": "",
  887. "mirrors": [
  888. {
  889. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  890. "preferred": true
  891. }
  892. ]
  893. },
  894. "require": {
  895. "php": ">=5.3.0"
  896. },
  897. "type": "library",
  898. "extra": {
  899. "branch-alias": {
  900. "dev-master": "1.0.x-dev"
  901. }
  902. },
  903. "autoload": {
  904. "psr-4": {
  905. "Psr\\SimpleCache\\": "src/"
  906. }
  907. },
  908. "notification-url": "https://packagist.org/downloads/",
  909. "license": [
  910. "MIT"
  911. ],
  912. "authors": [
  913. {
  914. "name": "PHP-FIG",
  915. "homepage": "http://www.php-fig.org/"
  916. }
  917. ],
  918. "description": "Common interfaces for simple caching",
  919. "keywords": [
  920. "cache",
  921. "caching",
  922. "psr",
  923. "psr-16",
  924. "simple-cache"
  925. ],
  926. "time": "2017-10-23T01:57:42+00:00"
  927. },
  928. {
  929. "name": "ralouphie/getallheaders",
  930. "version": "3.0.3",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/ralouphie/getallheaders.git",
  934. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  939. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  940. "shasum": "",
  941. "mirrors": [
  942. {
  943. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  944. "preferred": true
  945. }
  946. ]
  947. },
  948. "require": {
  949. "php": ">=5.6"
  950. },
  951. "require-dev": {
  952. "php-coveralls/php-coveralls": "^2.1",
  953. "phpunit/phpunit": "^5 || ^6.5"
  954. },
  955. "type": "library",
  956. "autoload": {
  957. "files": [
  958. "src/getallheaders.php"
  959. ]
  960. },
  961. "notification-url": "https://packagist.org/downloads/",
  962. "license": [
  963. "MIT"
  964. ],
  965. "authors": [
  966. {
  967. "name": "Ralph Khattar",
  968. "email": "ralph.khattar@gmail.com"
  969. }
  970. ],
  971. "description": "A polyfill for getallheaders.",
  972. "time": "2019-03-08T08:55:37+00:00"
  973. },
  974. {
  975. "name": "symfony/polyfill-intl-idn",
  976. "version": "v1.18.0",
  977. "source": {
  978. "type": "git",
  979. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  980. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
  981. },
  982. "dist": {
  983. "type": "zip",
  984. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  985. "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
  986. "shasum": "",
  987. "mirrors": [
  988. {
  989. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  990. "preferred": true
  991. }
  992. ]
  993. },
  994. "require": {
  995. "php": ">=5.3.3",
  996. "symfony/polyfill-intl-normalizer": "^1.10",
  997. "symfony/polyfill-php70": "^1.10",
  998. "symfony/polyfill-php72": "^1.10"
  999. },
  1000. "suggest": {
  1001. "ext-intl": "For best performance"
  1002. },
  1003. "type": "library",
  1004. "extra": {
  1005. "branch-alias": {
  1006. "dev-master": "1.18-dev"
  1007. },
  1008. "thanks": {
  1009. "name": "symfony/polyfill",
  1010. "url": "https://github.com/symfony/polyfill"
  1011. }
  1012. },
  1013. "autoload": {
  1014. "psr-4": {
  1015. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  1016. },
  1017. "files": [
  1018. "bootstrap.php"
  1019. ]
  1020. },
  1021. "notification-url": "https://packagist.org/downloads/",
  1022. "license": [
  1023. "MIT"
  1024. ],
  1025. "authors": [
  1026. {
  1027. "name": "Laurent Bassin",
  1028. "email": "laurent@bassin.info"
  1029. },
  1030. {
  1031. "name": "Trevor Rowbotham",
  1032. "email": "trevor.rowbotham@pm.me"
  1033. },
  1034. {
  1035. "name": "Symfony Community",
  1036. "homepage": "https://symfony.com/contributors"
  1037. }
  1038. ],
  1039. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  1040. "homepage": "https://symfony.com",
  1041. "keywords": [
  1042. "compatibility",
  1043. "idn",
  1044. "intl",
  1045. "polyfill",
  1046. "portable",
  1047. "shim"
  1048. ],
  1049. "funding": [
  1050. {
  1051. "url": "https://symfony.com/sponsor",
  1052. "type": "custom"
  1053. },
  1054. {
  1055. "url": "https://github.com/fabpot",
  1056. "type": "github"
  1057. },
  1058. {
  1059. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1060. "type": "tidelift"
  1061. }
  1062. ],
  1063. "time": "2020-07-14T12:35:20+00:00"
  1064. },
  1065. {
  1066. "name": "symfony/polyfill-intl-normalizer",
  1067. "version": "v1.18.0",
  1068. "source": {
  1069. "type": "git",
  1070. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  1071. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
  1072. },
  1073. "dist": {
  1074. "type": "zip",
  1075. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  1076. "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
  1077. "shasum": "",
  1078. "mirrors": [
  1079. {
  1080. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1081. "preferred": true
  1082. }
  1083. ]
  1084. },
  1085. "require": {
  1086. "php": ">=5.3.3"
  1087. },
  1088. "suggest": {
  1089. "ext-intl": "For best performance"
  1090. },
  1091. "type": "library",
  1092. "extra": {
  1093. "branch-alias": {
  1094. "dev-master": "1.18-dev"
  1095. },
  1096. "thanks": {
  1097. "name": "symfony/polyfill",
  1098. "url": "https://github.com/symfony/polyfill"
  1099. }
  1100. },
  1101. "autoload": {
  1102. "psr-4": {
  1103. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  1104. },
  1105. "files": [
  1106. "bootstrap.php"
  1107. ],
  1108. "classmap": [
  1109. "Resources/stubs"
  1110. ]
  1111. },
  1112. "notification-url": "https://packagist.org/downloads/",
  1113. "license": [
  1114. "MIT"
  1115. ],
  1116. "authors": [
  1117. {
  1118. "name": "Nicolas Grekas",
  1119. "email": "p@tchwork.com"
  1120. },
  1121. {
  1122. "name": "Symfony Community",
  1123. "homepage": "https://symfony.com/contributors"
  1124. }
  1125. ],
  1126. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  1127. "homepage": "https://symfony.com",
  1128. "keywords": [
  1129. "compatibility",
  1130. "intl",
  1131. "normalizer",
  1132. "polyfill",
  1133. "portable",
  1134. "shim"
  1135. ],
  1136. "funding": [
  1137. {
  1138. "url": "https://symfony.com/sponsor",
  1139. "type": "custom"
  1140. },
  1141. {
  1142. "url": "https://github.com/fabpot",
  1143. "type": "github"
  1144. },
  1145. {
  1146. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1147. "type": "tidelift"
  1148. }
  1149. ],
  1150. "time": "2020-07-14T12:35:20+00:00"
  1151. },
  1152. {
  1153. "name": "symfony/polyfill-mbstring",
  1154. "version": "v1.18.0",
  1155. "source": {
  1156. "type": "git",
  1157. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1158. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  1159. },
  1160. "dist": {
  1161. "type": "zip",
  1162. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  1163. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  1164. "shasum": "",
  1165. "mirrors": [
  1166. {
  1167. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1168. "preferred": true
  1169. }
  1170. ]
  1171. },
  1172. "require": {
  1173. "php": ">=5.3.3"
  1174. },
  1175. "suggest": {
  1176. "ext-mbstring": "For best performance"
  1177. },
  1178. "type": "library",
  1179. "extra": {
  1180. "branch-alias": {
  1181. "dev-master": "1.18-dev"
  1182. },
  1183. "thanks": {
  1184. "name": "symfony/polyfill",
  1185. "url": "https://github.com/symfony/polyfill"
  1186. }
  1187. },
  1188. "autoload": {
  1189. "psr-4": {
  1190. "Symfony\\Polyfill\\Mbstring\\": ""
  1191. },
  1192. "files": [
  1193. "bootstrap.php"
  1194. ]
  1195. },
  1196. "notification-url": "https://packagist.org/downloads/",
  1197. "license": [
  1198. "MIT"
  1199. ],
  1200. "authors": [
  1201. {
  1202. "name": "Nicolas Grekas",
  1203. "email": "p@tchwork.com"
  1204. },
  1205. {
  1206. "name": "Symfony Community",
  1207. "homepage": "https://symfony.com/contributors"
  1208. }
  1209. ],
  1210. "description": "Symfony polyfill for the Mbstring extension",
  1211. "homepage": "https://symfony.com",
  1212. "keywords": [
  1213. "compatibility",
  1214. "mbstring",
  1215. "polyfill",
  1216. "portable",
  1217. "shim"
  1218. ],
  1219. "funding": [
  1220. {
  1221. "url": "https://symfony.com/sponsor",
  1222. "type": "custom"
  1223. },
  1224. {
  1225. "url": "https://github.com/fabpot",
  1226. "type": "github"
  1227. },
  1228. {
  1229. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1230. "type": "tidelift"
  1231. }
  1232. ],
  1233. "time": "2020-07-14T12:35:20+00:00"
  1234. },
  1235. {
  1236. "name": "symfony/polyfill-php70",
  1237. "version": "v1.18.0",
  1238. "source": {
  1239. "type": "git",
  1240. "url": "https://github.com/symfony/polyfill-php70.git",
  1241. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
  1242. },
  1243. "dist": {
  1244. "type": "zip",
  1245. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  1246. "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
  1247. "shasum": "",
  1248. "mirrors": [
  1249. {
  1250. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1251. "preferred": true
  1252. }
  1253. ]
  1254. },
  1255. "require": {
  1256. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  1257. "php": ">=5.3.3"
  1258. },
  1259. "type": "library",
  1260. "extra": {
  1261. "branch-alias": {
  1262. "dev-master": "1.18-dev"
  1263. },
  1264. "thanks": {
  1265. "name": "symfony/polyfill",
  1266. "url": "https://github.com/symfony/polyfill"
  1267. }
  1268. },
  1269. "autoload": {
  1270. "psr-4": {
  1271. "Symfony\\Polyfill\\Php70\\": ""
  1272. },
  1273. "files": [
  1274. "bootstrap.php"
  1275. ],
  1276. "classmap": [
  1277. "Resources/stubs"
  1278. ]
  1279. },
  1280. "notification-url": "https://packagist.org/downloads/",
  1281. "license": [
  1282. "MIT"
  1283. ],
  1284. "authors": [
  1285. {
  1286. "name": "Nicolas Grekas",
  1287. "email": "p@tchwork.com"
  1288. },
  1289. {
  1290. "name": "Symfony Community",
  1291. "homepage": "https://symfony.com/contributors"
  1292. }
  1293. ],
  1294. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  1295. "homepage": "https://symfony.com",
  1296. "keywords": [
  1297. "compatibility",
  1298. "polyfill",
  1299. "portable",
  1300. "shim"
  1301. ],
  1302. "funding": [
  1303. {
  1304. "url": "https://symfony.com/sponsor",
  1305. "type": "custom"
  1306. },
  1307. {
  1308. "url": "https://github.com/fabpot",
  1309. "type": "github"
  1310. },
  1311. {
  1312. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1313. "type": "tidelift"
  1314. }
  1315. ],
  1316. "time": "2020-07-14T12:35:20+00:00"
  1317. },
  1318. {
  1319. "name": "symfony/polyfill-php72",
  1320. "version": "v1.18.0",
  1321. "source": {
  1322. "type": "git",
  1323. "url": "https://github.com/symfony/polyfill-php72.git",
  1324. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  1325. },
  1326. "dist": {
  1327. "type": "zip",
  1328. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  1329. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  1330. "shasum": "",
  1331. "mirrors": [
  1332. {
  1333. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1334. "preferred": true
  1335. }
  1336. ]
  1337. },
  1338. "require": {
  1339. "php": ">=5.3.3"
  1340. },
  1341. "type": "library",
  1342. "extra": {
  1343. "branch-alias": {
  1344. "dev-master": "1.18-dev"
  1345. },
  1346. "thanks": {
  1347. "name": "symfony/polyfill",
  1348. "url": "https://github.com/symfony/polyfill"
  1349. }
  1350. },
  1351. "autoload": {
  1352. "psr-4": {
  1353. "Symfony\\Polyfill\\Php72\\": ""
  1354. },
  1355. "files": [
  1356. "bootstrap.php"
  1357. ]
  1358. },
  1359. "notification-url": "https://packagist.org/downloads/",
  1360. "license": [
  1361. "MIT"
  1362. ],
  1363. "authors": [
  1364. {
  1365. "name": "Nicolas Grekas",
  1366. "email": "p@tchwork.com"
  1367. },
  1368. {
  1369. "name": "Symfony Community",
  1370. "homepage": "https://symfony.com/contributors"
  1371. }
  1372. ],
  1373. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1374. "homepage": "https://symfony.com",
  1375. "keywords": [
  1376. "compatibility",
  1377. "polyfill",
  1378. "portable",
  1379. "shim"
  1380. ],
  1381. "funding": [
  1382. {
  1383. "url": "https://symfony.com/sponsor",
  1384. "type": "custom"
  1385. },
  1386. {
  1387. "url": "https://github.com/fabpot",
  1388. "type": "github"
  1389. },
  1390. {
  1391. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1392. "type": "tidelift"
  1393. }
  1394. ],
  1395. "time": "2020-07-14T12:35:20+00:00"
  1396. },
  1397. {
  1398. "name": "symfony/polyfill-php80",
  1399. "version": "v1.18.0",
  1400. "source": {
  1401. "type": "git",
  1402. "url": "https://github.com/symfony/polyfill-php80.git",
  1403. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  1404. },
  1405. "dist": {
  1406. "type": "zip",
  1407. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  1408. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  1409. "shasum": "",
  1410. "mirrors": [
  1411. {
  1412. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1413. "preferred": true
  1414. }
  1415. ]
  1416. },
  1417. "require": {
  1418. "php": ">=7.0.8"
  1419. },
  1420. "type": "library",
  1421. "extra": {
  1422. "branch-alias": {
  1423. "dev-master": "1.18-dev"
  1424. },
  1425. "thanks": {
  1426. "name": "symfony/polyfill",
  1427. "url": "https://github.com/symfony/polyfill"
  1428. }
  1429. },
  1430. "autoload": {
  1431. "psr-4": {
  1432. "Symfony\\Polyfill\\Php80\\": ""
  1433. },
  1434. "files": [
  1435. "bootstrap.php"
  1436. ],
  1437. "classmap": [
  1438. "Resources/stubs"
  1439. ]
  1440. },
  1441. "notification-url": "https://packagist.org/downloads/",
  1442. "license": [
  1443. "MIT"
  1444. ],
  1445. "authors": [
  1446. {
  1447. "name": "Ion Bazan",
  1448. "email": "ion.bazan@gmail.com"
  1449. },
  1450. {
  1451. "name": "Nicolas Grekas",
  1452. "email": "p@tchwork.com"
  1453. },
  1454. {
  1455. "name": "Symfony Community",
  1456. "homepage": "https://symfony.com/contributors"
  1457. }
  1458. ],
  1459. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1460. "homepage": "https://symfony.com",
  1461. "keywords": [
  1462. "compatibility",
  1463. "polyfill",
  1464. "portable",
  1465. "shim"
  1466. ],
  1467. "funding": [
  1468. {
  1469. "url": "https://symfony.com/sponsor",
  1470. "type": "custom"
  1471. },
  1472. {
  1473. "url": "https://github.com/fabpot",
  1474. "type": "github"
  1475. },
  1476. {
  1477. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1478. "type": "tidelift"
  1479. }
  1480. ],
  1481. "time": "2020-07-14T12:35:20+00:00"
  1482. },
  1483. {
  1484. "name": "symfony/var-dumper",
  1485. "version": "v4.4.10",
  1486. "source": {
  1487. "type": "git",
  1488. "url": "https://github.com/symfony/var-dumper.git",
  1489. "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac"
  1490. },
  1491. "dist": {
  1492. "type": "zip",
  1493. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
  1494. "reference": "56b3aa5eab0ac6720dcd559fd1d590ce301594ac",
  1495. "shasum": "",
  1496. "mirrors": [
  1497. {
  1498. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1499. "preferred": true
  1500. }
  1501. ]
  1502. },
  1503. "require": {
  1504. "php": ">=7.1.3",
  1505. "symfony/polyfill-mbstring": "~1.0",
  1506. "symfony/polyfill-php72": "~1.5",
  1507. "symfony/polyfill-php80": "^1.15"
  1508. },
  1509. "conflict": {
  1510. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1511. "symfony/console": "<3.4"
  1512. },
  1513. "require-dev": {
  1514. "ext-iconv": "*",
  1515. "symfony/console": "^3.4|^4.0|^5.0",
  1516. "symfony/process": "^4.4|^5.0",
  1517. "twig/twig": "^1.34|^2.4|^3.0"
  1518. },
  1519. "suggest": {
  1520. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1521. "ext-intl": "To show region name in time zone dump",
  1522. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1523. },
  1524. "bin": [
  1525. "Resources/bin/var-dump-server"
  1526. ],
  1527. "type": "library",
  1528. "extra": {
  1529. "branch-alias": {
  1530. "dev-master": "4.4-dev"
  1531. }
  1532. },
  1533. "autoload": {
  1534. "files": [
  1535. "Resources/functions/dump.php"
  1536. ],
  1537. "psr-4": {
  1538. "Symfony\\Component\\VarDumper\\": ""
  1539. },
  1540. "exclude-from-classmap": [
  1541. "/Tests/"
  1542. ]
  1543. },
  1544. "notification-url": "https://packagist.org/downloads/",
  1545. "license": [
  1546. "MIT"
  1547. ],
  1548. "authors": [
  1549. {
  1550. "name": "Nicolas Grekas",
  1551. "email": "p@tchwork.com"
  1552. },
  1553. {
  1554. "name": "Symfony Community",
  1555. "homepage": "https://symfony.com/contributors"
  1556. }
  1557. ],
  1558. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1559. "homepage": "https://symfony.com",
  1560. "keywords": [
  1561. "debug",
  1562. "dump"
  1563. ],
  1564. "funding": [
  1565. {
  1566. "url": "https://symfony.com/sponsor",
  1567. "type": "custom"
  1568. },
  1569. {
  1570. "url": "https://github.com/fabpot",
  1571. "type": "github"
  1572. },
  1573. {
  1574. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1575. "type": "tidelift"
  1576. }
  1577. ],
  1578. "time": "2020-05-30T20:06:45+00:00"
  1579. },
  1580. {
  1581. "name": "tightenco/collect",
  1582. "version": "v5.8.38",
  1583. "source": {
  1584. "type": "git",
  1585. "url": "https://github.com/tightenco/collect.git",
  1586. "reference": "c93a7039e6207ad533a09109838fe80933fcc72c"
  1587. },
  1588. "dist": {
  1589. "type": "zip",
  1590. "url": "https://api.github.com/repos/tightenco/collect/zipball/c93a7039e6207ad533a09109838fe80933fcc72c",
  1591. "reference": "c93a7039e6207ad533a09109838fe80933fcc72c",
  1592. "shasum": "",
  1593. "mirrors": [
  1594. {
  1595. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1596. "preferred": true
  1597. }
  1598. ]
  1599. },
  1600. "require": {
  1601. "php": "^7.1.3",
  1602. "symfony/var-dumper": ">=3.4 <5"
  1603. },
  1604. "require-dev": {
  1605. "mockery/mockery": "^1.0",
  1606. "nesbot/carbon": "^1.26.3",
  1607. "phpunit/phpunit": "^7.0"
  1608. },
  1609. "type": "library",
  1610. "autoload": {
  1611. "files": [
  1612. "src/Collect/Support/helpers.php",
  1613. "src/Collect/Support/alias.php"
  1614. ],
  1615. "psr-4": {
  1616. "Tightenco\\Collect\\": "src/Collect"
  1617. }
  1618. },
  1619. "notification-url": "https://packagist.org/downloads/",
  1620. "license": [
  1621. "MIT"
  1622. ],
  1623. "authors": [
  1624. {
  1625. "name": "Taylor Otwell",
  1626. "email": "taylorotwell@gmail.com"
  1627. }
  1628. ],
  1629. "description": "Collect - Illuminate Collections as a separate package.",
  1630. "keywords": [
  1631. "collection",
  1632. "laravel"
  1633. ],
  1634. "time": "2019-09-17T18:57:01+00:00"
  1635. }
  1636. ],
  1637. "packages-dev": [],
  1638. "aliases": [],
  1639. "minimum-stability": "stable",
  1640. "stability-flags": [],
  1641. "prefer-stable": false,
  1642. "prefer-lowest": false,
  1643. "platform": [],
  1644. "platform-dev": [],
  1645. "plugin-api-version": "1.1.0"
  1646. }