Skip to content

Commit

Permalink
Update dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jan 8, 2018
1 parent 373f905 commit 8a9f8a9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "easywechat/console",
"description": "A command line for EasyWeChat Application.",
"require": {
"symfony/process": "^4.0",
"symfony/console": "^4.0",
"overtrue/wechat": "dev-master"
"php": ">=7.0",
"symfony/process": "^3.0|^4.0",
"symfony/console": "^3.0|^4.0",
"overtrue/wechat": "^4.0"
},
"license": "MIT",
"authors": [
Expand All @@ -17,11 +18,5 @@
"psr-4": {
"EasyWeChat\\Console\\": "./src"
}
},
"repositories": {
"g": {
"type": "path",
"url": "../wechat"
}
}
}

0 comments on commit 8a9f8a9

Please sign in to comment.