forked from wasare/provider_stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 799 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "wasare/provider_stripe",
"type": "drupal-module",
"description": "Provides an integration to use the Stripe API library",
"keywords": [
"Drupal"
],
"license": "GPL-2.0+",
"homepage": "https://github.com/wasare/provider_stripe",
"minimum-stability": "dev",
"support": {
"issues": "https://github.com/wasare/provider_stripe/issues",
"source": "https://github.com/wasare/provider_stripe"
},
"repositories": {
"wasare": {
"type": "path",
"url": "https://github.com/wasare/provider_stripe"
}
},
"require": {
"stripe/stripe-php": "^7.36",
"drupal/key": "^1.1"
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
}
}