Skip to content

Commit

Permalink
require stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Apr 28, 2015
1 parent f84a960 commit 4386cc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/doc/console_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Found 1 gateways
> Payum\Bundle\PayumBundle\Action\ObtainCreditCardAction
> Payum\Core\Bridge\Twig\Action\RenderTemplateAction
> Payum\Offline\Action\CaptureAction
> Payum\Offline\Action\FillOrderDetailsAction
> Payum\Offline\Action\ConvertPaymentAction
> Payum\Offline\Action\StatusAction
>
> Extensions:
Expand Down
8 changes: 4 additions & 4 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.15.*@dev",
"payum/core": "0.15.*",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "2.3.*,>=2.3.18|2.4.*,>=2.4.8|2.5.*,>=2.5.2|~2.6",
"symfony/form": "~2.3",
Expand All @@ -52,9 +52,9 @@
"symfony/class-loader": "~2.3",
"sonata-project/admin-bundle": "~2.0",
"doctrine/orm": "*",
"payum/payum": "0.15.*@dev",
"payum/omnipay-bridge": "0.15.*@dev",
"payum/jms-payment-bridge": "0.15.*@dev",
"payum/payum": "0.15.*",
"payum/omnipay-bridge": "0.15.*",
"payum/jms-payment-bridge": "0.15.*",
"omnipay/dummy": "~2.0",
"omnipay/stripe": "~2.0",
"omnipay/paypal": "~2.0"
Expand Down

0 comments on commit 4386cc4

Please sign in to comment.