installed.php 55 KB

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