Skip to content

Commit fec39a8

Browse files
authored
Merge pull request #2 from kpeu3u/fix-application_fee_amount
fix application_fee_amount
2 parents 7366bad + 73e3409 commit fec39a8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

composer.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "omnipay/stripe",
2+
"name": "kpeu3u/stripe",
33
"type": "library",
44
"description": "Stripe driver for the Omnipay payment processing library",
55
"keywords": [
@@ -10,7 +10,7 @@
1010
"payment",
1111
"stripe"
1212
],
13-
"homepage": "https://github.com/thephpleague/omnipay-stripe",
13+
"homepage": "https://github.com/kpeu3u/omnipay-stripe",
1414
"license": "MIT",
1515
"authors": [
1616
{
@@ -31,12 +31,17 @@
3131
"require-dev": {
3232
"omnipay/tests": "^3",
3333
"squizlabs/php_codesniffer": "^3",
34-
"phpro/grumphp": "^0.14"
34+
"phpro/grumphp": "^1.13"
3535
},
3636
"extra": {
3737
"branch-alias": {
3838
"dev-master": "3.2-dev"
3939
}
4040
},
41-
"prefer-stable": true
41+
"prefer-stable": true,
42+
"config": {
43+
"allow-plugins": {
44+
"phpro/grumphp": true
45+
}
46+
}
4247
}

0 commit comments

Comments
 (0)