Skip to content

Commit

Permalink
Bump required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MB116 committed Jun 1, 2022
1 parent 7ab1550 commit c3236db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0"
"illuminate/support": "^8.67|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"livewire/livewire": "^2.4"
"phpunit/phpunit": "^9.5",
"livewire/livewire": "^2.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c3236db

Please sign in to comment.