Skip to content

Commit e13888b

Browse files
committed
Release 0.10.0
1 parent 4190fa7 commit e13888b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"require": {
4040
"php": ">=5.3.2",
41-
"payum/core": "0.10.*@dev"
41+
"payum/core": "0.10.*"
4242
},
4343
"suggest": {
4444
"yiisoft/yii": "If you plan to use this extension outside of a Yii project",
@@ -47,7 +47,8 @@
4747
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
4848
"payum/be2bill": "If you want to use be2bill gateway",
4949
"payum/payex": "If you want to use payex gateway",
50-
"payum/omnipay-bridge": "If you want to use omnipay provided gateways"
50+
"payum/omnipay-bridge": "If you want to use omnipay provided gateways",
51+
"payum/stripe": "If you want to use stripe provided gateways"
5152
},
5253
"autoload": {
5354
"psr-0": { "Payum\\YiiExtension": "" }

0 commit comments

Comments
 (0)