installed.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'webklex/php-imap',
  4. 'pretty_version' => 'dev-develop',
  5. 'version' => 'dev-develop',
  6. 'reference' => '0f467d1c4283cc035ef474db3c733653feeb570f',
  7. 'type' => 'library',
  8. 'install_path' => __DIR__ . '/../../',
  9. 'aliases' => array(),
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'doctrine/inflector' => array(
  14. 'pretty_version' => '2.0.4',
  15. 'version' => '2.0.4.0',
  16. 'reference' => '8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89',
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../doctrine/inflector',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'doctrine/instantiator' => array(
  23. 'pretty_version' => '1.4.1',
  24. 'version' => '1.4.1.0',
  25. 'reference' => '10dcfce151b967d20fde1b34ae6640712c3891bc',
  26. 'type' => 'library',
  27. 'install_path' => __DIR__ . '/../doctrine/instantiator',
  28. 'aliases' => array(),
  29. 'dev_requirement' => true,
  30. ),
  31. 'illuminate/collections' => array(
  32. 'pretty_version' => 'v8.83.23',
  33. 'version' => '8.83.23.0',
  34. 'reference' => '705a4e1ef93cd492c45b9b3e7911cccc990a07f4',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../illuminate/collections',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'illuminate/contracts' => array(
  41. 'pretty_version' => 'v8.83.23',
  42. 'version' => '8.83.23.0',
  43. 'reference' => '5e0fd287a1b22a6b346a9f7cd484d8cf0234585d',
  44. 'type' => 'library',
  45. 'install_path' => __DIR__ . '/../illuminate/contracts',
  46. 'aliases' => array(),
  47. 'dev_requirement' => false,
  48. ),
  49. 'illuminate/macroable' => array(
  50. 'pretty_version' => 'v8.83.23',
  51. 'version' => '8.83.23.0',
  52. 'reference' => 'aed81891a6e046fdee72edd497f822190f61c162',
  53. 'type' => 'library',
  54. 'install_path' => __DIR__ . '/../illuminate/macroable',
  55. 'aliases' => array(),
  56. 'dev_requirement' => false,
  57. ),
  58. 'illuminate/pagination' => array(
  59. 'pretty_version' => 'v8.83.23',
  60. 'version' => '8.83.23.0',
  61. 'reference' => '16fe8dc35f9d18c58a3471469af656a02e9ab692',
  62. 'type' => 'library',
  63. 'install_path' => __DIR__ . '/../illuminate/pagination',
  64. 'aliases' => array(),
  65. 'dev_requirement' => false,
  66. ),
  67. 'illuminate/support' => array(
  68. 'pretty_version' => 'v8.83.23',
  69. 'version' => '8.83.23.0',
  70. 'reference' => 'c3d643e77082786ae8a51502c757e9b1a3ee254e',
  71. 'type' => 'library',
  72. 'install_path' => __DIR__ . '/../illuminate/support',
  73. 'aliases' => array(),
  74. 'dev_requirement' => false,
  75. ),
  76. 'nesbot/carbon' => array(
  77. 'pretty_version' => '2.61.0',
  78. 'version' => '2.61.0.0',
  79. 'reference' => 'bdf4f4fe3a3eac4de84dbec0738082a862c68ba6',
  80. 'type' => 'library',
  81. 'install_path' => __DIR__ . '/../nesbot/carbon',
  82. 'aliases' => array(),
  83. 'dev_requirement' => false,
  84. ),
  85. 'phpdocumentor/reflection-common' => array(
  86. 'pretty_version' => '2.2.0',
  87. 'version' => '2.2.0.0',
  88. 'reference' => '1d01c49d4ed62f25aa84a747ad35d5a16924662b',
  89. 'type' => 'library',
  90. 'install_path' => __DIR__ . '/../phpdocumentor/reflection-common',
  91. 'aliases' => array(),
  92. 'dev_requirement' => true,
  93. ),
  94. 'phpdocumentor/reflection-docblock' => array(
  95. 'pretty_version' => '5.3.0',
  96. 'version' => '5.3.0.0',
  97. 'reference' => '622548b623e81ca6d78b721c5e029f4ce664f170',
  98. 'type' => 'library',
  99. 'install_path' => __DIR__ . '/../phpdocumentor/reflection-docblock',
  100. 'aliases' => array(),
  101. 'dev_requirement' => true,
  102. ),
  103. 'phpdocumentor/type-resolver' => array(
  104. 'pretty_version' => '1.6.1',
  105. 'version' => '1.6.1.0',
  106. 'reference' => '77a32518733312af16a44300404e945338981de3',
  107. 'type' => 'library',
  108. 'install_path' => __DIR__ . '/../phpdocumentor/type-resolver',
  109. 'aliases' => array(),
  110. 'dev_requirement' => true,
  111. ),
  112. 'phpspec/prophecy' => array(
  113. 'pretty_version' => 'v1.10.3',
  114. 'version' => '1.10.3.0',
  115. 'reference' => '451c3cd1418cf640de218914901e51b064abb093',
  116. 'type' => 'library',
  117. 'install_path' => __DIR__ . '/../phpspec/prophecy',
  118. 'aliases' => array(),
  119. 'dev_requirement' => true,
  120. ),
  121. 'phpunit/php-code-coverage' => array(
  122. 'pretty_version' => '2.2.4',
  123. 'version' => '2.2.4.0',
  124. 'reference' => 'eabf68b476ac7d0f73793aada060f1c1a9bf8979',
  125. 'type' => 'library',
  126. 'install_path' => __DIR__ . '/../phpunit/php-code-coverage',
  127. 'aliases' => array(),
  128. 'dev_requirement' => true,
  129. ),
  130. 'phpunit/php-file-iterator' => array(
  131. 'pretty_version' => '1.4.5',
  132. 'version' => '1.4.5.0',
  133. 'reference' => '730b01bc3e867237eaac355e06a36b85dd93a8b4',
  134. 'type' => 'library',
  135. 'install_path' => __DIR__ . '/../phpunit/php-file-iterator',
  136. 'aliases' => array(),
  137. 'dev_requirement' => true,
  138. ),
  139. 'phpunit/php-text-template' => array(
  140. 'pretty_version' => '1.2.1',
  141. 'version' => '1.2.1.0',
  142. 'reference' => '31f8b717e51d9a2afca6c9f046f5d69fc27c8686',
  143. 'type' => 'library',
  144. 'install_path' => __DIR__ . '/../phpunit/php-text-template',
  145. 'aliases' => array(),
  146. 'dev_requirement' => true,
  147. ),
  148. 'phpunit/php-timer' => array(
  149. 'pretty_version' => '1.0.9',
  150. 'version' => '1.0.9.0',
  151. 'reference' => '3dcf38ca72b158baf0bc245e9184d3fdffa9c46f',
  152. 'type' => 'library',
  153. 'install_path' => __DIR__ . '/../phpunit/php-timer',
  154. 'aliases' => array(),
  155. 'dev_requirement' => true,
  156. ),
  157. 'phpunit/php-token-stream' => array(
  158. 'pretty_version' => '1.4.12',
  159. 'version' => '1.4.12.0',
  160. 'reference' => '1ce90ba27c42e4e44e6d8458241466380b51fa16',
  161. 'type' => 'library',
  162. 'install_path' => __DIR__ . '/../phpunit/php-token-stream',
  163. 'aliases' => array(),
  164. 'dev_requirement' => true,
  165. ),
  166. 'phpunit/phpunit' => array(
  167. 'pretty_version' => '4.8.36',
  168. 'version' => '4.8.36.0',
  169. 'reference' => '46023de9a91eec7dfb06cc56cb4e260017298517',
  170. 'type' => 'library',
  171. 'install_path' => __DIR__ . '/../phpunit/phpunit',
  172. 'aliases' => array(),
  173. 'dev_requirement' => true,
  174. ),
  175. 'phpunit/phpunit-mock-objects' => array(
  176. 'pretty_version' => '2.3.8',
  177. 'version' => '2.3.8.0',
  178. 'reference' => 'ac8e7a3db35738d56ee9a76e78a4e03d97628983',
  179. 'type' => 'library',
  180. 'install_path' => __DIR__ . '/../phpunit/phpunit-mock-objects',
  181. 'aliases' => array(),
  182. 'dev_requirement' => true,
  183. ),
  184. 'psr/container' => array(
  185. 'pretty_version' => '1.1.2',
  186. 'version' => '1.1.2.0',
  187. 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
  188. 'type' => 'library',
  189. 'install_path' => __DIR__ . '/../psr/container',
  190. 'aliases' => array(),
  191. 'dev_requirement' => false,
  192. ),
  193. 'psr/simple-cache' => array(
  194. 'pretty_version' => '1.0.1',
  195. 'version' => '1.0.1.0',
  196. 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
  197. 'type' => 'library',
  198. 'install_path' => __DIR__ . '/../psr/simple-cache',
  199. 'aliases' => array(),
  200. 'dev_requirement' => false,
  201. ),
  202. 'sebastian/comparator' => array(
  203. 'pretty_version' => '1.2.4',
  204. 'version' => '1.2.4.0',
  205. 'reference' => '2b7424b55f5047b47ac6e5ccb20b2aea4011d9be',
  206. 'type' => 'library',
  207. 'install_path' => __DIR__ . '/../sebastian/comparator',
  208. 'aliases' => array(),
  209. 'dev_requirement' => true,
  210. ),
  211. 'sebastian/diff' => array(
  212. 'pretty_version' => '1.4.3',
  213. 'version' => '1.4.3.0',
  214. 'reference' => '7f066a26a962dbe58ddea9f72a4e82874a3975a4',
  215. 'type' => 'library',
  216. 'install_path' => __DIR__ . '/../sebastian/diff',
  217. 'aliases' => array(),
  218. 'dev_requirement' => true,
  219. ),
  220. 'sebastian/environment' => array(
  221. 'pretty_version' => '1.3.8',
  222. 'version' => '1.3.8.0',
  223. 'reference' => 'be2c607e43ce4c89ecd60e75c6a85c126e754aea',
  224. 'type' => 'library',
  225. 'install_path' => __DIR__ . '/../sebastian/environment',
  226. 'aliases' => array(),
  227. 'dev_requirement' => true,
  228. ),
  229. 'sebastian/exporter' => array(
  230. 'pretty_version' => '1.2.2',
  231. 'version' => '1.2.2.0',
  232. 'reference' => '42c4c2eec485ee3e159ec9884f95b431287edde4',
  233. 'type' => 'library',
  234. 'install_path' => __DIR__ . '/../sebastian/exporter',
  235. 'aliases' => array(),
  236. 'dev_requirement' => true,
  237. ),
  238. 'sebastian/global-state' => array(
  239. 'pretty_version' => '1.1.1',
  240. 'version' => '1.1.1.0',
  241. 'reference' => 'bc37d50fea7d017d3d340f230811c9f1d7280af4',
  242. 'type' => 'library',
  243. 'install_path' => __DIR__ . '/../sebastian/global-state',
  244. 'aliases' => array(),
  245. 'dev_requirement' => true,
  246. ),
  247. 'sebastian/recursion-context' => array(
  248. 'pretty_version' => '1.0.5',
  249. 'version' => '1.0.5.0',
  250. 'reference' => 'b19cc3298482a335a95f3016d2f8a6950f0fbcd7',
  251. 'type' => 'library',
  252. 'install_path' => __DIR__ . '/../sebastian/recursion-context',
  253. 'aliases' => array(),
  254. 'dev_requirement' => true,
  255. ),
  256. 'sebastian/version' => array(
  257. 'pretty_version' => '1.0.6',
  258. 'version' => '1.0.6.0',
  259. 'reference' => '58b3a85e7999757d6ad81c787a1fbf5ff6c628c6',
  260. 'type' => 'library',
  261. 'install_path' => __DIR__ . '/../sebastian/version',
  262. 'aliases' => array(),
  263. 'dev_requirement' => true,
  264. ),
  265. 'symfony/deprecation-contracts' => array(
  266. 'pretty_version' => 'v2.5.2',
  267. 'version' => '2.5.2.0',
  268. 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
  269. 'type' => 'library',
  270. 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
  271. 'aliases' => array(),
  272. 'dev_requirement' => false,
  273. ),
  274. 'symfony/http-foundation' => array(
  275. 'pretty_version' => 'v5.4.11',
  276. 'version' => '5.4.11.0',
  277. 'reference' => '0a5868e0999e9d47859ba3d918548ff6943e6389',
  278. 'type' => 'library',
  279. 'install_path' => __DIR__ . '/../symfony/http-foundation',
  280. 'aliases' => array(),
  281. 'dev_requirement' => false,
  282. ),
  283. 'symfony/polyfill-ctype' => array(
  284. 'pretty_version' => 'v1.26.0',
  285. 'version' => '1.26.0.0',
  286. 'reference' => '6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4',
  287. 'type' => 'library',
  288. 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
  289. 'aliases' => array(),
  290. 'dev_requirement' => true,
  291. ),
  292. 'symfony/polyfill-mbstring' => array(
  293. 'pretty_version' => 'v1.26.0',
  294. 'version' => '1.26.0.0',
  295. 'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e',
  296. 'type' => 'library',
  297. 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
  298. 'aliases' => array(),
  299. 'dev_requirement' => false,
  300. ),
  301. 'symfony/polyfill-php80' => array(
  302. 'pretty_version' => 'v1.26.0',
  303. 'version' => '1.26.0.0',
  304. 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace',
  305. 'type' => 'library',
  306. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  307. 'aliases' => array(),
  308. 'dev_requirement' => false,
  309. ),
  310. 'symfony/translation' => array(
  311. 'pretty_version' => 'v4.4.44',
  312. 'version' => '4.4.44.0',
  313. 'reference' => 'af947fefc306cec6ea5a1f6160c7e305a71f2493',
  314. 'type' => 'library',
  315. 'install_path' => __DIR__ . '/../symfony/translation',
  316. 'aliases' => array(),
  317. 'dev_requirement' => false,
  318. ),
  319. 'symfony/translation-contracts' => array(
  320. 'pretty_version' => 'v2.5.2',
  321. 'version' => '2.5.2.0',
  322. 'reference' => '136b19dd05cdf0709db6537d058bcab6dd6e2dbe',
  323. 'type' => 'library',
  324. 'install_path' => __DIR__ . '/../symfony/translation-contracts',
  325. 'aliases' => array(),
  326. 'dev_requirement' => false,
  327. ),
  328. 'symfony/translation-implementation' => array(
  329. 'dev_requirement' => false,
  330. 'provided' => array(
  331. 0 => '1.0|2.0',
  332. ),
  333. ),
  334. 'symfony/yaml' => array(
  335. 'pretty_version' => 'v3.4.47',
  336. 'version' => '3.4.47.0',
  337. 'reference' => '88289caa3c166321883f67fe5130188ebbb47094',
  338. 'type' => 'library',
  339. 'install_path' => __DIR__ . '/../symfony/yaml',
  340. 'aliases' => array(),
  341. 'dev_requirement' => true,
  342. ),
  343. 'voku/portable-ascii' => array(
  344. 'pretty_version' => '1.6.1',
  345. 'version' => '1.6.1.0',
  346. 'reference' => '87337c91b9dfacee02452244ee14ab3c43bc485a',
  347. 'type' => 'library',
  348. 'install_path' => __DIR__ . '/../voku/portable-ascii',
  349. 'aliases' => array(),
  350. 'dev_requirement' => false,
  351. ),
  352. 'webklex/php-imap' => array(
  353. 'pretty_version' => 'dev-develop',
  354. 'version' => 'dev-develop',
  355. 'reference' => '0f467d1c4283cc035ef474db3c733653feeb570f',
  356. 'type' => 'library',
  357. 'install_path' => __DIR__ . '/../../',
  358. 'aliases' => array(),
  359. 'dev_requirement' => false,
  360. ),
  361. 'webmozart/assert' => array(
  362. 'pretty_version' => '1.11.0',
  363. 'version' => '1.11.0.0',
  364. 'reference' => '11cb2199493b2f8a3b53e7f19068fc6aac760991',
  365. 'type' => 'library',
  366. 'install_path' => __DIR__ . '/../webmozart/assert',
  367. 'aliases' => array(),
  368. 'dev_requirement' => true,
  369. ),
  370. ),
  371. );