wcq1 7 роки тому
батько
коміт
6f027d8cda
1 змінених файлів з 8 додано та 0 видалено
  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"
+          ]
         }
       }
     }