Skip to content

Commit 729c11c

Browse files
authored
Merge pull request #5 from lukinovec/remove-l8-support
Remove L8 support, fix dependencies
2 parents a1e193f + b53d03a commit 729c11c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
laravel: [8, 9, 10]
14+
laravel: [9, 10]
1515

1616
steps:
1717
- name: Checkout code

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
],
2222
"require": {
2323
"livewire/livewire": "^2.3",
24-
"illuminate/view": "^8.20|^9.0|^10.0"
24+
"illuminate/view": "^9.0|^10.0"
2525
},
2626
"require-dev": {
2727
"pestphp/pest": "^1.0|^2.0",
28-
"illuminate/support": "^8.20|^9.0|^10.0",
28+
"illuminate/support": "^9.0|^10.0",
2929
"pestphp/pest-plugin-laravel": "^1.0|^2.0",
30-
"illuminate/testing": "^8.20|^9.0|10.0",
31-
"orchestra/testbench": "^6.7|^7.0|^8.0",
32-
"pestphp/pest-plugin-livewire": "^1.1"
30+
"illuminate/testing": "^9.0|^10.0",
31+
"orchestra/testbench": "^7.0|^8.0",
32+
"pestphp/pest-plugin-livewire": "^1.1|^2.0"
3333
},
3434
"extra": {
3535
"laravel": {

0 commit comments

Comments
 (0)