Skip to content

Commit

Permalink
allow 1.x versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Dec 11, 2015
1 parent baf18de commit b127135
Showing 1 changed file with 4 additions and 4 deletions.
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.5.0",
"payum/core": "1.0.*@dev",
"payum/core": "~1.0",
"symfony/framework-bundle": "~2.7",
"symfony/twig-bundle": "~2.7",
"symfony/form": "~2.7",
Expand All @@ -53,9 +53,9 @@
"symfony/phpunit-bridge": "~2.7",
"sonata-project/admin-bundle": "~2.0",
"doctrine/orm": "2.3.*",
"payum/payum": "1.0.*@dev",
"payum/omnipay-bridge": "1.0.*@dev",
"payum/jms-payment-bridge": "1.0.*@dev",
"payum/payum": "~1.0",
"payum/omnipay-bridge": "~1.0",
"payum/jms-payment-bridge": "~1.0",
"omnipay/dummy": "~2.0",
"omnipay/stripe": "~2.0",
"omnipay/paypal": "~2.0",
Expand Down

0 comments on commit b127135

Please sign in to comment.