We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea49cf1 commit 7f5bdb3Copy full SHA for 7f5bdb3
composer.json
@@ -21,13 +21,13 @@
21
],
22
"require": {
23
"livewire/livewire": "^2.3",
24
- "illuminate/view": "^8.20"
+ "illuminate/view": "^7.0|^8.20"
25
},
26
"require-dev": {
27
"pestphp/pest": "^0.3.19",
28
- "illuminate/support": "^8.20",
+ "illuminate/support": "^7.0|^8.20",
29
"pestphp/pest-plugin-laravel": "^0.3.0",
30
- "illuminate/testing": "^8.20",
+ "illuminate/testing": "^7.0|^8.20",
31
"orchestra/testbench": "^6.7",
32
"pestphp/pest-plugin-livewire": "^0.3.2"
33
}
0 commit comments