Skip to content

Commit 1d56e83

Browse files
authored
Merge pull request #178 from stronk7/update_tools
Update tools to current ones
2 parents d87e9d9 + c7f7387 commit 1d56e83

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,32 @@
4040
"type": "package",
4141
"package": {
4242
"name": "moodlehq/moodle-local_ci",
43-
"version": "1.0.12",
43+
"version": "1.0.13",
4444
"source": {
4545
"url": "https://github.com/moodlehq/moodle-local_ci.git",
4646
"type": "git",
47-
"reference": "v1.0.12"
47+
"reference": "v1.0.13"
4848
}
4949
}
5050
},
5151
{
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_moodlecheck",
55-
"version": "1.0.9",
55+
"version": "1.1.0",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
5858
"type": "git",
59-
"reference": "v1.0.9"
59+
"reference": "v1.1.0"
6060
}
6161
}
6262
}
6363
],
6464
"require": {
6565
"php": ">=7.0.8",
6666
"moodlehq/moodle-cs": "^3.2.3",
67-
"moodlehq/moodle-local_ci": "^1.0.12",
68-
"moodlehq/moodle-local_moodlecheck": "^1.0.9",
67+
"moodlehq/moodle-local_ci": "^1.0.13",
68+
"moodlehq/moodle-local_moodlecheck": "^1.1.0",
6969
"sebastian/phpcpd": "^3.0",
7070
"sebastian/version": "^2.0.1",
7171
"phpmd/phpmd": "^2.2",

composer.lock

Lines changed: 16 additions & 16 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
@@ -21,6 +21,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
2121
- PostgreSQL 12 is required (instead of 10). Pay special attention to the changes needed for this and Travis!
2222
- MariaDB 10.4 is required (instead of 10.2.29).
2323
- Oracle 19 is required (instead of 11.2).
24+
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
2425

2526
## [3.3.0] - 2022-06-28
2627
### Added

0 commit comments

Comments
 (0)