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.

composer.json 2.1KB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "yiisoft/yii2-app-advanced",
  3. "description": "Yii 2 Advanced Application Template",
  4. "keywords": ["yii2", "framework", "advanced", "application template"],
  5. "homepage": "http://www.yiiframework.com/",
  6. "type": "project",
  7. "license": "BSD-3-Clause",
  8. "support": {
  9. "issues": "https://github.com/yiisoft/yii2/issues?state=open",
  10. "forum": "http://www.yiiframework.com/forum/",
  11. "wiki": "http://www.yiiframework.com/wiki/",
  12. "irc": "irc://irc.freenode.net/yii",
  13. "source": "https://github.com/yiisoft/yii2"
  14. },
  15. "minimum-stability": "stable",
  16. "require": {
  17. "php": ">=7.4",
  18. "yiisoft/yii2": "*",
  19. "yiisoft/yii2-bootstrap": "*",
  20. "yiisoft/yii2-swiftmailer": "*",
  21. "2amigos/yii2-chartjs-widget": "~2.0.0",
  22. "2amigos/yii2-leaflet-extension" : "*",
  23. "kartik-v/yii2-mpdf": "dev-master",
  24. "c006/yii2-paypal-ipn": "dev-master",
  25. "yurkinx/yii2-image": "dev-master",
  26. "dmstr/yii2-adminlte-asset": "^2.1",
  27. "payplug/payplug-php": "^2.5",
  28. "mailjet/mailjet-apiv3-php": "^1.4",
  29. "linslin/yii2-curl": "*",
  30. "yiisoft/yii2-jui": "^2.0",
  31. "bower-asset/jquery": "^3.6",
  32. "yidas/yii2-bower-asset": "2.0.13.1",
  33. "stripe/stripe-php": "^7.95",
  34. "loveorigami/yii2-bootstrap-toggle": "*",
  35. "justcoded/yii2-event-listener": "*",
  36. "ext-pdo": "*",
  37. "weluse/yii2-mailjet": "^0.2.0"
  38. },
  39. "require-dev": {
  40. "yiisoft/yii2-codeception": "*",
  41. "yiisoft/yii2-debug": "*",
  42. "yiisoft/yii2-gii": "*",
  43. "yiisoft/yii2-faker": "*",
  44. "codeception/codeception": "^2.3",
  45. "phpstan/phpstan": "^1.9"
  46. },
  47. "config": {
  48. "process-timeout": 1800,
  49. "allow-plugins": {
  50. "yiisoft/yii2-composer": true
  51. }
  52. },
  53. "extra": {
  54. "asset-installer-paths": {
  55. "npm-asset-library": "vendor/npm",
  56. "bower-asset-library": "vendor/bower"
  57. }
  58. },
  59. "repositories": [
  60. {
  61. "type": "composer",
  62. "url": "https://asset-packagist.org"
  63. }
  64. ]
  65. }