composer.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "yiisoft/yii2-app-advanced",
  3. "description": "Yii 2 Advanced Project Template",
  4. "keywords": ["yii2", "fecshop","cart", "shop", "e-commerce"],
  5. "homepage": "http://www.fecshop.com/",
  6. "type": "project",
  7. "license": "BSD-3-Clause",
  8. "support": {
  9. "forum": "http://www.fecshop.com/forum/",
  10. "wiki": "http://www.fecshop.com/wiki/",
  11. "source": "https://github.com/fancyecommerce/yii2_fecshop_app_advanced"
  12. },
  13. "minimum-stability": "stable",
  14. "require": {
  15. "php": ">=5.6.0",
  16. "yiisoft/yii2-bootstrap": "*",
  17. "yiisoft/yii2-apidoc": "~2.0.0",
  18. "fancyecommerce/fecshop": ">=2.3.7"
  19. },
  20. "require-dev": {
  21. "yiisoft/yii2-debug": "~2.0.0",
  22. "yiisoft/yii2-gii": "~2.0.0",
  23. "yiisoft/yii2-faker": "~2.0.0",
  24. "codeception/base": "^2.2.3",
  25. "codeception/verify": "~0.3.1"
  26. },
  27. "scripts": {
  28. "post-install-cmd": "php init --env=Development --overwrite=n"
  29. },
  30. "config": {
  31. "process-timeout": 1800,
  32. "fxp-asset": {
  33. "enabled": false
  34. }
  35. },
  36. "repositories": [
  37. {
  38. "type": "composer",
  39. "url": "https://asset-packagist.org"
  40. }
  41. ]
  42. }