Skip to content

Commit

Permalink
Updated composer.json to use a stable version of Guzzle 6. Minor fixe…
Browse files Browse the repository at this point in the history
…s to integ tests.
  • Loading branch information
jeremeamia committed May 26, 2015
1 parent d5f1513 commit 8a9da3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^5.2 || ^6.0@dev",
"guzzlehttp/guzzle": "^5.2 || ^6.0",
"guzzlehttp/psr7": "^1.0.0",
"guzzlehttp/promises": "^1.0.0",
"mtdowling/jmespath.php": "^2.1"
Expand Down
4 changes: 2 additions & 2 deletions tests/Integ/ClientSmokeTest.php
Expand Up @@ -271,7 +271,7 @@ class (expected class name of instantiated client)
'DeleteCluster',
['cluster' => 'foo'],
false,
'ClientException'
'ClusterNotFoundException'
],
[
'elasticache',
Expand Down Expand Up @@ -581,7 +581,7 @@ class (expected class name of instantiated client)
'TerminateWorkspaces',
['TerminateWorkspaceRequests' => [['WorkspaceId'=> 'foo']]],
false,
'ValidationException'
'ThrottlingException'
],
];
}
Expand Down

0 comments on commit 8a9da3e

Please sign in to comment.