Skip to content

Commit 8824005

Browse files
committed
Bump moodle-cs to 3.3.3
And revert some changes that were done for previous release, about spacing before assignment, they aren't needed any more. See: moodlehq/moodle-cs#44 Also the js / map files because the NodeJS bump in core has been now reverted. See: https://tracker.moodle.org/browse/MDL-77559
1 parent 2d83e86 commit 8824005

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
],
6464
"require": {
6565
"php": ">=7.0.8",
66-
"moodlehq/moodle-cs": "^3.3.2",
66+
"moodlehq/moodle-cs": "^3.3.3",
6767
"moodlehq/moodle-local_ci": "^1.0.17",
6868
"moodlehq/moodle-local_moodlecheck": "^1.1.4",
6969
"sebastian/phpcpd": "^3.0",

composer.lock

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

tests/Fixture/moodle-local_ci/amd/build/keys.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Fixture/moodle-local_ci/db/access.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626

2727
$capabilities = [
2828
'local/travis:view' => [
29-
'captype' => 'read',
29+
'captype' => 'read',
3030
'contextlevel' => CONTEXT_SYSTEM,
31-
'archetypes' => [
32-
'teacher' => CAP_ALLOW,
31+
'archetypes' => [
32+
'teacher' => CAP_ALLOW,
3333
'editingteacher' => CAP_ALLOW,
34-
'manager' => CAP_ALLOW,
34+
'manager' => CAP_ALLOW,
3535
],
3636
],
3737
];

tests/Fixture/moodle-local_ci/version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
/** @var object $plugin */
28-
$plugin->version = 2015071000;
29-
$plugin->requires = 2014051200; // Moodle 2.7.
30-
$plugin->component = 'local_ci';
28+
$plugin->version = 2015071000;
29+
$plugin->requires = 2014051200; // Moodle 2.7.
30+
$plugin->component = 'local_ci';
3131
$plugin->dependencies = ['mod_forum' => ANY_VERSION];
32-
$plugin->maturity = MATURITY_STABLE;
32+
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)