composer add stripe

This commit is contained in:
Chris Smith
2019-03-04 15:40:19 -06:00
parent 011beb9b34
commit c4b8d8b8c6
2 changed files with 59 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"require": {
"vlucas/phpdotenv": "^3.3",
"bramus/router": "~1.4",
"gabordemooij/redbean": "^5.2"
"gabordemooij/redbean": "^5.2",
"stripe/stripe-php": "^6.30"
}
}