installed.php 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'fuukei/sakurairo',
  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. 'brick/math' => array(
  14. 'pretty_version' => '0.9.3',
  15. 'version' => '0.9.3.0',
  16. 'reference' => 'ca57d18f028f84f777b2168cd1911b0dee2343ae',
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../brick/math',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'fuukei/sakurairo' => array(
  23. 'pretty_version' => '1.0.0+no-version-set',
  24. 'version' => '1.0.0.0',
  25. 'reference' => NULL,
  26. 'type' => 'project',
  27. 'install_path' => __DIR__ . '/../../',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'guzzlehttp/guzzle' => array(
  32. 'pretty_version' => '7.5.0',
  33. 'version' => '7.5.0.0',
  34. 'reference' => 'b50a2a1251152e43f6a37f0fa053e730a67d25ba',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'guzzlehttp/promises' => array(
  41. 'pretty_version' => '1.5.2',
  42. 'version' => '1.5.2.0',
  43. 'reference' => 'b94b2807d85443f9719887892882d0329d1e2598',
  44. 'type' => 'library',
  45. 'install_path' => __DIR__ . '/../guzzlehttp/promises',
  46. 'aliases' => array(),
  47. 'dev_requirement' => false,
  48. ),
  49. 'guzzlehttp/psr7' => array(
  50. 'pretty_version' => '2.4.4',
  51. 'version' => '2.4.4.0',
  52. 'reference' => '3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf',
  53. 'type' => 'library',
  54. 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
  55. 'aliases' => array(),
  56. 'dev_requirement' => false,
  57. ),
  58. 'haozi-team/chatgpt-php' => array(
  59. 'pretty_version' => '2.0.3',
  60. 'version' => '2.0.3.0',
  61. 'reference' => 'ffe5dedcb080740b5d5964da3af660c0272686f7',
  62. 'type' => 'library',
  63. 'install_path' => __DIR__ . '/../haozi-team/chatgpt-php',
  64. 'aliases' => array(),
  65. 'dev_requirement' => false,
  66. ),
  67. 'psr/http-client' => array(
  68. 'pretty_version' => '1.0.1',
  69. 'version' => '1.0.1.0',
  70. 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
  71. 'type' => 'library',
  72. 'install_path' => __DIR__ . '/../psr/http-client',
  73. 'aliases' => array(),
  74. 'dev_requirement' => false,
  75. ),
  76. 'psr/http-client-implementation' => array(
  77. 'dev_requirement' => false,
  78. 'provided' => array(
  79. 0 => '1.0',
  80. ),
  81. ),
  82. 'psr/http-factory' => array(
  83. 'pretty_version' => '1.0.1',
  84. 'version' => '1.0.1.0',
  85. 'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
  86. 'type' => 'library',
  87. 'install_path' => __DIR__ . '/../psr/http-factory',
  88. 'aliases' => array(),
  89. 'dev_requirement' => false,
  90. ),
  91. 'psr/http-factory-implementation' => array(
  92. 'dev_requirement' => false,
  93. 'provided' => array(
  94. 0 => '1.0',
  95. ),
  96. ),
  97. 'psr/http-message' => array(
  98. 'pretty_version' => '1.1',
  99. 'version' => '1.1.0.0',
  100. 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba',
  101. 'type' => 'library',
  102. 'install_path' => __DIR__ . '/../psr/http-message',
  103. 'aliases' => array(),
  104. 'dev_requirement' => false,
  105. ),
  106. 'psr/http-message-implementation' => array(
  107. 'dev_requirement' => false,
  108. 'provided' => array(
  109. 0 => '1.0',
  110. ),
  111. ),
  112. 'ralouphie/getallheaders' => array(
  113. 'pretty_version' => '3.0.3',
  114. 'version' => '3.0.3.0',
  115. 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
  116. 'type' => 'library',
  117. 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
  118. 'aliases' => array(),
  119. 'dev_requirement' => false,
  120. ),
  121. 'ramsey/collection' => array(
  122. 'pretty_version' => '1.3.0',
  123. 'version' => '1.3.0.0',
  124. 'reference' => 'ad7475d1c9e70b190ecffc58f2d989416af339b4',
  125. 'type' => 'library',
  126. 'install_path' => __DIR__ . '/../ramsey/collection',
  127. 'aliases' => array(),
  128. 'dev_requirement' => false,
  129. ),
  130. 'ramsey/uuid' => array(
  131. 'pretty_version' => '4.2.3',
  132. 'version' => '4.2.3.0',
  133. 'reference' => 'fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df',
  134. 'type' => 'library',
  135. 'install_path' => __DIR__ . '/../ramsey/uuid',
  136. 'aliases' => array(),
  137. 'dev_requirement' => false,
  138. ),
  139. 'rhumsaa/uuid' => array(
  140. 'dev_requirement' => false,
  141. 'replaced' => array(
  142. 0 => '4.2.3',
  143. ),
  144. ),
  145. 'symfony/deprecation-contracts' => array(
  146. 'pretty_version' => 'v2.5.2',
  147. 'version' => '2.5.2.0',
  148. 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
  149. 'type' => 'library',
  150. 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
  151. 'aliases' => array(),
  152. 'dev_requirement' => false,
  153. ),
  154. 'symfony/polyfill-ctype' => array(
  155. 'pretty_version' => 'v1.27.0',
  156. 'version' => '1.27.0.0',
  157. 'reference' => '5bbc823adecdae860bb64756d639ecfec17b050a',
  158. 'type' => 'library',
  159. 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
  160. 'aliases' => array(),
  161. 'dev_requirement' => false,
  162. ),
  163. 'symfony/polyfill-php80' => array(
  164. 'pretty_version' => 'v1.27.0',
  165. 'version' => '1.27.0.0',
  166. 'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936',
  167. 'type' => 'library',
  168. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  169. 'aliases' => array(),
  170. 'dev_requirement' => false,
  171. ),
  172. 'symfony/polyfill-php81' => array(
  173. 'pretty_version' => 'v1.27.0',
  174. 'version' => '1.27.0.0',
  175. 'reference' => '707403074c8ea6e2edaf8794b0157a0bfa52157a',
  176. 'type' => 'library',
  177. 'install_path' => __DIR__ . '/../symfony/polyfill-php81',
  178. 'aliases' => array(),
  179. 'dev_requirement' => false,
  180. ),
  181. ),
  182. );