MDL-75776 composer: Move to upstream mink-extension and updates
We were using our fork of the mink extension: https://github.com/moodlehq/MinkExtension.git Because they bumped requirements to PHP 7.4 too early for us. Now, with Moodle 4.1, finally our requirements are also PHP 7.4, so we can stop using the fork and switch to the upstream one: https://github.com/FriendsOfBehat/MinkExtension Note this only can be done in 4.1dev, because this is the first version using PHP >= 7.4. Older branches will need to continue using the fork. Also, note that we may need to go back to the fork if there is any future trouble with the upstream library not matching our supported PHP versions. Apart from that, it's a good moment to bump other components to current ones. Of course, this has been generated following the instructions: https://docs.moodle.org/dev/Composer And using PHP 7.4 (always the min version supported) to generate the lock file.
This commit is contained in:
+7
-13
@@ -4,21 +4,15 @@
|
||||
"description": "Moodle - the world's open source learning platform",
|
||||
"type": "project",
|
||||
"homepage": "https://moodle.org",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/moodlehq/MinkExtension.git"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "9.5.*",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"behat/mink": "~1.8",
|
||||
"friends-of-behat/mink-extension": "dev-master",
|
||||
"behat/mink-goutte-driver": "~1.2",
|
||||
"symfony/process": "^4.0 || ^5.0",
|
||||
"behat/behat": "3.10.*",
|
||||
"oleg-andreyev/mink-phpwebdriver": "^1.0"
|
||||
"mikey179/vfsstream": "1.6.*",
|
||||
"behat/mink": "^1.10.0",
|
||||
"friends-of-behat/mink-extension": "^2.7.1",
|
||||
"behat/mink-goutte-driver": "^1.3",
|
||||
"symfony/process": "^4.4 || ^5.0",
|
||||
"behat/behat": "3.11.*",
|
||||
"oleg-andreyev/mink-phpwebdriver": "^1.0.1"
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-0": {
|
||||
|
||||
Generated
+167
-460
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user