Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asantibanez committed Jul 31, 2021
1 parent 96f9243 commit bb58c58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0|^7.0|^8.0",
"php": "^7.2|^7.3|^7.4|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"livewire/livewire": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bb58c58

Please sign in to comment.