Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
explicitly require guzzlehttp/psr7 v1
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot committed Jul 1, 2021
1 parent 233c218 commit 608863b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Patchers/ComposerPackagePatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ protected function patchRequire($manifest)
$manifest['require']['php'] = '^7.1 || ^8.0';
$manifest['require']['laravel/framework'] = '^7 || ^8';
$manifest['require']['guzzlehttp/guzzle'] = '^6.2 || ^7.0';
$manifest['require']['guzzlehttp/psr7'] = '^1.6.1';
return $manifest;
}
}

0 comments on commit 608863b

Please sign in to comment.