Skip to content

Commit

Permalink
minor #360 Update sensio/distribution-bundle version (Pierstoval)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Update sensio/distribution-bundle version

Now that Symfony 2.7.1 has been released, its new dependency on `sensio/distribution-bundle` is `~4.0` , so to avoid conflicts, let's update this in our `composer.json` 😄

Commits
-------

c014895 Update sensio/distribution-bundle version
  • Loading branch information
javiereguiluz committed Jun 13, 2015
2 parents 86b0884 + c014895 commit 5222da9
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 @@ -22,7 +22,7 @@
"doctrine/orm" : "~2.3",
"doctrine/doctrine-bundle" : "~1.2",
"twig/extensions" : "~1.0",
"sensio/distribution-bundle" : "~2.3|~3.0",
"sensio/distribution-bundle" : "~2.3|~3.0|~4.0",
"sensio/framework-extra-bundle" : "~3.0,>=3.0.2",
"twig/twig" : "~1.12,>=1.12.2"
},
Expand Down

0 comments on commit 5222da9

Please sign in to comment.