composer.lock 8.3 KB

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