installed.php 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'fuukei/sakurairo',
  4. 'pretty_version' => 'dev-main',
  5. 'version' => 'dev-main',
  6. 'reference' => '7217d2e2b3284f632342ee6e00ac4837e27b4bb0',
  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' => 'dev-main',
  24. 'version' => 'dev-main',
  25. 'reference' => '7217d2e2b3284f632342ee6e00ac4837e27b4bb0',
  26. 'type' => 'project',
  27. 'install_path' => __DIR__ . '/../../',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'guzzlehttp/guzzle' => array(
  32. 'pretty_version' => '7.8.0',
  33. 'version' => '7.8.0.0',
  34. 'reference' => '1110f66a6530a40fe7aea0378fe608ee2b2248f9',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'guzzlehttp/promises' => array(
  41. 'pretty_version' => '2.0.1',
  42. 'version' => '2.0.1.0',
  43. 'reference' => '111166291a0f8130081195ac4556a5587d7f1b5d',
  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.6.1',
  51. 'version' => '2.6.1.0',
  52. 'reference' => 'be45764272e8873c72dbe3d2edcfdfcc3bc9f727',
  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.1.2',
  60. 'version' => '2.1.2.0',
  61. 'reference' => 'b6ceff8ae51eab93a70dd8c84234f4c079456fed',
  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.2',
  69. 'version' => '1.0.2.0',
  70. 'reference' => '0955afe48220520692d2d09f7ab7e0f93ffd6a31',
  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.2',
  84. 'version' => '1.0.2.0',
  85. 'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
  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' => '2.0',
  99. 'version' => '2.0.0.0',
  100. 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71',
  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.28.0',
  156. 'version' => '1.28.0.0',
  157. 'reference' => 'ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb',
  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.28.0',
  165. 'version' => '1.28.0.0',
  166. 'reference' => '6caa57379c4aec19c0a12a38b59b26487dcfe4b5',
  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.28.0',
  174. 'version' => '1.28.0.0',
  175. 'reference' => '7581cd600fa9fd681b797d00b02f068e2f13263b',
  176. 'type' => 'library',
  177. 'install_path' => __DIR__ . '/../symfony/polyfill-php81',
  178. 'aliases' => array(),
  179. 'dev_requirement' => false,
  180. ),
  181. ),
  182. );