Skip to content

Commit

Permalink
Upgrade Behat and Mink
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderik van der Veer committed Apr 5, 2014
1 parent b08b102 commit b81f1e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.3.*",
"behat/behat": "2.4.*",
"behat/mink": "1.4.*",
"behat/symfony2-extension": "1.0.*",
"behat/mink-extension": "1.0.*",
"behat/mink-browserkit-driver": "1.0.*",
"behat/mink-selenium2-driver": "1.0.*",
"behat/mink-goutte-driver": "1.0.*",
"behat/mink-sahi-driver": "1.0.*",
"behat/behat": "~2.5.0",
"behat/mink": "*",
"behat/symfony2-extension": "*",
"behat/mink-extension": "*",
"behat/mink-browserkit-driver": "*",
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-sahi-driver": "*",
"phpunit/phpunit": "~3.7"
},
"autoload": {
Expand Down

0 comments on commit b81f1e8

Please sign in to comment.