installed.php 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'zoujingli/thinkadmin',
  4. 'pretty_version' => 'dev-master',
  5. 'version' => 'dev-master',
  6. 'reference' => '5c98da63be4cc674b13c12a1bc6f069db6d69acc',
  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.4.0',
  15. 'version' => '2.4.0.0',
  16. 'reference' => '39ece8d385ce2f5e03718c693932d83ab0cb5972',
  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.1441',
  26. ),
  27. ),
  28. 'alibabacloud/actiontrail' => array(
  29. 'dev_requirement' => false,
  30. 'replaced' => array(
  31. 0 => '1.8.1441',
  32. ),
  33. ),
  34. 'alibabacloud/adb' => array(
  35. 'dev_requirement' => false,
  36. 'replaced' => array(
  37. 0 => '1.8.1441',
  38. ),
  39. ),
  40. 'alibabacloud/aegis' => array(
  41. 'dev_requirement' => false,
  42. 'replaced' => array(
  43. 0 => '1.8.1441',
  44. ),
  45. ),
  46. 'alibabacloud/afs' => array(
  47. 'dev_requirement' => false,
  48. 'replaced' => array(
  49. 0 => '1.8.1441',
  50. ),
  51. ),
  52. 'alibabacloud/airec' => array(
  53. 'dev_requirement' => false,
  54. 'replaced' => array(
  55. 0 => '1.8.1441',
  56. ),
  57. ),
  58. 'alibabacloud/alidns' => array(
  59. 'dev_requirement' => false,
  60. 'replaced' => array(
  61. 0 => '1.8.1441',
  62. ),
  63. ),
  64. 'alibabacloud/alikafka' => array(
  65. 'dev_requirement' => false,
  66. 'replaced' => array(
  67. 0 => '1.8.1441',
  68. ),
  69. ),
  70. 'alibabacloud/alimt' => array(
  71. 'dev_requirement' => false,
  72. 'replaced' => array(
  73. 0 => '1.8.1441',
  74. ),
  75. ),
  76. 'alibabacloud/aliprobe' => array(
  77. 'dev_requirement' => false,
  78. 'replaced' => array(
  79. 0 => '1.8.1441',
  80. ),
  81. ),
  82. 'alibabacloud/aliyuncvc' => array(
  83. 'dev_requirement' => false,
  84. 'replaced' => array(
  85. 0 => '1.8.1441',
  86. ),
  87. ),
  88. 'alibabacloud/appmallsservice' => array(
  89. 'dev_requirement' => false,
  90. 'replaced' => array(
  91. 0 => '1.8.1441',
  92. ),
  93. ),
  94. 'alibabacloud/arms' => array(
  95. 'dev_requirement' => false,
  96. 'replaced' => array(
  97. 0 => '1.8.1441',
  98. ),
  99. ),
  100. 'alibabacloud/arms4finance' => array(
  101. 'dev_requirement' => false,
  102. 'replaced' => array(
  103. 0 => '1.8.1441',
  104. ),
  105. ),
  106. 'alibabacloud/baas' => array(
  107. 'dev_requirement' => false,
  108. 'replaced' => array(
  109. 0 => '1.8.1441',
  110. ),
  111. ),
  112. 'alibabacloud/batchcompute' => array(
  113. 'dev_requirement' => false,
  114. 'replaced' => array(
  115. 0 => '1.8.1441',
  116. ),
  117. ),
  118. 'alibabacloud/bss' => array(
  119. 'dev_requirement' => false,
  120. 'replaced' => array(
  121. 0 => '1.8.1441',
  122. ),
  123. ),
  124. 'alibabacloud/bssopenapi' => array(
  125. 'dev_requirement' => false,
  126. 'replaced' => array(
  127. 0 => '1.8.1441',
  128. ),
  129. ),
  130. 'alibabacloud/cas' => array(
  131. 'dev_requirement' => false,
  132. 'replaced' => array(
  133. 0 => '1.8.1441',
  134. ),
  135. ),
  136. 'alibabacloud/cbn' => array(
  137. 'dev_requirement' => false,
  138. 'replaced' => array(
  139. 0 => '1.8.1441',
  140. ),
  141. ),
  142. 'alibabacloud/ccc' => array(
  143. 'dev_requirement' => false,
  144. 'replaced' => array(
  145. 0 => '1.8.1441',
  146. ),
  147. ),
  148. 'alibabacloud/ccs' => array(
  149. 'dev_requirement' => false,
  150. 'replaced' => array(
  151. 0 => '1.8.1441',
  152. ),
  153. ),
  154. 'alibabacloud/cdn' => array(
  155. 'dev_requirement' => false,
  156. 'replaced' => array(
  157. 0 => '1.8.1441',
  158. ),
  159. ),
  160. 'alibabacloud/cds' => array(
  161. 'dev_requirement' => false,
  162. 'replaced' => array(
  163. 0 => '1.8.1441',
  164. ),
  165. ),
  166. 'alibabacloud/cf' => array(
  167. 'dev_requirement' => false,
  168. 'replaced' => array(
  169. 0 => '1.8.1441',
  170. ),
  171. ),
  172. 'alibabacloud/chatbot' => array(
  173. 'dev_requirement' => false,
  174. 'replaced' => array(
  175. 0 => '1.8.1441',
  176. ),
  177. ),
  178. 'alibabacloud/client' => array(
  179. 'pretty_version' => '1.5.31',
  180. 'version' => '1.5.31.0',
  181. 'reference' => '19224d92fe27ab8ef501d77d4891e7660bc023c1',
  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.1441',
  191. ),
  192. ),
  193. 'alibabacloud/cloudauth' => array(
  194. 'dev_requirement' => false,
  195. 'replaced' => array(
  196. 0 => '1.8.1441',
  197. ),
  198. ),
  199. 'alibabacloud/cloudesl' => array(
  200. 'dev_requirement' => false,
  201. 'replaced' => array(
  202. 0 => '1.8.1441',
  203. ),
  204. ),
  205. 'alibabacloud/cloudmarketing' => array(
  206. 'dev_requirement' => false,
  207. 'replaced' => array(
  208. 0 => '1.8.1441',
  209. ),
  210. ),
  211. 'alibabacloud/cloudphoto' => array(
  212. 'dev_requirement' => false,
  213. 'replaced' => array(
  214. 0 => '1.8.1441',
  215. ),
  216. ),
  217. 'alibabacloud/cloudwf' => array(
  218. 'dev_requirement' => false,
  219. 'replaced' => array(
  220. 0 => '1.8.1441',
  221. ),
  222. ),
  223. 'alibabacloud/cms' => array(
  224. 'dev_requirement' => false,
  225. 'replaced' => array(
  226. 0 => '1.8.1441',
  227. ),
  228. ),
  229. 'alibabacloud/commondriver' => array(
  230. 'dev_requirement' => false,
  231. 'replaced' => array(
  232. 0 => '1.8.1441',
  233. ),
  234. ),
  235. 'alibabacloud/companyreg' => array(
  236. 'dev_requirement' => false,
  237. 'replaced' => array(
  238. 0 => '1.8.1441',
  239. ),
  240. ),
  241. 'alibabacloud/cr' => array(
  242. 'dev_requirement' => false,
  243. 'replaced' => array(
  244. 0 => '1.8.1441',
  245. ),
  246. ),
  247. 'alibabacloud/crm' => array(
  248. 'dev_requirement' => false,
  249. 'replaced' => array(
  250. 0 => '1.8.1441',
  251. ),
  252. ),
  253. 'alibabacloud/cs' => array(
  254. 'dev_requirement' => false,
  255. 'replaced' => array(
  256. 0 => '1.8.1441',
  257. ),
  258. ),
  259. 'alibabacloud/csb' => array(
  260. 'dev_requirement' => false,
  261. 'replaced' => array(
  262. 0 => '1.8.1441',
  263. ),
  264. ),
  265. 'alibabacloud/cusanalyticsconline' => array(
  266. 'dev_requirement' => false,
  267. 'replaced' => array(
  268. 0 => '1.8.1441',
  269. ),
  270. ),
  271. 'alibabacloud/dataworkspublic' => array(
  272. 'dev_requirement' => false,
  273. 'replaced' => array(
  274. 0 => '1.8.1441',
  275. ),
  276. ),
  277. 'alibabacloud/dbs' => array(
  278. 'dev_requirement' => false,
  279. 'replaced' => array(
  280. 0 => '1.8.1441',
  281. ),
  282. ),
  283. 'alibabacloud/dcdn' => array(
  284. 'dev_requirement' => false,
  285. 'replaced' => array(
  286. 0 => '1.8.1441',
  287. ),
  288. ),
  289. 'alibabacloud/dds' => array(
  290. 'dev_requirement' => false,
  291. 'replaced' => array(
  292. 0 => '1.8.1441',
  293. ),
  294. ),
  295. 'alibabacloud/democenter' => array(
  296. 'dev_requirement' => false,
  297. 'replaced' => array(
  298. 0 => '1.8.1441',
  299. ),
  300. ),
  301. 'alibabacloud/dm' => array(
  302. 'dev_requirement' => false,
  303. 'replaced' => array(
  304. 0 => '1.8.1441',
  305. ),
  306. ),
  307. 'alibabacloud/dmsenterprise' => array(
  308. 'dev_requirement' => false,
  309. 'replaced' => array(
  310. 0 => '1.8.1441',
  311. ),
  312. ),
  313. 'alibabacloud/domain' => array(
  314. 'dev_requirement' => false,
  315. 'replaced' => array(
  316. 0 => '1.8.1441',
  317. ),
  318. ),
  319. 'alibabacloud/domainintl' => array(
  320. 'dev_requirement' => false,
  321. 'replaced' => array(
  322. 0 => '1.8.1441',
  323. ),
  324. ),
  325. 'alibabacloud/drcloud' => array(
  326. 'dev_requirement' => false,
  327. 'replaced' => array(
  328. 0 => '1.8.1441',
  329. ),
  330. ),
  331. 'alibabacloud/drds' => array(
  332. 'dev_requirement' => false,
  333. 'replaced' => array(
  334. 0 => '1.8.1441',
  335. ),
  336. ),
  337. 'alibabacloud/dts' => array(
  338. 'dev_requirement' => false,
  339. 'replaced' => array(
  340. 0 => '1.8.1441',
  341. ),
  342. ),
  343. 'alibabacloud/dybaseapi' => array(
  344. 'dev_requirement' => false,
  345. 'replaced' => array(
  346. 0 => '1.8.1441',
  347. ),
  348. ),
  349. 'alibabacloud/dyplsapi' => array(
  350. 'dev_requirement' => false,
  351. 'replaced' => array(
  352. 0 => '1.8.1441',
  353. ),
  354. ),
  355. 'alibabacloud/dypnsapi' => array(
  356. 'dev_requirement' => false,
  357. 'replaced' => array(
  358. 0 => '1.8.1441',
  359. ),
  360. ),
  361. 'alibabacloud/dysmsapi' => array(
  362. 'dev_requirement' => false,
  363. 'replaced' => array(
  364. 0 => '1.8.1441',
  365. ),
  366. ),
  367. 'alibabacloud/dyvmsapi' => array(
  368. 'dev_requirement' => false,
  369. 'replaced' => array(
  370. 0 => '1.8.1441',
  371. ),
  372. ),
  373. 'alibabacloud/eci' => array(
  374. 'dev_requirement' => false,
  375. 'replaced' => array(
  376. 0 => '1.8.1441',
  377. ),
  378. ),
  379. 'alibabacloud/ecs' => array(
  380. 'dev_requirement' => false,
  381. 'replaced' => array(
  382. 0 => '1.8.1441',
  383. ),
  384. ),
  385. 'alibabacloud/ecsinc' => array(
  386. 'dev_requirement' => false,
  387. 'replaced' => array(
  388. 0 => '1.8.1441',
  389. ),
  390. ),
  391. 'alibabacloud/edas' => array(
  392. 'dev_requirement' => false,
  393. 'replaced' => array(
  394. 0 => '1.8.1441',
  395. ),
  396. ),
  397. 'alibabacloud/ehpc' => array(
  398. 'dev_requirement' => false,
  399. 'replaced' => array(
  400. 0 => '1.8.1441',
  401. ),
  402. ),
  403. 'alibabacloud/elasticsearch' => array(
  404. 'dev_requirement' => false,
  405. 'replaced' => array(
  406. 0 => '1.8.1441',
  407. ),
  408. ),
  409. 'alibabacloud/emr' => array(
  410. 'dev_requirement' => false,
  411. 'replaced' => array(
  412. 0 => '1.8.1441',
  413. ),
  414. ),
  415. 'alibabacloud/ess' => array(
  416. 'dev_requirement' => false,
  417. 'replaced' => array(
  418. 0 => '1.8.1441',
  419. ),
  420. ),
  421. 'alibabacloud/facebody' => array(
  422. 'dev_requirement' => false,
  423. 'replaced' => array(
  424. 0 => '1.8.1441',
  425. ),
  426. ),
  427. 'alibabacloud/fnf' => array(
  428. 'dev_requirement' => false,
  429. 'replaced' => array(
  430. 0 => '1.8.1441',
  431. ),
  432. ),
  433. 'alibabacloud/foas' => array(
  434. 'dev_requirement' => false,
  435. 'replaced' => array(
  436. 0 => '1.8.1441',
  437. ),
  438. ),
  439. 'alibabacloud/ft' => array(
  440. 'dev_requirement' => false,
  441. 'replaced' => array(
  442. 0 => '1.8.1441',
  443. ),
  444. ),
  445. 'alibabacloud/goodstech' => array(
  446. 'dev_requirement' => false,
  447. 'replaced' => array(
  448. 0 => '1.8.1441',
  449. ),
  450. ),
  451. 'alibabacloud/gpdb' => array(
  452. 'dev_requirement' => false,
  453. 'replaced' => array(
  454. 0 => '1.8.1441',
  455. ),
  456. ),
  457. 'alibabacloud/green' => array(
  458. 'dev_requirement' => false,
  459. 'replaced' => array(
  460. 0 => '1.8.1441',
  461. ),
  462. ),
  463. 'alibabacloud/hbase' => array(
  464. 'dev_requirement' => false,
  465. 'replaced' => array(
  466. 0 => '1.8.1441',
  467. ),
  468. ),
  469. 'alibabacloud/hiknoengine' => array(
  470. 'dev_requirement' => false,
  471. 'replaced' => array(
  472. 0 => '1.8.1441',
  473. ),
  474. ),
  475. 'alibabacloud/hpc' => array(
  476. 'dev_requirement' => false,
  477. 'replaced' => array(
  478. 0 => '1.8.1441',
  479. ),
  480. ),
  481. 'alibabacloud/hsm' => array(
  482. 'dev_requirement' => false,
  483. 'replaced' => array(
  484. 0 => '1.8.1441',
  485. ),
  486. ),
  487. 'alibabacloud/httpdns' => array(
  488. 'dev_requirement' => false,
  489. 'replaced' => array(
  490. 0 => '1.8.1441',
  491. ),
  492. ),
  493. 'alibabacloud/idst' => array(
  494. 'dev_requirement' => false,
  495. 'replaced' => array(
  496. 0 => '1.8.1441',
  497. ),
  498. ),
  499. 'alibabacloud/imageaudit' => array(
  500. 'dev_requirement' => false,
  501. 'replaced' => array(
  502. 0 => '1.8.1441',
  503. ),
  504. ),
  505. 'alibabacloud/imageenhan' => array(
  506. 'dev_requirement' => false,
  507. 'replaced' => array(
  508. 0 => '1.8.1441',
  509. ),
  510. ),
  511. 'alibabacloud/imagerecog' => array(
  512. 'dev_requirement' => false,
  513. 'replaced' => array(
  514. 0 => '1.8.1441',
  515. ),
  516. ),
  517. 'alibabacloud/imagesearch' => array(
  518. 'dev_requirement' => false,
  519. 'replaced' => array(
  520. 0 => '1.8.1441',
  521. ),
  522. ),
  523. 'alibabacloud/imageseg' => array(
  524. 'dev_requirement' => false,
  525. 'replaced' => array(
  526. 0 => '1.8.1441',
  527. ),
  528. ),
  529. 'alibabacloud/imm' => array(
  530. 'dev_requirement' => false,
  531. 'replaced' => array(
  532. 0 => '1.8.1441',
  533. ),
  534. ),
  535. 'alibabacloud/industrybrain' => array(
  536. 'dev_requirement' => false,
  537. 'replaced' => array(
  538. 0 => '1.8.1441',
  539. ),
  540. ),
  541. 'alibabacloud/iot' => array(
  542. 'dev_requirement' => false,
  543. 'replaced' => array(
  544. 0 => '1.8.1441',
  545. ),
  546. ),
  547. 'alibabacloud/iqa' => array(
  548. 'dev_requirement' => false,
  549. 'replaced' => array(
  550. 0 => '1.8.1441',
  551. ),
  552. ),
  553. 'alibabacloud/itaas' => array(
  554. 'dev_requirement' => false,
  555. 'replaced' => array(
  556. 0 => '1.8.1441',
  557. ),
  558. ),
  559. 'alibabacloud/ivision' => array(
  560. 'dev_requirement' => false,
  561. 'replaced' => array(
  562. 0 => '1.8.1441',
  563. ),
  564. ),
  565. 'alibabacloud/ivpd' => array(
  566. 'dev_requirement' => false,
  567. 'replaced' => array(
  568. 0 => '1.8.1441',
  569. ),
  570. ),
  571. 'alibabacloud/jaq' => array(
  572. 'dev_requirement' => false,
  573. 'replaced' => array(
  574. 0 => '1.8.1441',
  575. ),
  576. ),
  577. 'alibabacloud/jarvis' => array(
  578. 'dev_requirement' => false,
  579. 'replaced' => array(
  580. 0 => '1.8.1441',
  581. ),
  582. ),
  583. 'alibabacloud/jarvispublic' => array(
  584. 'dev_requirement' => false,
  585. 'replaced' => array(
  586. 0 => '1.8.1441',
  587. ),
  588. ),
  589. 'alibabacloud/kms' => array(
  590. 'dev_requirement' => false,
  591. 'replaced' => array(
  592. 0 => '1.8.1441',
  593. ),
  594. ),
  595. 'alibabacloud/linkedmall' => array(
  596. 'dev_requirement' => false,
  597. 'replaced' => array(
  598. 0 => '1.8.1441',
  599. ),
  600. ),
  601. 'alibabacloud/linkface' => array(
  602. 'dev_requirement' => false,
  603. 'replaced' => array(
  604. 0 => '1.8.1441',
  605. ),
  606. ),
  607. 'alibabacloud/linkwan' => array(
  608. 'dev_requirement' => false,
  609. 'replaced' => array(
  610. 0 => '1.8.1441',
  611. ),
  612. ),
  613. 'alibabacloud/live' => array(
  614. 'dev_requirement' => false,
  615. 'replaced' => array(
  616. 0 => '1.8.1441',
  617. ),
  618. ),
  619. 'alibabacloud/lubancloud' => array(
  620. 'dev_requirement' => false,
  621. 'replaced' => array(
  622. 0 => '1.8.1441',
  623. ),
  624. ),
  625. 'alibabacloud/lubanruler' => array(
  626. 'dev_requirement' => false,
  627. 'replaced' => array(
  628. 0 => '1.8.1441',
  629. ),
  630. ),
  631. 'alibabacloud/market' => array(
  632. 'dev_requirement' => false,
  633. 'replaced' => array(
  634. 0 => '1.8.1441',
  635. ),
  636. ),
  637. 'alibabacloud/mopen' => array(
  638. 'dev_requirement' => false,
  639. 'replaced' => array(
  640. 0 => '1.8.1441',
  641. ),
  642. ),
  643. 'alibabacloud/mpserverless' => array(
  644. 'dev_requirement' => false,
  645. 'replaced' => array(
  646. 0 => '1.8.1441',
  647. ),
  648. ),
  649. 'alibabacloud/mts' => array(
  650. 'dev_requirement' => false,
  651. 'replaced' => array(
  652. 0 => '1.8.1441',
  653. ),
  654. ),
  655. 'alibabacloud/multimediaai' => array(
  656. 'dev_requirement' => false,
  657. 'replaced' => array(
  658. 0 => '1.8.1441',
  659. ),
  660. ),
  661. 'alibabacloud/nas' => array(
  662. 'dev_requirement' => false,
  663. 'replaced' => array(
  664. 0 => '1.8.1441',
  665. ),
  666. ),
  667. 'alibabacloud/netana' => array(
  668. 'dev_requirement' => false,
  669. 'replaced' => array(
  670. 0 => '1.8.1441',
  671. ),
  672. ),
  673. 'alibabacloud/nlp' => array(
  674. 'dev_requirement' => false,
  675. 'replaced' => array(
  676. 0 => '1.8.1441',
  677. ),
  678. ),
  679. 'alibabacloud/nlpautoml' => array(
  680. 'dev_requirement' => false,
  681. 'replaced' => array(
  682. 0 => '1.8.1441',
  683. ),
  684. ),
  685. 'alibabacloud/nlscloudmeta' => array(
  686. 'dev_requirement' => false,
  687. 'replaced' => array(
  688. 0 => '1.8.1441',
  689. ),
  690. ),
  691. 'alibabacloud/nlsfiletrans' => array(
  692. 'dev_requirement' => false,
  693. 'replaced' => array(
  694. 0 => '1.8.1441',
  695. ),
  696. ),
  697. 'alibabacloud/objectdet' => array(
  698. 'dev_requirement' => false,
  699. 'replaced' => array(
  700. 0 => '1.8.1441',
  701. ),
  702. ),
  703. 'alibabacloud/ocr' => array(
  704. 'dev_requirement' => false,
  705. 'replaced' => array(
  706. 0 => '1.8.1441',
  707. ),
  708. ),
  709. 'alibabacloud/ocs' => array(
  710. 'dev_requirement' => false,
  711. 'replaced' => array(
  712. 0 => '1.8.1441',
  713. ),
  714. ),
  715. 'alibabacloud/oms' => array(
  716. 'dev_requirement' => false,
  717. 'replaced' => array(
  718. 0 => '1.8.1441',
  719. ),
  720. ),
  721. 'alibabacloud/ons' => array(
  722. 'dev_requirement' => false,
  723. 'replaced' => array(
  724. 0 => '1.8.1441',
  725. ),
  726. ),
  727. 'alibabacloud/onsmqtt' => array(
  728. 'dev_requirement' => false,
  729. 'replaced' => array(
  730. 0 => '1.8.1441',
  731. ),
  732. ),
  733. 'alibabacloud/oos' => array(
  734. 'dev_requirement' => false,
  735. 'replaced' => array(
  736. 0 => '1.8.1441',
  737. ),
  738. ),
  739. 'alibabacloud/openanalytics' => array(
  740. 'dev_requirement' => false,
  741. 'replaced' => array(
  742. 0 => '1.8.1441',
  743. ),
  744. ),
  745. 'alibabacloud/ossadmin' => array(
  746. 'dev_requirement' => false,
  747. 'replaced' => array(
  748. 0 => '1.8.1441',
  749. ),
  750. ),
  751. 'alibabacloud/ots' => array(
  752. 'dev_requirement' => false,
  753. 'replaced' => array(
  754. 0 => '1.8.1441',
  755. ),
  756. ),
  757. 'alibabacloud/outboundbot' => array(
  758. 'dev_requirement' => false,
  759. 'replaced' => array(
  760. 0 => '1.8.1441',
  761. ),
  762. ),
  763. 'alibabacloud/petadata' => array(
  764. 'dev_requirement' => false,
  765. 'replaced' => array(
  766. 0 => '1.8.1441',
  767. ),
  768. ),
  769. 'alibabacloud/polardb' => array(
  770. 'dev_requirement' => false,
  771. 'replaced' => array(
  772. 0 => '1.8.1441',
  773. ),
  774. ),
  775. 'alibabacloud/productcatalog' => array(
  776. 'dev_requirement' => false,
  777. 'replaced' => array(
  778. 0 => '1.8.1441',
  779. ),
  780. ),
  781. 'alibabacloud/pts' => array(
  782. 'dev_requirement' => false,
  783. 'replaced' => array(
  784. 0 => '1.8.1441',
  785. ),
  786. ),
  787. 'alibabacloud/push' => array(
  788. 'dev_requirement' => false,
  789. 'replaced' => array(
  790. 0 => '1.8.1441',
  791. ),
  792. ),
  793. 'alibabacloud/pvtz' => array(
  794. 'dev_requirement' => false,
  795. 'replaced' => array(
  796. 0 => '1.8.1441',
  797. ),
  798. ),
  799. 'alibabacloud/qualitycheck' => array(
  800. 'dev_requirement' => false,
  801. 'replaced' => array(
  802. 0 => '1.8.1441',
  803. ),
  804. ),
  805. 'alibabacloud/ram' => array(
  806. 'dev_requirement' => false,
  807. 'replaced' => array(
  808. 0 => '1.8.1441',
  809. ),
  810. ),
  811. 'alibabacloud/rds' => array(
  812. 'dev_requirement' => false,
  813. 'replaced' => array(
  814. 0 => '1.8.1441',
  815. ),
  816. ),
  817. 'alibabacloud/reid' => array(
  818. 'dev_requirement' => false,
  819. 'replaced' => array(
  820. 0 => '1.8.1441',
  821. ),
  822. ),
  823. 'alibabacloud/retailcloud' => array(
  824. 'dev_requirement' => false,
  825. 'replaced' => array(
  826. 0 => '1.8.1441',
  827. ),
  828. ),
  829. 'alibabacloud/rkvstore' => array(
  830. 'dev_requirement' => false,
  831. 'replaced' => array(
  832. 0 => '1.8.1441',
  833. ),
  834. ),
  835. 'alibabacloud/ros' => array(
  836. 'dev_requirement' => false,
  837. 'replaced' => array(
  838. 0 => '1.8.1441',
  839. ),
  840. ),
  841. 'alibabacloud/rtc' => array(
  842. 'dev_requirement' => false,
  843. 'replaced' => array(
  844. 0 => '1.8.1441',
  845. ),
  846. ),
  847. 'alibabacloud/saf' => array(
  848. 'dev_requirement' => false,
  849. 'replaced' => array(
  850. 0 => '1.8.1441',
  851. ),
  852. ),
  853. 'alibabacloud/sas' => array(
  854. 'dev_requirement' => false,
  855. 'replaced' => array(
  856. 0 => '1.8.1441',
  857. ),
  858. ),
  859. 'alibabacloud/sasapi' => array(
  860. 'dev_requirement' => false,
  861. 'replaced' => array(
  862. 0 => '1.8.1441',
  863. ),
  864. ),
  865. 'alibabacloud/scdn' => array(
  866. 'dev_requirement' => false,
  867. 'replaced' => array(
  868. 0 => '1.8.1441',
  869. ),
  870. ),
  871. 'alibabacloud/schedulerx2' => array(
  872. 'dev_requirement' => false,
  873. 'replaced' => array(
  874. 0 => '1.8.1441',
  875. ),
  876. ),
  877. 'alibabacloud/sdk' => array(
  878. 'pretty_version' => '1.8.1441',
  879. 'version' => '1.8.1441.0',
  880. 'reference' => '7869a9ef8bf8b7816b5a7ad9321e9d83497640b5',
  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.1441',
  890. ),
  891. ),
  892. 'alibabacloud/slb' => array(
  893. 'dev_requirement' => false,
  894. 'replaced' => array(
  895. 0 => '1.8.1441',
  896. ),
  897. ),
  898. 'alibabacloud/smartag' => array(
  899. 'dev_requirement' => false,
  900. 'replaced' => array(
  901. 0 => '1.8.1441',
  902. ),
  903. ),
  904. 'alibabacloud/smc' => array(
  905. 'dev_requirement' => false,
  906. 'replaced' => array(
  907. 0 => '1.8.1441',
  908. ),
  909. ),
  910. 'alibabacloud/sms' => array(
  911. 'dev_requirement' => false,
  912. 'replaced' => array(
  913. 0 => '1.8.1441',
  914. ),
  915. ),
  916. 'alibabacloud/smsintl' => array(
  917. 'dev_requirement' => false,
  918. 'replaced' => array(
  919. 0 => '1.8.1441',
  920. ),
  921. ),
  922. 'alibabacloud/snsuapi' => array(
  923. 'dev_requirement' => false,
  924. 'replaced' => array(
  925. 0 => '1.8.1441',
  926. ),
  927. ),
  928. 'alibabacloud/sts' => array(
  929. 'dev_requirement' => false,
  930. 'replaced' => array(
  931. 0 => '1.8.1441',
  932. ),
  933. ),
  934. 'alibabacloud/taginner' => array(
  935. 'dev_requirement' => false,
  936. 'replaced' => array(
  937. 0 => '1.8.1441',
  938. ),
  939. ),
  940. 'alibabacloud/tesladam' => array(
  941. 'dev_requirement' => false,
  942. 'replaced' => array(
  943. 0 => '1.8.1441',
  944. ),
  945. ),
  946. 'alibabacloud/teslamaxcompute' => array(
  947. 'dev_requirement' => false,
  948. 'replaced' => array(
  949. 0 => '1.8.1441',
  950. ),
  951. ),
  952. 'alibabacloud/teslastream' => array(
  953. 'dev_requirement' => false,
  954. 'replaced' => array(
  955. 0 => '1.8.1441',
  956. ),
  957. ),
  958. 'alibabacloud/ubsms' => array(
  959. 'dev_requirement' => false,
  960. 'replaced' => array(
  961. 0 => '1.8.1441',
  962. ),
  963. ),
  964. 'alibabacloud/ubsmsinner' => array(
  965. 'dev_requirement' => false,
  966. 'replaced' => array(
  967. 0 => '1.8.1441',
  968. ),
  969. ),
  970. 'alibabacloud/uis' => array(
  971. 'dev_requirement' => false,
  972. 'replaced' => array(
  973. 0 => '1.8.1441',
  974. ),
  975. ),
  976. 'alibabacloud/unimkt' => array(
  977. 'dev_requirement' => false,
  978. 'replaced' => array(
  979. 0 => '1.8.1441',
  980. ),
  981. ),
  982. 'alibabacloud/visionai' => array(
  983. 'dev_requirement' => false,
  984. 'replaced' => array(
  985. 0 => '1.8.1441',
  986. ),
  987. ),
  988. 'alibabacloud/vod' => array(
  989. 'dev_requirement' => false,
  990. 'replaced' => array(
  991. 0 => '1.8.1441',
  992. ),
  993. ),
  994. 'alibabacloud/voicenavigator' => array(
  995. 'dev_requirement' => false,
  996. 'replaced' => array(
  997. 0 => '1.8.1441',
  998. ),
  999. ),
  1000. 'alibabacloud/vpc' => array(
  1001. 'dev_requirement' => false,
  1002. 'replaced' => array(
  1003. 0 => '1.8.1441',
  1004. ),
  1005. ),
  1006. 'alibabacloud/vs' => array(
  1007. 'dev_requirement' => false,
  1008. 'replaced' => array(
  1009. 0 => '1.8.1441',
  1010. ),
  1011. ),
  1012. 'alibabacloud/wafopenapi' => array(
  1013. 'dev_requirement' => false,
  1014. 'replaced' => array(
  1015. 0 => '1.8.1441',
  1016. ),
  1017. ),
  1018. 'alibabacloud/welfareinner' => array(
  1019. 'dev_requirement' => false,
  1020. 'replaced' => array(
  1021. 0 => '1.8.1441',
  1022. ),
  1023. ),
  1024. 'alibabacloud/xspace' => array(
  1025. 'dev_requirement' => false,
  1026. 'replaced' => array(
  1027. 0 => '1.8.1441',
  1028. ),
  1029. ),
  1030. 'alibabacloud/xtrace' => array(
  1031. 'dev_requirement' => false,
  1032. 'replaced' => array(
  1033. 0 => '1.8.1441',
  1034. ),
  1035. ),
  1036. 'alibabacloud/yqbridge' => array(
  1037. 'dev_requirement' => false,
  1038. 'replaced' => array(
  1039. 0 => '1.8.1441',
  1040. ),
  1041. ),
  1042. 'alibabacloud/yundun' => array(
  1043. 'dev_requirement' => false,
  1044. 'replaced' => array(
  1045. 0 => '1.8.1441',
  1046. ),
  1047. ),
  1048. 'aliyuncs/oss-sdk-php' => array(
  1049. 'pretty_version' => 'v2.6.0',
  1050. 'version' => '2.6.0.0',
  1051. 'reference' => '572d0f8e099e8630ae7139ed3fdedb926c7a760f',
  1052. 'type' => 'library',
  1053. 'install_path' => __DIR__ . '/../aliyuncs/oss-sdk-php',
  1054. 'aliases' => array(),
  1055. 'dev_requirement' => false,
  1056. ),
  1057. 'clagiordano/weblibs-configmanager' => array(
  1058. 'pretty_version' => 'v1.5.0',
  1059. 'version' => '1.5.0.0',
  1060. 'reference' => '8802c7396d61a923c9a73e37ead062b24bb1b273',
  1061. 'type' => 'library',
  1062. 'install_path' => __DIR__ . '/../clagiordano/weblibs-configmanager',
  1063. 'aliases' => array(),
  1064. 'dev_requirement' => false,
  1065. ),
  1066. 'danielstjules/stringy' => array(
  1067. 'pretty_version' => '3.1.0',
  1068. 'version' => '3.1.0.0',
  1069. 'reference' => 'df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e',
  1070. 'type' => 'library',
  1071. 'install_path' => __DIR__ . '/../danielstjules/stringy',
  1072. 'aliases' => array(),
  1073. 'dev_requirement' => false,
  1074. ),
  1075. 'easywechat-composer/easywechat-composer' => array(
  1076. 'pretty_version' => '1.4.1',
  1077. 'version' => '1.4.1.0',
  1078. 'reference' => '3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd',
  1079. 'type' => 'composer-plugin',
  1080. 'install_path' => __DIR__ . '/../easywechat-composer/easywechat-composer',
  1081. 'aliases' => array(),
  1082. 'dev_requirement' => false,
  1083. ),
  1084. 'endroid/qr-code' => array(
  1085. 'pretty_version' => '1.9.3',
  1086. 'version' => '1.9.3.0',
  1087. 'reference' => 'c9644bec2a9cc9318e98d1437de3c628dcd1ef93',
  1088. 'type' => 'library',
  1089. 'install_path' => __DIR__ . '/../endroid/qr-code',
  1090. 'aliases' => array(),
  1091. 'dev_requirement' => false,
  1092. ),
  1093. 'ezyang/htmlpurifier' => array(
  1094. 'pretty_version' => 'v4.14.0',
  1095. 'version' => '4.14.0.0',
  1096. 'reference' => '12ab42bd6e742c70c0a52f7b82477fcd44e64b75',
  1097. 'type' => 'library',
  1098. 'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
  1099. 'aliases' => array(),
  1100. 'dev_requirement' => false,
  1101. ),
  1102. 'firebase/php-jwt' => array(
  1103. 'pretty_version' => 'v5.5.1',
  1104. 'version' => '5.5.1.0',
  1105. 'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6',
  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.4.5',
  1113. 'version' => '7.4.5.0',
  1114. 'reference' => '1dd98b0564cb3f6bd16ce683cb755f94c10fbd82',
  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.5.1',
  1122. 'version' => '1.5.1.0',
  1123. 'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da',
  1124. 'type' => 'library',
  1125. 'install_path' => __DIR__ . '/../guzzlehttp/promises',
  1126. 'aliases' => array(),
  1127. 'dev_requirement' => false,
  1128. ),
  1129. 'guzzlehttp/psr7' => array(
  1130. 'pretty_version' => '2.4.0',
  1131. 'version' => '2.4.0.0',
  1132. 'reference' => '13388f00956b1503577598873fffb5ae994b5737',
  1133. 'type' => 'library',
  1134. 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
  1135. 'aliases' => array(),
  1136. 'dev_requirement' => false,
  1137. ),
  1138. 'hg/apidoc' => array(
  1139. 'pretty_version' => 'v1.1.2',
  1140. 'version' => '1.1.2.0',
  1141. 'reference' => '4925ddf39c22f48acca702843d53bbb70a4687a4',
  1142. 'type' => 'think-extend',
  1143. 'install_path' => __DIR__ . '/../hg/apidoc',
  1144. 'aliases' => array(),
  1145. 'dev_requirement' => false,
  1146. ),
  1147. 'maennchen/zipstream-php' => array(
  1148. 'pretty_version' => '2.1.0',
  1149. 'version' => '2.1.0.0',
  1150. 'reference' => 'c4c5803cc1f93df3d2448478ef79394a5981cc58',
  1151. 'type' => 'library',
  1152. 'install_path' => __DIR__ . '/../maennchen/zipstream-php',
  1153. 'aliases' => array(),
  1154. 'dev_requirement' => false,
  1155. ),
  1156. 'markbaker/complex' => array(
  1157. 'pretty_version' => '3.0.1',
  1158. 'version' => '3.0.1.0',
  1159. 'reference' => 'ab8bc271e404909db09ff2d5ffa1e538085c0f22',
  1160. 'type' => 'library',
  1161. 'install_path' => __DIR__ . '/../markbaker/complex',
  1162. 'aliases' => array(),
  1163. 'dev_requirement' => false,
  1164. ),
  1165. 'markbaker/matrix' => array(
  1166. 'pretty_version' => '3.0.0',
  1167. 'version' => '3.0.0.0',
  1168. 'reference' => 'c66aefcafb4f6c269510e9ac46b82619a904c576',
  1169. 'type' => 'library',
  1170. 'install_path' => __DIR__ . '/../markbaker/matrix',
  1171. 'aliases' => array(),
  1172. 'dev_requirement' => false,
  1173. ),
  1174. 'monolog/monolog' => array(
  1175. 'pretty_version' => '2.8.0',
  1176. 'version' => '2.8.0.0',
  1177. 'reference' => '720488632c590286b88b80e62aa3d3d551ad4a50',
  1178. 'type' => 'library',
  1179. 'install_path' => __DIR__ . '/../monolog/monolog',
  1180. 'aliases' => array(),
  1181. 'dev_requirement' => false,
  1182. ),
  1183. 'mtdowling/jmespath.php' => array(
  1184. 'pretty_version' => '2.6.1',
  1185. 'version' => '2.6.1.0',
  1186. 'reference' => '9b87907a81b87bc76d19a7fb2d61e61486ee9edb',
  1187. 'type' => 'library',
  1188. 'install_path' => __DIR__ . '/../mtdowling/jmespath.php',
  1189. 'aliases' => array(),
  1190. 'dev_requirement' => false,
  1191. ),
  1192. 'myclabs/php-enum' => array(
  1193. 'pretty_version' => '1.6.6',
  1194. 'version' => '1.6.6.0',
  1195. 'reference' => '32c4202886c51fbe5cc3a7c34ec5c9a4a790345e',
  1196. 'type' => 'library',
  1197. 'install_path' => __DIR__ . '/../myclabs/php-enum',
  1198. 'aliases' => array(),
  1199. 'dev_requirement' => false,
  1200. ),
  1201. 'overtrue/socialite' => array(
  1202. 'pretty_version' => '2.0.24',
  1203. 'version' => '2.0.24.0',
  1204. 'reference' => 'ee7e7b000ec7d64f2b8aba1f6a2eec5cdf3f8bec',
  1205. 'type' => 'library',
  1206. 'install_path' => __DIR__ . '/../overtrue/socialite',
  1207. 'aliases' => array(),
  1208. 'dev_requirement' => false,
  1209. ),
  1210. 'overtrue/wechat' => array(
  1211. 'pretty_version' => '4.5.0',
  1212. 'version' => '4.5.0.0',
  1213. 'reference' => '04a940f97d6812a67bb8d5f2dbaebf9ad78ae776',
  1214. 'type' => 'library',
  1215. 'install_path' => __DIR__ . '/../overtrue/wechat',
  1216. 'aliases' => array(),
  1217. 'dev_requirement' => false,
  1218. ),
  1219. 'phpoffice/phpexcel' => array(
  1220. 'pretty_version' => '1.8.2',
  1221. 'version' => '1.8.2.0',
  1222. 'reference' => '1441011fb7ecdd8cc689878f54f8b58a6805f870',
  1223. 'type' => 'library',
  1224. 'install_path' => __DIR__ . '/../phpoffice/phpexcel',
  1225. 'aliases' => array(),
  1226. 'dev_requirement' => false,
  1227. ),
  1228. 'phpoffice/phpspreadsheet' => array(
  1229. 'pretty_version' => '1.24.0',
  1230. 'version' => '1.24.0.0',
  1231. 'reference' => 'ebe8745c92a7cac4514d040758393b5399633b83',
  1232. 'type' => 'library',
  1233. 'install_path' => __DIR__ . '/../phpoffice/phpspreadsheet',
  1234. 'aliases' => array(),
  1235. 'dev_requirement' => false,
  1236. ),
  1237. 'pimple/pimple' => array(
  1238. 'pretty_version' => 'v3.5.0',
  1239. 'version' => '3.5.0.0',
  1240. 'reference' => 'a94b3a4db7fb774b3d78dad2315ddc07629e1bed',
  1241. 'type' => 'library',
  1242. 'install_path' => __DIR__ . '/../pimple/pimple',
  1243. 'aliases' => array(),
  1244. 'dev_requirement' => false,
  1245. ),
  1246. 'psr/cache' => array(
  1247. 'pretty_version' => '1.0.1',
  1248. 'version' => '1.0.1.0',
  1249. 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
  1250. 'type' => 'library',
  1251. 'install_path' => __DIR__ . '/../psr/cache',
  1252. 'aliases' => array(),
  1253. 'dev_requirement' => false,
  1254. ),
  1255. 'psr/cache-implementation' => array(
  1256. 'dev_requirement' => false,
  1257. 'provided' => array(
  1258. 0 => '1.0|2.0',
  1259. ),
  1260. ),
  1261. 'psr/container' => array(
  1262. 'pretty_version' => '2.0.1',
  1263. 'version' => '2.0.1.0',
  1264. 'reference' => '2ae37329ee82f91efadc282cc2d527fd6065a5ef',
  1265. 'type' => 'library',
  1266. 'install_path' => __DIR__ . '/../psr/container',
  1267. 'aliases' => array(),
  1268. 'dev_requirement' => false,
  1269. ),
  1270. 'psr/event-dispatcher' => array(
  1271. 'pretty_version' => '1.0.0',
  1272. 'version' => '1.0.0.0',
  1273. 'reference' => 'dbefd12671e8a14ec7f180cab83036ed26714bb0',
  1274. 'type' => 'library',
  1275. 'install_path' => __DIR__ . '/../psr/event-dispatcher',
  1276. 'aliases' => array(),
  1277. 'dev_requirement' => false,
  1278. ),
  1279. 'psr/event-dispatcher-implementation' => array(
  1280. 'dev_requirement' => false,
  1281. 'provided' => array(
  1282. 0 => '1.0',
  1283. ),
  1284. ),
  1285. 'psr/http-client' => array(
  1286. 'pretty_version' => '1.0.1',
  1287. 'version' => '1.0.1.0',
  1288. 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
  1289. 'type' => 'library',
  1290. 'install_path' => __DIR__ . '/../psr/http-client',
  1291. 'aliases' => array(),
  1292. 'dev_requirement' => false,
  1293. ),
  1294. 'psr/http-client-implementation' => array(
  1295. 'dev_requirement' => false,
  1296. 'provided' => array(
  1297. 0 => '1.0',
  1298. ),
  1299. ),
  1300. 'psr/http-factory' => array(
  1301. 'pretty_version' => '1.0.1',
  1302. 'version' => '1.0.1.0',
  1303. 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
  1304. 'type' => 'library',
  1305. 'install_path' => __DIR__ . '/../psr/http-factory',
  1306. 'aliases' => array(),
  1307. 'dev_requirement' => false,
  1308. ),
  1309. 'psr/http-factory-implementation' => array(
  1310. 'dev_requirement' => false,
  1311. 'provided' => array(
  1312. 0 => '1.0',
  1313. ),
  1314. ),
  1315. 'psr/http-message' => array(
  1316. 'pretty_version' => '1.0.1',
  1317. 'version' => '1.0.1.0',
  1318. 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
  1319. 'type' => 'library',
  1320. 'install_path' => __DIR__ . '/../psr/http-message',
  1321. 'aliases' => array(),
  1322. 'dev_requirement' => false,
  1323. ),
  1324. 'psr/http-message-implementation' => array(
  1325. 'dev_requirement' => false,
  1326. 'provided' => array(
  1327. 0 => '1.0',
  1328. ),
  1329. ),
  1330. 'psr/log' => array(
  1331. 'pretty_version' => '1.1.4',
  1332. 'version' => '1.1.4.0',
  1333. 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
  1334. 'type' => 'library',
  1335. 'install_path' => __DIR__ . '/../psr/log',
  1336. 'aliases' => array(),
  1337. 'dev_requirement' => false,
  1338. ),
  1339. 'psr/log-implementation' => array(
  1340. 'dev_requirement' => false,
  1341. 'provided' => array(
  1342. 0 => '1.0.0 || 2.0.0 || 3.0.0',
  1343. ),
  1344. ),
  1345. 'psr/simple-cache' => array(
  1346. 'pretty_version' => '1.0.1',
  1347. 'version' => '1.0.1.0',
  1348. 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
  1349. 'type' => 'library',
  1350. 'install_path' => __DIR__ . '/../psr/simple-cache',
  1351. 'aliases' => array(),
  1352. 'dev_requirement' => false,
  1353. ),
  1354. 'psr/simple-cache-implementation' => array(
  1355. 'dev_requirement' => false,
  1356. 'provided' => array(
  1357. 0 => '1.0|2.0',
  1358. ),
  1359. ),
  1360. 'qiniu/php-sdk' => array(
  1361. 'pretty_version' => 'v7.6.0',
  1362. 'version' => '7.6.0.0',
  1363. 'reference' => '57033fab64c92f8c7ae165222dd958553741e711',
  1364. 'type' => 'library',
  1365. 'install_path' => __DIR__ . '/../qiniu/php-sdk',
  1366. 'aliases' => array(),
  1367. 'dev_requirement' => false,
  1368. ),
  1369. 'ralouphie/getallheaders' => array(
  1370. 'pretty_version' => '3.0.3',
  1371. 'version' => '3.0.3.0',
  1372. 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
  1373. 'type' => 'library',
  1374. 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
  1375. 'aliases' => array(),
  1376. 'dev_requirement' => false,
  1377. ),
  1378. 'symfony/cache' => array(
  1379. 'pretty_version' => 'v5.4.11',
  1380. 'version' => '5.4.11.0',
  1381. 'reference' => '5a0fff46df349f0db3fe242263451fddf5277362',
  1382. 'type' => 'library',
  1383. 'install_path' => __DIR__ . '/../symfony/cache',
  1384. 'aliases' => array(),
  1385. 'dev_requirement' => false,
  1386. ),
  1387. 'symfony/cache-contracts' => array(
  1388. 'pretty_version' => 'v2.5.2',
  1389. 'version' => '2.5.2.0',
  1390. 'reference' => '64be4a7acb83b6f2bf6de9a02cee6dad41277ebc',
  1391. 'type' => 'library',
  1392. 'install_path' => __DIR__ . '/../symfony/cache-contracts',
  1393. 'aliases' => array(),
  1394. 'dev_requirement' => false,
  1395. ),
  1396. 'symfony/cache-implementation' => array(
  1397. 'dev_requirement' => false,
  1398. 'provided' => array(
  1399. 0 => '1.0|2.0',
  1400. ),
  1401. ),
  1402. 'symfony/deprecation-contracts' => array(
  1403. 'pretty_version' => 'v2.5.2',
  1404. 'version' => '2.5.2.0',
  1405. 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
  1406. 'type' => 'library',
  1407. 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
  1408. 'aliases' => array(),
  1409. 'dev_requirement' => false,
  1410. ),
  1411. 'symfony/event-dispatcher' => array(
  1412. 'pretty_version' => 'v5.4.9',
  1413. 'version' => '5.4.9.0',
  1414. 'reference' => '8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc',
  1415. 'type' => 'library',
  1416. 'install_path' => __DIR__ . '/../symfony/event-dispatcher',
  1417. 'aliases' => array(),
  1418. 'dev_requirement' => false,
  1419. ),
  1420. 'symfony/event-dispatcher-contracts' => array(
  1421. 'pretty_version' => 'v2.5.2',
  1422. 'version' => '2.5.2.0',
  1423. 'reference' => 'f98b54df6ad059855739db6fcbc2d36995283fe1',
  1424. 'type' => 'library',
  1425. 'install_path' => __DIR__ . '/../symfony/event-dispatcher-contracts',
  1426. 'aliases' => array(),
  1427. 'dev_requirement' => false,
  1428. ),
  1429. 'symfony/event-dispatcher-implementation' => array(
  1430. 'dev_requirement' => false,
  1431. 'provided' => array(
  1432. 0 => '2.0',
  1433. ),
  1434. ),
  1435. 'symfony/http-foundation' => array(
  1436. 'pretty_version' => 'v5.4.11',
  1437. 'version' => '5.4.11.0',
  1438. 'reference' => '0a5868e0999e9d47859ba3d918548ff6943e6389',
  1439. 'type' => 'library',
  1440. 'install_path' => __DIR__ . '/../symfony/http-foundation',
  1441. 'aliases' => array(),
  1442. 'dev_requirement' => false,
  1443. ),
  1444. 'symfony/options-resolver' => array(
  1445. 'pretty_version' => 'v3.4.47',
  1446. 'version' => '3.4.47.0',
  1447. 'reference' => 'c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744',
  1448. 'type' => 'library',
  1449. 'install_path' => __DIR__ . '/../symfony/options-resolver',
  1450. 'aliases' => array(),
  1451. 'dev_requirement' => false,
  1452. ),
  1453. 'symfony/polyfill-ctype' => array(
  1454. 'pretty_version' => 'v1.26.0',
  1455. 'version' => '1.26.0.0',
  1456. 'reference' => '6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4',
  1457. 'type' => 'library',
  1458. 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
  1459. 'aliases' => array(),
  1460. 'dev_requirement' => false,
  1461. ),
  1462. 'symfony/polyfill-mbstring' => array(
  1463. 'pretty_version' => 'v1.26.0',
  1464. 'version' => '1.26.0.0',
  1465. 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e',
  1466. 'type' => 'library',
  1467. 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
  1468. 'aliases' => array(),
  1469. 'dev_requirement' => false,
  1470. ),
  1471. 'symfony/polyfill-php73' => array(
  1472. 'pretty_version' => 'v1.26.0',
  1473. 'version' => '1.26.0.0',
  1474. 'reference' => 'e440d35fa0286f77fb45b79a03fedbeda9307e85',
  1475. 'type' => 'library',
  1476. 'install_path' => __DIR__ . '/../symfony/polyfill-php73',
  1477. 'aliases' => array(),
  1478. 'dev_requirement' => false,
  1479. ),
  1480. 'symfony/polyfill-php80' => array(
  1481. 'pretty_version' => 'v1.26.0',
  1482. 'version' => '1.26.0.0',
  1483. 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace',
  1484. 'type' => 'library',
  1485. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  1486. 'aliases' => array(),
  1487. 'dev_requirement' => false,
  1488. ),
  1489. 'symfony/psr-http-message-bridge' => array(
  1490. 'pretty_version' => 'v2.1.2',
  1491. 'version' => '2.1.2.0',
  1492. 'reference' => '22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34',
  1493. 'type' => 'symfony-bridge',
  1494. 'install_path' => __DIR__ . '/../symfony/psr-http-message-bridge',
  1495. 'aliases' => array(),
  1496. 'dev_requirement' => false,
  1497. ),
  1498. 'symfony/service-contracts' => array(
  1499. 'pretty_version' => 'v1.1.2',
  1500. 'version' => '1.1.2.0',
  1501. 'reference' => '191afdcb5804db960d26d8566b7e9a2843cab3a0',
  1502. 'type' => 'library',
  1503. 'install_path' => __DIR__ . '/../symfony/service-contracts',
  1504. 'aliases' => array(),
  1505. 'dev_requirement' => false,
  1506. ),
  1507. 'symfony/var-exporter' => array(
  1508. 'pretty_version' => 'v5.4.10',
  1509. 'version' => '5.4.10.0',
  1510. 'reference' => '8fc03ee75eeece3d9be1ef47d26d79bea1afb340',
  1511. 'type' => 'library',
  1512. 'install_path' => __DIR__ . '/../symfony/var-exporter',
  1513. 'aliases' => array(),
  1514. 'dev_requirement' => false,
  1515. ),
  1516. 'symfony/yaml' => array(
  1517. 'pretty_version' => 'v2.8.52',
  1518. 'version' => '2.8.52.0',
  1519. 'reference' => '02c1859112aa779d9ab394ae4f3381911d84052b',
  1520. 'type' => 'library',
  1521. 'install_path' => __DIR__ . '/../symfony/yaml',
  1522. 'aliases' => array(),
  1523. 'dev_requirement' => false,
  1524. ),
  1525. 'topthink/framework' => array(
  1526. 'pretty_version' => 'v5.1.41',
  1527. 'version' => '5.1.41.0',
  1528. 'reference' => '7137741a323a4a60cfca334507cd1812fac91bb2',
  1529. 'type' => 'think-framework',
  1530. 'install_path' => __DIR__ . '/../../thinkphp',
  1531. 'aliases' => array(),
  1532. 'dev_requirement' => false,
  1533. ),
  1534. 'topthink/think-installer' => array(
  1535. 'pretty_version' => 'v2.0.5',
  1536. 'version' => '2.0.5.0',
  1537. 'reference' => '38ba647706e35d6704b5d370c06f8a160b635f88',
  1538. 'type' => 'composer-plugin',
  1539. 'install_path' => __DIR__ . '/../topthink/think-installer',
  1540. 'aliases' => array(),
  1541. 'dev_requirement' => false,
  1542. ),
  1543. 'zoujingli/ip2region' => array(
  1544. 'pretty_version' => 'v1.0.12',
  1545. 'version' => '1.0.12.0',
  1546. 'reference' => '82cebc7a6be46524797454e98d3b165521065c26',
  1547. 'type' => 'library',
  1548. 'install_path' => __DIR__ . '/../zoujingli/ip2region',
  1549. 'aliases' => array(),
  1550. 'dev_requirement' => false,
  1551. ),
  1552. 'zoujingli/think-library' => array(
  1553. 'pretty_version' => 'v5.1.x-dev',
  1554. 'version' => '5.1.9999999.9999999-dev',
  1555. 'reference' => '6a5c8b7ad40d19664494522dcf9388a48df43447',
  1556. 'type' => 'library',
  1557. 'install_path' => __DIR__ . '/../zoujingli/think-library',
  1558. 'aliases' => array(),
  1559. 'dev_requirement' => false,
  1560. ),
  1561. 'zoujingli/thinkadmin' => array(
  1562. 'pretty_version' => 'dev-master',
  1563. 'version' => 'dev-master',
  1564. 'reference' => '5c98da63be4cc674b13c12a1bc6f069db6d69acc',
  1565. 'type' => 'project',
  1566. 'install_path' => __DIR__ . '/../../',
  1567. 'aliases' => array(),
  1568. 'dev_requirement' => false,
  1569. ),
  1570. 'zoujingli/wechat-developer' => array(
  1571. 'pretty_version' => 'v1.2.35',
  1572. 'version' => '1.2.35.0',
  1573. 'reference' => 'cfe3e83798d3c7b78855ae214acb6b14321de45d',
  1574. 'type' => 'library',
  1575. 'install_path' => __DIR__ . '/../zoujingli/wechat-developer',
  1576. 'aliases' => array(),
  1577. 'dev_requirement' => false,
  1578. ),
  1579. 'zoujingli/weopen-developer' => array(
  1580. 'pretty_version' => 'dev-master',
  1581. 'version' => 'dev-master',
  1582. 'reference' => '4d0d3c064e54556621453845fc65ba52de58a880',
  1583. 'type' => 'library',
  1584. 'install_path' => __DIR__ . '/../zoujingli/weopen-developer',
  1585. 'aliases' => array(
  1586. 0 => '9999999-dev',
  1587. ),
  1588. 'dev_requirement' => false,
  1589. ),
  1590. ),
  1591. );