Skip to content

Commit

Permalink
set bundle working with all symfony version to >=2.3 including 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PawnKaiser committed Feb 3, 2016
1 parent 0a23c1b commit cebde52
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 @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.5",
"symfony/framework-bundle": "~2.3",
"symfony/framework-bundle": ">=2.3",
"aws/aws-sdk-php": "*"
},
"autoload": {
Expand Down

0 comments on commit cebde52

Please sign in to comment.