You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
424 B

  1. {
  2. "name": "antgoods/goods",
  3. "description": "ant基础模块之一",
  4. "type": "yii2-extension",
  5. "keywords": ["goods"],
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "linyao",
  10. "email": "linyaostalker@gmail.com"
  11. }
  12. ],
  13. "require": {
  14. "yiisoft/yii2": "~2.0.0"
  15. },
  16. "autoload": {
  17. "psr-4": {
  18. "antgoods\\goods\\": ""
  19. }
  20. }
  21. }