composer.json 729 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "fancyecommerce/fec",
  3. "description": "fancy ecommerce",
  4. "keywords": [
  5. "yii2",
  6. "fancy",
  7. "ecommerce",
  8. "fec"
  9. ],
  10. "homepage": "https://github.com/fancyecommerce/yii2-fec",
  11. "type": "yii2-extension",
  12. "license": "MIT",
  13. "support": {
  14. "source": "https://github.com/fancyecommerce/yii2-fec"
  15. },
  16. "authors": [
  17. {
  18. "name": "terry water",
  19. "email": "235826901@qq.com"
  20. }
  21. ],
  22. "minimum-stability": "stable",
  23. "require": {
  24. "php": ">=5.4.0",
  25. "yiisoft/yii2": ">=2.0.6",
  26. "imagine/imagine": "0.7.1",
  27. "yiisoft/yii2-redis": "~2.0.0",
  28. "phpoffice/phpexcel": "1.8.*"
  29. },
  30. "autoload": {
  31. "psr-4": {
  32. "fec\\": ""
  33. }
  34. },
  35. "config": {
  36. "process-timeout": 1800
  37. }
  38. }