ci: Bump behat/behat as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48990/head
Joas Schilling 2024-10-30 09:04:05 +07:00
parent 37966c645e
commit 86784ad873
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
2 changed files with 10 additions and 11 deletions

@ -6,7 +6,7 @@
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.14",
"behat/behat": "^3.15",
"dms/phpunit-arraysubset-asserts": "^0.5",
"guzzlehttp/guzzle": "^7.9",
"phpunit/phpunit": "^9.6",

@ -4,25 +4,25 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c27d6feb3394e1ee0c43db2ea624996e",
"content-hash": "922eb11ee2ecd8426779897121fad75d",
"packages": [],
"packages-dev": [
{
"name": "behat/behat",
"version": "v3.14.0",
"version": "v3.15.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "2a3832d9cb853a794af3a576f9e524ae460f3340"
"reference": "132e32fdad69340f503b103a5ccaf5dd72ce7d83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340",
"reference": "2a3832d9cb853a794af3a576f9e524ae460f3340",
"url": "https://api.github.com/repos/Behat/Behat/zipball/132e32fdad69340f503b103a5ccaf5dd72ce7d83",
"reference": "132e32fdad69340f503b103a5ccaf5dd72ce7d83",
"shasum": ""
},
"require": {
"behat/gherkin": "^4.9.0",
"behat/gherkin": "^4.10.0",
"behat/transliterator": "^1.2",
"ext-mbstring": "*",
"php": "^7.2 || ^8.0",
@ -36,7 +36,6 @@
},
"require-dev": {
"herrera-io/box": "~1.6.1",
"phpspec/prophecy": "^1.15",
"phpunit/phpunit": "^8.5 || ^9.0",
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "^4.8"
@ -73,7 +72,7 @@
}
],
"description": "Scenario-oriented BDD framework for PHP",
"homepage": "http://behat.org/",
"homepage": "https://behat.org/",
"keywords": [
"Agile",
"BDD",
@ -90,9 +89,9 @@
],
"support": {
"issues": "https://github.com/Behat/Behat/issues",
"source": "https://github.com/Behat/Behat/tree/v3.14.0"
"source": "https://github.com/Behat/Behat/tree/v3.15.0"
},
"time": "2023-12-09T13:55:02+00:00"
"time": "2024-10-30T07:54:51+00:00"
},
{
"name": "behat/gherkin",