Skip to content

Commit

Permalink
Merge pull request #3 from savannabits/coolsam726-laravel-9-support
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
coolsam726 authored Feb 23, 2022
2 parents 8199ae6 + 53196f1 commit 1c382ab
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 @@ -20,11 +20,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0"
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit 1c382ab

Please sign in to comment.