composer.lock 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417
  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": "07b9164e37550b35cf509b7028e4b2c4",
  8. "packages": [
  9. {
  10. "name": "cache/adapter-common",
  11. "version": "1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-cache/adapter-common.git",
  15. "reference": "6b87c5cbdf03be42437b595dbe5de8e97cd1d497"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/6b87c5cbdf03be42437b595dbe5de8e97cd1d497",
  20. "reference": "6b87c5cbdf03be42437b595dbe5de8e97cd1d497",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "cache/tag-interop": "^1.0",
  25. "php": "^5.6 || ^7.0 || ^8.0",
  26. "psr/cache": "^1.0",
  27. "psr/log": "^1.0",
  28. "psr/simple-cache": "^1.0"
  29. },
  30. "require-dev": {
  31. "cache/integration-tests": "^0.16",
  32. "phpunit/phpunit": "^5.7.21"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.1-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Cache\\Adapter\\Common\\": ""
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Aaron Scherer",
  52. "email": "aequasi@gmail.com",
  53. "homepage": "https://github.com/aequasi"
  54. },
  55. {
  56. "name": "Tobias Nyholm",
  57. "email": "tobias.nyholm@gmail.com",
  58. "homepage": "https://github.com/nyholm"
  59. }
  60. ],
  61. "description": "Common classes for PSR-6 adapters",
  62. "homepage": "http://www.php-cache.com/en/latest/",
  63. "keywords": [
  64. "cache",
  65. "psr-6",
  66. "tag"
  67. ],
  68. "support": {
  69. "source": "https://github.com/php-cache/adapter-common/tree/1.2.0"
  70. },
  71. "time": "2020-12-14T12:17:39+00:00"
  72. },
  73. {
  74. "name": "cache/filesystem-adapter",
  75. "version": "1.1.0",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/php-cache/filesystem-adapter.git",
  79. "reference": "1501ca71502f45114844824209e6a41d87afb221"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/1501ca71502f45114844824209e6a41d87afb221",
  84. "reference": "1501ca71502f45114844824209e6a41d87afb221",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "cache/adapter-common": "^1.0",
  89. "league/flysystem": "^1.0",
  90. "php": "^5.6 || ^7.0 || ^8.0",
  91. "psr/cache": "^1.0",
  92. "psr/simple-cache": "^1.0"
  93. },
  94. "provide": {
  95. "psr/cache-implementation": "^1.0",
  96. "psr/simple-cache-implementation": "^1.0"
  97. },
  98. "require-dev": {
  99. "cache/integration-tests": "^0.16",
  100. "phpunit/phpunit": "^5.7.21"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "1.1-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "Cache\\Adapter\\Filesystem\\": ""
  111. },
  112. "exclude-from-classmap": [
  113. "/Tests/"
  114. ]
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "MIT"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Aaron Scherer",
  123. "email": "aequasi@gmail.com",
  124. "homepage": "https://github.com/aequasi"
  125. },
  126. {
  127. "name": "Tobias Nyholm",
  128. "email": "tobias.nyholm@gmail.com",
  129. "homepage": "https://github.com/nyholm"
  130. }
  131. ],
  132. "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
  133. "homepage": "http://www.php-cache.com/en/latest/",
  134. "keywords": [
  135. "cache",
  136. "filesystem",
  137. "psr-6",
  138. "tag"
  139. ],
  140. "support": {
  141. "source": "https://github.com/php-cache/filesystem-adapter/tree/1.1.0"
  142. },
  143. "time": "2020-12-14T12:17:39+00:00"
  144. },
  145. {
  146. "name": "cache/tag-interop",
  147. "version": "1.0.1",
  148. "source": {
  149. "type": "git",
  150. "url": "https://github.com/php-cache/tag-interop.git",
  151. "reference": "909a5df87e698f1665724a9e84851c11c45fbfb9"
  152. },
  153. "dist": {
  154. "type": "zip",
  155. "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/909a5df87e698f1665724a9e84851c11c45fbfb9",
  156. "reference": "909a5df87e698f1665724a9e84851c11c45fbfb9",
  157. "shasum": ""
  158. },
  159. "require": {
  160. "php": "^5.5 || ^7.0 || ^8.0",
  161. "psr/cache": "^1.0"
  162. },
  163. "type": "library",
  164. "extra": {
  165. "branch-alias": {
  166. "dev-master": "1.1-dev"
  167. }
  168. },
  169. "autoload": {
  170. "psr-4": {
  171. "Cache\\TagInterop\\": ""
  172. }
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "MIT"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Tobias Nyholm",
  181. "email": "tobias.nyholm@gmail.com",
  182. "homepage": "https://github.com/nyholm"
  183. },
  184. {
  185. "name": "Nicolas Grekas",
  186. "email": "p@tchwork.com",
  187. "homepage": "https://github.com/nicolas-grekas"
  188. }
  189. ],
  190. "description": "Framework interoperable interfaces for tags",
  191. "homepage": "https://www.php-cache.com/en/latest/",
  192. "keywords": [
  193. "cache",
  194. "psr",
  195. "psr6",
  196. "tag"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/php-cache/tag-interop/issues",
  200. "source": "https://github.com/php-cache/tag-interop/tree/1.0.1"
  201. },
  202. "time": "2020-12-04T14:11:04+00:00"
  203. },
  204. {
  205. "name": "guzzlehttp/guzzle",
  206. "version": "7.2.0",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/guzzle/guzzle.git",
  210. "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
  215. "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "ext-json": "*",
  220. "guzzlehttp/promises": "^1.4",
  221. "guzzlehttp/psr7": "^1.7",
  222. "php": "^7.2.5 || ^8.0",
  223. "psr/http-client": "^1.0"
  224. },
  225. "provide": {
  226. "psr/http-client-implementation": "1.0"
  227. },
  228. "require-dev": {
  229. "ext-curl": "*",
  230. "php-http/client-integration-tests": "^3.0",
  231. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  232. "psr/log": "^1.1"
  233. },
  234. "suggest": {
  235. "ext-curl": "Required for CURL handler support",
  236. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  237. "psr/log": "Required for using the Log middleware"
  238. },
  239. "type": "library",
  240. "extra": {
  241. "branch-alias": {
  242. "dev-master": "7.1-dev"
  243. }
  244. },
  245. "autoload": {
  246. "psr-4": {
  247. "GuzzleHttp\\": "src/"
  248. },
  249. "files": [
  250. "src/functions_include.php"
  251. ]
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Michael Dowling",
  260. "email": "mtdowling@gmail.com",
  261. "homepage": "https://github.com/mtdowling"
  262. },
  263. {
  264. "name": "Márk Sági-Kazár",
  265. "email": "mark.sagikazar@gmail.com",
  266. "homepage": "https://sagikazarmark.hu"
  267. }
  268. ],
  269. "description": "Guzzle is a PHP HTTP client library",
  270. "homepage": "http://guzzlephp.org/",
  271. "keywords": [
  272. "client",
  273. "curl",
  274. "framework",
  275. "http",
  276. "http client",
  277. "psr-18",
  278. "psr-7",
  279. "rest",
  280. "web service"
  281. ],
  282. "support": {
  283. "issues": "https://github.com/guzzle/guzzle/issues",
  284. "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
  285. },
  286. "funding": [
  287. {
  288. "url": "https://github.com/GrahamCampbell",
  289. "type": "github"
  290. },
  291. {
  292. "url": "https://github.com/Nyholm",
  293. "type": "github"
  294. },
  295. {
  296. "url": "https://github.com/alexeyshockov",
  297. "type": "github"
  298. },
  299. {
  300. "url": "https://github.com/gmponos",
  301. "type": "github"
  302. }
  303. ],
  304. "time": "2020-10-10T11:47:56+00:00"
  305. },
  306. {
  307. "name": "guzzlehttp/promises",
  308. "version": "1.4.0",
  309. "source": {
  310. "type": "git",
  311. "url": "https://github.com/guzzle/promises.git",
  312. "reference": "60d379c243457e073cff02bc323a2a86cb355631"
  313. },
  314. "dist": {
  315. "type": "zip",
  316. "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
  317. "reference": "60d379c243457e073cff02bc323a2a86cb355631",
  318. "shasum": ""
  319. },
  320. "require": {
  321. "php": ">=5.5"
  322. },
  323. "require-dev": {
  324. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  325. },
  326. "type": "library",
  327. "extra": {
  328. "branch-alias": {
  329. "dev-master": "1.4-dev"
  330. }
  331. },
  332. "autoload": {
  333. "psr-4": {
  334. "GuzzleHttp\\Promise\\": "src/"
  335. },
  336. "files": [
  337. "src/functions_include.php"
  338. ]
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Michael Dowling",
  347. "email": "mtdowling@gmail.com",
  348. "homepage": "https://github.com/mtdowling"
  349. }
  350. ],
  351. "description": "Guzzle promises library",
  352. "keywords": [
  353. "promise"
  354. ],
  355. "support": {
  356. "issues": "https://github.com/guzzle/promises/issues",
  357. "source": "https://github.com/guzzle/promises/tree/1.4.0"
  358. },
  359. "time": "2020-09-30T07:37:28+00:00"
  360. },
  361. {
  362. "name": "guzzlehttp/psr7",
  363. "version": "1.7.0",
  364. "source": {
  365. "type": "git",
  366. "url": "https://github.com/guzzle/psr7.git",
  367. "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
  368. },
  369. "dist": {
  370. "type": "zip",
  371. "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
  372. "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
  373. "shasum": ""
  374. },
  375. "require": {
  376. "php": ">=5.4.0",
  377. "psr/http-message": "~1.0",
  378. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  379. },
  380. "provide": {
  381. "psr/http-message-implementation": "1.0"
  382. },
  383. "require-dev": {
  384. "ext-zlib": "*",
  385. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  386. },
  387. "suggest": {
  388. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  389. },
  390. "type": "library",
  391. "extra": {
  392. "branch-alias": {
  393. "dev-master": "1.7-dev"
  394. }
  395. },
  396. "autoload": {
  397. "psr-4": {
  398. "GuzzleHttp\\Psr7\\": "src/"
  399. },
  400. "files": [
  401. "src/functions_include.php"
  402. ]
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Michael Dowling",
  411. "email": "mtdowling@gmail.com",
  412. "homepage": "https://github.com/mtdowling"
  413. },
  414. {
  415. "name": "Tobias Schultze",
  416. "homepage": "https://github.com/Tobion"
  417. }
  418. ],
  419. "description": "PSR-7 message implementation that also provides common utility methods",
  420. "keywords": [
  421. "http",
  422. "message",
  423. "psr-7",
  424. "request",
  425. "response",
  426. "stream",
  427. "uri",
  428. "url"
  429. ],
  430. "support": {
  431. "issues": "https://github.com/guzzle/psr7/issues",
  432. "source": "https://github.com/guzzle/psr7/tree/1.7.0"
  433. },
  434. "time": "2020-09-30T07:37:11+00:00"
  435. },
  436. {
  437. "name": "jaeger/g-http",
  438. "version": "V1.7.1",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/jae-jae/GHttp.git",
  442. "reference": "611cfa6986be53d580b19472f10efaa4dde38a80"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/jae-jae/GHttp/zipball/611cfa6986be53d580b19472f10efaa4dde38a80",
  447. "reference": "611cfa6986be53d580b19472f10efaa4dde38a80",
  448. "shasum": ""
  449. },
  450. "require": {
  451. "cache/filesystem-adapter": "^1.0",
  452. "guzzlehttp/guzzle": "^6.0 | ^7.0"
  453. },
  454. "type": "library",
  455. "autoload": {
  456. "psr-4": {
  457. "Jaeger\\": "src"
  458. }
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Jaeger",
  467. "email": "JaegerCode@gmail.com"
  468. }
  469. ],
  470. "description": "Simple Http client base on GuzzleHttp",
  471. "support": {
  472. "issues": "https://github.com/jae-jae/GHttp/issues",
  473. "source": "https://github.com/jae-jae/GHttp/tree/V1.7.1"
  474. },
  475. "time": "2020-10-26T01:52:47+00:00"
  476. },
  477. {
  478. "name": "jaeger/phpquery-single",
  479. "version": "1.0.1",
  480. "source": {
  481. "type": "git",
  482. "url": "https://github.com/jae-jae/phpQuery-single.git",
  483. "reference": "fb80b4a0e5a337438d26e061ec3fb725c9f2a116"
  484. },
  485. "dist": {
  486. "type": "zip",
  487. "url": "https://api.github.com/repos/jae-jae/phpQuery-single/zipball/fb80b4a0e5a337438d26e061ec3fb725c9f2a116",
  488. "reference": "fb80b4a0e5a337438d26e061ec3fb725c9f2a116",
  489. "shasum": ""
  490. },
  491. "require": {
  492. "php": ">=5.3.0"
  493. },
  494. "type": "library",
  495. "autoload": {
  496. "classmap": [
  497. "phpQuery.php"
  498. ]
  499. },
  500. "notification-url": "https://packagist.org/downloads/",
  501. "license": [
  502. "MIT"
  503. ],
  504. "authors": [
  505. {
  506. "name": "Tobiasz Cudnik",
  507. "email": "tobiasz.cudnik@gmail.com",
  508. "homepage": "https://github.com/TobiaszCudnik",
  509. "role": "Developer"
  510. },
  511. {
  512. "name": "Jaeger",
  513. "role": "Packager"
  514. }
  515. ],
  516. "description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/",
  517. "homepage": "http://code.google.com/p/phpquery/",
  518. "support": {
  519. "issues": "https://github.com/jae-jae/phpQuery-single/issues",
  520. "source": "https://github.com/jae-jae/phpQuery-single/tree/master"
  521. },
  522. "time": "2019-11-05T01:50:34+00:00"
  523. },
  524. {
  525. "name": "jaeger/querylist",
  526. "version": "V4.2.7",
  527. "source": {
  528. "type": "git",
  529. "url": "https://github.com/jae-jae/QueryList.git",
  530. "reference": "5953daac54683700ce6a6725489fa7f3798aad94"
  531. },
  532. "dist": {
  533. "type": "zip",
  534. "url": "https://api.github.com/repos/jae-jae/QueryList/zipball/5953daac54683700ce6a6725489fa7f3798aad94",
  535. "reference": "5953daac54683700ce6a6725489fa7f3798aad94",
  536. "shasum": ""
  537. },
  538. "require": {
  539. "ext-dom": "*",
  540. "jaeger/g-http": "^1.1",
  541. "jaeger/phpquery-single": "^1",
  542. "php": ">=7.1",
  543. "tightenco/collect": ">5.0"
  544. },
  545. "require-dev": {
  546. "phpunit/phpunit": "^8.5",
  547. "symfony/var-dumper": "^3.3"
  548. },
  549. "type": "library",
  550. "autoload": {
  551. "psr-4": {
  552. "QL\\": "src"
  553. }
  554. },
  555. "notification-url": "https://packagist.org/downloads/",
  556. "license": [
  557. "MIT"
  558. ],
  559. "authors": [
  560. {
  561. "name": "Jaeger",
  562. "email": "JaegerCode@gmail.com"
  563. }
  564. ],
  565. "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。",
  566. "homepage": "http://querylist.cc",
  567. "keywords": [
  568. "QueryList",
  569. "phpQuery",
  570. "spider"
  571. ],
  572. "support": {
  573. "issues": "https://github.com/jae-jae/QueryList/issues",
  574. "source": "https://github.com/jae-jae/QueryList/tree/V4.2.7"
  575. },
  576. "funding": [
  577. {
  578. "url": "https://opencollective.com/querylist",
  579. "type": "open_collective"
  580. }
  581. ],
  582. "time": "2020-12-14T02:39:28+00:00"
  583. },
  584. {
  585. "name": "league/flysystem",
  586. "version": "1.1.3",
  587. "source": {
  588. "type": "git",
  589. "url": "https://github.com/thephpleague/flysystem.git",
  590. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
  591. },
  592. "dist": {
  593. "type": "zip",
  594. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
  595. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
  596. "shasum": ""
  597. },
  598. "require": {
  599. "ext-fileinfo": "*",
  600. "league/mime-type-detection": "^1.3",
  601. "php": "^7.2.5 || ^8.0"
  602. },
  603. "conflict": {
  604. "league/flysystem-sftp": "<1.0.6"
  605. },
  606. "require-dev": {
  607. "phpspec/prophecy": "^1.11.1",
  608. "phpunit/phpunit": "^8.5.8"
  609. },
  610. "suggest": {
  611. "ext-fileinfo": "Required for MimeType",
  612. "ext-ftp": "Allows you to use FTP server storage",
  613. "ext-openssl": "Allows you to use FTPS server storage",
  614. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  615. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  616. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  617. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  618. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  619. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  620. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  621. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  622. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  623. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  624. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  625. },
  626. "type": "library",
  627. "extra": {
  628. "branch-alias": {
  629. "dev-master": "1.1-dev"
  630. }
  631. },
  632. "autoload": {
  633. "psr-4": {
  634. "League\\Flysystem\\": "src/"
  635. }
  636. },
  637. "notification-url": "https://packagist.org/downloads/",
  638. "license": [
  639. "MIT"
  640. ],
  641. "authors": [
  642. {
  643. "name": "Frank de Jonge",
  644. "email": "info@frenky.net"
  645. }
  646. ],
  647. "description": "Filesystem abstraction: Many filesystems, one API.",
  648. "keywords": [
  649. "Cloud Files",
  650. "WebDAV",
  651. "abstraction",
  652. "aws",
  653. "cloud",
  654. "copy.com",
  655. "dropbox",
  656. "file systems",
  657. "files",
  658. "filesystem",
  659. "filesystems",
  660. "ftp",
  661. "rackspace",
  662. "remote",
  663. "s3",
  664. "sftp",
  665. "storage"
  666. ],
  667. "support": {
  668. "issues": "https://github.com/thephpleague/flysystem/issues",
  669. "source": "https://github.com/thephpleague/flysystem/tree/1.x"
  670. },
  671. "funding": [
  672. {
  673. "url": "https://offset.earth/frankdejonge",
  674. "type": "other"
  675. }
  676. ],
  677. "time": "2020-08-23T07:39:11+00:00"
  678. },
  679. {
  680. "name": "league/mime-type-detection",
  681. "version": "1.5.1",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/thephpleague/mime-type-detection.git",
  685. "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa",
  690. "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "ext-fileinfo": "*",
  695. "php": "^7.2 || ^8.0"
  696. },
  697. "require-dev": {
  698. "phpstan/phpstan": "^0.12.36",
  699. "phpunit/phpunit": "^8.5.8"
  700. },
  701. "type": "library",
  702. "autoload": {
  703. "psr-4": {
  704. "League\\MimeTypeDetection\\": "src"
  705. }
  706. },
  707. "notification-url": "https://packagist.org/downloads/",
  708. "license": [
  709. "MIT"
  710. ],
  711. "authors": [
  712. {
  713. "name": "Frank de Jonge",
  714. "email": "info@frankdejonge.nl"
  715. }
  716. ],
  717. "description": "Mime-type detection for Flysystem",
  718. "support": {
  719. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  720. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.5.1"
  721. },
  722. "funding": [
  723. {
  724. "url": "https://github.com/frankdejonge",
  725. "type": "github"
  726. },
  727. {
  728. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  729. "type": "tidelift"
  730. }
  731. ],
  732. "time": "2020-10-18T11:50:25+00:00"
  733. },
  734. {
  735. "name": "php-imap/php-imap",
  736. "version": "4.1.0",
  737. "source": {
  738. "type": "git",
  739. "url": "https://github.com/barbushin/php-imap.git",
  740. "reference": "7ca3d19451bfe6de47186b52f4b266179a5858b9"
  741. },
  742. "dist": {
  743. "type": "zip",
  744. "url": "https://api.github.com/repos/barbushin/php-imap/zipball/7ca3d19451bfe6de47186b52f4b266179a5858b9",
  745. "reference": "7ca3d19451bfe6de47186b52f4b266179a5858b9",
  746. "shasum": ""
  747. },
  748. "require": {
  749. "ext-fileinfo": "*",
  750. "ext-iconv": "*",
  751. "ext-imap": "*",
  752. "ext-mbstring": "*",
  753. "php": "^7.2"
  754. },
  755. "require-dev": {
  756. "friendsofphp/php-cs-fixer": "^2.16",
  757. "jakub-onderka/php-parallel-lint": "^1.0",
  758. "maglnet/composer-require-checker": "^2.0",
  759. "paragonie/hidden-string": "^1.0",
  760. "phpunit/phpunit": "^8.5",
  761. "povils/phpmnd": "^2.2",
  762. "psalm/plugin-phpunit": "^0.10.0",
  763. "roave/security-advisories": "dev-master",
  764. "sebastian/phpcpd": "^4.1",
  765. "vimeo/psalm": "^3.11.5"
  766. },
  767. "suggest": {
  768. "ext-fileinfo": "To facilitate IncomingMailAttachment::getFileInfo() auto-detection"
  769. },
  770. "type": "library",
  771. "autoload": {
  772. "psr-4": {
  773. "PhpImap\\": "src/PhpImap"
  774. }
  775. },
  776. "notification-url": "https://packagist.org/downloads/",
  777. "license": [
  778. "MIT"
  779. ],
  780. "authors": [
  781. {
  782. "name": "Sergey Barbushin",
  783. "email": "barbushin@gmail.com",
  784. "homepage": "http://linkedin.com/in/barbushin"
  785. }
  786. ],
  787. "description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)",
  788. "homepage": "https://github.com/barbushin/php-imap",
  789. "keywords": [
  790. "imap",
  791. "mail",
  792. "mailbox",
  793. "php",
  794. "pop3",
  795. "receive emails"
  796. ],
  797. "support": {
  798. "issues": "https://github.com/barbushin/php-imap/issues",
  799. "source": "https://github.com/barbushin/php-imap/tree/master"
  800. },
  801. "time": "2020-06-14T20:18:24+00:00"
  802. },
  803. {
  804. "name": "psr/cache",
  805. "version": "1.0.1",
  806. "source": {
  807. "type": "git",
  808. "url": "https://github.com/php-fig/cache.git",
  809. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  810. },
  811. "dist": {
  812. "type": "zip",
  813. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  814. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  815. "shasum": ""
  816. },
  817. "require": {
  818. "php": ">=5.3.0"
  819. },
  820. "type": "library",
  821. "extra": {
  822. "branch-alias": {
  823. "dev-master": "1.0.x-dev"
  824. }
  825. },
  826. "autoload": {
  827. "psr-4": {
  828. "Psr\\Cache\\": "src/"
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "authors": [
  836. {
  837. "name": "PHP-FIG",
  838. "homepage": "http://www.php-fig.org/"
  839. }
  840. ],
  841. "description": "Common interface for caching libraries",
  842. "keywords": [
  843. "cache",
  844. "psr",
  845. "psr-6"
  846. ],
  847. "support": {
  848. "source": "https://github.com/php-fig/cache/tree/master"
  849. },
  850. "time": "2016-08-06T20:24:11+00:00"
  851. },
  852. {
  853. "name": "psr/http-client",
  854. "version": "1.0.1",
  855. "source": {
  856. "type": "git",
  857. "url": "https://github.com/php-fig/http-client.git",
  858. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  859. },
  860. "dist": {
  861. "type": "zip",
  862. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  863. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  864. "shasum": ""
  865. },
  866. "require": {
  867. "php": "^7.0 || ^8.0",
  868. "psr/http-message": "^1.0"
  869. },
  870. "type": "library",
  871. "extra": {
  872. "branch-alias": {
  873. "dev-master": "1.0.x-dev"
  874. }
  875. },
  876. "autoload": {
  877. "psr-4": {
  878. "Psr\\Http\\Client\\": "src/"
  879. }
  880. },
  881. "notification-url": "https://packagist.org/downloads/",
  882. "license": [
  883. "MIT"
  884. ],
  885. "authors": [
  886. {
  887. "name": "PHP-FIG",
  888. "homepage": "http://www.php-fig.org/"
  889. }
  890. ],
  891. "description": "Common interface for HTTP clients",
  892. "homepage": "https://github.com/php-fig/http-client",
  893. "keywords": [
  894. "http",
  895. "http-client",
  896. "psr",
  897. "psr-18"
  898. ],
  899. "support": {
  900. "source": "https://github.com/php-fig/http-client/tree/master"
  901. },
  902. "time": "2020-06-29T06:28:15+00:00"
  903. },
  904. {
  905. "name": "psr/http-message",
  906. "version": "1.0.1",
  907. "source": {
  908. "type": "git",
  909. "url": "https://github.com/php-fig/http-message.git",
  910. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  911. },
  912. "dist": {
  913. "type": "zip",
  914. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  915. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  916. "shasum": ""
  917. },
  918. "require": {
  919. "php": ">=5.3.0"
  920. },
  921. "type": "library",
  922. "extra": {
  923. "branch-alias": {
  924. "dev-master": "1.0.x-dev"
  925. }
  926. },
  927. "autoload": {
  928. "psr-4": {
  929. "Psr\\Http\\Message\\": "src/"
  930. }
  931. },
  932. "notification-url": "https://packagist.org/downloads/",
  933. "license": [
  934. "MIT"
  935. ],
  936. "authors": [
  937. {
  938. "name": "PHP-FIG",
  939. "homepage": "http://www.php-fig.org/"
  940. }
  941. ],
  942. "description": "Common interface for HTTP messages",
  943. "homepage": "https://github.com/php-fig/http-message",
  944. "keywords": [
  945. "http",
  946. "http-message",
  947. "psr",
  948. "psr-7",
  949. "request",
  950. "response"
  951. ],
  952. "support": {
  953. "source": "https://github.com/php-fig/http-message/tree/master"
  954. },
  955. "time": "2016-08-06T14:39:51+00:00"
  956. },
  957. {
  958. "name": "psr/log",
  959. "version": "1.1.3",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/php-fig/log.git",
  963. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  968. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  969. "shasum": ""
  970. },
  971. "require": {
  972. "php": ">=5.3.0"
  973. },
  974. "type": "library",
  975. "extra": {
  976. "branch-alias": {
  977. "dev-master": "1.1.x-dev"
  978. }
  979. },
  980. "autoload": {
  981. "psr-4": {
  982. "Psr\\Log\\": "Psr/Log/"
  983. }
  984. },
  985. "notification-url": "https://packagist.org/downloads/",
  986. "license": [
  987. "MIT"
  988. ],
  989. "authors": [
  990. {
  991. "name": "PHP-FIG",
  992. "homepage": "http://www.php-fig.org/"
  993. }
  994. ],
  995. "description": "Common interface for logging libraries",
  996. "homepage": "https://github.com/php-fig/log",
  997. "keywords": [
  998. "log",
  999. "psr",
  1000. "psr-3"
  1001. ],
  1002. "support": {
  1003. "source": "https://github.com/php-fig/log/tree/1.1.3"
  1004. },
  1005. "time": "2020-03-23T09:12:05+00:00"
  1006. },
  1007. {
  1008. "name": "psr/simple-cache",
  1009. "version": "1.0.1",
  1010. "source": {
  1011. "type": "git",
  1012. "url": "https://github.com/php-fig/simple-cache.git",
  1013. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1014. },
  1015. "dist": {
  1016. "type": "zip",
  1017. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1018. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1019. "shasum": ""
  1020. },
  1021. "require": {
  1022. "php": ">=5.3.0"
  1023. },
  1024. "type": "library",
  1025. "extra": {
  1026. "branch-alias": {
  1027. "dev-master": "1.0.x-dev"
  1028. }
  1029. },
  1030. "autoload": {
  1031. "psr-4": {
  1032. "Psr\\SimpleCache\\": "src/"
  1033. }
  1034. },
  1035. "notification-url": "https://packagist.org/downloads/",
  1036. "license": [
  1037. "MIT"
  1038. ],
  1039. "authors": [
  1040. {
  1041. "name": "PHP-FIG",
  1042. "homepage": "http://www.php-fig.org/"
  1043. }
  1044. ],
  1045. "description": "Common interfaces for simple caching",
  1046. "keywords": [
  1047. "cache",
  1048. "caching",
  1049. "psr",
  1050. "psr-16",
  1051. "simple-cache"
  1052. ],
  1053. "support": {
  1054. "source": "https://github.com/php-fig/simple-cache/tree/master"
  1055. },
  1056. "time": "2017-10-23T01:57:42+00:00"
  1057. },
  1058. {
  1059. "name": "ralouphie/getallheaders",
  1060. "version": "3.0.3",
  1061. "source": {
  1062. "type": "git",
  1063. "url": "https://github.com/ralouphie/getallheaders.git",
  1064. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1065. },
  1066. "dist": {
  1067. "type": "zip",
  1068. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1069. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1070. "shasum": ""
  1071. },
  1072. "require": {
  1073. "php": ">=5.6"
  1074. },
  1075. "require-dev": {
  1076. "php-coveralls/php-coveralls": "^2.1",
  1077. "phpunit/phpunit": "^5 || ^6.5"
  1078. },
  1079. "type": "library",
  1080. "autoload": {
  1081. "files": [
  1082. "src/getallheaders.php"
  1083. ]
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "MIT"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Ralph Khattar",
  1092. "email": "ralph.khattar@gmail.com"
  1093. }
  1094. ],
  1095. "description": "A polyfill for getallheaders.",
  1096. "support": {
  1097. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1098. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1099. },
  1100. "time": "2019-03-08T08:55:37+00:00"
  1101. },
  1102. {
  1103. "name": "symfony/polyfill-mbstring",
  1104. "version": "v1.22.0",
  1105. "source": {
  1106. "type": "git",
  1107. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1108. "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
  1109. },
  1110. "dist": {
  1111. "type": "zip",
  1112. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
  1113. "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
  1114. "shasum": ""
  1115. },
  1116. "require": {
  1117. "php": ">=7.1"
  1118. },
  1119. "suggest": {
  1120. "ext-mbstring": "For best performance"
  1121. },
  1122. "type": "library",
  1123. "extra": {
  1124. "branch-alias": {
  1125. "dev-main": "1.22-dev"
  1126. },
  1127. "thanks": {
  1128. "name": "symfony/polyfill",
  1129. "url": "https://github.com/symfony/polyfill"
  1130. }
  1131. },
  1132. "autoload": {
  1133. "psr-4": {
  1134. "Symfony\\Polyfill\\Mbstring\\": ""
  1135. },
  1136. "files": [
  1137. "bootstrap.php"
  1138. ]
  1139. },
  1140. "notification-url": "https://packagist.org/downloads/",
  1141. "license": [
  1142. "MIT"
  1143. ],
  1144. "authors": [
  1145. {
  1146. "name": "Nicolas Grekas",
  1147. "email": "p@tchwork.com"
  1148. },
  1149. {
  1150. "name": "Symfony Community",
  1151. "homepage": "https://symfony.com/contributors"
  1152. }
  1153. ],
  1154. "description": "Symfony polyfill for the Mbstring extension",
  1155. "homepage": "https://symfony.com",
  1156. "keywords": [
  1157. "compatibility",
  1158. "mbstring",
  1159. "polyfill",
  1160. "portable",
  1161. "shim"
  1162. ],
  1163. "support": {
  1164. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
  1165. },
  1166. "funding": [
  1167. {
  1168. "url": "https://symfony.com/sponsor",
  1169. "type": "custom"
  1170. },
  1171. {
  1172. "url": "https://github.com/fabpot",
  1173. "type": "github"
  1174. },
  1175. {
  1176. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1177. "type": "tidelift"
  1178. }
  1179. ],
  1180. "time": "2021-01-07T16:49:33+00:00"
  1181. },
  1182. {
  1183. "name": "symfony/polyfill-php80",
  1184. "version": "v1.22.0",
  1185. "source": {
  1186. "type": "git",
  1187. "url": "https://github.com/symfony/polyfill-php80.git",
  1188. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
  1189. },
  1190. "dist": {
  1191. "type": "zip",
  1192. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
  1193. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
  1194. "shasum": ""
  1195. },
  1196. "require": {
  1197. "php": ">=7.1"
  1198. },
  1199. "type": "library",
  1200. "extra": {
  1201. "branch-alias": {
  1202. "dev-main": "1.22-dev"
  1203. },
  1204. "thanks": {
  1205. "name": "symfony/polyfill",
  1206. "url": "https://github.com/symfony/polyfill"
  1207. }
  1208. },
  1209. "autoload": {
  1210. "psr-4": {
  1211. "Symfony\\Polyfill\\Php80\\": ""
  1212. },
  1213. "files": [
  1214. "bootstrap.php"
  1215. ],
  1216. "classmap": [
  1217. "Resources/stubs"
  1218. ]
  1219. },
  1220. "notification-url": "https://packagist.org/downloads/",
  1221. "license": [
  1222. "MIT"
  1223. ],
  1224. "authors": [
  1225. {
  1226. "name": "Ion Bazan",
  1227. "email": "ion.bazan@gmail.com"
  1228. },
  1229. {
  1230. "name": "Nicolas Grekas",
  1231. "email": "p@tchwork.com"
  1232. },
  1233. {
  1234. "name": "Symfony Community",
  1235. "homepage": "https://symfony.com/contributors"
  1236. }
  1237. ],
  1238. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1239. "homepage": "https://symfony.com",
  1240. "keywords": [
  1241. "compatibility",
  1242. "polyfill",
  1243. "portable",
  1244. "shim"
  1245. ],
  1246. "support": {
  1247. "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0"
  1248. },
  1249. "funding": [
  1250. {
  1251. "url": "https://symfony.com/sponsor",
  1252. "type": "custom"
  1253. },
  1254. {
  1255. "url": "https://github.com/fabpot",
  1256. "type": "github"
  1257. },
  1258. {
  1259. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1260. "type": "tidelift"
  1261. }
  1262. ],
  1263. "time": "2021-01-07T16:49:33+00:00"
  1264. },
  1265. {
  1266. "name": "symfony/var-dumper",
  1267. "version": "v5.2.1",
  1268. "source": {
  1269. "type": "git",
  1270. "url": "https://github.com/symfony/var-dumper.git",
  1271. "reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089"
  1272. },
  1273. "dist": {
  1274. "type": "zip",
  1275. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
  1276. "reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
  1277. "shasum": ""
  1278. },
  1279. "require": {
  1280. "php": ">=7.2.5",
  1281. "symfony/polyfill-mbstring": "~1.0",
  1282. "symfony/polyfill-php80": "^1.15"
  1283. },
  1284. "conflict": {
  1285. "phpunit/phpunit": "<5.4.3",
  1286. "symfony/console": "<4.4"
  1287. },
  1288. "require-dev": {
  1289. "ext-iconv": "*",
  1290. "symfony/console": "^4.4|^5.0",
  1291. "symfony/process": "^4.4|^5.0",
  1292. "twig/twig": "^2.4|^3.0"
  1293. },
  1294. "suggest": {
  1295. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1296. "ext-intl": "To show region name in time zone dump",
  1297. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1298. },
  1299. "bin": [
  1300. "Resources/bin/var-dump-server"
  1301. ],
  1302. "type": "library",
  1303. "autoload": {
  1304. "files": [
  1305. "Resources/functions/dump.php"
  1306. ],
  1307. "psr-4": {
  1308. "Symfony\\Component\\VarDumper\\": ""
  1309. },
  1310. "exclude-from-classmap": [
  1311. "/Tests/"
  1312. ]
  1313. },
  1314. "notification-url": "https://packagist.org/downloads/",
  1315. "license": [
  1316. "MIT"
  1317. ],
  1318. "authors": [
  1319. {
  1320. "name": "Nicolas Grekas",
  1321. "email": "p@tchwork.com"
  1322. },
  1323. {
  1324. "name": "Symfony Community",
  1325. "homepage": "https://symfony.com/contributors"
  1326. }
  1327. ],
  1328. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1329. "homepage": "https://symfony.com",
  1330. "keywords": [
  1331. "debug",
  1332. "dump"
  1333. ],
  1334. "support": {
  1335. "source": "https://github.com/symfony/var-dumper/tree/v5.2.1"
  1336. },
  1337. "funding": [
  1338. {
  1339. "url": "https://symfony.com/sponsor",
  1340. "type": "custom"
  1341. },
  1342. {
  1343. "url": "https://github.com/fabpot",
  1344. "type": "github"
  1345. },
  1346. {
  1347. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1348. "type": "tidelift"
  1349. }
  1350. ],
  1351. "time": "2020-12-16T17:02:19+00:00"
  1352. },
  1353. {
  1354. "name": "tightenco/collect",
  1355. "version": "v8.19.0",
  1356. "source": {
  1357. "type": "git",
  1358. "url": "https://github.com/tighten/collect.git",
  1359. "reference": "0c0243a0dc0b66f54d0ec409f36cd9889665b132"
  1360. },
  1361. "dist": {
  1362. "type": "zip",
  1363. "url": "https://api.github.com/repos/tighten/collect/zipball/0c0243a0dc0b66f54d0ec409f36cd9889665b132",
  1364. "reference": "0c0243a0dc0b66f54d0ec409f36cd9889665b132",
  1365. "shasum": ""
  1366. },
  1367. "require": {
  1368. "php": "^7.2|^8.0",
  1369. "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
  1370. },
  1371. "require-dev": {
  1372. "mockery/mockery": "^1.0",
  1373. "nesbot/carbon": "^2.23.0",
  1374. "phpunit/phpunit": "^8.3"
  1375. },
  1376. "type": "library",
  1377. "autoload": {
  1378. "files": [
  1379. "src/Collect/Support/helpers.php",
  1380. "src/Collect/Support/alias.php"
  1381. ],
  1382. "psr-4": {
  1383. "Tightenco\\Collect\\": "src/Collect"
  1384. }
  1385. },
  1386. "notification-url": "https://packagist.org/downloads/",
  1387. "license": [
  1388. "MIT"
  1389. ],
  1390. "authors": [
  1391. {
  1392. "name": "Taylor Otwell",
  1393. "email": "taylorotwell@gmail.com"
  1394. }
  1395. ],
  1396. "description": "Collect - Illuminate Collections as a separate package.",
  1397. "keywords": [
  1398. "collection",
  1399. "laravel"
  1400. ],
  1401. "support": {
  1402. "issues": "https://github.com/tighten/collect/issues",
  1403. "source": "https://github.com/tighten/collect/tree/v8.19.0"
  1404. },
  1405. "time": "2020-12-19T00:06:29+00:00"
  1406. }
  1407. ],
  1408. "packages-dev": [],
  1409. "aliases": [],
  1410. "minimum-stability": "stable",
  1411. "stability-flags": [],
  1412. "prefer-stable": false,
  1413. "prefer-lowest": false,
  1414. "platform": [],
  1415. "platform-dev": [],
  1416. "plugin-api-version": "2.0.0"
  1417. }