Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
wowiwj committed May 22, 2018
1 parent a2b59f3 commit 62b932c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "wangju/ding-notice",
"description": "a dingtalk robot message handle for send message",
"type": "library",
"keywords": ["laravel", "ding talk", "ding notice"],
"require": {
"guzzlehttp/guzzle": "^6.3"
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-4": {
Expand All @@ -20,7 +21,7 @@
]
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 62b932c

Please sign in to comment.