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.

26 lines
644 B

  1. {
  2. "name": "hyiiu/yii2-ueditor",
  3. "description": "The ueditor extension for the Yii framework",
  4. "keywords": ["yii2", "ueditor", "yii-china"],
  5. "homepage": "https://github.com/org-yii-china/yii2-ueditor.git",
  6. "type": "yii2-extension",
  7. "license": "BSD-3-Clause",
  8. "authors": [
  9. {
  10. "name": "Xianan Huang",
  11. "email": "xianan_huang@163.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.3.0"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "yii-china\\ueditor\\": ""
  20. }
  21. },
  22. "extra": {
  23. "branch-alias": {
  24. "dev-master": "1.0.x-dev"
  25. }
  26. }
  27. }