We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4190fa7 commit e13888bCopy full SHA for e13888b
composer.json
@@ -38,7 +38,7 @@
38
],
39
"require": {
40
"php": ">=5.3.2",
41
- "payum/core": "0.10.*@dev"
+ "payum/core": "0.10.*"
42
},
43
"suggest": {
44
"yiisoft/yii": "If you plan to use this extension outside of a Yii project",
@@ -47,7 +47,8 @@
47
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
48
"payum/be2bill": "If you want to use be2bill gateway",
49
"payum/payex": "If you want to use payex gateway",
50
- "payum/omnipay-bridge": "If you want to use omnipay provided gateways"
+ "payum/omnipay-bridge": "If you want to use omnipay provided gateways",
51
+ "payum/stripe": "If you want to use stripe provided gateways"
52
53
"autoload": {
54
"psr-0": { "Payum\\YiiExtension": "" }
0 commit comments