Skip to content

Commit

Permalink
Merge pull request #5 from dammy001/dammy001-patch-1
Browse files Browse the repository at this point in the history
laravel 9 support
  • Loading branch information
dammy001 committed Mar 9, 2022
2 parents 8bd128a + 8fef4a8 commit 52b15e9
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 @@ -13,8 +13,8 @@
"prefer-stable": true,
"require": {
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.0|^7.0",
"illuminate/support": "^8.0|^7.0"
"illuminate/contracts": "^8.0|^7.0|^9.0",
"illuminate/support": "^8.0|^7.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "7.1.0",
Expand Down

0 comments on commit 52b15e9

Please sign in to comment.