Skip to content

Commit

Permalink
MDL-75776 composer: minor updates
Browse files Browse the repository at this point in the history
In stables, just minors updates to components.

Generated using the instructions @ https://docs.moodle.org/dev/Composer
and using PHP 7.3 (always the min version supported) to generate the
lock file.
  • Loading branch information
stronk7 committed Sep 22, 2022
1 parent 6a6344e commit e446e2b
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 662 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -12,13 +12,13 @@
],
"require-dev": {
"phpunit/phpunit": "9.5.*",
"mikey179/vfsstream": "^1.6",
"behat/mink": "~1.8",
"mikey179/vfsstream": "1.6.*",
"behat/mink": "^1.10.0",
"friends-of-behat/mink-extension": "dev-master",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-goutte-driver": "^1.3",
"symfony/process": "^4.0 || ^5.0",
"behat/behat": "3.10.*",
"oleg-andreyev/mink-phpwebdriver": "^1.0"
"behat/behat": "3.11.*",
"oleg-andreyev/mink-phpwebdriver": "^1.0.1"
},
"autoload-dev": {
"psr-0": {
Expand Down

0 comments on commit e446e2b

Please sign in to comment.