installed.php 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'topthink/think',
  4. 'pretty_version' => '1.0.0+no-version-set',
  5. 'version' => '1.0.0.0',
  6. 'reference' => NULL,
  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.5.0',
  15. 'version' => '2.5.0.0',
  16. 'reference' => '081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae',
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../adbario/php-dot-notation',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'alibabacloud/client' => array(
  23. 'pretty_version' => '1.5.32',
  24. 'version' => '1.5.32.0',
  25. 'reference' => '5bc6f6d660797dcee2c3aef29700ab41ee764f4d',
  26. 'type' => 'library',
  27. 'install_path' => __DIR__ . '/../alibabacloud/client',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'aliyuncs/oss-sdk-php' => array(
  32. 'pretty_version' => 'v2.6.0',
  33. 'version' => '2.6.0.0',
  34. 'reference' => '572d0f8e099e8630ae7139ed3fdedb926c7a760f',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../aliyuncs/oss-sdk-php',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'clagiordano/weblibs-configmanager' => array(
  41. 'pretty_version' => 'v1.2.0',
  42. 'version' => '1.2.0.0',
  43. 'reference' => '5c8ebcc62782313b1278afe802b120d18c07a059',
  44. 'type' => 'library',
  45. 'install_path' => __DIR__ . '/../clagiordano/weblibs-configmanager',
  46. 'aliases' => array(),
  47. 'dev_requirement' => false,
  48. ),
  49. 'dh2y/think-qrcode' => array(
  50. 'pretty_version' => '2.0',
  51. 'version' => '2.0.0.0',
  52. 'reference' => '977d032afa27b1852f5fc5441fad2497f6db7ff5',
  53. 'type' => 'library',
  54. 'install_path' => __DIR__ . '/../dh2y/think-qrcode',
  55. 'aliases' => array(),
  56. 'dev_requirement' => false,
  57. ),
  58. 'dragonmantank/cron-expression' => array(
  59. 'pretty_version' => 'v3.3.1',
  60. 'version' => '3.3.1.0',
  61. 'reference' => 'be85b3f05b46c39bbc0d95f6c071ddff669510fa',
  62. 'type' => 'library',
  63. 'install_path' => __DIR__ . '/../dragonmantank/cron-expression',
  64. 'aliases' => array(),
  65. 'dev_requirement' => false,
  66. ),
  67. 'ezyang/htmlpurifier' => array(
  68. 'pretty_version' => 'v4.16.0',
  69. 'version' => '4.16.0.0',
  70. 'reference' => '523407fb06eb9e5f3d59889b3978d5bfe94299c8',
  71. 'type' => 'library',
  72. 'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
  73. 'aliases' => array(),
  74. 'dev_requirement' => false,
  75. ),
  76. 'fastknife/ajcaptcha' => array(
  77. 'pretty_version' => 'v1.2.1',
  78. 'version' => '1.2.1.0',
  79. 'reference' => '836c5a3177bc622a245734aef421085955d0b2cb',
  80. 'type' => 'library',
  81. 'install_path' => __DIR__ . '/../fastknife/ajcaptcha',
  82. 'aliases' => array(),
  83. 'dev_requirement' => false,
  84. ),
  85. 'firebase/php-jwt' => array(
  86. 'pretty_version' => 'v5.5.1',
  87. 'version' => '5.5.1.0',
  88. 'reference' => '83b609028194aa042ea33b5af2d41a7427de80e6',
  89. 'type' => 'library',
  90. 'install_path' => __DIR__ . '/../firebase/php-jwt',
  91. 'aliases' => array(),
  92. 'dev_requirement' => false,
  93. ),
  94. 'guzzlehttp/command' => array(
  95. 'pretty_version' => '1.2.2',
  96. 'version' => '1.2.2.0',
  97. 'reference' => '7883359e0ecab8a8f7c43aad2fc36360a35d21e8',
  98. 'type' => 'library',
  99. 'install_path' => __DIR__ . '/../guzzlehttp/command',
  100. 'aliases' => array(),
  101. 'dev_requirement' => false,
  102. ),
  103. 'guzzlehttp/guzzle' => array(
  104. 'pretty_version' => '7.5.0',
  105. 'version' => '7.5.0.0',
  106. 'reference' => 'b50a2a1251152e43f6a37f0fa053e730a67d25ba',
  107. 'type' => 'library',
  108. 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
  109. 'aliases' => array(),
  110. 'dev_requirement' => false,
  111. ),
  112. 'guzzlehttp/guzzle-services' => array(
  113. 'pretty_version' => '1.3.2',
  114. 'version' => '1.3.2.0',
  115. 'reference' => '4989d902dd4e0411b320e851c46f3c94d652d891',
  116. 'type' => 'library',
  117. 'install_path' => __DIR__ . '/../guzzlehttp/guzzle-services',
  118. 'aliases' => array(),
  119. 'dev_requirement' => false,
  120. ),
  121. 'guzzlehttp/promises' => array(
  122. 'pretty_version' => '1.5.3',
  123. 'version' => '1.5.3.0',
  124. 'reference' => '67ab6e18aaa14d753cc148911d273f6e6cb6721e',
  125. 'type' => 'library',
  126. 'install_path' => __DIR__ . '/../guzzlehttp/promises',
  127. 'aliases' => array(),
  128. 'dev_requirement' => false,
  129. ),
  130. 'guzzlehttp/psr7' => array(
  131. 'pretty_version' => '2.6.2',
  132. 'version' => '2.6.2.0',
  133. 'reference' => '45b30f99ac27b5ca93cb4831afe16285f57b8221',
  134. 'type' => 'library',
  135. 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
  136. 'aliases' => array(),
  137. 'dev_requirement' => false,
  138. ),
  139. 'guzzlehttp/uri-template' => array(
  140. 'pretty_version' => 'v1.0.2',
  141. 'version' => '1.0.2.0',
  142. 'reference' => '61bf437fc2197f587f6857d3ff903a24f1731b5d',
  143. 'type' => 'library',
  144. 'install_path' => __DIR__ . '/../guzzlehttp/uri-template',
  145. 'aliases' => array(),
  146. 'dev_requirement' => false,
  147. ),
  148. 'hyperf/context' => array(
  149. 'pretty_version' => 'v3.0.37',
  150. 'version' => '3.0.37.0',
  151. 'reference' => '264e06fb882426d90758eca2c5bb8293f8b60455',
  152. 'type' => 'library',
  153. 'install_path' => __DIR__ . '/../hyperf/context',
  154. 'aliases' => array(),
  155. 'dev_requirement' => false,
  156. ),
  157. 'hyperf/contract' => array(
  158. 'pretty_version' => 'v3.0.37',
  159. 'version' => '3.0.37.0',
  160. 'reference' => '2e8290104468a8d90855067d8644a32114474452',
  161. 'type' => 'library',
  162. 'install_path' => __DIR__ . '/../hyperf/contract',
  163. 'aliases' => array(),
  164. 'dev_requirement' => false,
  165. ),
  166. 'hyperf/engine' => array(
  167. 'pretty_version' => 'v2.10.5',
  168. 'version' => '2.10.5.0',
  169. 'reference' => 'b3e1a025e388815612815a0b08fc4f2439140676',
  170. 'type' => 'library',
  171. 'install_path' => __DIR__ . '/../hyperf/engine',
  172. 'aliases' => array(),
  173. 'dev_requirement' => false,
  174. ),
  175. 'hyperf/engine-contract' => array(
  176. 'pretty_version' => 'v1.9.1',
  177. 'version' => '1.9.1.0',
  178. 'reference' => 'fec2e45f35404b2e5b4c3eaf1b0dce67d60771eb',
  179. 'type' => 'library',
  180. 'install_path' => __DIR__ . '/../hyperf/engine-contract',
  181. 'aliases' => array(),
  182. 'dev_requirement' => false,
  183. ),
  184. 'hyperf/pimple' => array(
  185. 'pretty_version' => 'v2.2.2',
  186. 'version' => '2.2.2.0',
  187. 'reference' => '7bd07745c256b83679471c06ec2a11e901d37277',
  188. 'type' => 'library',
  189. 'install_path' => __DIR__ . '/../hyperf/pimple',
  190. 'aliases' => array(),
  191. 'dev_requirement' => false,
  192. ),
  193. 'intervention/image' => array(
  194. 'pretty_version' => '2.7.2',
  195. 'version' => '2.7.2.0',
  196. 'reference' => '04be355f8d6734c826045d02a1079ad658322dad',
  197. 'type' => 'library',
  198. 'install_path' => __DIR__ . '/../intervention/image',
  199. 'aliases' => array(),
  200. 'dev_requirement' => false,
  201. ),
  202. 'kkokk/poster' => array(
  203. 'pretty_version' => 'v2.3.2',
  204. 'version' => '2.3.2.0',
  205. 'reference' => '6fa26bb225d0d7bcd654c93d342abf5284803203',
  206. 'type' => 'project',
  207. 'install_path' => __DIR__ . '/../kkokk/poster',
  208. 'aliases' => array(),
  209. 'dev_requirement' => false,
  210. ),
  211. 'kosinix/grafika' => array(
  212. 'pretty_version' => 'dev-master',
  213. 'version' => 'dev-master',
  214. 'reference' => '211f61fc334b8b36616b23e8af7c5727971d96ee',
  215. 'type' => 'library',
  216. 'install_path' => __DIR__ . '/../kosinix/grafika',
  217. 'aliases' => array(
  218. 0 => '9999999-dev',
  219. ),
  220. 'dev_requirement' => false,
  221. ),
  222. 'laravel/serializable-closure' => array(
  223. 'pretty_version' => 'v1.3.3',
  224. 'version' => '1.3.3.0',
  225. 'reference' => '3dbf8a8e914634c48d389c1234552666b3d43754',
  226. 'type' => 'library',
  227. 'install_path' => __DIR__ . '/../laravel/serializable-closure',
  228. 'aliases' => array(),
  229. 'dev_requirement' => false,
  230. ),
  231. 'league/flysystem' => array(
  232. 'pretty_version' => '2.5.0',
  233. 'version' => '2.5.0.0',
  234. 'reference' => '8aaffb653c5777781b0f7f69a5d937baf7ab6cdb',
  235. 'type' => 'library',
  236. 'install_path' => __DIR__ . '/../league/flysystem',
  237. 'aliases' => array(),
  238. 'dev_requirement' => false,
  239. ),
  240. 'league/mime-type-detection' => array(
  241. 'pretty_version' => '1.15.0',
  242. 'version' => '1.15.0.0',
  243. 'reference' => 'ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301',
  244. 'type' => 'library',
  245. 'install_path' => __DIR__ . '/../league/mime-type-detection',
  246. 'aliases' => array(),
  247. 'dev_requirement' => false,
  248. ),
  249. 'maennchen/zipstream-php' => array(
  250. 'pretty_version' => 'v2.4.0',
  251. 'version' => '2.4.0.0',
  252. 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3',
  253. 'type' => 'library',
  254. 'install_path' => __DIR__ . '/../maennchen/zipstream-php',
  255. 'aliases' => array(),
  256. 'dev_requirement' => false,
  257. ),
  258. 'markbaker/complex' => array(
  259. 'pretty_version' => '3.0.2',
  260. 'version' => '3.0.2.0',
  261. 'reference' => '95c56caa1cf5c766ad6d65b6344b807c1e8405b9',
  262. 'type' => 'library',
  263. 'install_path' => __DIR__ . '/../markbaker/complex',
  264. 'aliases' => array(),
  265. 'dev_requirement' => false,
  266. ),
  267. 'markbaker/matrix' => array(
  268. 'pretty_version' => '3.0.1',
  269. 'version' => '3.0.1.0',
  270. 'reference' => '728434227fe21be27ff6d86621a1b13107a2562c',
  271. 'type' => 'library',
  272. 'install_path' => __DIR__ . '/../markbaker/matrix',
  273. 'aliases' => array(),
  274. 'dev_requirement' => false,
  275. ),
  276. 'mjaschen/phpgeo' => array(
  277. 'pretty_version' => '4.2.0',
  278. 'version' => '4.2.0.0',
  279. 'reference' => 'b2e593cf1e9aceea36510158ddb80c7395a80d5a',
  280. 'type' => 'library',
  281. 'install_path' => __DIR__ . '/../mjaschen/phpgeo',
  282. 'aliases' => array(),
  283. 'dev_requirement' => false,
  284. ),
  285. 'monolog/monolog' => array(
  286. 'pretty_version' => '2.9.2',
  287. 'version' => '2.9.2.0',
  288. 'reference' => '437cb3628f4cf6042cc10ae97fc2b8472e48ca1f',
  289. 'type' => 'library',
  290. 'install_path' => __DIR__ . '/../monolog/monolog',
  291. 'aliases' => array(),
  292. 'dev_requirement' => false,
  293. ),
  294. 'mtdowling/cron-expression' => array(
  295. 'dev_requirement' => false,
  296. 'replaced' => array(
  297. 0 => '^1.0',
  298. ),
  299. ),
  300. 'mtdowling/jmespath.php' => array(
  301. 'pretty_version' => '2.7.0',
  302. 'version' => '2.7.0.0',
  303. 'reference' => 'bbb69a935c2cbb0c03d7f481a238027430f6440b',
  304. 'type' => 'library',
  305. 'install_path' => __DIR__ . '/../mtdowling/jmespath.php',
  306. 'aliases' => array(),
  307. 'dev_requirement' => false,
  308. ),
  309. 'myclabs/php-enum' => array(
  310. 'pretty_version' => '1.8.4',
  311. 'version' => '1.8.4.0',
  312. 'reference' => 'a867478eae49c9f59ece437ae7f9506bfaa27483',
  313. 'type' => 'library',
  314. 'install_path' => __DIR__ . '/../myclabs/php-enum',
  315. 'aliases' => array(),
  316. 'dev_requirement' => false,
  317. ),
  318. 'nesbot/carbon' => array(
  319. 'pretty_version' => '2.66.0',
  320. 'version' => '2.66.0.0',
  321. 'reference' => '496712849902241f04902033b0441b269effe001',
  322. 'type' => 'library',
  323. 'install_path' => __DIR__ . '/../nesbot/carbon',
  324. 'aliases' => array(),
  325. 'dev_requirement' => false,
  326. ),
  327. 'nyholm/psr7' => array(
  328. 'pretty_version' => '1.8.1',
  329. 'version' => '1.8.1.0',
  330. 'reference' => 'aa5fc277a4f5508013d571341ade0c3886d4d00e',
  331. 'type' => 'library',
  332. 'install_path' => __DIR__ . '/../nyholm/psr7',
  333. 'aliases' => array(),
  334. 'dev_requirement' => false,
  335. ),
  336. 'nyholm/psr7-server' => array(
  337. 'pretty_version' => '1.1.0',
  338. 'version' => '1.1.0.0',
  339. 'reference' => '4335801d851f554ca43fa6e7d2602141538854dc',
  340. 'type' => 'library',
  341. 'install_path' => __DIR__ . '/../nyholm/psr7-server',
  342. 'aliases' => array(),
  343. 'dev_requirement' => false,
  344. ),
  345. 'overtrue/socialite' => array(
  346. 'pretty_version' => '4.10.1',
  347. 'version' => '4.10.1.0',
  348. 'reference' => '457b48f31414dc00d3fb445d6ab9355595067afe',
  349. 'type' => 'library',
  350. 'install_path' => __DIR__ . '/../overtrue/socialite',
  351. 'aliases' => array(),
  352. 'dev_requirement' => false,
  353. ),
  354. 'php-di/invoker' => array(
  355. 'pretty_version' => '2.3.4',
  356. 'version' => '2.3.4.0',
  357. 'reference' => '33234b32dafa8eb69202f950a1fc92055ed76a86',
  358. 'type' => 'library',
  359. 'install_path' => __DIR__ . '/../php-di/invoker',
  360. 'aliases' => array(),
  361. 'dev_requirement' => false,
  362. ),
  363. 'php-di/php-di' => array(
  364. 'pretty_version' => '7.0.1',
  365. 'version' => '7.0.1.0',
  366. 'reference' => '1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a',
  367. 'type' => 'library',
  368. 'install_path' => __DIR__ . '/../php-di/php-di',
  369. 'aliases' => array(),
  370. 'dev_requirement' => false,
  371. ),
  372. 'php-http/async-client-implementation' => array(
  373. 'dev_requirement' => false,
  374. 'provided' => array(
  375. 0 => '*',
  376. ),
  377. ),
  378. 'php-http/client-implementation' => array(
  379. 'dev_requirement' => false,
  380. 'provided' => array(
  381. 0 => '*',
  382. ),
  383. ),
  384. 'php-http/message-factory-implementation' => array(
  385. 'dev_requirement' => false,
  386. 'provided' => array(
  387. 0 => '1.0',
  388. ),
  389. ),
  390. 'phpoffice/phpspreadsheet' => array(
  391. 'pretty_version' => '1.28.0',
  392. 'version' => '1.28.0.0',
  393. 'reference' => '6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a',
  394. 'type' => 'library',
  395. 'install_path' => __DIR__ . '/../phpoffice/phpspreadsheet',
  396. 'aliases' => array(),
  397. 'dev_requirement' => false,
  398. ),
  399. 'pimple/pimple' => array(
  400. 'pretty_version' => 'v3.5.0',
  401. 'version' => '3.5.0.0',
  402. 'reference' => 'a94b3a4db7fb774b3d78dad2315ddc07629e1bed',
  403. 'type' => 'library',
  404. 'install_path' => __DIR__ . '/../pimple/pimple',
  405. 'aliases' => array(),
  406. 'dev_requirement' => false,
  407. ),
  408. 'psr/cache' => array(
  409. 'pretty_version' => '3.0.0',
  410. 'version' => '3.0.0.0',
  411. 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf',
  412. 'type' => 'library',
  413. 'install_path' => __DIR__ . '/../psr/cache',
  414. 'aliases' => array(),
  415. 'dev_requirement' => false,
  416. ),
  417. 'psr/cache-implementation' => array(
  418. 'dev_requirement' => false,
  419. 'provided' => array(
  420. 0 => '2.0|3.0',
  421. ),
  422. ),
  423. 'psr/container' => array(
  424. 'pretty_version' => '2.0.2',
  425. 'version' => '2.0.2.0',
  426. 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
  427. 'type' => 'library',
  428. 'install_path' => __DIR__ . '/../psr/container',
  429. 'aliases' => array(),
  430. 'dev_requirement' => false,
  431. ),
  432. 'psr/container-implementation' => array(
  433. 'dev_requirement' => false,
  434. 'provided' => array(
  435. 0 => '^1.0',
  436. ),
  437. ),
  438. 'psr/event-dispatcher' => array(
  439. 'pretty_version' => '1.0.0',
  440. 'version' => '1.0.0.0',
  441. 'reference' => 'dbefd12671e8a14ec7f180cab83036ed26714bb0',
  442. 'type' => 'library',
  443. 'install_path' => __DIR__ . '/../psr/event-dispatcher',
  444. 'aliases' => array(),
  445. 'dev_requirement' => false,
  446. ),
  447. 'psr/http-client' => array(
  448. 'pretty_version' => '1.0.3',
  449. 'version' => '1.0.3.0',
  450. 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90',
  451. 'type' => 'library',
  452. 'install_path' => __DIR__ . '/../psr/http-client',
  453. 'aliases' => array(),
  454. 'dev_requirement' => false,
  455. ),
  456. 'psr/http-client-implementation' => array(
  457. 'dev_requirement' => false,
  458. 'provided' => array(
  459. 0 => '1.0',
  460. ),
  461. ),
  462. 'psr/http-factory' => array(
  463. 'pretty_version' => '1.0.2',
  464. 'version' => '1.0.2.0',
  465. 'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
  466. 'type' => 'library',
  467. 'install_path' => __DIR__ . '/../psr/http-factory',
  468. 'aliases' => array(),
  469. 'dev_requirement' => false,
  470. ),
  471. 'psr/http-factory-implementation' => array(
  472. 'dev_requirement' => false,
  473. 'provided' => array(
  474. 0 => '1.0',
  475. ),
  476. ),
  477. 'psr/http-message' => array(
  478. 'pretty_version' => '1.1',
  479. 'version' => '1.1.0.0',
  480. 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba',
  481. 'type' => 'library',
  482. 'install_path' => __DIR__ . '/../psr/http-message',
  483. 'aliases' => array(),
  484. 'dev_requirement' => false,
  485. ),
  486. 'psr/http-message-implementation' => array(
  487. 'dev_requirement' => false,
  488. 'provided' => array(
  489. 0 => '1.0',
  490. ),
  491. ),
  492. 'psr/log' => array(
  493. 'pretty_version' => '3.0.0',
  494. 'version' => '3.0.0.0',
  495. 'reference' => 'fe5ea303b0887d5caefd3d431c3e61ad47037001',
  496. 'type' => 'library',
  497. 'install_path' => __DIR__ . '/../psr/log',
  498. 'aliases' => array(),
  499. 'dev_requirement' => false,
  500. ),
  501. 'psr/log-implementation' => array(
  502. 'dev_requirement' => false,
  503. 'provided' => array(
  504. 0 => '1.0.0 || 2.0.0 || 3.0.0',
  505. ),
  506. ),
  507. 'psr/simple-cache' => array(
  508. 'pretty_version' => '3.0.0',
  509. 'version' => '3.0.0.0',
  510. 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865',
  511. 'type' => 'library',
  512. 'install_path' => __DIR__ . '/../psr/simple-cache',
  513. 'aliases' => array(),
  514. 'dev_requirement' => false,
  515. ),
  516. 'psr/simple-cache-implementation' => array(
  517. 'dev_requirement' => false,
  518. 'provided' => array(
  519. 0 => '1.0|2.0|3.0',
  520. ),
  521. ),
  522. 'qcloud/cos-sdk-v5' => array(
  523. 'pretty_version' => 'v2.6.2',
  524. 'version' => '2.6.2.0',
  525. 'reference' => '92a1ee62b85ed4e7bf6836a684df5d7e3158d0ed',
  526. 'type' => 'library',
  527. 'install_path' => __DIR__ . '/../qcloud/cos-sdk-v5',
  528. 'aliases' => array(),
  529. 'dev_requirement' => false,
  530. ),
  531. 'qiniu/php-sdk' => array(
  532. 'pretty_version' => 'v7.4.0',
  533. 'version' => '7.4.0.0',
  534. 'reference' => '1c6bc89166e524a40ee42bf516fb99ffc6401c82',
  535. 'type' => 'library',
  536. 'install_path' => __DIR__ . '/../qiniu/php-sdk',
  537. 'aliases' => array(),
  538. 'dev_requirement' => false,
  539. ),
  540. 'ralouphie/getallheaders' => array(
  541. 'pretty_version' => '3.0.3',
  542. 'version' => '3.0.3.0',
  543. 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
  544. 'type' => 'library',
  545. 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
  546. 'aliases' => array(),
  547. 'dev_requirement' => false,
  548. ),
  549. 'rmccue/requests' => array(
  550. 'pretty_version' => 'v2.0.5',
  551. 'version' => '2.0.5.0',
  552. 'reference' => 'b717f1d2f4ef7992ec0c127747ed8b7e170c2f49',
  553. 'type' => 'library',
  554. 'install_path' => __DIR__ . '/../rmccue/requests',
  555. 'aliases' => array(),
  556. 'dev_requirement' => false,
  557. ),
  558. 'spatie/macroable' => array(
  559. 'pretty_version' => '1.0.1',
  560. 'version' => '1.0.1.0',
  561. 'reference' => '7a99549fc001c925714b329220dea680c04bfa48',
  562. 'type' => 'library',
  563. 'install_path' => __DIR__ . '/../spatie/macroable',
  564. 'aliases' => array(),
  565. 'dev_requirement' => false,
  566. ),
  567. 'symfony/cache' => array(
  568. 'pretty_version' => 'v6.0.19',
  569. 'version' => '6.0.19.0',
  570. 'reference' => '81ca309f056e836480928b20280ec52ce8369bb3',
  571. 'type' => 'library',
  572. 'install_path' => __DIR__ . '/../symfony/cache',
  573. 'aliases' => array(),
  574. 'dev_requirement' => false,
  575. ),
  576. 'symfony/cache-contracts' => array(
  577. 'pretty_version' => 'v3.0.2',
  578. 'version' => '3.0.2.0',
  579. 'reference' => '1c0a181c9ee221afe4fa55b2d13fc63c5ae14348',
  580. 'type' => 'library',
  581. 'install_path' => __DIR__ . '/../symfony/cache-contracts',
  582. 'aliases' => array(),
  583. 'dev_requirement' => false,
  584. ),
  585. 'symfony/cache-implementation' => array(
  586. 'dev_requirement' => false,
  587. 'provided' => array(
  588. 0 => '1.1|2.0|3.0',
  589. ),
  590. ),
  591. 'symfony/deprecation-contracts' => array(
  592. 'pretty_version' => 'v3.0.2',
  593. 'version' => '3.0.2.0',
  594. 'reference' => '26954b3d62a6c5fd0ea8a2a00c0353a14978d05c',
  595. 'type' => 'library',
  596. 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
  597. 'aliases' => array(),
  598. 'dev_requirement' => false,
  599. ),
  600. 'symfony/http-client' => array(
  601. 'pretty_version' => 'v6.0.20',
  602. 'version' => '6.0.20.0',
  603. 'reference' => '541c04560da1875f62c963c3aab6ea12a7314e11',
  604. 'type' => 'library',
  605. 'install_path' => __DIR__ . '/../symfony/http-client',
  606. 'aliases' => array(),
  607. 'dev_requirement' => false,
  608. ),
  609. 'symfony/http-client-contracts' => array(
  610. 'pretty_version' => 'v3.0.2',
  611. 'version' => '3.0.2.0',
  612. 'reference' => '4184b9b63af1edaf35b6a7974c6f1f9f33294129',
  613. 'type' => 'library',
  614. 'install_path' => __DIR__ . '/../symfony/http-client-contracts',
  615. 'aliases' => array(),
  616. 'dev_requirement' => false,
  617. ),
  618. 'symfony/http-client-implementation' => array(
  619. 'dev_requirement' => false,
  620. 'provided' => array(
  621. 0 => '3.0',
  622. ),
  623. ),
  624. 'symfony/http-foundation' => array(
  625. 'pretty_version' => 'v6.0.20',
  626. 'version' => '6.0.20.0',
  627. 'reference' => 'e16b2676a4b3b1fa12378a20b29c364feda2a8d6',
  628. 'type' => 'library',
  629. 'install_path' => __DIR__ . '/../symfony/http-foundation',
  630. 'aliases' => array(),
  631. 'dev_requirement' => false,
  632. ),
  633. 'symfony/mime' => array(
  634. 'pretty_version' => 'v6.0.19',
  635. 'version' => '6.0.19.0',
  636. 'reference' => 'd7052547a0070cbeadd474e172b527a00d657301',
  637. 'type' => 'library',
  638. 'install_path' => __DIR__ . '/../symfony/mime',
  639. 'aliases' => array(),
  640. 'dev_requirement' => false,
  641. ),
  642. 'symfony/polyfill-intl-idn' => array(
  643. 'pretty_version' => 'v1.29.0',
  644. 'version' => '1.29.0.0',
  645. 'reference' => 'a287ed7475f85bf6f61890146edbc932c0fff919',
  646. 'type' => 'library',
  647. 'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn',
  648. 'aliases' => array(),
  649. 'dev_requirement' => false,
  650. ),
  651. 'symfony/polyfill-intl-normalizer' => array(
  652. 'pretty_version' => 'v1.28.0',
  653. 'version' => '1.28.0.0',
  654. 'reference' => '8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92',
  655. 'type' => 'library',
  656. 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
  657. 'aliases' => array(),
  658. 'dev_requirement' => false,
  659. ),
  660. 'symfony/polyfill-mbstring' => array(
  661. 'pretty_version' => 'v1.28.0',
  662. 'version' => '1.28.0.0',
  663. 'reference' => '42292d99c55abe617799667f454222c54c60e229',
  664. 'type' => 'library',
  665. 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
  666. 'aliases' => array(),
  667. 'dev_requirement' => false,
  668. ),
  669. 'symfony/polyfill-php72' => array(
  670. 'pretty_version' => 'v1.29.0',
  671. 'version' => '1.29.0.0',
  672. 'reference' => '861391a8da9a04cbad2d232ddd9e4893220d6e25',
  673. 'type' => 'library',
  674. 'install_path' => __DIR__ . '/../symfony/polyfill-php72',
  675. 'aliases' => array(),
  676. 'dev_requirement' => false,
  677. ),
  678. 'symfony/polyfill-php80' => array(
  679. 'pretty_version' => 'v1.29.0',
  680. 'version' => '1.29.0.0',
  681. 'reference' => '87b68208d5c1188808dd7839ee1e6c8ec3b02f1b',
  682. 'type' => 'library',
  683. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  684. 'aliases' => array(),
  685. 'dev_requirement' => false,
  686. ),
  687. 'symfony/polyfill-php81' => array(
  688. 'pretty_version' => 'v1.28.0',
  689. 'version' => '1.28.0.0',
  690. 'reference' => '7581cd600fa9fd681b797d00b02f068e2f13263b',
  691. 'type' => 'library',
  692. 'install_path' => __DIR__ . '/../symfony/polyfill-php81',
  693. 'aliases' => array(),
  694. 'dev_requirement' => false,
  695. ),
  696. 'symfony/psr-http-message-bridge' => array(
  697. 'pretty_version' => 'v2.2.0',
  698. 'version' => '2.2.0.0',
  699. 'reference' => '28a732c05bbad801304ad5a5c674cf2970508993',
  700. 'type' => 'symfony-bridge',
  701. 'install_path' => __DIR__ . '/../symfony/psr-http-message-bridge',
  702. 'aliases' => array(),
  703. 'dev_requirement' => false,
  704. ),
  705. 'symfony/service-contracts' => array(
  706. 'pretty_version' => 'v3.0.2',
  707. 'version' => '3.0.2.0',
  708. 'reference' => 'd78d39c1599bd1188b8e26bb341da52c3c6d8a66',
  709. 'type' => 'library',
  710. 'install_path' => __DIR__ . '/../symfony/service-contracts',
  711. 'aliases' => array(),
  712. 'dev_requirement' => false,
  713. ),
  714. 'symfony/translation' => array(
  715. 'pretty_version' => 'v6.0.19',
  716. 'version' => '6.0.19.0',
  717. 'reference' => '9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f',
  718. 'type' => 'library',
  719. 'install_path' => __DIR__ . '/../symfony/translation',
  720. 'aliases' => array(),
  721. 'dev_requirement' => false,
  722. ),
  723. 'symfony/translation-contracts' => array(
  724. 'pretty_version' => 'v3.0.2',
  725. 'version' => '3.0.2.0',
  726. 'reference' => 'acbfbb274e730e5a0236f619b6168d9dedb3e282',
  727. 'type' => 'library',
  728. 'install_path' => __DIR__ . '/../symfony/translation-contracts',
  729. 'aliases' => array(),
  730. 'dev_requirement' => false,
  731. ),
  732. 'symfony/translation-implementation' => array(
  733. 'dev_requirement' => false,
  734. 'provided' => array(
  735. 0 => '2.3|3.0',
  736. ),
  737. ),
  738. 'symfony/var-dumper' => array(
  739. 'pretty_version' => 'v6.0.19',
  740. 'version' => '6.0.19.0',
  741. 'reference' => 'eb980457fa6899840fe1687e8627a03a7d8a3d52',
  742. 'type' => 'library',
  743. 'install_path' => __DIR__ . '/../symfony/var-dumper',
  744. 'aliases' => array(),
  745. 'dev_requirement' => true,
  746. ),
  747. 'symfony/var-exporter' => array(
  748. 'pretty_version' => 'v6.0.19',
  749. 'version' => '6.0.19.0',
  750. 'reference' => 'df56f53818c2d5d9f683f4ad2e365ba73a3b69d2',
  751. 'type' => 'library',
  752. 'install_path' => __DIR__ . '/../symfony/var-exporter',
  753. 'aliases' => array(),
  754. 'dev_requirement' => false,
  755. ),
  756. 'tencentcloud/common' => array(
  757. 'pretty_version' => '3.0.1105',
  758. 'version' => '3.0.1105.0',
  759. 'reference' => 'b49bbd36fe95463c6eb11ed015de63999a45ea2d',
  760. 'type' => 'library',
  761. 'install_path' => __DIR__ . '/../tencentcloud/common',
  762. 'aliases' => array(),
  763. 'dev_requirement' => false,
  764. ),
  765. 'tencentcloud/sms' => array(
  766. 'pretty_version' => '3.0.1105',
  767. 'version' => '3.0.1105.0',
  768. 'reference' => 'decd581d9d4f0fb9645c193deae2cd625c936ab0',
  769. 'type' => 'library',
  770. 'install_path' => __DIR__ . '/../tencentcloud/sms',
  771. 'aliases' => array(),
  772. 'dev_requirement' => false,
  773. ),
  774. 'topthink/framework' => array(
  775. 'pretty_version' => 'v8.0.3',
  776. 'version' => '8.0.3.0',
  777. 'reference' => '5e59fb1e2bcb400c6f82e99d1a40dd058afc8563',
  778. 'type' => 'library',
  779. 'install_path' => __DIR__ . '/../topthink/framework',
  780. 'aliases' => array(),
  781. 'dev_requirement' => false,
  782. ),
  783. 'topthink/think' => array(
  784. 'pretty_version' => '1.0.0+no-version-set',
  785. 'version' => '1.0.0.0',
  786. 'reference' => NULL,
  787. 'type' => 'project',
  788. 'install_path' => __DIR__ . '/../../',
  789. 'aliases' => array(),
  790. 'dev_requirement' => false,
  791. ),
  792. 'topthink/think-captcha' => array(
  793. 'pretty_version' => 'v3.0.9',
  794. 'version' => '3.0.9.0',
  795. 'reference' => 'b1ef360670578214edeebcf824aaf6ab7ee0528b',
  796. 'type' => 'library',
  797. 'install_path' => __DIR__ . '/../topthink/think-captcha',
  798. 'aliases' => array(),
  799. 'dev_requirement' => false,
  800. ),
  801. 'topthink/think-filesystem' => array(
  802. 'pretty_version' => 'v2.0.2',
  803. 'version' => '2.0.2.0',
  804. 'reference' => 'c08503232fcae0c3c7fefae5e6b5c841ffe09f2f',
  805. 'type' => 'library',
  806. 'install_path' => __DIR__ . '/../topthink/think-filesystem',
  807. 'aliases' => array(),
  808. 'dev_requirement' => false,
  809. ),
  810. 'topthink/think-helper' => array(
  811. 'pretty_version' => 'v3.1.6',
  812. 'version' => '3.1.6.0',
  813. 'reference' => '769acbe50a4274327162f9c68ec2e89a38eb2aff',
  814. 'type' => 'library',
  815. 'install_path' => __DIR__ . '/../topthink/think-helper',
  816. 'aliases' => array(),
  817. 'dev_requirement' => false,
  818. ),
  819. 'topthink/think-image' => array(
  820. 'pretty_version' => 'v1.0.7',
  821. 'version' => '1.0.7.0',
  822. 'reference' => '8586cf47f117481c6d415b20f7dedf62e79d5512',
  823. 'type' => 'library',
  824. 'install_path' => __DIR__ . '/../topthink/think-image',
  825. 'aliases' => array(),
  826. 'dev_requirement' => false,
  827. ),
  828. 'topthink/think-multi-app' => array(
  829. 'pretty_version' => 'v1.0.16',
  830. 'version' => '1.0.16.0',
  831. 'reference' => '07b9183855150455e1f76f8cbe9d77d6d1bc399f',
  832. 'type' => 'library',
  833. 'install_path' => __DIR__ . '/../topthink/think-multi-app',
  834. 'aliases' => array(),
  835. 'dev_requirement' => false,
  836. ),
  837. 'topthink/think-orm' => array(
  838. 'pretty_version' => 'v3.0.14',
  839. 'version' => '3.0.14.0',
  840. 'reference' => '7b0b8ea6ca5e020217f6ba7ae34d547e148a675b',
  841. 'type' => 'library',
  842. 'install_path' => __DIR__ . '/../topthink/think-orm',
  843. 'aliases' => array(),
  844. 'dev_requirement' => false,
  845. ),
  846. 'topthink/think-template' => array(
  847. 'pretty_version' => 'v3.0.0',
  848. 'version' => '3.0.0.0',
  849. 'reference' => '4352d2cf627abfb8b49f830686c25c02f59c23f2',
  850. 'type' => 'library',
  851. 'install_path' => __DIR__ . '/../topthink/think-template',
  852. 'aliases' => array(),
  853. 'dev_requirement' => false,
  854. ),
  855. 'topthink/think-trace' => array(
  856. 'pretty_version' => 'v1.6',
  857. 'version' => '1.6.0.0',
  858. 'reference' => '136cd5d97e8bdb780e4b5c1637c588ed7ca3e142',
  859. 'type' => 'library',
  860. 'install_path' => __DIR__ . '/../topthink/think-trace',
  861. 'aliases' => array(),
  862. 'dev_requirement' => true,
  863. ),
  864. 'topthink/think-view' => array(
  865. 'pretty_version' => 'v2.0.0',
  866. 'version' => '2.0.0.0',
  867. 'reference' => 'd2a076011c96d2edd8016703a827fb54b2683c62',
  868. 'type' => 'library',
  869. 'install_path' => __DIR__ . '/../topthink/think-view',
  870. 'aliases' => array(),
  871. 'dev_requirement' => false,
  872. ),
  873. 'w7corp/easywechat' => array(
  874. 'pretty_version' => '6.7.0',
  875. 'version' => '6.7.0.0',
  876. 'reference' => '85a49397713662c5b98d661a5a9ad8f5566042c4',
  877. 'type' => 'library',
  878. 'install_path' => __DIR__ . '/../w7corp/easywechat',
  879. 'aliases' => array(),
  880. 'dev_requirement' => false,
  881. ),
  882. 'webmozart/assert' => array(
  883. 'pretty_version' => '1.11.0',
  884. 'version' => '1.11.0.0',
  885. 'reference' => '11cb2199493b2f8a3b53e7f19068fc6aac760991',
  886. 'type' => 'library',
  887. 'install_path' => __DIR__ . '/../webmozart/assert',
  888. 'aliases' => array(),
  889. 'dev_requirement' => false,
  890. ),
  891. 'workerman/crontab' => array(
  892. 'pretty_version' => 'v1.0.6',
  893. 'version' => '1.0.6.0',
  894. 'reference' => 'b78f1556f2977715b9cb5653129e6d9cf160d966',
  895. 'type' => 'library',
  896. 'install_path' => __DIR__ . '/../workerman/crontab',
  897. 'aliases' => array(),
  898. 'dev_requirement' => false,
  899. ),
  900. 'workerman/redis' => array(
  901. 'pretty_version' => 'v2.0.2',
  902. 'version' => '2.0.2.0',
  903. 'reference' => '542f10c243ba846f1f3b4c07a26136c5fa80d972',
  904. 'type' => 'library',
  905. 'install_path' => __DIR__ . '/../workerman/redis',
  906. 'aliases' => array(),
  907. 'dev_requirement' => false,
  908. ),
  909. 'workerman/redis-queue' => array(
  910. 'pretty_version' => 'v1.2.0',
  911. 'version' => '1.2.0.0',
  912. 'reference' => '7b6aee70d69e5c9427c0411d85f8398027831b42',
  913. 'type' => 'library',
  914. 'install_path' => __DIR__ . '/../workerman/redis-queue',
  915. 'aliases' => array(),
  916. 'dev_requirement' => false,
  917. ),
  918. 'workerman/workerman' => array(
  919. 'pretty_version' => 'v4.1.15',
  920. 'version' => '4.1.15.0',
  921. 'reference' => 'afc8242fc769ab7cf22eb4ac22b97cb59d465e4e',
  922. 'type' => 'library',
  923. 'install_path' => __DIR__ . '/../workerman/workerman',
  924. 'aliases' => array(),
  925. 'dev_requirement' => false,
  926. ),
  927. 'yansongda/artful' => array(
  928. 'pretty_version' => 'v1.0.9',
  929. 'version' => '1.0.9.0',
  930. 'reference' => '1fbf987c0deb95a9b67eb343f2b96c8489635e6f',
  931. 'type' => 'library',
  932. 'install_path' => __DIR__ . '/../yansongda/artful',
  933. 'aliases' => array(),
  934. 'dev_requirement' => false,
  935. ),
  936. 'yansongda/pay' => array(
  937. 'pretty_version' => 'v3.6.3',
  938. 'version' => '3.6.3.0',
  939. 'reference' => 'fba0bb30636cb936eed9e9078d781e0dc4e4282b',
  940. 'type' => 'library',
  941. 'install_path' => __DIR__ . '/../yansongda/pay',
  942. 'aliases' => array(),
  943. 'dev_requirement' => false,
  944. ),
  945. 'yansongda/supports' => array(
  946. 'pretty_version' => 'v4.0.9',
  947. 'version' => '4.0.9.0',
  948. 'reference' => 'c3479723be665360a5635c15f184a1d0a8dc995a',
  949. 'type' => 'library',
  950. 'install_path' => __DIR__ . '/../yansongda/supports',
  951. 'aliases' => array(),
  952. 'dev_requirement' => false,
  953. ),
  954. ),
  955. );