Skip to content

Commit

Permalink
updates constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Jun 12, 2013
1 parent deff84d commit ee53d23
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 @@ -13,11 +13,11 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<2.3-dev",
"symfony/framework-bundle": "~2.0",
"jms/payment-core-bundle": "dev-master"
},
"require-dev": {
"symfony/browser-kit": "2.1.x-dev"
"symfony/browser-kit": "*"
},
"autoload": {
"psr-0": { "JMS\\Payment\\PaypalBundle": "" }
Expand Down

0 comments on commit ee53d23

Please sign in to comment.