Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installed.php 8.3 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'getgrav/grav-plugin-email',
  4. 'pretty_version' => 'dev-develop',
  5. 'version' => 'dev-develop',
  6. 'reference' => 'f6eb15486887c489363e6bf79fa49ea4a3d833c6',
  7. 'type' => 'grav-plugin',
  8. 'install_path' => __DIR__ . '/../../',
  9. 'aliases' => array(),
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'doctrine/lexer' => array(
  14. 'pretty_version' => '1.2.3',
  15. 'version' => '1.2.3.0',
  16. 'reference' => 'c268e882d4dbdd85e36e4ad69e02dc284f89d229',
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../doctrine/lexer',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'egulias/email-validator' => array(
  23. 'pretty_version' => '3.2.1',
  24. 'version' => '3.2.1.0',
  25. 'reference' => 'f88dcf4b14af14a98ad96b14b2b317969eab6715',
  26. 'type' => 'library',
  27. 'install_path' => __DIR__ . '/../egulias/email-validator',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'getgrav/grav-plugin-email' => array(
  32. 'pretty_version' => 'dev-develop',
  33. 'version' => 'dev-develop',
  34. 'reference' => 'f6eb15486887c489363e6bf79fa49ea4a3d833c6',
  35. 'type' => 'grav-plugin',
  36. 'install_path' => __DIR__ . '/../../',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'psr/container' => array(
  41. 'pretty_version' => '1.1.1',
  42. 'version' => '1.1.1.0',
  43. 'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf',
  44. 'type' => 'library',
  45. 'install_path' => __DIR__ . '/../psr/container',
  46. 'aliases' => array(),
  47. 'dev_requirement' => false,
  48. ),
  49. 'psr/event-dispatcher' => array(
  50. 'pretty_version' => '1.0.0',
  51. 'version' => '1.0.0.0',
  52. 'reference' => 'dbefd12671e8a14ec7f180cab83036ed26714bb0',
  53. 'type' => 'library',
  54. 'install_path' => __DIR__ . '/../psr/event-dispatcher',
  55. 'aliases' => array(),
  56. 'dev_requirement' => false,
  57. ),
  58. 'psr/event-dispatcher-implementation' => array(
  59. 'dev_requirement' => false,
  60. 'provided' => array(
  61. 0 => '1.0',
  62. ),
  63. ),
  64. 'psr/log' => array(
  65. 'pretty_version' => '1.1.4',
  66. 'version' => '1.1.4.0',
  67. 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
  68. 'type' => 'library',
  69. 'install_path' => __DIR__ . '/../psr/log',
  70. 'aliases' => array(),
  71. 'dev_requirement' => false,
  72. ),
  73. 'symfony/amqp-messenger' => array(
  74. 'pretty_version' => 'v5.4.13',
  75. 'version' => '5.4.13.0',
  76. 'reference' => 'def93f2a7841cfa1a4a1fa487b84054d0d53e521',
  77. 'type' => 'symfony-messenger-bridge',
  78. 'install_path' => __DIR__ . '/../symfony/amqp-messenger',
  79. 'aliases' => array(),
  80. 'dev_requirement' => false,
  81. ),
  82. 'symfony/deprecation-contracts' => array(
  83. 'pretty_version' => 'v2.5.2',
  84. 'version' => '2.5.2.0',
  85. 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
  86. 'type' => 'library',
  87. 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
  88. 'aliases' => array(),
  89. 'dev_requirement' => false,
  90. ),
  91. 'symfony/doctrine-messenger' => array(
  92. 'pretty_version' => 'v5.4.12',
  93. 'version' => '5.4.12.0',
  94. 'reference' => '7649a80e917b47c5072480a2d763c2422da239d2',
  95. 'type' => 'symfony-messenger-bridge',
  96. 'install_path' => __DIR__ . '/../symfony/doctrine-messenger',
  97. 'aliases' => array(),
  98. 'dev_requirement' => false,
  99. ),
  100. 'symfony/event-dispatcher' => array(
  101. 'pretty_version' => 'v5.4.9',
  102. 'version' => '5.4.9.0',
  103. 'reference' => '8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc',
  104. 'type' => 'library',
  105. 'install_path' => __DIR__ . '/../symfony/event-dispatcher',
  106. 'aliases' => array(),
  107. 'dev_requirement' => false,
  108. ),
  109. 'symfony/event-dispatcher-contracts' => array(
  110. 'pretty_version' => 'v2.5.2',
  111. 'version' => '2.5.2.0',
  112. 'reference' => 'f98b54df6ad059855739db6fcbc2d36995283fe1',
  113. 'type' => 'library',
  114. 'install_path' => __DIR__ . '/../symfony/event-dispatcher-contracts',
  115. 'aliases' => array(),
  116. 'dev_requirement' => false,
  117. ),
  118. 'symfony/event-dispatcher-implementation' => array(
  119. 'dev_requirement' => false,
  120. 'provided' => array(
  121. 0 => '2.0',
  122. ),
  123. ),
  124. 'symfony/mailer' => array(
  125. 'pretty_version' => 'v5.4.13',
  126. 'version' => '5.4.13.0',
  127. 'reference' => '63bf36a5150ac0bfed1c4d0a4e0b114a57b77e11',
  128. 'type' => 'library',
  129. 'install_path' => __DIR__ . '/../symfony/mailer',
  130. 'aliases' => array(),
  131. 'dev_requirement' => false,
  132. ),
  133. 'symfony/messenger' => array(
  134. 'pretty_version' => 'v5.4.13',
  135. 'version' => '5.4.13.0',
  136. 'reference' => '8f8d3425991e627902f8288088609a8d8f6c6ea4',
  137. 'type' => 'library',
  138. 'install_path' => __DIR__ . '/../symfony/messenger',
  139. 'aliases' => array(),
  140. 'dev_requirement' => false,
  141. ),
  142. 'symfony/mime' => array(
  143. 'pretty_version' => 'v5.4.13',
  144. 'version' => '5.4.13.0',
  145. 'reference' => 'bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd',
  146. 'type' => 'library',
  147. 'install_path' => __DIR__ . '/../symfony/mime',
  148. 'aliases' => array(),
  149. 'dev_requirement' => false,
  150. ),
  151. 'symfony/polyfill-iconv' => array(
  152. 'dev_requirement' => false,
  153. 'replaced' => array(
  154. 0 => '*',
  155. ),
  156. ),
  157. 'symfony/polyfill-intl-idn' => array(
  158. 'pretty_version' => 'v1.26.0',
  159. 'version' => '1.26.0.0',
  160. 'reference' => '59a8d271f00dd0e4c2e518104cc7963f655a1aa8',
  161. 'type' => 'library',
  162. 'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn',
  163. 'aliases' => array(),
  164. 'dev_requirement' => false,
  165. ),
  166. 'symfony/polyfill-intl-normalizer' => array(
  167. 'pretty_version' => 'v1.26.0',
  168. 'version' => '1.26.0.0',
  169. 'reference' => '219aa369ceff116e673852dce47c3a41794c14bd',
  170. 'type' => 'library',
  171. 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
  172. 'aliases' => array(),
  173. 'dev_requirement' => false,
  174. ),
  175. 'symfony/polyfill-mbstring' => array(
  176. 'dev_requirement' => false,
  177. 'replaced' => array(
  178. 0 => '*',
  179. ),
  180. ),
  181. 'symfony/polyfill-php72' => array(
  182. 'dev_requirement' => false,
  183. 'replaced' => array(
  184. 0 => '*',
  185. ),
  186. ),
  187. 'symfony/polyfill-php80' => array(
  188. 'pretty_version' => 'v1.26.0',
  189. 'version' => '1.26.0.0',
  190. 'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace',
  191. 'type' => 'library',
  192. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  193. 'aliases' => array(),
  194. 'dev_requirement' => false,
  195. ),
  196. 'symfony/redis-messenger' => array(
  197. 'pretty_version' => 'v5.4.13',
  198. 'version' => '5.4.13.0',
  199. 'reference' => 'd3028b772de91e9aa0342c92ff71c77b130ac9c4',
  200. 'type' => 'symfony-messenger-bridge',
  201. 'install_path' => __DIR__ . '/../symfony/redis-messenger',
  202. 'aliases' => array(),
  203. 'dev_requirement' => false,
  204. ),
  205. 'symfony/service-contracts' => array(
  206. 'pretty_version' => 'v2.5.2',
  207. 'version' => '2.5.2.0',
  208. 'reference' => '4b426aac47d6427cc1a1d0f7e2ac724627f5966c',
  209. 'type' => 'library',
  210. 'install_path' => __DIR__ . '/../symfony/service-contracts',
  211. 'aliases' => array(),
  212. 'dev_requirement' => false,
  213. ),
  214. ),
  215. );