Skip to content

Commit a8ee154

Browse files
authored
Merge pull request #7 from MB116/main
Bump required versions
2 parents 7ab1550 + c3236db commit a8ee154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8.0",
20-
"illuminate/support": "^8.0"
20+
"illuminate/support": "^8.67|^9.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^6.0",
24-
"phpunit/phpunit": "^9.0",
25-
"livewire/livewire": "^2.4"
24+
"phpunit/phpunit": "^9.5",
25+
"livewire/livewire": "^2.8"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)