Skip to content

Commit

Permalink
Merge pull request #108 from wilfredchen/patch-1
Browse files Browse the repository at this point in the history
Support for Laravel 10
  • Loading branch information
techenby authored Feb 16, 2023
2 parents f0e5179 + 8e1816c commit 9fffd10
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 @@ -18,12 +18,12 @@
],
"require": {
"php": "^8.0",
"illuminate/database": "^9.0",
"illuminate/events": "^9.0"
"illuminate/database": "^9.0||^10.0",
"illuminate/events": "^9.0||^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5.10"
"orchestra/testbench": "^7.0||^8.0",
"phpunit/phpunit": "^9.5.10||^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9fffd10

Please sign in to comment.