Skip to content

Commit

Permalink
fix: update php requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
albinhallen committed May 29, 2023
1 parent 7b70ea8 commit e0f92df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"orchestra/testbench": "^6.0"
},
"require": {
"php": ">=7.4",
"php": "^7.3|^8.0",
"guzzlehttp/guzzle": "^7.0"
}
}
3 changes: 1 addition & 2 deletions src/NewsletterMailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ protected function newsletterTransport(): NewsletterTransport
public function provides()
{
return array_merge(parent::provides(), [
NewsletterApi::class,
'Newsletter'
NewsletterApi::class
]);
}

Expand Down

0 comments on commit e0f92df

Please sign in to comment.