Skip to content

Commit

Permalink
updation
Browse files Browse the repository at this point in the history
  • Loading branch information
wontone18 committed Sep 12, 2021
1 parent 956581e commit 4bd4b06
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "wontonee/stripe",
"description": "Laravel bagisto stripe payment gateway from wontonee",
"license": "MIT",
"autoload": {
"psr-4": {
"Wontonee\\Stripe\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Wontonee\\Stripe\\Providers\\StripeServiceProvider"
],
"aliases": {}
}
},
"authors": [
{
"name": "Saju G",
"email": "[email protected]"
}
],
"require": {
"stripe/stripe-php": "^7.56.0"
}
}

0 comments on commit 4bd4b06

Please sign in to comment.