Skip to content

Commit

Permalink
Merge pull request #8 from wireui/laravel-11-support
Browse files Browse the repository at this point in the history
Laravel 11 support
  • Loading branch information
ph7jack authored Mar 15, 2024
2 parents 760fe5c + 15a7d73 commit 87a5d79
Show file tree
Hide file tree
Showing 3 changed files with 1,293 additions and 969 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
fail-fast: false
matrix:
php: [8.2, 8.3]
laravel: [10.*]
laravel: [10.*, 11.*]
exclude:
- php: 8.2
laravel: 11.*

name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"livewire/livewire": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"pestphp/pest": "^2.0",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"nunomaduro/larastan": "^2.5",
"laravel/pint": "^1.9"
},
Expand Down
Loading

0 comments on commit 87a5d79

Please sign in to comment.