Skip to content

Commit

Permalink
Support Laravel 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdallaMohammed authored Feb 19, 2022
1 parent 8aff3e7 commit 5e743da
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 @@ -10,7 +10,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.4|8.*",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0",
"illuminate/support": "^5.2|^6.0|^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": ">=6.0"
},
"require-dev": {
Expand All @@ -34,4 +34,4 @@
]
}
}
}
}

0 comments on commit 5e743da

Please sign in to comment.