Skip to content

Commit 7f5bdb3

Browse files
committed
Laravel 7 support
1 parent ea49cf1 commit 7f5bdb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
],
2222
"require": {
2323
"livewire/livewire": "^2.3",
24-
"illuminate/view": "^8.20"
24+
"illuminate/view": "^7.0|^8.20"
2525
},
2626
"require-dev": {
2727
"pestphp/pest": "^0.3.19",
28-
"illuminate/support": "^8.20",
28+
"illuminate/support": "^7.0|^8.20",
2929
"pestphp/pest-plugin-laravel": "^0.3.0",
30-
"illuminate/testing": "^8.20",
30+
"illuminate/testing": "^7.0|^8.20",
3131
"orchestra/testbench": "^6.7",
3232
"pestphp/pest-plugin-livewire": "^0.3.2"
3333
}

0 commit comments

Comments
 (0)