composer.lock 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. ],
  6. "hash": "0411dbbd774aa1c89256c77c68023940",
  7. "packages": [
  8. {
  9. "name": "yiisoft/yii2",
  10. "version": "dev-master",
  11. "source": {
  12. "type": "git",
  13. "url": "https://github.com/yiisoft/yii2-framework.git",
  14. "reference": "15a8d0559260e39954a8eb6de0d28bfb7de95e7b"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/15a8d0559260e39954a8eb6de0d28bfb7de95e7b",
  19. "reference": "15a8d0559260e39954a8eb6de0d28bfb7de95e7b",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "ext-mbstring": "*",
  24. "lib-pcre": "*",
  25. "php": ">=5.3.7"
  26. },
  27. "suggest": {
  28. "ezyang/htmlpurifier": "Required by HtmlPurifier.",
  29. "michelf/php-markdown": "Required by Markdown.",
  30. "smarty/smarty": "Required by SmartyViewRenderer.",
  31. "twig/twig": "Required by TwigViewRenderer."
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-0": {
  36. "yii\\": "/"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "BSD-3-Clause"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Qiang Xue",
  46. "email": "qiang.xue@gmail.com",
  47. "homepage": "http://www.yiiframework.com/",
  48. "role": "Founder and project lead"
  49. },
  50. {
  51. "name": "Alexander Makarov",
  52. "email": "sam@rmcreative.ru",
  53. "homepage": "http://rmcreative.ru/",
  54. "role": "Core framework development"
  55. },
  56. {
  57. "name": "Maurizio Domba",
  58. "homepage": "http://mdomba.info/",
  59. "role": "Core framework development"
  60. },
  61. {
  62. "name": "Carsten Brandt",
  63. "email": "mail@cebe.cc",
  64. "homepage": "http://cebe.cc/",
  65. "role": "Core framework development"
  66. },
  67. {
  68. "name": "Wei Zhuo",
  69. "email": "weizhuo@gmail.com",
  70. "role": "Project site maintenance and development"
  71. },
  72. {
  73. "name": "Sebastián Thierer",
  74. "email": "sebas@artfos.com",
  75. "role": "Component development"
  76. },
  77. {
  78. "name": "Jeffrey Winesett",
  79. "email": "jefftulsa@gmail.com",
  80. "role": "Documentation and marketing"
  81. },
  82. {
  83. "name": "Timur Ruziev",
  84. "email": "resurtm@gmail.com",
  85. "homepage": "http://resurtm.com/",
  86. "role": "Core framework development"
  87. },
  88. {
  89. "name": "Paul Klimov",
  90. "email": "klimov.paul@gmail.com",
  91. "role": "Core framework development"
  92. }
  93. ],
  94. "description": "Yii2 Web Programming Framework",
  95. "homepage": "http://www.yiiframework.com/",
  96. "keywords": [
  97. "framework",
  98. "yii"
  99. ],
  100. "time": "2013-05-25 20:59:05"
  101. },
  102. {
  103. "name": "yiisoft/yii2-composer",
  104. "version": "dev-master",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/yiisoft/yii2-composer.git",
  108. "reference": "7ce4060faca940b836ab88de207638940a0a0568"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/7ce4060faca940b836ab88de207638940a0a0568",
  113. "reference": "7ce4060faca940b836ab88de207638940a0a0568",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "yiisoft/yii2": "*"
  118. },
  119. "type": "library",
  120. "autoload": {
  121. "psr-0": {
  122. "yii\\composer": ""
  123. }
  124. },
  125. "notification-url": "https://packagist.org/downloads/",
  126. "license": [
  127. "BSD-3-Clause"
  128. ],
  129. "authors": [
  130. {
  131. "name": "Qiang Xue",
  132. "email": "qiang.xue@gmail.com",
  133. "homepage": "http://www.yiiframework.com/",
  134. "role": "Founder and project lead"
  135. }
  136. ],
  137. "description": "The composer integration for the Yii framework",
  138. "keywords": [
  139. "composer",
  140. "install",
  141. "update",
  142. "yii"
  143. ],
  144. "time": "2013-05-23 19:12:45"
  145. }
  146. ],
  147. "packages-dev": [
  148. ],
  149. "aliases": [
  150. ],
  151. "minimum-stability": "dev",
  152. "stability-flags": {
  153. "yiisoft/yii2": 20,
  154. "yiisoft/yii2-composer": 20
  155. },
  156. "platform": {
  157. "php": ">=5.3.0"
  158. },
  159. "platform-dev": [
  160. ]
  161. }