Skip to content

Commit

Permalink
Allow any future minor version of Symfony2 2.5 components.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Kip committed Oct 23, 2014
1 parent 768fd15 commit 6317043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -9,9 +9,9 @@
"php": ">=5.3.0",
"pdepend/pdepend": "2.0.*",

"symfony/dependency-injection": "2.5.*",
"symfony/filesystem": "2.5.*",
"symfony/config": "2.5.*"
"symfony/dependency-injection": "~2.5",
"symfony/filesystem": "~2.5",
"symfony/config": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "*"
Expand Down
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 6317043

Please sign in to comment.