composer.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.4.0",
  19. "yiisoft/yii2-mongodb": "~2.1.7"
  20. },
  21. "require-dev": {
  22. "yiisoft/yii2-debug": "~2.0.0",
  23. "yiisoft/yii2-gii": "~2.0.0",
  24. "yiisoft/yii2-faker": "~2.0.0",
  25. "codeception/base": "^2.2.3",
  26. "codeception/verify": "~0.3.1"
  27. },
  28. "scripts": {
  29. "post-install-cmd": "php init --env=Development --overwrite=n"
  30. },
  31. "config": {
  32. "process-timeout": 1800,
  33. "fxp-asset": {
  34. "enabled": false
  35. }
  36. },
  37. "repositories": [
  38. {
  39. "type": "composer",
  40. "url": "https://asset-packagist.org"
  41. }
  42. ]
  43. }