Skip to content

Commit 047710d

Browse files
committed
Bump various dependencies
- moodle-local_ci 1.0.18 - moodle-local_moodlecheck 1.1.5 - moodle-cs 3.3.4 - php-compatibility #70e4ca24 It also comes with a good number of updates in dev tools like: - psalm - php-cs-fixer - phpcs - phpunit - ...
1 parent afed6ab commit 047710d

File tree

2 files changed

+206
-147
lines changed

2 files changed

+206
-147
lines changed

composer.json

Lines changed: 8 additions & 8 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.17",
43+
"version": "1.0.18",
4444
"source": {
4545
"url": "https://github.com/moodlehq/moodle-local_ci.git",
4646
"type": "git",
47-
"reference": "v1.0.17"
47+
"reference": "v1.0.18"
4848
}
4949
}
5050
},
5151
{
5252
"type": "package",
5353
"package": {
5454
"name": "moodlehq/moodle-local_moodlecheck",
55-
"version": "1.1.4",
55+
"version": "1.1.5",
5656
"source": {
5757
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
5858
"type": "git",
59-
"reference": "v1.1.4"
59+
"reference": "v1.1.5"
6060
}
6161
}
6262
}
6363
],
6464
"require": {
6565
"php": ">=7.4",
66-
"moodlehq/moodle-cs": "^3.3.3",
67-
"moodlehq/moodle-local_ci": "^1.0.17",
68-
"moodlehq/moodle-local_moodlecheck": "^1.1.4",
66+
"moodlehq/moodle-cs": "^3.3.4",
67+
"moodlehq/moodle-local_ci": "^1.0.18",
68+
"moodlehq/moodle-local_moodlecheck": "^1.1.5",
6969
"sebastian/phpcpd": "^6.0.3",
7070
"sebastian/version": "^3.0.2",
7171
"phpunit/php-timer": "^5.0.3",
@@ -81,7 +81,7 @@
8181
"psr/log": "^1.1.4",
8282
"nikic/php-parser": "^4.14",
8383
"marcj/topsort": "^2.0.0",
84-
"phpcompatibility/php-compatibility": "dev-develop#2fb82334"
84+
"phpcompatibility/php-compatibility": "dev-develop#70e4ca24"
8585
},
8686
"require-dev": {
8787
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)