Skip to content

Commit b800f11

Browse files
committed
Bump various dependencies
- moodle-cs 3.3.12 - moodle-local_ci 1.0.26 - php-compatibility 306cd263 It also comes with a good number of updates in dev tools and other dependencies. And a reconciled docs/CLI.md with all the latest options added.
1 parent 3d85518 commit b800f11

File tree

3 files changed

+186
-135
lines changed

3 files changed

+186
-135
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
],
5656
"require": {
5757
"php": ">=7.4",
58-
"moodlehq/moodle-cs": "^v3.3.11",
59-
"moodlehq/moodle-local_ci": "^1.0.25",
58+
"moodlehq/moodle-cs": "^v3.3.12",
59+
"moodlehq/moodle-local_ci": "^1.0.26",
6060
"moodlehq/moodle-local_moodlecheck": "^1.2.0",
6161
"sebastian/phpcpd": "^6.0.3",
6262
"sebastian/version": "^3.0.2",
@@ -73,7 +73,7 @@
7373
"psr/log": "^1.1.4",
7474
"nikic/php-parser": "^4.14",
7575
"marcj/topsort": "^2.0.0",
76-
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed",
76+
"phpcompatibility/php-compatibility": "dev-develop#306cd263",
7777
"laravel-zero/phar-updater": "^1.0.0"
7878
},
7979
"require-dev": {

0 commit comments

Comments
 (0)