Skip to content

Commit

Permalink
Merge pull request #20 from pelmered/patch-1
Browse files Browse the repository at this point in the history
Add support for Laravel 9
  • Loading branch information
Sébastien Nikolaou authored Feb 26, 2022
2 parents 1c2e95c + a16c9d4 commit 6e914f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests-php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.0]
laravel: [^8.0, '^7.0', ^6.0]
laravel: [^9.0, ^8.0, '^7.0', ^6.0]
include:
- laravel: ^9.0
testbench: ^7.0
- laravel: ^8.0
testbench: ^6.0
- laravel: ^7.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"require": {
"php": "^7.1|^8.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"mockery/mockery": "^0.9|^1.0",
Expand Down

0 comments on commit 6e914f4

Please sign in to comment.