Skip to content

Commit f6d9ad4

Browse files
authored
Merge pull request #26 from mudrd8mz/latest-local_moodlecheck
Fix the commit reference of the latest local_moodlecheck plugin
2 parents 4b97cd7 + 5d3fe28 commit f6d9ad4

File tree

3 files changed

+39
-23
lines changed

3 files changed

+39
-23
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"type": "package",
6565
"package": {
6666
"name": "moodlehq/moodle-local_moodlecheck",
67-
"version": "1.0.1",
67+
"version": "1.0.2",
6868
"source": {
6969
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
7070
"type": "git",
71-
"reference": "272187600c71a7833086c48f6ea40e7287074a7b"
71+
"reference": "79fe5956f9e9be906499c01dbc59695c2412643d"
7272
}
7373
}
7474
}
@@ -77,7 +77,7 @@
7777
"php": ">=7.0.0",
7878
"moodlehq/moodle-local_codechecker": "^2.9.7",
7979
"moodlehq/moodle-local_ci": "^1.0.5",
80-
"moodlehq/moodle-local_moodlecheck": "^1.0.1",
80+
"moodlehq/moodle-local_moodlecheck": "^1.0.2",
8181
"sebastian/phpcpd": "^3.0",
8282
"phpmd/phpmd": "^2.2",
8383
"symfony/dotenv": "^3.3",

composer.lock

Lines changed: 35 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1111
## [Unreleased]
1212
### Changed
1313
- Updated [.travis.dist.yml] to use Postgresql 9.6 (Moodle 3.10 new requirement).
14+
- Updated composer.json to use the latest version of `local_moodlecheck` plugin.
1415

1516
### Fixed
1617
- `moodle-plugin-ci grunt` now also checks `*.js.map` files.

0 commit comments

Comments
 (0)