Skip to content

Commit 547f587

Browse files
committed
use guzzlehttp/guzzle ^6.3
remove doRequest add getVersion
1 parent ec41cbb commit 547f587

File tree

5 files changed

+127
-139
lines changed

5 files changed

+127
-139
lines changed

bin/etcd-php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ require $loader;
2121

2222
$application = new Application('Etcd Console Tool', '1.0.0');
2323
$application->setCatchExceptions(true);
24-
$application->add(new \LinkORB\Component\Etcd\Command\EtcdRequestCommand());
2524
$application->add(new \LinkORB\Component\Etcd\Command\EtcdSetCommand());
2625
$application->add(new \LinkORB\Component\Etcd\Command\EtcdGetCommand());
2726
$application->add(new \LinkORB\Component\Etcd\Command\EtcdMkCommand());

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.0",
1616
"symfony/console": "^2.4 || ^3.0",
17-
"guzzle/guzzle": "~3.8"
17+
"guzzlehttp/guzzle": "^6.3"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "3.7.*"

0 commit comments

Comments
 (0)