Skip to content

Commit

Permalink
Clean dependencies constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Mar 8, 2013
1 parent cca2c47 commit 70a3768
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,30 @@
"homepage": "http://everzet.com"
}
],

"require": {
"php": ">=5.3.1",
"symfony/finder": ">=2.0,<2.4-dev"
"symfony/finder": "~2.0"
},

"require-dev": {
"symfony/yaml": ">=2.0,<2.4-dev",
"symfony/translation": ">=2.0,<2.4-dev",
"symfony/config": ">=2.0,<2.4-dev"
"symfony/yaml": "~2.0",
"symfony/translation": "~2.0",
"symfony/config": "~2.0"
},

"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files",
"symfony/translation": "If you want to use Symfony2 translations adapter",
"symfony/config": "If you want to use Config component to manage resources"
},

"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},

"extra": {
"branch-alias": {
"dev-develop": "2.2-dev"
Expand Down

0 comments on commit 70a3768

Please sign in to comment.