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

Commit

Permalink
drop laravel/framework dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot committed Jul 7, 2021
1 parent dbf1ee1 commit e5b99b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/Patchers/ComposerPackagePatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ protected function patchPackageName($manifest)
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;
Expand Down

0 comments on commit e5b99b0

Please sign in to comment.