You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
3.3 KiB

9 years ago
3 years ago
5 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
3 years ago
5 years ago
6 years ago
3 years ago
3 years ago
6 years ago
3 years ago
3 years ago
  1. {
  2. "name": "craftcms/cms",
  3. "description": "Craft CMS",
  4. "version": "3.7.44",
  5. "keywords": [
  6. "cms",
  7. "craftcms",
  8. "yii2"
  9. ],
  10. "homepage": "https://craftcms.com",
  11. "license": "proprietary",
  12. "authors": [
  13. {
  14. "name": "Pixel & Tonic",
  15. "homepage": "https://pixelandtonic.com/"
  16. }
  17. ],
  18. "support": {
  19. "email": "support@craftcms.com",
  20. "issues": "https://github.com/craftcms/cms/issues?state=open",
  21. "forum": "https://craftcms.stackexchange.com/",
  22. "source": "https://github.com/craftcms/cms",
  23. "docs": "https://craftcms.com/docs/3.x/",
  24. "rss": "https://github.com/craftcms/cms/releases.atom"
  25. },
  26. "require": {
  27. "php": ">=7.2.5",
  28. "ext-curl": "*",
  29. "ext-dom": "*",
  30. "ext-json": "*",
  31. "ext-mbstring": "*",
  32. "ext-openssl": "*",
  33. "ext-pcre": "*",
  34. "ext-pdo": "*",
  35. "ext-zip": "*",
  36. "composer/composer": "2.2.12",
  37. "craftcms/oauth2-craftid": "~1.0.0",
  38. "craftcms/plugin-installer": "~1.5.6",
  39. "craftcms/server-check": "~1.2.0",
  40. "creocoder/yii2-nested-sets": "~0.9.0",
  41. "elvanto/litemoji": "^3.0.1",
  42. "enshrined/svg-sanitize": "~0.15.2",
  43. "guzzlehttp/guzzle": "^6.5.5|^7.2.0",
  44. "laminas/laminas-feed": "~2.12.3|^2.13.1",
  45. "league/flysystem": "^1.1.4",
  46. "league/oauth2-client": "^2.6.0",
  47. "mikehaertl/php-shellcommand": "^1.6.3",
  48. "pixelandtonic/imagine": "~1.2.4.1",
  49. "seld/cli-prompt": "^1.0.4",
  50. "symfony/yaml": "^5.2.1",
  51. "true/punycode": "^2.1.1",
  52. "twig/twig": "~2.14.3",
  53. "voku/stringy": "^6.4.0",
  54. "webonyx/graphql-php": "~14.11.5",
  55. "yiisoft/yii2": "~2.0.45.0",
  56. "yiisoft/yii2-debug": "^2.1.16",
  57. "yiisoft/yii2-queue": "~2.3.2",
  58. "yiisoft/yii2-swiftmailer": "^2.1.2"
  59. },
  60. "require-dev": {
  61. "codeception/codeception": "^4.0.0",
  62. "codeception/module-asserts": "^1.0.0",
  63. "codeception/module-datafactory": "^1.0.0",
  64. "codeception/module-phpbrowser": "^1.0.0",
  65. "codeception/module-rest": "^1.0.0",
  66. "codeception/module-yii2": "^1.0.0",
  67. "craftcms/ecs": "dev-main",
  68. "fzaninotto/faker": "^1.8",
  69. "league/factory-muffin": "^3.0",
  70. "vlucas/phpdotenv": "^3.0"
  71. },
  72. "provide": {
  73. "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
  74. "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
  75. "bower-asset/punycode": "1.3.*",
  76. "bower-asset/yii2-pjax": "~2.0.1",
  77. "yii2tech/ar-softdelete": "1.0.4"
  78. },
  79. "conflict": {
  80. "league/oauth2-client": "2.4.0"
  81. },
  82. "suggest": {
  83. "ext-imagick": "Adds support for more image processing formats and options.",
  84. "ext-iconv": "Adds support for more character encodings than PHP’s built-in mb_convert_encoding() function, which Craft will take advantage of when converting strings to UTF-8.",
  85. "ext-intl": "Adds rich internationalization support."
  86. },
  87. "autoload": {
  88. "psr-4": {
  89. "craft\\": "src/",
  90. "yii2tech\\ar\\softdelete\\": "lib/ar-softdelete/src/"
  91. }
  92. },
  93. "autoload-dev": {
  94. "psr-4": {
  95. "crafttests\\": "tests/"
  96. }
  97. },
  98. "scripts": {
  99. "check-cs": "ecs check --ansi",
  100. "fix-cs": "ecs check --ansi --fix"
  101. },
  102. "config": {
  103. "sort-packages": true,
  104. "platform": {
  105. "php": "7.2.5"
  106. },
  107. "allow-plugins": {
  108. "yiisoft/yii2-composer": true,
  109. "craftcms/plugin-installer": true
  110. }
  111. }
  112. }