composer.lock 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. "hash": "99e5e17e7ad645133fe5a7150f38796a",
  8. "packages": [
  9. {
  10. "name": "composer/installers",
  11. "version": "v1.0.21",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/installers.git",
  15. "reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
  20. "reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
  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": "kyle@dontkry.com",
  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. "SMF",
  63. "Thelia",
  64. "WolfCMS",
  65. "agl",
  66. "aimeos",
  67. "annotatecms",
  68. "bitrix",
  69. "cakephp",
  70. "chef",
  71. "codeigniter",
  72. "concrete5",
  73. "croogo",
  74. "dokuwiki",
  75. "drupal",
  76. "elgg",
  77. "fuelphp",
  78. "grav",
  79. "installer",
  80. "joomla",
  81. "kohana",
  82. "laravel",
  83. "lithium",
  84. "magento",
  85. "mako",
  86. "mediawiki",
  87. "modulework",
  88. "moodle",
  89. "phpbb",
  90. "piwik",
  91. "ppi",
  92. "puppet",
  93. "roundcube",
  94. "shopware",
  95. "silverstripe",
  96. "symfony",
  97. "typo3",
  98. "wordpress",
  99. "zend",
  100. "zikula"
  101. ],
  102. "time": "2015-02-18 17:17:01"
  103. },
  104. {
  105. "name": "google/recaptcha",
  106. "version": "1.1.2",
  107. "source": {
  108. "type": "git",
  109. "url": "https://github.com/google/recaptcha.git",
  110. "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
  111. },
  112. "dist": {
  113. "type": "zip",
  114. "url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
  115. "reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
  116. "shasum": ""
  117. },
  118. "require": {
  119. "php": ">=5.3.2"
  120. },
  121. "require-dev": {
  122. "phpunit/phpunit": "4.5.*"
  123. },
  124. "type": "library",
  125. "extra": {
  126. "branch-alias": {
  127. "dev-master": "1.1.x-dev"
  128. }
  129. },
  130. "autoload": {
  131. "psr-4": {
  132. "ReCaptcha\\": "src/ReCaptcha"
  133. }
  134. },
  135. "notification-url": "https://packagist.org/downloads/",
  136. "license": [
  137. "BSD-3-Clause"
  138. ],
  139. "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
  140. "homepage": "http://www.google.com/recaptcha/",
  141. "keywords": [
  142. "Abuse",
  143. "captcha",
  144. "recaptcha",
  145. "spam"
  146. ],
  147. "time": "2015-09-02 17:23:59"
  148. }
  149. ],
  150. "packages-dev": [],
  151. "aliases": [],
  152. "minimum-stability": "stable",
  153. "stability-flags": [],
  154. "prefer-stable": false,
  155. "prefer-lowest": false,
  156. "platform": {
  157. "php": ">=5.4"
  158. },
  159. "platform-dev": []
  160. }