Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Manlinup/consul into Manl…
Browse files Browse the repository at this point in the history
…inup-master

:
as
  • Loading branch information
kiss291323003 committed Apr 13, 2020
2 parents 1da68a8 + 5973350 commit 7f5a844
Show file tree
Hide file tree
Showing 153 changed files with 2,714 additions and 878 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/vendor/*
/.idea
dump.rdb
.idea/*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,8 @@ $update = new kv([
'key' => 'my-key',
'dc' => 'dc1',
]);
$this->consul->kvStore()->update($update);
$this->consul->
($update);

// Delete Key
$delete = new Kv([
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"easyswoole/http-client": "^1.2.5"
},
"require-dev": {
"easyswoole/phpunit": "^1.0"
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.1"
}
}
Loading

0 comments on commit 7f5a844

Please sign in to comment.