Skip to content

Commit

Permalink
updated required packages for compatibility with Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAdminDe authored Oct 20, 2022
1 parent 670b7bc commit 3219294
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 @@ -21,13 +21,13 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^8.0",
"laravel/framework": "^8.0|^9.0",
"livewire/livewire": "^2.5"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.5",
"nunomaduro/collision": "^5.10.0"
"nunomaduro/collision": "^5.10.0|^6.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3219294

Please sign in to comment.