Skip to content

Commit

Permalink
Support Laravel 10 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Feb 2, 2023
1 parent 69498c3 commit 0bfae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"livewire/livewire": "^2.4",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"orchestra/testbench": "^6.15|^7.0|^8.0",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "^4.4"
},
Expand Down

0 comments on commit 0bfae0f

Please # to comment.