Skip to content

Commit

Permalink
Merge pull request #163 from owncloud/pin-behat-mink
Browse files Browse the repository at this point in the history
Pin behat/mink to 1.7.1 and update other acceptance test dependencies
  • Loading branch information
phil-davis committed Mar 12, 2020
2 parents 7ecc585 + 9f0e069 commit b6c7db4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions vendor-bin/behat/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"config" : {
"platform": {
"php": "7.1"
"php": "7.1.3"
}
},
"require": {
"behat/behat": "^3.0",
"behat/mink-extension": "^2.2",
"behat/behat": "^3.6",
"behat/mink": "1.7.1",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "dev-master",
"behat/mink-selenium2-driver": "^1.4",
"jarnaiz/behat-junit-formatter": "^1.3",
"rdx/behat-variables": "^1.2",
"sensiolabs/behat-page-object-extension": "^2.0",
"symfony/translation": "^3.4",
"sabre/xml": "^2.1",
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/translation": "^4.4",
"sabre/xml": "^2.2",
"guzzlehttp/guzzle": "^6.5",
"phpunit/phpunit": "^7.5"
}
Expand Down

0 comments on commit b6c7db4

Please sign in to comment.