Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 8 ans
il y a 8 ans
il y a 5 ans
il y a 7 mois
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "ext-json": "*",
  39. "ext-curl": "*",
  40. "yiisoft/yii2-twig": "^2.4",
  41. "letyii/yii2-tinymce": "dev-master",
  42. "yiisoft/yii2-bootstrap5": "^2.0"
  43. },
  44. "require-dev": {
  45. "yiisoft/yii2-codeception": "*",
  46. "yiisoft/yii2-debug": "^2.1",
  47. "yiisoft/yii2-gii": "*",
  48. "yiisoft/yii2-faker": "*",
  49. "codeception/codeception": "^2.3",
  50. "phpstan/phpstan": "^1.9"
  51. },
  52. "config": {
  53. "process-timeout": 1800,
  54. "allow-plugins": {
  55. "yiisoft/yii2-composer": true
  56. }
  57. },
  58. "extra": {
  59. "asset-installer-paths": {
  60. "npm-asset-library": "vendor/npm",
  61. "bower-asset-library": "vendor/bower"
  62. }
  63. },
  64. "repositories": [
  65. {
  66. "type": "composer",
  67. "url": "https://asset-packagist.org"
  68. }
  69. ]
  70. }