Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Pin behat/mink to 1.7.1 and update other acceptance test dependencies #147

Merged
merged 1 commit into from
Mar 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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