選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

84 行
2.4KB

  1. {
  2. "name": "yiisoft/yii2",
  3. "description": "Yii PHP Framework Version 2",
  4. "keywords": [
  5. "yii2",
  6. "framework"
  7. ],
  8. "homepage": "http://www.yiiframework.com/",
  9. "type": "library",
  10. "license": "BSD-3-Clause",
  11. "authors": [
  12. {
  13. "name": "Qiang Xue",
  14. "email": "qiang.xue@gmail.com",
  15. "homepage": "http://www.yiiframework.com/",
  16. "role": "Founder and project lead"
  17. },
  18. {
  19. "name": "Alexander Makarov",
  20. "email": "sam@rmcreative.ru",
  21. "homepage": "http://rmcreative.ru/",
  22. "role": "Core framework development"
  23. },
  24. {
  25. "name": "Maurizio Domba",
  26. "homepage": "http://mdomba.info/",
  27. "role": "Core framework development"
  28. },
  29. {
  30. "name": "Carsten Brandt",
  31. "email": "mail@cebe.cc",
  32. "homepage": "http://cebe.cc/",
  33. "role": "Core framework development"
  34. },
  35. {
  36. "name": "Timur Ruziev",
  37. "email": "resurtm@gmail.com",
  38. "homepage": "http://resurtm.com/",
  39. "role": "Core framework development"
  40. },
  41. {
  42. "name": "Paul Klimov",
  43. "email": "klimov.paul@gmail.com",
  44. "role": "Core framework development"
  45. },
  46. {
  47. "name": "Dmitry Naumenko",
  48. "email": "d.naumenko.a@gmail.com",
  49. "role": "Core framework development"
  50. }
  51. ],
  52. "support": {
  53. "issues": "https://github.com/yiisoft/yii2/issues?state=open",
  54. "forum": "http://www.yiiframework.com/forum/",
  55. "wiki": "http://www.yiiframework.com/wiki/",
  56. "irc": "irc://irc.freenode.net/yii",
  57. "source": "https://github.com/yiisoft/yii2"
  58. },
  59. "require": {
  60. "php": ">=5.4.0",
  61. "ext-mbstring": "*",
  62. "ext-ctype": "*",
  63. "lib-pcre": "*",
  64. "yiisoft/yii2-composer": "~2.0.4",
  65. "ezyang/htmlpurifier": "~4.6",
  66. "cebe/markdown": "~1.0.0 | ~1.1.0",
  67. "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
  68. "bower-asset/jquery.inputmask": "~3.2.2",
  69. "bower-asset/punycode": "1.3.*",
  70. "bower-asset/yii2-pjax": "~2.0.1"
  71. },
  72. "autoload": {
  73. "psr-4": {"yii\\": ""}
  74. },
  75. "bin": [
  76. "yii"
  77. ],
  78. "extra": {
  79. "branch-alias": {
  80. "dev-master": "2.0.x-dev"
  81. }
  82. }
  83. }