Skip to content

Commit

Permalink
Bump various dependencies
Browse files Browse the repository at this point in the history
- moodle-cs 3.3.4
- moodle-local_ci 1.0.29
- moodle-local_moodlecheck 1.3.2

Also some other dependencies and tools updates.
  • Loading branch information
stronk7 committed Mar 29, 2024
1 parent 26d584c commit c3f7ea8
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 121 deletions.
12 changes: 6 additions & 6 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.3.0",
"version": "1.3.2",
"source": {
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
"type": "git",
"reference": "v1.3.0"
"reference": "v1.3.2"
}
}
}
],
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^3.4.1",
"moodlehq/moodle-local_ci": "^1.0.28",
"moodlehq/moodle-local_moodlecheck": "^1.3.0",
"moodlehq/moodle-cs": "^3.4.4",
"moodlehq/moodle-local_ci": "^1.0.29",
"moodlehq/moodle-local_moodlecheck": "^1.3.2",
"sebastian/phpcpd": "^6.0.3",
"sebastian/version": "^3.0.2",
"phpunit/php-timer": "^5.0.3",
Expand All @@ -79,7 +79,7 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"mockery/mockery": "^1.5.0",
"friendsofphp/php-cs-fixer": "^3.4.0",
"friendsofphp/php-cs-fixer": "^3.52.1",
"vimeo/psalm": "5.19.*"
},
"config": {
Expand Down
Loading

0 comments on commit c3f7ea8

Please sign in to comment.