composer.json 311 B

123456789101112131415
  1. {
  2. "name": "thinkcmf/plugins-qiniu",
  3. "description": "ThinkCMF七牛插件",
  4. "type": "cmf-plugin",
  5. "license": "apache2.0",
  6. "authors": [
  7. {
  8. "name": "catman",
  9. "email": "catman@thinkcmf.com"
  10. }
  11. ],
  12. "require": {
  13. "qiniu/php-sdk": "^7.2"
  14. }
  15. }