From 7eb2c4307cf3ec18719fdee859e5a575bf979f9a Mon Sep 17 00:00:00 2001 From: rsonghuster Date: Tue, 27 Nov 2018 20:38:45 +0800 Subject: [PATCH] change readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce0264..663a76b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ composer require aliyunfc/fc-php-sdk You can also declare the dependency on Alibaba Cloud FC SDK for PHP in the composer.json file. ```json "require": { - "aliyunfc/fc-php-sdk": "~1.0" + "aliyunfc/fc-php-sdk": "~1.1" } ```