Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Allow symfony 3 version
Browse files Browse the repository at this point in the history
Symfony 3 should be allowed dependency
  • Loading branch information
msvrtan authored Jun 29, 2016
1 parent 0e28f3f commit 727ee61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^5.3.2|^7.0",
"symfony/framework-bundle": "~2.0",
"symfony/framework-bundle": "~2.0|^3.0",
"jms/payment-core-bundle": "~1.0",
"omnipay/stripe": "~2.0",
"psr/log": "~1.0"
Expand Down

0 comments on commit 727ee61

Please sign in to comment.