From 4f03644547f890b2c3c2662f574d76c138dd03df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cjunying=2Ewjy=E2=80=9D?= Date: Sat, 28 Mar 2020 00:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- php/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3f21eca..e67b097 100755 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "mtdowling/jmespath.php": "^2.4", "adbario/php-dot-notation": "^2.2", "alibabacloud/tea": "^3.1", - "alibabacloud/tea-fileform": "^3.2", + "alibabacloud/tea-fileform": "^0.3.2", "phpunit/phpunit": "^7.5" }, "repositories":{ diff --git a/php/README.md b/php/README.md index 33319a7..d42a0fb 100644 --- a/php/README.md +++ b/php/README.md @@ -32,7 +32,7 @@ Alipay Easy SDK主要目标是提升开发者在**服务端**集成支付宝开 ## 安装依赖 ### 通过[Composer](https://packagist.org/packages/alipaysdk/easysdk/)在线安装依赖(推荐) -`composer require alipaysdk/easysdk:^1.0` +`composer require alipaysdk/easysdk:1.1.0` ### 本地手动集成依赖(适用于自己修改源码后的本地重新打包安装) 1. 本机安装配置[Composer](https://getcomposer.org/)工具。