Skip to content

Commit

Permalink
Merge pull request #46 from laravel-notification-channels/php73
Browse files Browse the repository at this point in the history
chore: Bumped php version to minimum 7.3
  • Loading branch information
alexsoft authored Jul 28, 2021
2 parents 46674b1 + 7bbc8cf commit 49bb8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0]
stability: [prefer-lowest, prefer-stable]

name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.3",
"guzzlehttp/guzzle": "^6.2 || ^7.0",
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
Expand Down

0 comments on commit 49bb8fa

Please sign in to comment.