installed.php 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'topthink/think',
  4. 'pretty_version' => 'dev-master',
  5. 'version' => 'dev-master',
  6. 'reference' => '0bde423bd1f16d88b26f67e59a7e4fc3c67a8d64',
  7. 'type' => 'project',
  8. 'install_path' => __DIR__ . '/../../',
  9. 'aliases' => array(),
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'adbario/php-dot-notation' => array(
  14. 'pretty_version' => '2.2.0',
  15. 'version' => '2.2.0.0',
  16. 'reference' => 'eee4fc81296531e6aafba4c2bbccfc5adab1676e',
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../adbario/php-dot-notation',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'alibabacloud/aas' => array(
  23. 'dev_requirement' => false,
  24. 'replaced' => array(
  25. 0 => '1.8.974',
  26. ),
  27. ),
  28. 'alibabacloud/actiontrail' => array(
  29. 'dev_requirement' => false,
  30. 'replaced' => array(
  31. 0 => '1.8.974',
  32. ),
  33. ),
  34. 'alibabacloud/adb' => array(
  35. 'dev_requirement' => false,
  36. 'replaced' => array(
  37. 0 => '1.8.974',
  38. ),
  39. ),
  40. 'alibabacloud/aegis' => array(
  41. 'dev_requirement' => false,
  42. 'replaced' => array(
  43. 0 => '1.8.974',
  44. ),
  45. ),
  46. 'alibabacloud/afs' => array(
  47. 'dev_requirement' => false,
  48. 'replaced' => array(
  49. 0 => '1.8.974',
  50. ),
  51. ),
  52. 'alibabacloud/airec' => array(
  53. 'dev_requirement' => false,
  54. 'replaced' => array(
  55. 0 => '1.8.974',
  56. ),
  57. ),
  58. 'alibabacloud/alidns' => array(
  59. 'dev_requirement' => false,
  60. 'replaced' => array(
  61. 0 => '1.8.974',
  62. ),
  63. ),
  64. 'alibabacloud/alikafka' => array(
  65. 'dev_requirement' => false,
  66. 'replaced' => array(
  67. 0 => '1.8.974',
  68. ),
  69. ),
  70. 'alibabacloud/alimt' => array(
  71. 'dev_requirement' => false,
  72. 'replaced' => array(
  73. 0 => '1.8.974',
  74. ),
  75. ),
  76. 'alibabacloud/aliprobe' => array(
  77. 'dev_requirement' => false,
  78. 'replaced' => array(
  79. 0 => '1.8.974',
  80. ),
  81. ),
  82. 'alibabacloud/aliyuncvc' => array(
  83. 'dev_requirement' => false,
  84. 'replaced' => array(
  85. 0 => '1.8.974',
  86. ),
  87. ),
  88. 'alibabacloud/appmallsservice' => array(
  89. 'dev_requirement' => false,
  90. 'replaced' => array(
  91. 0 => '1.8.974',
  92. ),
  93. ),
  94. 'alibabacloud/arms' => array(
  95. 'dev_requirement' => false,
  96. 'replaced' => array(
  97. 0 => '1.8.974',
  98. ),
  99. ),
  100. 'alibabacloud/arms4finance' => array(
  101. 'dev_requirement' => false,
  102. 'replaced' => array(
  103. 0 => '1.8.974',
  104. ),
  105. ),
  106. 'alibabacloud/baas' => array(
  107. 'dev_requirement' => false,
  108. 'replaced' => array(
  109. 0 => '1.8.974',
  110. ),
  111. ),
  112. 'alibabacloud/batchcompute' => array(
  113. 'dev_requirement' => false,
  114. 'replaced' => array(
  115. 0 => '1.8.974',
  116. ),
  117. ),
  118. 'alibabacloud/bss' => array(
  119. 'dev_requirement' => false,
  120. 'replaced' => array(
  121. 0 => '1.8.974',
  122. ),
  123. ),
  124. 'alibabacloud/bssopenapi' => array(
  125. 'dev_requirement' => false,
  126. 'replaced' => array(
  127. 0 => '1.8.974',
  128. ),
  129. ),
  130. 'alibabacloud/cas' => array(
  131. 'dev_requirement' => false,
  132. 'replaced' => array(
  133. 0 => '1.8.974',
  134. ),
  135. ),
  136. 'alibabacloud/cbn' => array(
  137. 'dev_requirement' => false,
  138. 'replaced' => array(
  139. 0 => '1.8.974',
  140. ),
  141. ),
  142. 'alibabacloud/ccc' => array(
  143. 'dev_requirement' => false,
  144. 'replaced' => array(
  145. 0 => '1.8.974',
  146. ),
  147. ),
  148. 'alibabacloud/ccs' => array(
  149. 'dev_requirement' => false,
  150. 'replaced' => array(
  151. 0 => '1.8.974',
  152. ),
  153. ),
  154. 'alibabacloud/cdn' => array(
  155. 'dev_requirement' => false,
  156. 'replaced' => array(
  157. 0 => '1.8.974',
  158. ),
  159. ),
  160. 'alibabacloud/cds' => array(
  161. 'dev_requirement' => false,
  162. 'replaced' => array(
  163. 0 => '1.8.974',
  164. ),
  165. ),
  166. 'alibabacloud/cf' => array(
  167. 'dev_requirement' => false,
  168. 'replaced' => array(
  169. 0 => '1.8.974',
  170. ),
  171. ),
  172. 'alibabacloud/chatbot' => array(
  173. 'dev_requirement' => false,
  174. 'replaced' => array(
  175. 0 => '1.8.974',
  176. ),
  177. ),
  178. 'alibabacloud/client' => array(
  179. 'pretty_version' => '1.5.30',
  180. 'version' => '1.5.30.0',
  181. 'reference' => '1f497bb79835b84094318a70b672eb88260f2682',
  182. 'type' => 'library',
  183. 'install_path' => __DIR__ . '/../alibabacloud/client',
  184. 'aliases' => array(),
  185. 'dev_requirement' => false,
  186. ),
  187. 'alibabacloud/cloudapi' => array(
  188. 'dev_requirement' => false,
  189. 'replaced' => array(
  190. 0 => '1.8.974',
  191. ),
  192. ),
  193. 'alibabacloud/cloudauth' => array(
  194. 'dev_requirement' => false,
  195. 'replaced' => array(
  196. 0 => '1.8.974',
  197. ),
  198. ),
  199. 'alibabacloud/cloudesl' => array(
  200. 'dev_requirement' => false,
  201. 'replaced' => array(
  202. 0 => '1.8.974',
  203. ),
  204. ),
  205. 'alibabacloud/cloudmarketing' => array(
  206. 'dev_requirement' => false,
  207. 'replaced' => array(
  208. 0 => '1.8.974',
  209. ),
  210. ),
  211. 'alibabacloud/cloudphoto' => array(
  212. 'dev_requirement' => false,
  213. 'replaced' => array(
  214. 0 => '1.8.974',
  215. ),
  216. ),
  217. 'alibabacloud/cloudwf' => array(
  218. 'dev_requirement' => false,
  219. 'replaced' => array(
  220. 0 => '1.8.974',
  221. ),
  222. ),
  223. 'alibabacloud/cms' => array(
  224. 'dev_requirement' => false,
  225. 'replaced' => array(
  226. 0 => '1.8.974',
  227. ),
  228. ),
  229. 'alibabacloud/commondriver' => array(
  230. 'dev_requirement' => false,
  231. 'replaced' => array(
  232. 0 => '1.8.974',
  233. ),
  234. ),
  235. 'alibabacloud/companyreg' => array(
  236. 'dev_requirement' => false,
  237. 'replaced' => array(
  238. 0 => '1.8.974',
  239. ),
  240. ),
  241. 'alibabacloud/cr' => array(
  242. 'dev_requirement' => false,
  243. 'replaced' => array(
  244. 0 => '1.8.974',
  245. ),
  246. ),
  247. 'alibabacloud/crm' => array(
  248. 'dev_requirement' => false,
  249. 'replaced' => array(
  250. 0 => '1.8.974',
  251. ),
  252. ),
  253. 'alibabacloud/cs' => array(
  254. 'dev_requirement' => false,
  255. 'replaced' => array(
  256. 0 => '1.8.974',
  257. ),
  258. ),
  259. 'alibabacloud/csb' => array(
  260. 'dev_requirement' => false,
  261. 'replaced' => array(
  262. 0 => '1.8.974',
  263. ),
  264. ),
  265. 'alibabacloud/cusanalyticsconline' => array(
  266. 'dev_requirement' => false,
  267. 'replaced' => array(
  268. 0 => '1.8.974',
  269. ),
  270. ),
  271. 'alibabacloud/dataworkspublic' => array(
  272. 'dev_requirement' => false,
  273. 'replaced' => array(
  274. 0 => '1.8.974',
  275. ),
  276. ),
  277. 'alibabacloud/dbs' => array(
  278. 'dev_requirement' => false,
  279. 'replaced' => array(
  280. 0 => '1.8.974',
  281. ),
  282. ),
  283. 'alibabacloud/dcdn' => array(
  284. 'dev_requirement' => false,
  285. 'replaced' => array(
  286. 0 => '1.8.974',
  287. ),
  288. ),
  289. 'alibabacloud/dds' => array(
  290. 'dev_requirement' => false,
  291. 'replaced' => array(
  292. 0 => '1.8.974',
  293. ),
  294. ),
  295. 'alibabacloud/democenter' => array(
  296. 'dev_requirement' => false,
  297. 'replaced' => array(
  298. 0 => '1.8.974',
  299. ),
  300. ),
  301. 'alibabacloud/dm' => array(
  302. 'dev_requirement' => false,
  303. 'replaced' => array(
  304. 0 => '1.8.974',
  305. ),
  306. ),
  307. 'alibabacloud/dmsenterprise' => array(
  308. 'dev_requirement' => false,
  309. 'replaced' => array(
  310. 0 => '1.8.974',
  311. ),
  312. ),
  313. 'alibabacloud/domain' => array(
  314. 'dev_requirement' => false,
  315. 'replaced' => array(
  316. 0 => '1.8.974',
  317. ),
  318. ),
  319. 'alibabacloud/domainintl' => array(
  320. 'dev_requirement' => false,
  321. 'replaced' => array(
  322. 0 => '1.8.974',
  323. ),
  324. ),
  325. 'alibabacloud/drcloud' => array(
  326. 'dev_requirement' => false,
  327. 'replaced' => array(
  328. 0 => '1.8.974',
  329. ),
  330. ),
  331. 'alibabacloud/drds' => array(
  332. 'dev_requirement' => false,
  333. 'replaced' => array(
  334. 0 => '1.8.974',
  335. ),
  336. ),
  337. 'alibabacloud/dts' => array(
  338. 'dev_requirement' => false,
  339. 'replaced' => array(
  340. 0 => '1.8.974',
  341. ),
  342. ),
  343. 'alibabacloud/dybaseapi' => array(
  344. 'dev_requirement' => false,
  345. 'replaced' => array(
  346. 0 => '1.8.974',
  347. ),
  348. ),
  349. 'alibabacloud/dyplsapi' => array(
  350. 'dev_requirement' => false,
  351. 'replaced' => array(
  352. 0 => '1.8.974',
  353. ),
  354. ),
  355. 'alibabacloud/dypnsapi' => array(
  356. 'dev_requirement' => false,
  357. 'replaced' => array(
  358. 0 => '1.8.974',
  359. ),
  360. ),
  361. 'alibabacloud/dysmsapi' => array(
  362. 'dev_requirement' => false,
  363. 'replaced' => array(
  364. 0 => '1.8.974',
  365. ),
  366. ),
  367. 'alibabacloud/dyvmsapi' => array(
  368. 'dev_requirement' => false,
  369. 'replaced' => array(
  370. 0 => '1.8.974',
  371. ),
  372. ),
  373. 'alibabacloud/eci' => array(
  374. 'dev_requirement' => false,
  375. 'replaced' => array(
  376. 0 => '1.8.974',
  377. ),
  378. ),
  379. 'alibabacloud/ecs' => array(
  380. 'dev_requirement' => false,
  381. 'replaced' => array(
  382. 0 => '1.8.974',
  383. ),
  384. ),
  385. 'alibabacloud/ecsinc' => array(
  386. 'dev_requirement' => false,
  387. 'replaced' => array(
  388. 0 => '1.8.974',
  389. ),
  390. ),
  391. 'alibabacloud/edas' => array(
  392. 'dev_requirement' => false,
  393. 'replaced' => array(
  394. 0 => '1.8.974',
  395. ),
  396. ),
  397. 'alibabacloud/ehpc' => array(
  398. 'dev_requirement' => false,
  399. 'replaced' => array(
  400. 0 => '1.8.974',
  401. ),
  402. ),
  403. 'alibabacloud/elasticsearch' => array(
  404. 'dev_requirement' => false,
  405. 'replaced' => array(
  406. 0 => '1.8.974',
  407. ),
  408. ),
  409. 'alibabacloud/emr' => array(
  410. 'dev_requirement' => false,
  411. 'replaced' => array(
  412. 0 => '1.8.974',
  413. ),
  414. ),
  415. 'alibabacloud/ess' => array(
  416. 'dev_requirement' => false,
  417. 'replaced' => array(
  418. 0 => '1.8.974',
  419. ),
  420. ),
  421. 'alibabacloud/facebody' => array(
  422. 'dev_requirement' => false,
  423. 'replaced' => array(
  424. 0 => '1.8.974',
  425. ),
  426. ),
  427. 'alibabacloud/fnf' => array(
  428. 'dev_requirement' => false,
  429. 'replaced' => array(
  430. 0 => '1.8.974',
  431. ),
  432. ),
  433. 'alibabacloud/foas' => array(
  434. 'dev_requirement' => false,
  435. 'replaced' => array(
  436. 0 => '1.8.974',
  437. ),
  438. ),
  439. 'alibabacloud/ft' => array(
  440. 'dev_requirement' => false,
  441. 'replaced' => array(
  442. 0 => '1.8.974',
  443. ),
  444. ),
  445. 'alibabacloud/goodstech' => array(
  446. 'dev_requirement' => false,
  447. 'replaced' => array(
  448. 0 => '1.8.974',
  449. ),
  450. ),
  451. 'alibabacloud/gpdb' => array(
  452. 'dev_requirement' => false,
  453. 'replaced' => array(
  454. 0 => '1.8.974',
  455. ),
  456. ),
  457. 'alibabacloud/green' => array(
  458. 'dev_requirement' => false,
  459. 'replaced' => array(
  460. 0 => '1.8.974',
  461. ),
  462. ),
  463. 'alibabacloud/hbase' => array(
  464. 'dev_requirement' => false,
  465. 'replaced' => array(
  466. 0 => '1.8.974',
  467. ),
  468. ),
  469. 'alibabacloud/hiknoengine' => array(
  470. 'dev_requirement' => false,
  471. 'replaced' => array(
  472. 0 => '1.8.974',
  473. ),
  474. ),
  475. 'alibabacloud/hpc' => array(
  476. 'dev_requirement' => false,
  477. 'replaced' => array(
  478. 0 => '1.8.974',
  479. ),
  480. ),
  481. 'alibabacloud/hsm' => array(
  482. 'dev_requirement' => false,
  483. 'replaced' => array(
  484. 0 => '1.8.974',
  485. ),
  486. ),
  487. 'alibabacloud/httpdns' => array(
  488. 'dev_requirement' => false,
  489. 'replaced' => array(
  490. 0 => '1.8.974',
  491. ),
  492. ),
  493. 'alibabacloud/idst' => array(
  494. 'dev_requirement' => false,
  495. 'replaced' => array(
  496. 0 => '1.8.974',
  497. ),
  498. ),
  499. 'alibabacloud/imageaudit' => array(
  500. 'dev_requirement' => false,
  501. 'replaced' => array(
  502. 0 => '1.8.974',
  503. ),
  504. ),
  505. 'alibabacloud/imageenhan' => array(
  506. 'dev_requirement' => false,
  507. 'replaced' => array(
  508. 0 => '1.8.974',
  509. ),
  510. ),
  511. 'alibabacloud/imagerecog' => array(
  512. 'dev_requirement' => false,
  513. 'replaced' => array(
  514. 0 => '1.8.974',
  515. ),
  516. ),
  517. 'alibabacloud/imagesearch' => array(
  518. 'dev_requirement' => false,
  519. 'replaced' => array(
  520. 0 => '1.8.974',
  521. ),
  522. ),
  523. 'alibabacloud/imageseg' => array(
  524. 'dev_requirement' => false,
  525. 'replaced' => array(
  526. 0 => '1.8.974',
  527. ),
  528. ),
  529. 'alibabacloud/imm' => array(
  530. 'dev_requirement' => false,
  531. 'replaced' => array(
  532. 0 => '1.8.974',
  533. ),
  534. ),
  535. 'alibabacloud/industrybrain' => array(
  536. 'dev_requirement' => false,
  537. 'replaced' => array(
  538. 0 => '1.8.974',
  539. ),
  540. ),
  541. 'alibabacloud/iot' => array(
  542. 'dev_requirement' => false,
  543. 'replaced' => array(
  544. 0 => '1.8.974',
  545. ),
  546. ),
  547. 'alibabacloud/iqa' => array(
  548. 'dev_requirement' => false,
  549. 'replaced' => array(
  550. 0 => '1.8.974',
  551. ),
  552. ),
  553. 'alibabacloud/itaas' => array(
  554. 'dev_requirement' => false,
  555. 'replaced' => array(
  556. 0 => '1.8.974',
  557. ),
  558. ),
  559. 'alibabacloud/ivision' => array(
  560. 'dev_requirement' => false,
  561. 'replaced' => array(
  562. 0 => '1.8.974',
  563. ),
  564. ),
  565. 'alibabacloud/ivpd' => array(
  566. 'dev_requirement' => false,
  567. 'replaced' => array(
  568. 0 => '1.8.974',
  569. ),
  570. ),
  571. 'alibabacloud/jaq' => array(
  572. 'dev_requirement' => false,
  573. 'replaced' => array(
  574. 0 => '1.8.974',
  575. ),
  576. ),
  577. 'alibabacloud/jarvis' => array(
  578. 'dev_requirement' => false,
  579. 'replaced' => array(
  580. 0 => '1.8.974',
  581. ),
  582. ),
  583. 'alibabacloud/jarvispublic' => array(
  584. 'dev_requirement' => false,
  585. 'replaced' => array(
  586. 0 => '1.8.974',
  587. ),
  588. ),
  589. 'alibabacloud/kms' => array(
  590. 'dev_requirement' => false,
  591. 'replaced' => array(
  592. 0 => '1.8.974',
  593. ),
  594. ),
  595. 'alibabacloud/linkedmall' => array(
  596. 'dev_requirement' => false,
  597. 'replaced' => array(
  598. 0 => '1.8.974',
  599. ),
  600. ),
  601. 'alibabacloud/linkface' => array(
  602. 'dev_requirement' => false,
  603. 'replaced' => array(
  604. 0 => '1.8.974',
  605. ),
  606. ),
  607. 'alibabacloud/linkwan' => array(
  608. 'dev_requirement' => false,
  609. 'replaced' => array(
  610. 0 => '1.8.974',
  611. ),
  612. ),
  613. 'alibabacloud/live' => array(
  614. 'dev_requirement' => false,
  615. 'replaced' => array(
  616. 0 => '1.8.974',
  617. ),
  618. ),
  619. 'alibabacloud/lubancloud' => array(
  620. 'dev_requirement' => false,
  621. 'replaced' => array(
  622. 0 => '1.8.974',
  623. ),
  624. ),
  625. 'alibabacloud/lubanruler' => array(
  626. 'dev_requirement' => false,
  627. 'replaced' => array(
  628. 0 => '1.8.974',
  629. ),
  630. ),
  631. 'alibabacloud/market' => array(
  632. 'dev_requirement' => false,
  633. 'replaced' => array(
  634. 0 => '1.8.974',
  635. ),
  636. ),
  637. 'alibabacloud/mopen' => array(
  638. 'dev_requirement' => false,
  639. 'replaced' => array(
  640. 0 => '1.8.974',
  641. ),
  642. ),
  643. 'alibabacloud/mpserverless' => array(
  644. 'dev_requirement' => false,
  645. 'replaced' => array(
  646. 0 => '1.8.974',
  647. ),
  648. ),
  649. 'alibabacloud/mts' => array(
  650. 'dev_requirement' => false,
  651. 'replaced' => array(
  652. 0 => '1.8.974',
  653. ),
  654. ),
  655. 'alibabacloud/multimediaai' => array(
  656. 'dev_requirement' => false,
  657. 'replaced' => array(
  658. 0 => '1.8.974',
  659. ),
  660. ),
  661. 'alibabacloud/nas' => array(
  662. 'dev_requirement' => false,
  663. 'replaced' => array(
  664. 0 => '1.8.974',
  665. ),
  666. ),
  667. 'alibabacloud/netana' => array(
  668. 'dev_requirement' => false,
  669. 'replaced' => array(
  670. 0 => '1.8.974',
  671. ),
  672. ),
  673. 'alibabacloud/nlp' => array(
  674. 'dev_requirement' => false,
  675. 'replaced' => array(
  676. 0 => '1.8.974',
  677. ),
  678. ),
  679. 'alibabacloud/nlpautoml' => array(
  680. 'dev_requirement' => false,
  681. 'replaced' => array(
  682. 0 => '1.8.974',
  683. ),
  684. ),
  685. 'alibabacloud/nlscloudmeta' => array(
  686. 'dev_requirement' => false,
  687. 'replaced' => array(
  688. 0 => '1.8.974',
  689. ),
  690. ),
  691. 'alibabacloud/nlsfiletrans' => array(
  692. 'dev_requirement' => false,
  693. 'replaced' => array(
  694. 0 => '1.8.974',
  695. ),
  696. ),
  697. 'alibabacloud/objectdet' => array(
  698. 'dev_requirement' => false,
  699. 'replaced' => array(
  700. 0 => '1.8.974',
  701. ),
  702. ),
  703. 'alibabacloud/ocr' => array(
  704. 'dev_requirement' => false,
  705. 'replaced' => array(
  706. 0 => '1.8.974',
  707. ),
  708. ),
  709. 'alibabacloud/ocs' => array(
  710. 'dev_requirement' => false,
  711. 'replaced' => array(
  712. 0 => '1.8.974',
  713. ),
  714. ),
  715. 'alibabacloud/oms' => array(
  716. 'dev_requirement' => false,
  717. 'replaced' => array(
  718. 0 => '1.8.974',
  719. ),
  720. ),
  721. 'alibabacloud/ons' => array(
  722. 'dev_requirement' => false,
  723. 'replaced' => array(
  724. 0 => '1.8.974',
  725. ),
  726. ),
  727. 'alibabacloud/onsmqtt' => array(
  728. 'dev_requirement' => false,
  729. 'replaced' => array(
  730. 0 => '1.8.974',
  731. ),
  732. ),
  733. 'alibabacloud/oos' => array(
  734. 'dev_requirement' => false,
  735. 'replaced' => array(
  736. 0 => '1.8.974',
  737. ),
  738. ),
  739. 'alibabacloud/openanalytics' => array(
  740. 'dev_requirement' => false,
  741. 'replaced' => array(
  742. 0 => '1.8.974',
  743. ),
  744. ),
  745. 'alibabacloud/ossadmin' => array(
  746. 'dev_requirement' => false,
  747. 'replaced' => array(
  748. 0 => '1.8.974',
  749. ),
  750. ),
  751. 'alibabacloud/ots' => array(
  752. 'dev_requirement' => false,
  753. 'replaced' => array(
  754. 0 => '1.8.974',
  755. ),
  756. ),
  757. 'alibabacloud/outboundbot' => array(
  758. 'dev_requirement' => false,
  759. 'replaced' => array(
  760. 0 => '1.8.974',
  761. ),
  762. ),
  763. 'alibabacloud/petadata' => array(
  764. 'dev_requirement' => false,
  765. 'replaced' => array(
  766. 0 => '1.8.974',
  767. ),
  768. ),
  769. 'alibabacloud/polardb' => array(
  770. 'dev_requirement' => false,
  771. 'replaced' => array(
  772. 0 => '1.8.974',
  773. ),
  774. ),
  775. 'alibabacloud/productcatalog' => array(
  776. 'dev_requirement' => false,
  777. 'replaced' => array(
  778. 0 => '1.8.974',
  779. ),
  780. ),
  781. 'alibabacloud/pts' => array(
  782. 'dev_requirement' => false,
  783. 'replaced' => array(
  784. 0 => '1.8.974',
  785. ),
  786. ),
  787. 'alibabacloud/push' => array(
  788. 'dev_requirement' => false,
  789. 'replaced' => array(
  790. 0 => '1.8.974',
  791. ),
  792. ),
  793. 'alibabacloud/pvtz' => array(
  794. 'dev_requirement' => false,
  795. 'replaced' => array(
  796. 0 => '1.8.974',
  797. ),
  798. ),
  799. 'alibabacloud/qualitycheck' => array(
  800. 'dev_requirement' => false,
  801. 'replaced' => array(
  802. 0 => '1.8.974',
  803. ),
  804. ),
  805. 'alibabacloud/ram' => array(
  806. 'dev_requirement' => false,
  807. 'replaced' => array(
  808. 0 => '1.8.974',
  809. ),
  810. ),
  811. 'alibabacloud/rds' => array(
  812. 'dev_requirement' => false,
  813. 'replaced' => array(
  814. 0 => '1.8.974',
  815. ),
  816. ),
  817. 'alibabacloud/reid' => array(
  818. 'dev_requirement' => false,
  819. 'replaced' => array(
  820. 0 => '1.8.974',
  821. ),
  822. ),
  823. 'alibabacloud/retailcloud' => array(
  824. 'dev_requirement' => false,
  825. 'replaced' => array(
  826. 0 => '1.8.974',
  827. ),
  828. ),
  829. 'alibabacloud/rkvstore' => array(
  830. 'dev_requirement' => false,
  831. 'replaced' => array(
  832. 0 => '1.8.974',
  833. ),
  834. ),
  835. 'alibabacloud/ros' => array(
  836. 'dev_requirement' => false,
  837. 'replaced' => array(
  838. 0 => '1.8.974',
  839. ),
  840. ),
  841. 'alibabacloud/rtc' => array(
  842. 'dev_requirement' => false,
  843. 'replaced' => array(
  844. 0 => '1.8.974',
  845. ),
  846. ),
  847. 'alibabacloud/saf' => array(
  848. 'dev_requirement' => false,
  849. 'replaced' => array(
  850. 0 => '1.8.974',
  851. ),
  852. ),
  853. 'alibabacloud/sas' => array(
  854. 'dev_requirement' => false,
  855. 'replaced' => array(
  856. 0 => '1.8.974',
  857. ),
  858. ),
  859. 'alibabacloud/sasapi' => array(
  860. 'dev_requirement' => false,
  861. 'replaced' => array(
  862. 0 => '1.8.974',
  863. ),
  864. ),
  865. 'alibabacloud/scdn' => array(
  866. 'dev_requirement' => false,
  867. 'replaced' => array(
  868. 0 => '1.8.974',
  869. ),
  870. ),
  871. 'alibabacloud/schedulerx2' => array(
  872. 'dev_requirement' => false,
  873. 'replaced' => array(
  874. 0 => '1.8.974',
  875. ),
  876. ),
  877. 'alibabacloud/sdk' => array(
  878. 'pretty_version' => '1.8.974',
  879. 'version' => '1.8.974.0',
  880. 'reference' => '67e57cb530aa6cc07e34c45bb907bf959f6ac461',
  881. 'type' => 'library',
  882. 'install_path' => __DIR__ . '/../alibabacloud/sdk',
  883. 'aliases' => array(),
  884. 'dev_requirement' => false,
  885. ),
  886. 'alibabacloud/skyeye' => array(
  887. 'dev_requirement' => false,
  888. 'replaced' => array(
  889. 0 => '1.8.974',
  890. ),
  891. ),
  892. 'alibabacloud/slb' => array(
  893. 'dev_requirement' => false,
  894. 'replaced' => array(
  895. 0 => '1.8.974',
  896. ),
  897. ),
  898. 'alibabacloud/smartag' => array(
  899. 'dev_requirement' => false,
  900. 'replaced' => array(
  901. 0 => '1.8.974',
  902. ),
  903. ),
  904. 'alibabacloud/smc' => array(
  905. 'dev_requirement' => false,
  906. 'replaced' => array(
  907. 0 => '1.8.974',
  908. ),
  909. ),
  910. 'alibabacloud/sms' => array(
  911. 'dev_requirement' => false,
  912. 'replaced' => array(
  913. 0 => '1.8.974',
  914. ),
  915. ),
  916. 'alibabacloud/smsintl' => array(
  917. 'dev_requirement' => false,
  918. 'replaced' => array(
  919. 0 => '1.8.974',
  920. ),
  921. ),
  922. 'alibabacloud/snsuapi' => array(
  923. 'dev_requirement' => false,
  924. 'replaced' => array(
  925. 0 => '1.8.974',
  926. ),
  927. ),
  928. 'alibabacloud/sts' => array(
  929. 'dev_requirement' => false,
  930. 'replaced' => array(
  931. 0 => '1.8.974',
  932. ),
  933. ),
  934. 'alibabacloud/taginner' => array(
  935. 'dev_requirement' => false,
  936. 'replaced' => array(
  937. 0 => '1.8.974',
  938. ),
  939. ),
  940. 'alibabacloud/tea' => array(
  941. 'pretty_version' => '3.1.22',
  942. 'version' => '3.1.22.0',
  943. 'reference' => 'f9c9b2c927253a1c23a5381cc655e41311be7f65',
  944. 'type' => 'library',
  945. 'install_path' => __DIR__ . '/../alibabacloud/tea',
  946. 'aliases' => array(),
  947. 'dev_requirement' => false,
  948. ),
  949. 'alibabacloud/tea-fileform' => array(
  950. 'pretty_version' => '0.3.4',
  951. 'version' => '0.3.4.0',
  952. 'reference' => '4bf0c75a045c8115aa8cb1a394bd08d8bb833181',
  953. 'type' => 'library',
  954. 'install_path' => __DIR__ . '/../alibabacloud/tea-fileform',
  955. 'aliases' => array(),
  956. 'dev_requirement' => false,
  957. ),
  958. 'alibabacloud/tesladam' => array(
  959. 'dev_requirement' => false,
  960. 'replaced' => array(
  961. 0 => '1.8.974',
  962. ),
  963. ),
  964. 'alibabacloud/teslamaxcompute' => array(
  965. 'dev_requirement' => false,
  966. 'replaced' => array(
  967. 0 => '1.8.974',
  968. ),
  969. ),
  970. 'alibabacloud/teslastream' => array(
  971. 'dev_requirement' => false,
  972. 'replaced' => array(
  973. 0 => '1.8.974',
  974. ),
  975. ),
  976. 'alibabacloud/ubsms' => array(
  977. 'dev_requirement' => false,
  978. 'replaced' => array(
  979. 0 => '1.8.974',
  980. ),
  981. ),
  982. 'alibabacloud/ubsmsinner' => array(
  983. 'dev_requirement' => false,
  984. 'replaced' => array(
  985. 0 => '1.8.974',
  986. ),
  987. ),
  988. 'alibabacloud/uis' => array(
  989. 'dev_requirement' => false,
  990. 'replaced' => array(
  991. 0 => '1.8.974',
  992. ),
  993. ),
  994. 'alibabacloud/unimkt' => array(
  995. 'dev_requirement' => false,
  996. 'replaced' => array(
  997. 0 => '1.8.974',
  998. ),
  999. ),
  1000. 'alibabacloud/visionai' => array(
  1001. 'dev_requirement' => false,
  1002. 'replaced' => array(
  1003. 0 => '1.8.974',
  1004. ),
  1005. ),
  1006. 'alibabacloud/vod' => array(
  1007. 'dev_requirement' => false,
  1008. 'replaced' => array(
  1009. 0 => '1.8.974',
  1010. ),
  1011. ),
  1012. 'alibabacloud/voicenavigator' => array(
  1013. 'dev_requirement' => false,
  1014. 'replaced' => array(
  1015. 0 => '1.8.974',
  1016. ),
  1017. ),
  1018. 'alibabacloud/vpc' => array(
  1019. 'dev_requirement' => false,
  1020. 'replaced' => array(
  1021. 0 => '1.8.974',
  1022. ),
  1023. ),
  1024. 'alibabacloud/vs' => array(
  1025. 'dev_requirement' => false,
  1026. 'replaced' => array(
  1027. 0 => '1.8.974',
  1028. ),
  1029. ),
  1030. 'alibabacloud/wafopenapi' => array(
  1031. 'dev_requirement' => false,
  1032. 'replaced' => array(
  1033. 0 => '1.8.974',
  1034. ),
  1035. ),
  1036. 'alibabacloud/welfareinner' => array(
  1037. 'dev_requirement' => false,
  1038. 'replaced' => array(
  1039. 0 => '1.8.974',
  1040. ),
  1041. ),
  1042. 'alibabacloud/xspace' => array(
  1043. 'dev_requirement' => false,
  1044. 'replaced' => array(
  1045. 0 => '1.8.974',
  1046. ),
  1047. ),
  1048. 'alibabacloud/xtrace' => array(
  1049. 'dev_requirement' => false,
  1050. 'replaced' => array(
  1051. 0 => '1.8.974',
  1052. ),
  1053. ),
  1054. 'alibabacloud/yqbridge' => array(
  1055. 'dev_requirement' => false,
  1056. 'replaced' => array(
  1057. 0 => '1.8.974',
  1058. ),
  1059. ),
  1060. 'alibabacloud/yundun' => array(
  1061. 'dev_requirement' => false,
  1062. 'replaced' => array(
  1063. 0 => '1.8.974',
  1064. ),
  1065. ),
  1066. 'alipaysdk/easysdk' => array(
  1067. 'pretty_version' => '2.2.0',
  1068. 'version' => '2.2.0.0',
  1069. 'reference' => '7a1cfa83c7e140bded957498ea072c77611e6480',
  1070. 'type' => 'library',
  1071. 'install_path' => __DIR__ . '/../alipaysdk/easysdk',
  1072. 'aliases' => array(),
  1073. 'dev_requirement' => false,
  1074. ),
  1075. 'clagiordano/weblibs-configmanager' => array(
  1076. 'pretty_version' => 'v1.1.0',
  1077. 'version' => '1.1.0.0',
  1078. 'reference' => 'ecf584f5b3a27929175ff0abdba52f0131bef795',
  1079. 'type' => 'library',
  1080. 'install_path' => __DIR__ . '/../clagiordano/weblibs-configmanager',
  1081. 'aliases' => array(),
  1082. 'dev_requirement' => false,
  1083. ),
  1084. 'danielstjules/stringy' => array(
  1085. 'pretty_version' => '3.1.0',
  1086. 'version' => '3.1.0.0',
  1087. 'reference' => 'df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e',
  1088. 'type' => 'library',
  1089. 'install_path' => __DIR__ . '/../danielstjules/stringy',
  1090. 'aliases' => array(),
  1091. 'dev_requirement' => false,
  1092. ),
  1093. 'dh2y/think-qrcode' => array(
  1094. 'pretty_version' => '2.0',
  1095. 'version' => '2.0.0.0',
  1096. 'reference' => '977d032afa27b1852f5fc5441fad2497f6db7ff5',
  1097. 'type' => 'library',
  1098. 'install_path' => __DIR__ . '/../dh2y/think-qrcode',
  1099. 'aliases' => array(),
  1100. 'dev_requirement' => false,
  1101. ),
  1102. 'firebase/php-jwt' => array(
  1103. 'pretty_version' => 'v5.2.1',
  1104. 'version' => '5.2.1.0',
  1105. 'reference' => 'f42c9110abe98dd6cfe9053c49bc86acc70b2d23',
  1106. 'type' => 'library',
  1107. 'install_path' => __DIR__ . '/../firebase/php-jwt',
  1108. 'aliases' => array(),
  1109. 'dev_requirement' => false,
  1110. ),
  1111. 'guzzlehttp/guzzle' => array(
  1112. 'pretty_version' => '7.3.0',
  1113. 'version' => '7.3.0.0',
  1114. 'reference' => '7008573787b430c1c1f650e3722d9bba59967628',
  1115. 'type' => 'library',
  1116. 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
  1117. 'aliases' => array(),
  1118. 'dev_requirement' => false,
  1119. ),
  1120. 'guzzlehttp/promises' => array(
  1121. 'pretty_version' => '1.4.1',
  1122. 'version' => '1.4.1.0',
  1123. 'reference' => '8e7d04f1f6450fef59366c399cfad4b9383aa30d',
  1124. 'type' => 'library',
  1125. 'install_path' => __DIR__ . '/../guzzlehttp/promises',
  1126. 'aliases' => array(),
  1127. 'dev_requirement' => false,
  1128. ),
  1129. 'guzzlehttp/psr7' => array(
  1130. 'pretty_version' => '1.8.2',
  1131. 'version' => '1.8.2.0',
  1132. 'reference' => 'dc960a912984efb74d0a90222870c72c87f10c91',
  1133. 'type' => 'library',
  1134. 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
  1135. 'aliases' => array(),
  1136. 'dev_requirement' => false,
  1137. ),
  1138. 'guzzlehttp/uri-template' => array(
  1139. 'pretty_version' => 'v1.0.1',
  1140. 'version' => '1.0.1.0',
  1141. 'reference' => 'b945d74a55a25a949158444f09ec0d3c120d69e2',
  1142. 'type' => 'library',
  1143. 'install_path' => __DIR__ . '/../guzzlehttp/uri-template',
  1144. 'aliases' => array(),
  1145. 'dev_requirement' => false,
  1146. ),
  1147. 'league/flysystem' => array(
  1148. 'pretty_version' => '1.1.3',
  1149. 'version' => '1.1.3.0',
  1150. 'reference' => '9be3b16c877d477357c015cec057548cf9b2a14a',
  1151. 'type' => 'library',
  1152. 'install_path' => __DIR__ . '/../league/flysystem',
  1153. 'aliases' => array(),
  1154. 'dev_requirement' => false,
  1155. ),
  1156. 'league/flysystem-cached-adapter' => array(
  1157. 'pretty_version' => '1.1.0',
  1158. 'version' => '1.1.0.0',
  1159. 'reference' => 'd1925efb2207ac4be3ad0c40b8277175f99ffaff',
  1160. 'type' => 'library',
  1161. 'install_path' => __DIR__ . '/../league/flysystem-cached-adapter',
  1162. 'aliases' => array(),
  1163. 'dev_requirement' => false,
  1164. ),
  1165. 'league/mime-type-detection' => array(
  1166. 'pretty_version' => '1.7.0',
  1167. 'version' => '1.7.0.0',
  1168. 'reference' => '3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3',
  1169. 'type' => 'library',
  1170. 'install_path' => __DIR__ . '/../league/mime-type-detection',
  1171. 'aliases' => array(),
  1172. 'dev_requirement' => false,
  1173. ),
  1174. 'lustre/php-dfa-sensitive' => array(
  1175. 'pretty_version' => 'v1.4',
  1176. 'version' => '1.4.0.0',
  1177. 'reference' => 'dc33f5a4be86516582fc6ac7c25e33c21a6664e6',
  1178. 'type' => 'library',
  1179. 'install_path' => __DIR__ . '/../lustre/php-dfa-sensitive',
  1180. 'aliases' => array(),
  1181. 'dev_requirement' => false,
  1182. ),
  1183. 'mtdowling/jmespath.php' => array(
  1184. 'pretty_version' => '2.6.0',
  1185. 'version' => '2.6.0.0',
  1186. 'reference' => '42dae2cbd13154083ca6d70099692fef8ca84bfb',
  1187. 'type' => 'library',
  1188. 'install_path' => __DIR__ . '/../mtdowling/jmespath.php',
  1189. 'aliases' => array(),
  1190. 'dev_requirement' => false,
  1191. ),
  1192. 'nesbot/carbon' => array(
  1193. 'pretty_version' => '2.47.0',
  1194. 'version' => '2.47.0.0',
  1195. 'reference' => '606262fd8888b75317ba9461825a24fc34001e1e',
  1196. 'type' => 'library',
  1197. 'install_path' => __DIR__ . '/../nesbot/carbon',
  1198. 'aliases' => array(),
  1199. 'dev_requirement' => false,
  1200. ),
  1201. 'phpoffice/phpexcel' => array(
  1202. 'pretty_version' => '1.8.2',
  1203. 'version' => '1.8.2.0',
  1204. 'reference' => '1441011fb7ecdd8cc689878f54f8b58a6805f870',
  1205. 'type' => 'library',
  1206. 'install_path' => __DIR__ . '/../phpoffice/phpexcel',
  1207. 'aliases' => array(),
  1208. 'dev_requirement' => false,
  1209. ),
  1210. 'pimple/pimple' => array(
  1211. 'pretty_version' => 'v3.4.0',
  1212. 'version' => '3.4.0.0',
  1213. 'reference' => '86406047271859ffc13424a048541f4531f53601',
  1214. 'type' => 'library',
  1215. 'install_path' => __DIR__ . '/../pimple/pimple',
  1216. 'aliases' => array(),
  1217. 'dev_requirement' => false,
  1218. ),
  1219. 'psr/cache' => array(
  1220. 'pretty_version' => '1.0.1',
  1221. 'version' => '1.0.1.0',
  1222. 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
  1223. 'type' => 'library',
  1224. 'install_path' => __DIR__ . '/../psr/cache',
  1225. 'aliases' => array(),
  1226. 'dev_requirement' => false,
  1227. ),
  1228. 'psr/container' => array(
  1229. 'pretty_version' => '1.1.1',
  1230. 'version' => '1.1.1.0',
  1231. 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf',
  1232. 'type' => 'library',
  1233. 'install_path' => __DIR__ . '/../psr/container',
  1234. 'aliases' => array(),
  1235. 'dev_requirement' => false,
  1236. ),
  1237. 'psr/http-client' => array(
  1238. 'pretty_version' => '1.0.1',
  1239. 'version' => '1.0.1.0',
  1240. 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
  1241. 'type' => 'library',
  1242. 'install_path' => __DIR__ . '/../psr/http-client',
  1243. 'aliases' => array(),
  1244. 'dev_requirement' => false,
  1245. ),
  1246. 'psr/http-client-implementation' => array(
  1247. 'dev_requirement' => false,
  1248. 'provided' => array(
  1249. 0 => '1.0',
  1250. ),
  1251. ),
  1252. 'psr/http-message' => array(
  1253. 'pretty_version' => '1.0.1',
  1254. 'version' => '1.0.1.0',
  1255. 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
  1256. 'type' => 'library',
  1257. 'install_path' => __DIR__ . '/../psr/http-message',
  1258. 'aliases' => array(),
  1259. 'dev_requirement' => false,
  1260. ),
  1261. 'psr/http-message-implementation' => array(
  1262. 'dev_requirement' => false,
  1263. 'provided' => array(
  1264. 0 => '1.0',
  1265. ),
  1266. ),
  1267. 'psr/log' => array(
  1268. 'pretty_version' => '1.1.4',
  1269. 'version' => '1.1.4.0',
  1270. 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
  1271. 'type' => 'library',
  1272. 'install_path' => __DIR__ . '/../psr/log',
  1273. 'aliases' => array(),
  1274. 'dev_requirement' => false,
  1275. ),
  1276. 'psr/simple-cache' => array(
  1277. 'pretty_version' => '1.0.1',
  1278. 'version' => '1.0.1.0',
  1279. 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
  1280. 'type' => 'library',
  1281. 'install_path' => __DIR__ . '/../psr/simple-cache',
  1282. 'aliases' => array(),
  1283. 'dev_requirement' => false,
  1284. ),
  1285. 'qiniu/php-sdk' => array(
  1286. 'pretty_version' => 'v7.3.0',
  1287. 'version' => '7.3.0.0',
  1288. 'reference' => '0a461e13b09545b23df361843c6a65fdd3a26426',
  1289. 'type' => 'library',
  1290. 'install_path' => __DIR__ . '/../qiniu/php-sdk',
  1291. 'aliases' => array(),
  1292. 'dev_requirement' => false,
  1293. ),
  1294. 'ralouphie/getallheaders' => array(
  1295. 'pretty_version' => '3.0.3',
  1296. 'version' => '3.0.3.0',
  1297. 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
  1298. 'type' => 'library',
  1299. 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
  1300. 'aliases' => array(),
  1301. 'dev_requirement' => false,
  1302. ),
  1303. 'songshenzong/support' => array(
  1304. 'pretty_version' => '2.0.5',
  1305. 'version' => '2.0.5.0',
  1306. 'reference' => '34973c04ffcf226e503f1c3a69d30ac49f7621f6',
  1307. 'type' => 'library',
  1308. 'install_path' => __DIR__ . '/../songshenzong/support',
  1309. 'aliases' => array(),
  1310. 'dev_requirement' => false,
  1311. ),
  1312. 'symfony/polyfill-mbstring' => array(
  1313. 'pretty_version' => 'v1.22.1',
  1314. 'version' => '1.22.1.0',
  1315. 'reference' => '5232de97ee3b75b0360528dae24e73db49566ab1',
  1316. 'type' => 'library',
  1317. 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
  1318. 'aliases' => array(),
  1319. 'dev_requirement' => false,
  1320. ),
  1321. 'symfony/polyfill-php72' => array(
  1322. 'pretty_version' => 'v1.22.1',
  1323. 'version' => '1.22.1.0',
  1324. 'reference' => 'cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9',
  1325. 'type' => 'library',
  1326. 'install_path' => __DIR__ . '/../symfony/polyfill-php72',
  1327. 'aliases' => array(),
  1328. 'dev_requirement' => true,
  1329. ),
  1330. 'symfony/polyfill-php80' => array(
  1331. 'pretty_version' => 'v1.22.1',
  1332. 'version' => '1.22.1.0',
  1333. 'reference' => 'dc3063ba22c2a1fd2f45ed856374d79114998f91',
  1334. 'type' => 'library',
  1335. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  1336. 'aliases' => array(),
  1337. 'dev_requirement' => false,
  1338. ),
  1339. 'symfony/process' => array(
  1340. 'pretty_version' => 'v4.4.22',
  1341. 'version' => '4.4.22.0',
  1342. 'reference' => 'f5481b22729d465acb1cea3455fc04ce84b0148b',
  1343. 'type' => 'library',
  1344. 'install_path' => __DIR__ . '/../symfony/process',
  1345. 'aliases' => array(),
  1346. 'dev_requirement' => false,
  1347. ),
  1348. 'symfony/translation' => array(
  1349. 'pretty_version' => 'v5.2.7',
  1350. 'version' => '5.2.7.0',
  1351. 'reference' => 'e37ece5242564bceea54d709eafc948377ec9749',
  1352. 'type' => 'library',
  1353. 'install_path' => __DIR__ . '/../symfony/translation',
  1354. 'aliases' => array(),
  1355. 'dev_requirement' => false,
  1356. ),
  1357. 'symfony/translation-contracts' => array(
  1358. 'pretty_version' => 'v2.4.0',
  1359. 'version' => '2.4.0.0',
  1360. 'reference' => '95c812666f3e91db75385749fe219c5e494c7f95',
  1361. 'type' => 'library',
  1362. 'install_path' => __DIR__ . '/../symfony/translation-contracts',
  1363. 'aliases' => array(),
  1364. 'dev_requirement' => false,
  1365. ),
  1366. 'symfony/translation-implementation' => array(
  1367. 'dev_requirement' => false,
  1368. 'provided' => array(
  1369. 0 => '2.3',
  1370. ),
  1371. ),
  1372. 'symfony/var-dumper' => array(
  1373. 'pretty_version' => 'v4.4.22',
  1374. 'version' => '4.4.22.0',
  1375. 'reference' => 'c194bcedde6295f3ec3e9eba1f5d484ea97c41a7',
  1376. 'type' => 'library',
  1377. 'install_path' => __DIR__ . '/../symfony/var-dumper',
  1378. 'aliases' => array(),
  1379. 'dev_requirement' => true,
  1380. ),
  1381. 'topthink/framework' => array(
  1382. 'pretty_version' => 'v6.0.8',
  1383. 'version' => '6.0.8.0',
  1384. 'reference' => '4789343672aef06d571d556da369c0e156609bce',
  1385. 'type' => 'library',
  1386. 'install_path' => __DIR__ . '/../topthink/framework',
  1387. 'aliases' => array(),
  1388. 'dev_requirement' => false,
  1389. ),
  1390. 'topthink/think' => array(
  1391. 'pretty_version' => 'dev-master',
  1392. 'version' => 'dev-master',
  1393. 'reference' => '0bde423bd1f16d88b26f67e59a7e4fc3c67a8d64',
  1394. 'type' => 'project',
  1395. 'install_path' => __DIR__ . '/../../',
  1396. 'aliases' => array(),
  1397. 'dev_requirement' => false,
  1398. ),
  1399. 'topthink/think-captcha' => array(
  1400. 'pretty_version' => 'v3.0.3',
  1401. 'version' => '3.0.3.0',
  1402. 'reference' => '1eef3717c1bcf4f5bbe2d1a1c704011d330a8b55',
  1403. 'type' => 'library',
  1404. 'install_path' => __DIR__ . '/../topthink/think-captcha',
  1405. 'aliases' => array(),
  1406. 'dev_requirement' => false,
  1407. ),
  1408. 'topthink/think-helper' => array(
  1409. 'pretty_version' => 'v3.1.4',
  1410. 'version' => '3.1.4.0',
  1411. 'reference' => 'c28d37743bda4a0455286ca85b17b5791d626e10',
  1412. 'type' => 'library',
  1413. 'install_path' => __DIR__ . '/../topthink/think-helper',
  1414. 'aliases' => array(),
  1415. 'dev_requirement' => false,
  1416. ),
  1417. 'topthink/think-image' => array(
  1418. 'pretty_version' => 'v1.0.7',
  1419. 'version' => '1.0.7.0',
  1420. 'reference' => '8586cf47f117481c6d415b20f7dedf62e79d5512',
  1421. 'type' => 'library',
  1422. 'install_path' => __DIR__ . '/../topthink/think-image',
  1423. 'aliases' => array(),
  1424. 'dev_requirement' => false,
  1425. ),
  1426. 'topthink/think-multi-app' => array(
  1427. 'pretty_version' => 'v1.0.14',
  1428. 'version' => '1.0.14.0',
  1429. 'reference' => 'ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3',
  1430. 'type' => 'library',
  1431. 'install_path' => __DIR__ . '/../topthink/think-multi-app',
  1432. 'aliases' => array(),
  1433. 'dev_requirement' => false,
  1434. ),
  1435. 'topthink/think-orm' => array(
  1436. 'pretty_version' => 'v2.0.40',
  1437. 'version' => '2.0.40.0',
  1438. 'reference' => '1119d979b850849f3725856460cf108eec1c3eb8',
  1439. 'type' => 'library',
  1440. 'install_path' => __DIR__ . '/../topthink/think-orm',
  1441. 'aliases' => array(),
  1442. 'dev_requirement' => false,
  1443. ),
  1444. 'topthink/think-queue' => array(
  1445. 'pretty_version' => 'v3.0.5',
  1446. 'version' => '3.0.5.0',
  1447. 'reference' => '7bac4d76461f0508ab306e9118f59773ffdeb49a',
  1448. 'type' => 'library',
  1449. 'install_path' => __DIR__ . '/../topthink/think-queue',
  1450. 'aliases' => array(),
  1451. 'dev_requirement' => false,
  1452. ),
  1453. 'topthink/think-template' => array(
  1454. 'pretty_version' => 'v2.0.8',
  1455. 'version' => '2.0.8.0',
  1456. 'reference' => 'abfc293f74f9ef5127b5c416310a01fe42e59368',
  1457. 'type' => 'library',
  1458. 'install_path' => __DIR__ . '/../topthink/think-template',
  1459. 'aliases' => array(),
  1460. 'dev_requirement' => false,
  1461. ),
  1462. 'topthink/think-trace' => array(
  1463. 'pretty_version' => 'v1.4',
  1464. 'version' => '1.4.0.0',
  1465. 'reference' => '9a9fa8f767b6c66c5a133ad21ca1bc96ad329444',
  1466. 'type' => 'library',
  1467. 'install_path' => __DIR__ . '/../topthink/think-trace',
  1468. 'aliases' => array(),
  1469. 'dev_requirement' => true,
  1470. ),
  1471. 'topthink/think-view' => array(
  1472. 'pretty_version' => 'v1.0.14',
  1473. 'version' => '1.0.14.0',
  1474. 'reference' => 'edce0ae2c9551ab65f9e94a222604b0dead3576d',
  1475. 'type' => 'library',
  1476. 'install_path' => __DIR__ . '/../topthink/think-view',
  1477. 'aliases' => array(),
  1478. 'dev_requirement' => false,
  1479. ),
  1480. 'wechatpay/wechatpay' => array(
  1481. 'pretty_version' => '1.4.8',
  1482. 'version' => '1.4.8.0',
  1483. 'reference' => 'fbe8d7c2b3b367e42bf98caa0cce582b3205d427',
  1484. 'type' => 'library',
  1485. 'install_path' => __DIR__ . '/../wechatpay/wechatpay',
  1486. 'aliases' => array(),
  1487. 'dev_requirement' => false,
  1488. ),
  1489. 'wechatpay/wechatpay-guzzle-middleware' => array(
  1490. 'pretty_version' => '0.2.2',
  1491. 'version' => '0.2.2.0',
  1492. 'reference' => '6782ac33ed8cf97628609a71cdc5e84a6a40677a',
  1493. 'type' => 'library',
  1494. 'install_path' => __DIR__ . '/../wechatpay/wechatpay-guzzle-middleware',
  1495. 'aliases' => array(),
  1496. 'dev_requirement' => false,
  1497. ),
  1498. 'xin/container' => array(
  1499. 'pretty_version' => '2.0.1',
  1500. 'version' => '2.0.1.0',
  1501. 'reference' => '97bb67f87dd851545938a1f2fe0ffbd379e3ff81',
  1502. 'type' => 'library',
  1503. 'install_path' => __DIR__ . '/../xin/container',
  1504. 'aliases' => array(),
  1505. 'dev_requirement' => false,
  1506. ),
  1507. 'xin/helper' => array(
  1508. 'pretty_version' => '1.0.0',
  1509. 'version' => '1.0.0.0',
  1510. 'reference' => '02a58132dae2aea2d1c0b8e66f55125969224747',
  1511. 'type' => 'library',
  1512. 'install_path' => __DIR__ . '/../xin/helper',
  1513. 'aliases' => array(),
  1514. 'dev_requirement' => false,
  1515. ),
  1516. ),
  1517. );