Skip to content

Commit

Permalink
Merge pull request #33 from stephenjude/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 9 support
  • Loading branch information
codebyray authored Feb 18, 2022
2 parents 235c148 + 46b2ba2 commit 7fbabbd
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" : "^7.3|^8.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0",
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
"phpunit/phpunit": "^6.3|^7.0|^8.0|^9.0|^9.5",
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0|^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7fbabbd

Please sign in to comment.