Skip to content

Commit

Permalink
Added Laravel 9 Composer support (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon De Rose <[email protected]>
  • Loading branch information
BrandonDR and BrandonDR authored Feb 10, 2022
1 parent c17c92b commit 52466f4
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 @@ -20,7 +20,7 @@
"php": ">=7.3 | ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/support": "^7.0|^8.0"
"illuminate/support": "^7.0|^8.0|^9.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand All @@ -46,4 +46,4 @@
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 52466f4

Please sign in to comment.