composer.lock 50 KB

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