Skip to content

Commit

Permalink
More flexible dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Obuhovich committed Jul 13, 2013
1 parent 15f10ce commit 8a8c4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

"require": {
"php": ">=5.3.2",
"behat/mink": "1.5",
"behat/mink-selenium2-driver": "1.1.0",
"behat/mink": "1.5.*",
"behat/mink-selenium2-driver": "*",
"phpunit/phpunit": "3.7.*"
},

Expand Down

0 comments on commit 8a8c4ad

Please sign in to comment.