Skip to content

Commit c3f7ea8

Browse files
committed
Bump various dependencies
- moodle-cs 3.3.4 - moodle-local_ci 1.0.29 - moodle-local_moodlecheck 1.3.2 Also some other dependencies and tools updates.
1 parent 26d584c commit c3f7ea8

File tree

4 files changed

+124
-121
lines changed

4 files changed

+124
-121
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
"type": "package",
4545
"package": {
4646
"name": "moodlehq/moodle-local_moodlecheck",
47-
"version": "1.3.0",
47+
"version": "1.3.2",
4848
"source": {
4949
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
5050
"type": "git",
51-
"reference": "v1.3.0"
51+
"reference": "v1.3.2"
5252
}
5353
}
5454
}
5555
],
5656
"require": {
5757
"php": ">=7.4",
58-
"moodlehq/moodle-cs": "^3.4.1",
59-
"moodlehq/moodle-local_ci": "^1.0.28",
60-
"moodlehq/moodle-local_moodlecheck": "^1.3.0",
58+
"moodlehq/moodle-cs": "^3.4.4",
59+
"moodlehq/moodle-local_ci": "^1.0.29",
60+
"moodlehq/moodle-local_moodlecheck": "^1.3.2",
6161
"sebastian/phpcpd": "^6.0.3",
6262
"sebastian/version": "^3.0.2",
6363
"phpunit/php-timer": "^5.0.3",
@@ -79,7 +79,7 @@
7979
"require-dev": {
8080
"phpunit/phpunit": "^9.6",
8181
"mockery/mockery": "^1.5.0",
82-
"friendsofphp/php-cs-fixer": "^3.4.0",
82+
"friendsofphp/php-cs-fixer": "^3.52.1",
8383
"vimeo/psalm": "5.19.*"
8484
},
8585
"config": {

0 commit comments

Comments
 (0)