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

Commit

Permalink
allow php 8, laravel 8 and guzzle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot committed Feb 27, 2021
1 parent a28143e commit ce3f415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Patchers/ComposerPackagePatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected function patchPackageName($manifest)

protected function patchRequire($manifest)
{
$manifest['require']['php'] = '^7.1 || ^8';
$manifest['require']['php'] = '^7.1 || ^8.0';
$manifest['require']['laravel/framework'] = '^7 || ^8';
$manifest['require']['guzzlehttp/guzzle'] = '^6.2 || ^7.0';
return $manifest;
Expand Down

0 comments on commit ce3f415

Please sign in to comment.