Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Aug 1, 2014
1 parent 4190fa7 commit e13888b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"require": {
"php": ">=5.3.2",
"payum/core": "0.10.*@dev"
"payum/core": "0.10.*"
},
"suggest": {
"yiisoft/yii": "If you plan to use this extension outside of a Yii project",
Expand All @@ -47,7 +47,8 @@
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
"payum/be2bill": "If you want to use be2bill gateway",
"payum/payex": "If you want to use payex gateway",
"payum/omnipay-bridge": "If you want to use omnipay provided gateways"
"payum/omnipay-bridge": "If you want to use omnipay provided gateways",
"payum/stripe": "If you want to use stripe provided gateways"
},
"autoload": {
"psr-0": { "Payum\\YiiExtension": "" }
Expand Down

0 comments on commit e13888b

Please sign in to comment.