Skip to content

Commit fec2ce4

Browse files
authored
Merge pull request #185 from stronk7/update_deps
Update tools to current ones
2 parents 14fc419 + 65ae113 commit fec2ce4

File tree

3 files changed

+43
-42
lines changed

3 files changed

+43
-42
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.13",
43+
"version": "1.0.14",
4444
"source": {
4545
"url": "https://github.com/moodlehq/moodle-local_ci.git",
4646
"type": "git",
47-
"reference": "v1.0.13"
47+
"reference": "v1.0.14"
4848
}
4949
}
5050
},
5151
{
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_moodlecheck",
55-
"version": "1.1.0",
55+
"version": "1.1.1",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
5858
"type": "git",
59-
"reference": "v1.1.0"
59+
"reference": "v1.1.1"
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.13",
68-
"moodlehq/moodle-local_moodlecheck": "^1.1.0",
67+
"moodlehq/moodle-local_ci": "^1.0.14",
68+
"moodlehq/moodle-local_moodlecheck": "^1.1.1",
6969
"sebastian/phpcpd": "^3.0",
7070
"sebastian/version": "^2.0.1",
7171
"phpmd/phpmd": "^2.2",

composer.lock

Lines changed: 36 additions & 36 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 all GHA scripts, templates and guides to use Ubuntu 22.04 (jammy). This change is not required yet, but integrations using old versions (Ubuntu 16.04, 18.04...) may face problems in the future because they are being deprecated.
14+
- 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.
1415

1516

1617
## [3.4.0] - 2022-07-27

0 commit comments

Comments
 (0)