composer.json 289 B

12345678910111213141516
  1. {
  2. "name": "demo/myapp",
  3. "description": "just a test",
  4. "type": "project",
  5. "require": {
  6. "qiniu/php-sdk": "7.2.1"
  7. },
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "yangjian",
  12. "email": "yangjian102621@gmail.com"
  13. }
  14. ]
  15. }