Skip to content

Commit

Permalink
Bump various dependencies
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
stronk7 committed Dec 19, 2023
1 parent 3d85518 commit b800f11
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 135 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.11",
"moodlehq/moodle-local_ci": "^1.0.25",
"moodlehq/moodle-cs": "^v3.3.12",
"moodlehq/moodle-local_ci": "^1.0.26",
"moodlehq/moodle-local_moodlecheck": "^1.2.0",
"sebastian/phpcpd": "^6.0.3",
"sebastian/version": "^3.0.2",
Expand All @@ -73,7 +73,7 @@
"psr/log": "^1.1.4",
"nikic/php-parser": "^4.14",
"marcj/topsort": "^2.0.0",
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed",
"phpcompatibility/php-compatibility": "dev-develop#306cd263",
"laravel-zero/phar-updater": "^1.0.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit b800f11

Please sign in to comment.