composer.lock 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "36dcdda6fed7f899eeab89533d558879",
  8. "packages": [
  9. {
  10. "name": "composer/installers",
  11. "version": "v1.0.19",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/installers.git",
  15. "reference": "89d77bfbee79e16653f7162c86e602cc188471db"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/installers/zipball/89d77bfbee79e16653f7162c86e602cc188471db",
  20. "reference": "89d77bfbee79e16653f7162c86e602cc188471db",
  21. "shasum": ""
  22. },
  23. "replace": {
  24. "roundcube/plugin-installer": "*",
  25. "shama/baton": "*"
  26. },
  27. "require-dev": {
  28. "composer/composer": "1.0.*@dev",
  29. "phpunit/phpunit": "4.1.*"
  30. },
  31. "type": "composer-installer",
  32. "extra": {
  33. "class": "Composer\\Installers\\Installer",
  34. "branch-alias": {
  35. "dev-master": "1.0-dev"
  36. }
  37. },
  38. "autoload": {
  39. "psr-0": {
  40. "Composer\\Installers\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Kyle Robinson Young",
  50. "email": "[email protected]",
  51. "homepage": "https://github.com/shama"
  52. }
  53. ],
  54. "description": "A multi-framework Composer library installer",
  55. "homepage": "http://composer.github.com/installers/",
  56. "keywords": [
  57. "Craft",
  58. "Dolibarr",
  59. "Hurad",
  60. "MODX Evo",
  61. "OXID",
  62. "Thelia",
  63. "WolfCMS",
  64. "agl",
  65. "annotatecms",
  66. "bitrix",
  67. "cakephp",
  68. "chef",
  69. "codeigniter",
  70. "concrete5",
  71. "croogo",
  72. "dokuwiki",
  73. "drupal",
  74. "elgg",
  75. "fuelphp",
  76. "grav",
  77. "installer",
  78. "joomla",
  79. "kohana",
  80. "laravel",
  81. "lithium",
  82. "magento",
  83. "mako",
  84. "mediawiki",
  85. "modulework",
  86. "moodle",
  87. "phpbb",
  88. "piwik",
  89. "ppi",
  90. "puppet",
  91. "roundcube",
  92. "shopware",
  93. "silverstripe",
  94. "symfony",
  95. "typo3",
  96. "wordpress",
  97. "zend",
  98. "zikula"
  99. ],
  100. "time": "2014-11-29 01:29:17"
  101. },
  102. {
  103. "name": "kohana/core",
  104. "version": "v3.3.3",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/kohana/core.git",
  108. "reference": "fa66e193b56cbf4bc36aa16caec31feccf31e92a"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/kohana/core/zipball/fa66e193b56cbf4bc36aa16caec31feccf31e92a",
  113. "reference": "fa66e193b56cbf4bc36aa16caec31feccf31e92a",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "php": ">=5.3.3"
  118. },
  119. "require-dev": {
  120. "kohana/koharness": "*@dev",
  121. "kohana/unittest": "3.3.*@dev"
  122. },
  123. "suggest": {
  124. "ext-curl": "*",
  125. "ext-http": "*",
  126. "ext-mcrypt": "*"
  127. },
  128. "type": "library",
  129. "extra": {
  130. "installer-paths": {
  131. "vendor/{$vendor}/{$name}": [
  132. "type:kohana-module"
  133. ]
  134. },
  135. "branch-alias": {
  136. "dev-3.3/develop": "3.3.x-dev",
  137. "dev-3.4/develop": "3.4.x-dev"
  138. }
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "BSD-3-Clause"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Kohana Team",
  147. "email": "[email protected]",
  148. "homepage": "http://kohanaframework.org/team",
  149. "role": "developer"
  150. }
  151. ],
  152. "description": "Core system classes for the Kohana application framework",
  153. "homepage": "http://kohanaframework.org",
  154. "keywords": [
  155. "framework",
  156. "kohana"
  157. ],
  158. "time": "2014-12-11 02:17:12"
  159. },
  160. {
  161. "name": "kohana/database",
  162. "version": "v3.3.3",
  163. "source": {
  164. "type": "git",
  165. "url": "https://github.com/kohana/database.git",
  166. "reference": "245cc86a5025bbce61dca4732008f4bf8274a2b9"
  167. },
  168. "dist": {
  169. "type": "zip",
  170. "url": "https://api.github.com/repos/kohana/database/zipball/245cc86a5025bbce61dca4732008f4bf8274a2b9",
  171. "reference": "245cc86a5025bbce61dca4732008f4bf8274a2b9",
  172. "shasum": ""
  173. },
  174. "require": {
  175. "composer/installers": "~1.0",
  176. "kohana/core": ">=3.3",
  177. "php": ">=5.3.6"
  178. },
  179. "require-dev": {
  180. "kohana/core": "3.3.*@dev",
  181. "kohana/koharness": "*@dev",
  182. "kohana/unittest": "3.3.*@dev"
  183. },
  184. "suggest": {
  185. "ext-mysql": "*",
  186. "ext-pdo": "*"
  187. },
  188. "type": "kohana-module",
  189. "extra": {
  190. "branch-alias": {
  191. "dev-3.3/develop": "3.3.x-dev",
  192. "dev-3.4/develop": "3.4.x-dev"
  193. },
  194. "installer-paths": {
  195. "vendor/{$vendor}/{$name}": [
  196. "type:kohana-module"
  197. ]
  198. }
  199. },
  200. "notification-url": "https://packagist.org/downloads/",
  201. "license": [
  202. "BSD-3-Clause"
  203. ],
  204. "authors": [
  205. {
  206. "name": "Kohana Team",
  207. "email": "[email protected]",
  208. "homepage": "http://kohanaframework.org/team",
  209. "role": "developer"
  210. }
  211. ],
  212. "description": "The official Kohana module for database interactions, building queries, and prepared statements",
  213. "homepage": "http://kohanaframework.org",
  214. "keywords": [
  215. "database",
  216. "framework",
  217. "kohana"
  218. ],
  219. "time": "2014-12-11 00:02:51"
  220. }
  221. ],
  222. "packages-dev": [],
  223. "aliases": [],
  224. "minimum-stability": "stable",
  225. "stability-flags": [],
  226. "prefer-stable": false,
  227. "prefer-lowest": false,
  228. "platform": [],
  229. "platform-dev": []
  230. }