Skip to content

Commit

Permalink
Bump various dependencies
Browse files Browse the repository at this point in the history
- moodle-cs 3.4.1
- moodle-local_moodlecheck 1.3.0
- moodle-local_ci 1.0.28
- php-compatibility e5cd2e24

It also comes with a good number of updates in
dev tools and other dependencies.

Note that we have had to stay sticky to vimeo/psalm 5.19.*
because 5.20 comes with some new RiskyTruthyFalsyComparison
problems that we need to analyse. This issue has been created
about that: moodlehq#279
  • Loading branch information
stronk7 committed Mar 8, 2024
1 parent f4d43c3 commit 0ba289f
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 264 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"type": "package",
"package": {
"name": "moodlehq/moodle-local_moodlecheck",
"version": "1.2.0",
"version": "1.3.0",
"source": {
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
"type": "git",
"reference": "v1.2.0"
"reference": "v1.3.0"
}
}
}
],
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^v3.3.15",
"moodlehq/moodle-local_ci": "^1.0.27",
"moodlehq/moodle-local_moodlecheck": "^1.2.0",
"moodlehq/moodle-cs": "^3.4.1",
"moodlehq/moodle-local_ci": "^1.0.28",
"moodlehq/moodle-local_moodlecheck": "^1.3.0",
"sebastian/phpcpd": "^6.0.3",
"sebastian/version": "^3.0.2",
"phpunit/php-timer": "^5.0.3",
Expand All @@ -73,14 +73,14 @@
"psr/log": "^1.1.4",
"nikic/php-parser": "^4.14",
"marcj/topsort": "^2.0.0",
"phpcompatibility/php-compatibility": "dev-develop#306cd263",
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24",
"laravel-zero/phar-updater": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"mockery/mockery": "^1.5.0",
"friendsofphp/php-cs-fixer": "^3.4.0",
"vimeo/psalm": "^5.18.0"
"vimeo/psalm": "5.19.*"
},
"config": {
"platform": {
Expand Down
Loading

0 comments on commit 0ba289f

Please sign in to comment.