Skip to content

Commit 64a8903

Browse files
committed
Bump various dependencies
- moodle-cs 3.3.5 - moodle-local_ci 1.0.22 - moodle-local_moodlecheck 1.1.8 It also comes with a good number of updates in dev tools and other dependencies: - phpunit 9.6 - phpcompatibility #0a17f9ed - phpcsutils 1.0.8 - ...
1 parent 58d935e commit 64a8903

File tree

4 files changed

+231
-423
lines changed

4 files changed

+231
-423
lines changed

composer.json

Lines changed: 7 additions & 7 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.1.6",
47+
"version": "1.1.8",
4848
"source": {
4949
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
5050
"type": "git",
51-
"reference": "v1.1.6"
51+
"reference": "v1.1.8"
5252
}
5353
}
5454
}
5555
],
5656
"require": {
5757
"php": ">=7.4",
58-
"moodlehq/moodle-cs": "^3.3.4",
59-
"moodlehq/moodle-local_ci": "^1.0.21",
60-
"moodlehq/moodle-local_moodlecheck": "^1.1.6",
58+
"moodlehq/moodle-cs": "^3.3.5",
59+
"moodlehq/moodle-local_ci": "^1.0.22",
60+
"moodlehq/moodle-local_moodlecheck": "^1.1.8",
6161
"sebastian/phpcpd": "^6.0.3",
6262
"sebastian/version": "^3.0.2",
6363
"phpunit/php-timer": "^5.0.3",
@@ -73,10 +73,10 @@
7373
"psr/log": "^1.1.4",
7474
"nikic/php-parser": "^4.14",
7575
"marcj/topsort": "^2.0.0",
76-
"phpcompatibility/php-compatibility": "dev-develop#70e4ca24"
76+
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed"
7777
},
7878
"require-dev": {
79-
"phpunit/phpunit": "^9.5",
79+
"phpunit/phpunit": "^9.6",
8080
"mockery/mockery": "^1.5.0",
8181
"friendsofphp/php-cs-fixer": "^3.4.0",
8282
"vimeo/psalm": "^5.4.0"

0 commit comments

Comments
 (0)