fix mint tests in awscli to ignore NotImplemented properly (#9561)

This commit is contained in:
Harshavardhana
2020-05-08 22:32:10 -07:00
committed by GitHub
parent 6d76efb9bb
commit 36e88cbd50
2 changed files with 28 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"require": {
"aws/aws-sdk-php": "^3.30",
"GuzzleHttp/Psr7": "^1.4"
"guzzlehttp/psr7": "^1.4"
}
}