Skip to content

Commit

Permalink
Merge pull request #9 from LeeSaferite/master
Browse files Browse the repository at this point in the history
Updated composer.json to allow usage with symfony 3.x
  • Loading branch information
joostfaassen committed Feb 1, 2016
2 parents e4be41b + f852aca commit b4776b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.0",
"symfony/console": "~2.4",
"symfony/console": "^2.4 || ^3.0",
"guzzle/guzzle": "~3.8"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/LinkORB/Tests/Component/Etcd/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function tearDown()
public function testDoRequest()
{
$version = $this->client->doRequest('/version');
$this->assertArrayHasKey('releaseVersion', json_decode($version, true));
$this->assertArrayHasKey('etcdserver', json_decode($version, true));
}

/**
Expand Down

0 comments on commit b4776b1

Please sign in to comment.