installed.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <?php return array(
  2. 'root' => array(
  3. 'pretty_version' => '1.0.0+no-version-set',
  4. 'version' => '1.0.0.0',
  5. 'type' => 'project',
  6. 'install_path' => __DIR__ . '/../../',
  7. 'aliases' => array(),
  8. 'reference' => NULL,
  9. 'name' => 'thinkcmf/thinkcmf',
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'chamilo/pclzip' => array(
  14. 'pretty_version' => 'v2.8.4',
  15. 'version' => '2.8.4.0',
  16. 'type' => 'library',
  17. 'install_path' => __DIR__ . '/../chamilo/pclzip',
  18. 'aliases' => array(),
  19. 'reference' => 'b94b7a190e186a31bd37f21be3a83a48c7d6b49a',
  20. 'dev_requirement' => false,
  21. ),
  22. 'electrolinux/phpquery' => array(
  23. 'pretty_version' => '0.9.6',
  24. 'version' => '0.9.6.0',
  25. 'type' => 'library',
  26. 'install_path' => __DIR__ . '/../electrolinux/phpquery',
  27. 'aliases' => array(),
  28. 'reference' => '6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a',
  29. 'dev_requirement' => false,
  30. ),
  31. 'ezyang/htmlpurifier' => array(
  32. 'pretty_version' => 'v4.14.0',
  33. 'version' => '4.14.0.0',
  34. 'type' => 'library',
  35. 'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
  36. 'aliases' => array(),
  37. 'reference' => '12ab42bd6e742c70c0a52f7b82477fcd44e64b75',
  38. 'dev_requirement' => false,
  39. ),
  40. 'league/flysystem' => array(
  41. 'pretty_version' => '1.1.9',
  42. 'version' => '1.1.9.0',
  43. 'type' => 'library',
  44. 'install_path' => __DIR__ . '/../league/flysystem',
  45. 'aliases' => array(),
  46. 'reference' => '094defdb4a7001845300334e7c1ee2335925ef99',
  47. 'dev_requirement' => false,
  48. ),
  49. 'league/flysystem-cached-adapter' => array(
  50. 'pretty_version' => '1.1.0',
  51. 'version' => '1.1.0.0',
  52. 'type' => 'library',
  53. 'install_path' => __DIR__ . '/../league/flysystem-cached-adapter',
  54. 'aliases' => array(),
  55. 'reference' => 'd1925efb2207ac4be3ad0c40b8277175f99ffaff',
  56. 'dev_requirement' => false,
  57. ),
  58. 'league/mime-type-detection' => array(
  59. 'pretty_version' => '1.11.0',
  60. 'version' => '1.11.0.0',
  61. 'type' => 'library',
  62. 'install_path' => __DIR__ . '/../league/mime-type-detection',
  63. 'aliases' => array(),
  64. 'reference' => 'ff6248ea87a9f116e78edd6002e39e5128a0d4dd',
  65. 'dev_requirement' => false,
  66. ),
  67. 'mindplay/annotations' => array(
  68. 'pretty_version' => '1.3.3',
  69. 'version' => '1.3.3.0',
  70. 'type' => 'library',
  71. 'install_path' => __DIR__ . '/../mindplay/annotations',
  72. 'aliases' => array(),
  73. 'reference' => 'd314832b338b88299c4108361c858b0590798d2c',
  74. 'dev_requirement' => false,
  75. ),
  76. 'pclzip/pclzip' => array(
  77. 'dev_requirement' => false,
  78. 'replaced' => array(
  79. 0 => '^2.8',
  80. ),
  81. ),
  82. 'phpmailer/phpmailer' => array(
  83. 'pretty_version' => 'v6.6.3',
  84. 'version' => '6.6.3.0',
  85. 'type' => 'library',
  86. 'install_path' => __DIR__ . '/../phpmailer/phpmailer',
  87. 'aliases' => array(),
  88. 'reference' => '9400f305a898f194caff5521f64e5dfa926626f3',
  89. 'dev_requirement' => false,
  90. ),
  91. 'psr/cache' => array(
  92. 'pretty_version' => '1.0.1',
  93. 'version' => '1.0.1.0',
  94. 'type' => 'library',
  95. 'install_path' => __DIR__ . '/../psr/cache',
  96. 'aliases' => array(),
  97. 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
  98. 'dev_requirement' => false,
  99. ),
  100. 'psr/container' => array(
  101. 'pretty_version' => '1.1.2',
  102. 'version' => '1.1.2.0',
  103. 'type' => 'library',
  104. 'install_path' => __DIR__ . '/../psr/container',
  105. 'aliases' => array(),
  106. 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
  107. 'dev_requirement' => false,
  108. ),
  109. 'psr/http-message' => array(
  110. 'pretty_version' => '1.0.1',
  111. 'version' => '1.0.1.0',
  112. 'type' => 'library',
  113. 'install_path' => __DIR__ . '/../psr/http-message',
  114. 'aliases' => array(),
  115. 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
  116. 'dev_requirement' => false,
  117. ),
  118. 'psr/log' => array(
  119. 'pretty_version' => '1.1.4',
  120. 'version' => '1.1.4.0',
  121. 'type' => 'library',
  122. 'install_path' => __DIR__ . '/../psr/log',
  123. 'aliases' => array(),
  124. 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
  125. 'dev_requirement' => false,
  126. ),
  127. 'psr/simple-cache' => array(
  128. 'pretty_version' => '1.0.1',
  129. 'version' => '1.0.1.0',
  130. 'type' => 'library',
  131. 'install_path' => __DIR__ . '/../psr/simple-cache',
  132. 'aliases' => array(),
  133. 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
  134. 'dev_requirement' => false,
  135. ),
  136. 'thinkcmf/cmf' => array(
  137. 'pretty_version' => 'v6.0.16',
  138. 'version' => '6.0.16.0',
  139. 'type' => 'library',
  140. 'install_path' => __DIR__ . '/../thinkcmf/cmf',
  141. 'aliases' => array(),
  142. 'reference' => 'bb02d518e7ee8c19442ddd88a45abcbc8cfb00a8',
  143. 'dev_requirement' => false,
  144. ),
  145. 'thinkcmf/cmf-api' => array(
  146. 'pretty_version' => 'v6.0.6',
  147. 'version' => '6.0.6.0',
  148. 'type' => 'library',
  149. 'install_path' => __DIR__ . '/../thinkcmf/cmf-api',
  150. 'aliases' => array(),
  151. 'reference' => 'ab03f98bdff9c6c279d1ec243bfeb1d3104c59a1',
  152. 'dev_requirement' => false,
  153. ),
  154. 'thinkcmf/cmf-app' => array(
  155. 'pretty_version' => 'v6.0.14',
  156. 'version' => '6.0.14.0',
  157. 'type' => 'library',
  158. 'install_path' => __DIR__ . '/../thinkcmf/cmf-app',
  159. 'aliases' => array(),
  160. 'reference' => '86d2536e4f5d0634ddec432161c94dfeaa0a65bf',
  161. 'dev_requirement' => false,
  162. ),
  163. 'thinkcmf/cmf-appstore' => array(
  164. 'pretty_version' => 'v1.0.13',
  165. 'version' => '1.0.13.0',
  166. 'type' => 'library',
  167. 'install_path' => __DIR__ . '/../thinkcmf/cmf-appstore',
  168. 'aliases' => array(),
  169. 'reference' => 'e911e790e63e1aa742569c4b022836d4743c5cc6',
  170. 'dev_requirement' => false,
  171. ),
  172. 'thinkcmf/cmf-captcha' => array(
  173. 'pretty_version' => 'v3.0.8',
  174. 'version' => '3.0.8.0',
  175. 'type' => 'library',
  176. 'install_path' => __DIR__ . '/../thinkcmf/cmf-captcha',
  177. 'aliases' => array(),
  178. 'reference' => 'cfd5dee667b3659fd49d6f6ba1fcd55dc52fe28c',
  179. 'dev_requirement' => false,
  180. ),
  181. 'thinkcmf/cmf-extend' => array(
  182. 'pretty_version' => 'v5.1.4',
  183. 'version' => '5.1.4.0',
  184. 'type' => 'library',
  185. 'install_path' => __DIR__ . '/../thinkcmf/cmf-extend',
  186. 'aliases' => array(),
  187. 'reference' => '439590e44404902116065f35ede16928a534ae29',
  188. 'dev_requirement' => false,
  189. ),
  190. 'thinkcmf/cmf-install' => array(
  191. 'pretty_version' => 'v6.0.7',
  192. 'version' => '6.0.7.0',
  193. 'type' => 'library',
  194. 'install_path' => __DIR__ . '/../thinkcmf/cmf-install',
  195. 'aliases' => array(),
  196. 'reference' => '965b37ddf6b9eafb1390e37cea7a4e93d795c25a',
  197. 'dev_requirement' => false,
  198. ),
  199. 'thinkcmf/cmf-root' => array(
  200. 'pretty_version' => 'v1.0.10',
  201. 'version' => '1.0.10.0',
  202. 'type' => 'composer-plugin',
  203. 'install_path' => __DIR__ . '/../thinkcmf/cmf-root',
  204. 'aliases' => array(),
  205. 'reference' => '49b56d41d5a70de7feeff68742e61fcaa433fcac',
  206. 'dev_requirement' => false,
  207. ),
  208. 'thinkcmf/thinkcmf' => array(
  209. 'pretty_version' => '1.0.0+no-version-set',
  210. 'version' => '1.0.0.0',
  211. 'type' => 'project',
  212. 'install_path' => __DIR__ . '/../../',
  213. 'aliases' => array(),
  214. 'reference' => NULL,
  215. 'dev_requirement' => false,
  216. ),
  217. 'topthink/framework' => array(
  218. 'pretty_version' => 'v6.0.13',
  219. 'version' => '6.0.13.0',
  220. 'type' => 'library',
  221. 'install_path' => __DIR__ . '/../topthink/framework',
  222. 'aliases' => array(),
  223. 'reference' => '126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6',
  224. 'dev_requirement' => false,
  225. ),
  226. 'topthink/think-helper' => array(
  227. 'pretty_version' => 'v3.1.6',
  228. 'version' => '3.1.6.0',
  229. 'type' => 'library',
  230. 'install_path' => __DIR__ . '/../topthink/think-helper',
  231. 'aliases' => array(),
  232. 'reference' => '769acbe50a4274327162f9c68ec2e89a38eb2aff',
  233. 'dev_requirement' => false,
  234. ),
  235. 'topthink/think-orm' => array(
  236. 'pretty_version' => 'v2.0.54',
  237. 'version' => '2.0.54.0',
  238. 'type' => 'library',
  239. 'install_path' => __DIR__ . '/../topthink/think-orm',
  240. 'aliases' => array(),
  241. 'reference' => '97b061b47616301ff29fbd4c35ed9184e1162e4e',
  242. 'dev_requirement' => false,
  243. ),
  244. 'topthink/think-trace' => array(
  245. 'pretty_version' => 'v1.4',
  246. 'version' => '1.4.0.0',
  247. 'type' => 'library',
  248. 'install_path' => __DIR__ . '/../topthink/think-trace',
  249. 'aliases' => array(),
  250. 'reference' => '9a9fa8f767b6c66c5a133ad21ca1bc96ad329444',
  251. 'dev_requirement' => true,
  252. ),
  253. 'xia/migration' => array(
  254. 'pretty_version' => 'v6.0.1',
  255. 'version' => '6.0.1.0',
  256. 'type' => 'library',
  257. 'install_path' => __DIR__ . '/../xia/migration',
  258. 'aliases' => array(),
  259. 'reference' => '368961c71db0612105104fba11765d788a04e5c6',
  260. 'dev_requirement' => false,
  261. ),
  262. ),
  263. );