Skip to content

Commit 99acd26

Browse files
authored
Merge pull request #64 from stronk7/bump_moodlecheck_ci
Bump to current local_ci and local_moodlecheck
2 parents 0e81cb9 + 3fb6f72 commit 99acd26

File tree

10 files changed

+115
-152
lines changed

10 files changed

+115
-152
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build/php-cs-fixer.phar:
5757

5858
# Update download URL from https://github.com/vimeo/psalm/releases
5959
build/psalm.phar:
60-
curl -LSs https://github.com/vimeo/psalm/releases/download/3.0.17/psalm.phar -o build/psalm.phar
60+
curl -LSs https://github.com/vimeo/psalm/releases/download/3.18.2/psalm.phar -o build/psalm.phar
6161

6262
build/box.phar:
6363
@cd build && curl -LSs https://box-project.github.io/box2/installer.php | php

composer.json

100644100755
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,32 @@
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_ci",
55-
"version": "1.0.7",
55+
"version": "1.0.8",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_ci.git",
5858
"type": "git",
59-
"reference": "a0993ac0d4e9c28a234480f9ed503609e0bac0a8"
59+
"reference": "d479a5c9147f58802776ce99b2cbd6bc2bb79bf1"
6060
}
6161
}
6262
},
6363
{
6464
"type": "package",
6565
"package": {
6666
"name": "moodlehq/moodle-local_moodlecheck",
67-
"version": "1.0.3",
67+
"version": "1.0.4",
6868
"source": {
6969
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
7070
"type": "git",
71-
"reference": "7e856a52fd8c9710da203873cf9674de4d1c2611"
71+
"reference": "323e53108dc43bb6fe627a33f3eb4550732cbb3a"
7272
}
7373
}
7474
}
7575
],
7676
"require": {
7777
"php": ">=7.0.8",
7878
"moodlehq/moodle-local_codechecker": "^2.9.8",
79-
"moodlehq/moodle-local_ci": "^1.0.5",
80-
"moodlehq/moodle-local_moodlecheck": "^1.0.2",
79+
"moodlehq/moodle-local_ci": "^1.0.8",
80+
"moodlehq/moodle-local_moodlecheck": "^1.0.4",
8181
"sebastian/phpcpd": "^3.0",
8282
"phpmd/phpmd": "^2.2",
8383
"symfony/dotenv": "^3.4",

0 commit comments

Comments
 (0)