Skip to content

Commit

Permalink
chore: allow guzzle/psr 2.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Aug 27, 2021
1 parent 7f52b55 commit c8930e7
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 @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"require": {
"php": ">=7.2",
"guzzlehttp/psr7": "^1.6",
"guzzlehttp/psr7": "^1.7|^2.0",
"psr/http-message": "^1.0"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion tests/vendorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function testGcsIsNotRegistered(): void
*/
public function testGcsIsRegistered(): void
{
passthru('composer require google/cloud-storage');
passthru('composer require -w google/cloud-storage');

copy(__DIR__ . '/fixtures/gcs.php', self::$tmpDir . '/gcs.php');
$cmd = sprintf(
Expand Down

0 comments on commit c8930e7

Please sign in to comment.