Browse Source

Update README.md

wcq1 7 năm trước cách đây
mục cha
commit
6f027d8cda
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -33,6 +33,14 @@ $ composer require qiniu/php-sdk
           "url": "https://gitlab.meitu.com/pl_storage_sdk/php-sdk.git",
           "type": "git",
           "reference": "master"
+        },
+        "autoload": {
+          "psr-4": {
+            "Qiniu\\": "src/Qiniu"
+          },
+          "files": [
+            "src/Qiniu/functions.php"
+          ]
         }
       }
     }