Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Nov 24, 2012
1 parent e5d2164 commit ae5f5db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=5.4",
"symfony/yaml": "2.1.*",
"symfony/console": "2.1.*",
"symfony/yaml": ">=2.1.0,<2.2.0-dev",
"symfony/console": ">=2.1.0,<2.2.0-dev",
"monolog/monolog": "1.2.*",
"symfony/finder": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/filesystem": "2.1.*"
"symfony/finder": ">=2.1.0,<2.2.0-dev",
"symfony/validator": ">=2.1.0,<2.2.0-dev",
"symfony/filesystem": ">=2.1.0,<2.2.0-dev"
},
"require-dev": {
"behat/behat": "2.4@stable"
Expand Down

0 comments on commit ae5f5db

Please sign in to comment.