Skip to content

Commit 1f8115a

Browse files
quickie
1 parent 11cb1fd commit 1f8115a

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
php: ["8.1", "8.2", "8.3"]
1919
symfony: ["^5.4", "^6.4", "^7.4"]
20-
behat: ["^3.10"]
20+
behat: ["^3.0"]
2121
dependencies: ["lowest", "highest"]
2222
exclude:
2323
- symfony: "^7.4"

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"require": {
1212
"php": "^8.1",
13-
"behat/behat": "^3.10 || ^4.0",
13+
"behat/behat": "^3.0 || ^4.0",
1414
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.4 || ^8.0"
1515
},
1616
"require-dev": {
17-
"friends-of-behat/test-context": "^1.0"
17+
"friends-of-behat/test-context": "dev-maintenance/expand-dependencies"
1818
},
1919
"extra": {
2020
"branch-alias": {
@@ -25,5 +25,11 @@
2525
"psr-4": {
2626
"FriendsOfBehat\\VariadicExtension\\": "src/"
2727
}
28-
}
28+
},
29+
"repositories": [
30+
{
31+
"type": "vcs",
32+
"url": "https://github.com/NoResponseMate/TestContext.git"
33+
}
34+
]
2935
}

0 commit comments

Comments
 (0)