Skip to content

Commit

Permalink
symfony version in composer with tilde operator
Browse files Browse the repository at this point in the history
  • Loading branch information
asiermarques authored Sep 21, 2016
1 parent a0d001b commit c895090
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.9",
"symfony/symfony": "3.*",
"symfony/symfony": "~3.0",
"stof/doctrine-extensions-bundle": "^1.2"
}
}

0 comments on commit c895090

Please sign in to comment.