Update Behat from 3.7.0 to 3.8.1 in acceptance tests

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2021-01-17 23:27:53 +01:00 committed by John Molakvoæ (skjnldsv)
parent b53f49b940
commit 223b36e851
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"require-dev": {
"behat/behat": "3.7.0",
"behat/behat": "3.8.1",
"behat/mink": "1.7.1",
"behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.3.1",

View File

@ -4,41 +4,41 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "9de2660d48d5c6093450dd25ddcbecd9",
"content-hash": "f75fc126df5999c922c96e1593eabf31",
"packages": [],
"packages-dev": [
{
"name": "behat/behat",
"version": "v3.7.0",
"version": "v3.8.1",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "08052f739619a9e9f62f457a67302f0715e6dd13"
"reference": "fbb065457d523d9856d4b50775b4151a7598b510"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/08052f739619a9e9f62f457a67302f0715e6dd13",
"reference": "08052f739619a9e9f62f457a67302f0715e6dd13",
"url": "https://api.github.com/repos/Behat/Behat/zipball/fbb065457d523d9856d4b50775b4151a7598b510",
"reference": "fbb065457d523d9856d4b50775b4151a7598b510",
"shasum": ""
},
"require": {
"behat/gherkin": "^4.6.0",
"behat/transliterator": "^1.2",
"ext-mbstring": "*",
"php": ">=5.3.3",
"php": "^7.2 || ^8.0",
"psr/container": "^1.0",
"symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
"symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0",
"symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
"symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
"symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
"symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0"
"symfony/config": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/translation": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0"
},
"require-dev": {
"container-interop/container-interop": "^1.2",
"herrera-io/box": "~1.6.1",
"phpunit/phpunit": "^4.8.36 || ^6.5.14 || ^7.5.20",
"symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0"
"phpunit/phpunit": "^8.5 || ^9.0",
"symfony/process": "^4.4 || ^5.0"
},
"suggest": {
"ext-dom": "Needed to output test results in JUnit format."
@ -49,7 +49,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.6.x-dev"
"dev-master": "3.8.x-dev"
}
},
"autoload": {
@ -69,7 +69,7 @@
"homepage": "http://everzet.com"
}
],
"description": "Scenario-oriented BDD framework for PHP 5.3",
"description": "Scenario-oriented BDD framework for PHP",
"homepage": "http://behat.org/",
"keywords": [
"Agile",
@ -85,7 +85,7 @@
"symfony",
"testing"
],
"time": "2020-06-03T13:08:44+00:00"
"time": "2020-11-07T15:55:18+00:00"
},
{
"name": "behat/gherkin",