Skip to content

Commit

Permalink
Change composer
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardosoliv committed Dec 5, 2013
1 parent e44750f commit a01b763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -14,8 +14,8 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"symfony/config": ">=2.2.0,<3.0",
"symfony/yaml": ">=2.2.0,<3.0"
"symfony/config": "~2.2",
"symfony/yaml": "~2.2"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

1 comment on commit a01b763

@Anahkiasen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the reason behind this?

Please sign in to comment.