installed.json 53 KB

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