Skip to content

Commit

Permalink
Bump various dependencies
Browse files Browse the repository at this point in the history
- moodle-cs 3.3.13
- moodle-local_ci 1.0.27

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

Special note to vimeo/psalm that we have
forced to be 5.18, because current 5.20 have
some new reports impacting us.

Once we analyse them, we'll decide to bump to actual.
  • Loading branch information
stronk7 committed Jan 19, 2024
1 parent 0c7d312 commit 8f23cf5
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 108 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
],
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^v3.3.12",
"moodlehq/moodle-local_ci": "^1.0.26",
"moodlehq/moodle-cs": "^v3.3.13",
"moodlehq/moodle-local_ci": "^1.0.27",
"moodlehq/moodle-local_moodlecheck": "^1.2.0",
"sebastian/phpcpd": "^6.0.3",
"sebastian/version": "^3.0.2",
Expand All @@ -80,7 +80,7 @@
"phpunit/phpunit": "^9.6",
"mockery/mockery": "^1.5.0",
"friendsofphp/php-cs-fixer": "^3.4.0",
"vimeo/psalm": "^5.4.0"
"vimeo/psalm": "^5.18.0"
},
"config": {
"platform": {
Expand Down
Loading

0 comments on commit 8f23cf5

Please sign in to comment.