Skip to content

Commit

Permalink
Reduce composer constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jul 9, 2012
1 parent 608e3a0 commit a6aa07d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": ">=5.3.3",
"symfony/yaml": ">=2.0",
"symfony/console": ">=2.0",
"monolog/monolog": ">=1.0.2",
"symfony/finder": ">=2.0",
"symfony/validator": ">=2.0"
"symfony/yaml": "2.1.*",
"symfony/console": "2.1.*",
"monolog/monolog": "1.0.*",
"symfony/finder": "2.1.*",
"symfony/validator": "2.1.*"
},
"require-dev": {
"behat/behat": "2.4@stable"
Expand All @@ -33,5 +33,6 @@
},
"bin": [
"bin/propel"
]
],
"minimum-stability": "dev"
}

0 comments on commit a6aa07d

Please sign in to comment.