Browse Source

ci: Bump behat/behat as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48990/head
Joas Schilling 1 year ago
parent
commit
86784ad873
No known key found for this signature in database GPG Key ID: F72FA5B49FFA96B0
  1. 2
      build/integration/composer.json
  2. 19
      build/integration/composer.lock

2
build/integration/composer.json

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

19
build/integration/composer.lock

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

Loading…
Cancel
Save