Skip to content

Commit

Permalink
Tweak composer stability operators
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstuck committed Jun 9, 2015
1 parent ed99e79 commit 73ad43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tuck/converter-bundle": "dev-master",
"beberlei/assert": "@stable",
"symfony/yaml": "@stable",
"symfony/dependency-injection": "2.7.*",
"symfony/expression-language": "2.7.*"
"symfony/dependency-injection": "~2.7",
"symfony/expression-language": "~2.7"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73ad43b

Please sign in to comment.