Skip to content

Commit

Permalink
Merge pull request #3 from operativeit/master
Browse files Browse the repository at this point in the history
Add support for Laravel versions 9 and 10
  • Loading branch information
dukenst2006 authored Sep 3, 2023
2 parents 4a32325 + 9eb6587 commit e97f850
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 @@ -21,8 +21,8 @@
}
],
"require": {
"laravel/framework": "~5.8.0|~6.0|~6.2.0|^8.22.2",
"stripe/stripe-php": "^6.43.0"
"laravel/framework": "~5.8.0|~6.0|~6.2.0|^8.22.2|^9.19|^10.0",
"stripe/stripe-php": ">=12.1"
},
"require-dev": {
"orchestra/database": "~3.7.0|~3.8.0|~4.0.0",
Expand Down

0 comments on commit e97f850

Please sign in to comment.