composer.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.4.0",
  16. "yiisoft/yii2-bootstrap": "*",
  17. "yiisoft/yii2-apidoc": "~2.0.0",
  18. "fancyecommerce/fecshop": "=1.9.1.0"
  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. "repositories": {
  31. "packagist": {
  32. "type": "composer",
  33. "url": "https://packagist.org"
  34. }
  35. },
  36. "config": {
  37. "fxp-asset": {
  38. "installer-paths": {
  39. "npm-asset-library": "vendor/npm",
  40. "bower-asset-library": "vendor/bower"
  41. }
  42. },
  43. "process-timeout": 1800
  44. },
  45. "extra": {
  46. }
  47. }