Skip to content

Commit

Permalink
Merge pull request #7 from alexandernst/master
Browse files Browse the repository at this point in the history
Make Yii soft dependency
  • Loading branch information
makasim committed Jul 14, 2014
2 parents ab58c92 + 9ad5f87 commit ad9652b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
],
"require": {
"php": ">=5.3.2",
"payum/core": "~0.9.0",
"yiisoft/yii": "~1"
"payum/core": "~0.9.0"
},
"suggest": {
"yiisoft/yii": "If you plan to use this extension outside of a Yii project",
"payum/paypal-express-checkout-nvp": "If you want to use paypal express checkout nvp gateway",
"payum/paypal-pro-checkout-nvp": "If you want to use paypal pro checkout nvp gateway",
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
Expand Down

0 comments on commit ad9652b

Please sign in to comment.