Skip to content

Commit 6a5c69a

Browse files
committed
Bump to current Behat 3.6.1
Also update other dependencies to actual ones. Special mention to symfony/process raised to 4.x or 5.x so it only can run with php71 or newer. Hence, this only can be backported to Moodle 3.7 and up.
1 parent 7a2df21 commit 6a5c69a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"require": {
1616
"php": ">=7.2.0",
1717
"behat/mink": "~1.8",
18-
"behat/mink-extension": "~2.2",
18+
"behat/mink-extension": "~2.3",
1919
"behat/mink-goutte-driver": "~1.2",
20-
"behat/mink-selenium2-driver": "~1.3",
21-
"symfony/process": "2.8.*",
22-
"behat/behat": "3.5.*"
20+
"behat/mink-selenium2-driver": "~1.4",
21+
"symfony/process": "^4.0 || ^5.0",
22+
"behat/behat": "3.6.*"
2323
},
2424
"autoload": {
2525
"psr-0": {

0 commit comments

Comments
 (0)