composer.lock 61 KB

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