Skip to content

Commit

Permalink
Merge pull request #31 from jimhill/update-for-laravel-9
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
junaidnasir authored May 17, 2022
2 parents c80daf9 + 8a7dbb5 commit ad2852f
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 @@ -14,9 +14,9 @@
}],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
"illuminate/events": "^5.8|^6.0|^7.0|^8.0"
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0|^9.0",
"illuminate/events": "^5.8|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ad2852f

Please sign in to comment.