Skip to content

Commit

Permalink
Dropped support for Laravel 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Apr 5, 2020
1 parent eac7255 commit 0b6b448
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@
}
],
"require": {
"php": ">=5.6.0",
"illuminate/contracts": "~5.4|^6.0",
"php": "^7.2",
"illuminate/contracts": "^6.0|^7.0",
"moneyphp/money": "^3.2",
"stripe/stripe-php": "^7.0"
},
"autoload": {
"psr-4": {
"Origami\\Stripe\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
}
}

0 comments on commit 0b6b448

Please sign in to comment.