Skip to content

Commit

Permalink
Bump various dependencies
Browse files Browse the repository at this point in the history
- 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
- ...
  • Loading branch information
stronk7 committed Sep 8, 2023
1 parent 58d935e commit 64a8903
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 423 deletions.
14 changes: 7 additions & 7 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.1.6",
"version": "1.1.8",
"source": {
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
"type": "git",
"reference": "v1.1.6"
"reference": "v1.1.8"
}
}
}
],
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^3.3.4",
"moodlehq/moodle-local_ci": "^1.0.21",
"moodlehq/moodle-local_moodlecheck": "^1.1.6",
"moodlehq/moodle-cs": "^3.3.5",
"moodlehq/moodle-local_ci": "^1.0.22",
"moodlehq/moodle-local_moodlecheck": "^1.1.8",
"sebastian/phpcpd": "^6.0.3",
"sebastian/version": "^3.0.2",
"phpunit/php-timer": "^5.0.3",
Expand All @@ -73,10 +73,10 @@
"psr/log": "^1.1.4",
"nikic/php-parser": "^4.14",
"marcj/topsort": "^2.0.0",
"phpcompatibility/php-compatibility": "dev-develop#70e4ca24"
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"mockery/mockery": "^1.5.0",
"friendsofphp/php-cs-fixer": "^3.4.0",
"vimeo/psalm": "^5.4.0"
Expand Down
Loading

0 comments on commit 64a8903

Please sign in to comment.