Skip to content

Commit

Permalink
更新依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
李子文 committed Feb 24, 2018
1 parent 3f8e50b commit e3420bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@

安装

composer require firstphp/wechat:"2.3.1"
composer require firstphp/wechat:"2.3.2"


配置
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -5,7 +5,7 @@
"keywords": ["微信", "微信授权", "微信第三方授权", "微信API"],
"homepage": "http://www.firstphp.com/",
"license": "MIT",
"version": "2.3.1",
"version": "2.3.2",
"authors": [
{
"name": "狂奔的蚂蚁",
Expand All @@ -15,13 +15,13 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.6.13",
"guzzlehttp/guzzle": "^6.0",
"doctrine/cache": "^1.6",
"doctrine/collections": "^1.3",
"symfony/serializer": "^3.0",
"symfony/options-resolver": "^3.0",
"symfony/property-access": "^3.0",
"symfony/http-foundation": "^3.0"
"guzzlehttp/guzzle": "^6.3.0",
"doctrine/cache": "^1.7.1",
"doctrine/collections": "^1.5.0",
"symfony/serializer": "^4.0.4",
"symfony/options-resolver": "^4.0.4",
"symfony/property-access": "^4.0.4",
"symfony/http-foundation": "^4.0.4"
},
"autoload": {
"psr-4": { "Firstphp\\Wechat\\": "./src" }
Expand Down

0 comments on commit e3420bd

Please sign in to comment.