Skip to content

Commit 62033af

Browse files
authored
Merge pull request #202 from stronk7/bump_moodle_local_ci_1_0_17
Update tools to current ones
2 parents 6021f9f + c6212c6 commit 62033af

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"type": "package",
4141
"package": {
4242
"name": "moodlehq/moodle-local_ci",
43-
"version": "1.0.16",
43+
"version": "1.0.17",
4444
"source": {
4545
"url": "https://github.com/moodlehq/moodle-local_ci.git",
4646
"type": "git",
47-
"reference": "v1.0.16"
47+
"reference": "v1.0.17"
4848
}
4949
}
5050
},
@@ -64,7 +64,7 @@
6464
"require": {
6565
"php": ">=7.0.8",
6666
"moodlehq/moodle-cs": "^3.2.3",
67-
"moodlehq/moodle-local_ci": "^1.0.16",
67+
"moodlehq/moodle-local_ci": "^1.0.17",
6868
"moodlehq/moodle-local_moodlecheck": "^1.1.3",
6969
"sebastian/phpcpd": "^3.0",
7070
"sebastian/version": "^2.0.1",

composer.lock

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

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
### Changed
13+
- Updated project dependencies to current [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) version.
1214

1315
## [3.4.5] - 2023-01-23
1416
### Changed

0 commit comments

Comments
 (0)