Skip to content

Commit 3ae4c96

Browse files
committed
Bump moodle-cs to v3.3.14
- Also comes with phpcs 3.8.1
1 parent 8be8933 commit 3ae4c96

File tree

561 files changed

+10771
-2779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+10771
-2779
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-3.0-or-later",
66
"require": {
77
"php": ">=7.4",
8-
"moodlehq/moodle-cs": "^v3.3.12",
8+
"moodlehq/moodle-cs": "^v3.3.14",
99
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
1010
},
1111
"config": {

composer.lock

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

thirdpartylibs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<library>
44
<location>vendor/squizlabs/php_codesniffer</location>
55
<name>PHP_CodeSniffer</name>
6-
<version>3.8.0</version>
6+
<version>3.8.1</version>
77
<license>BSD</license>
88
<licenseversion>3-Clause</licenseversion>
99
</library>
@@ -31,7 +31,7 @@
3131
<library>
3232
<location>vendor/moodlehq/moodle-cs</location>
3333
<name>Moodle Coding Style</name>
34-
<version>v3.3.12</version>
34+
<version>v3.3.14</version>
3535
<license>GPL</license>
3636
<licenseversion>3</licenseversion>
3737
</library>

vendor/composer/installed.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,37 +83,38 @@
8383
},
8484
{
8585
"name": "moodlehq/moodle-cs",
86-
"version": "v3.3.12",
87-
"version_normalized": "3.3.12.0",
86+
"version": "v3.3.14",
87+
"version_normalized": "3.3.14.0",
8888
"source": {
8989
"type": "git",
9090
"url": "https://github.com/moodlehq/moodle-cs.git",
91-
"reference": "9e3dcb07bfb3d0642f74e15253a5b44388782425"
91+
"reference": "7e12e69578d5bcd3440f83b5936187227231a9ab"
9292
},
9393
"dist": {
9494
"type": "zip",
95-
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/9e3dcb07bfb3d0642f74e15253a5b44388782425",
96-
"reference": "9e3dcb07bfb3d0642f74e15253a5b44388782425",
95+
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/7e12e69578d5bcd3440f83b5936187227231a9ab",
96+
"reference": "7e12e69578d5bcd3440f83b5936187227231a9ab",
9797
"shasum": ""
9898
},
9999
"require": {
100100
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
101101
"phpcompatibility/php-compatibility": "dev-develop#306cd263",
102102
"phpcsstandards/phpcsextra": "^1.2.1",
103-
"squizlabs/php_codesniffer": "^3.8.0"
103+
"squizlabs/php_codesniffer": "^3.8.1"
104104
},
105105
"replace": {
106106
"moodlehq/moodle-local_codechecker": "3.1.0"
107107
},
108108
"require-dev": {
109109
"mikey179/vfsstream": "^1.6",
110+
"nikic/php-parser": "^4.18",
110111
"overtrue/phplint": "^3.4.0 | ^9.0.4",
111112
"phpmd/phpmd": "^2.11",
112113
"phpunit/phpunit": "^9.6",
113114
"sebastian/phpcpd": "^6.0",
114115
"thor-juhasz/phpunit-coverage-check": "^0.3.0"
115116
},
116-
"time": "2023-12-19T15:30:23+00:00",
117+
"time": "2024-01-26T15:37:12+00:00",
117118
"type": "phpcodesniffer-standard",
118119
"installation-source": "dist",
119120
"autoload": {
@@ -404,17 +405,17 @@
404405
},
405406
{
406407
"name": "squizlabs/php_codesniffer",
407-
"version": "3.8.0",
408-
"version_normalized": "3.8.0.0",
408+
"version": "3.8.1",
409+
"version_normalized": "3.8.1.0",
409410
"source": {
410411
"type": "git",
411412
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
412-
"reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
413+
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
413414
},
414415
"dist": {
415416
"type": "zip",
416-
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
417-
"reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
417+
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
418+
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
418419
"shasum": ""
419420
},
420421
"require": {
@@ -424,12 +425,12 @@
424425
"php": ">=5.4.0"
425426
},
426427
"require-dev": {
427-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
428+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
428429
},
429-
"time": "2023-12-08T12:32:31+00:00",
430+
"time": "2024-01-11T20:47:48+00:00",
430431
"bin": [
431-
"bin/phpcs",
432-
"bin/phpcbf"
432+
"bin/phpcbf",
433+
"bin/phpcs"
433434
],
434435
"type": "library",
435436
"extra": {

vendor/composer/installed.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'moodlehq/local_codechecker',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '30b722a87b99d45f6d35ecbc1c3f7c36badf848e',
6+
'reference' => '8be89339db4982e9f884f12087dd9e6837a05e6a',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -22,16 +22,16 @@
2222
'moodlehq/local_codechecker' => array(
2323
'pretty_version' => 'dev-main',
2424
'version' => 'dev-main',
25-
'reference' => '30b722a87b99d45f6d35ecbc1c3f7c36badf848e',
25+
'reference' => '8be89339db4982e9f884f12087dd9e6837a05e6a',
2626
'type' => 'library',
2727
'install_path' => __DIR__ . '/../../',
2828
'aliases' => array(),
2929
'dev_requirement' => false,
3030
),
3131
'moodlehq/moodle-cs' => array(
32-
'pretty_version' => 'v3.3.12',
33-
'version' => '3.3.12.0',
34-
'reference' => '9e3dcb07bfb3d0642f74e15253a5b44388782425',
32+
'pretty_version' => 'v3.3.14',
33+
'version' => '3.3.14.0',
34+
'reference' => '7e12e69578d5bcd3440f83b5936187227231a9ab',
3535
'type' => 'phpcodesniffer-standard',
3636
'install_path' => __DIR__ . '/../moodlehq/moodle-cs',
3737
'aliases' => array(),
@@ -73,9 +73,9 @@
7373
'dev_requirement' => false,
7474
),
7575
'squizlabs/php_codesniffer' => array(
76-
'pretty_version' => '3.8.0',
77-
'version' => '3.8.0.0',
78-
'reference' => '5805f7a4e4958dbb5e944ef1e6edae0a303765e7',
76+
'pretty_version' => '3.8.1',
77+
'version' => '3.8.1.0',
78+
'reference' => '14f5fff1e64118595db5408e946f3a22c75807f7',
7979
'type' => 'library',
8080
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
8181
'aliases' => array(),

vendor/moodlehq/moodle-cs/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
26-
"squizlabs/php_codesniffer": "^3.8.0",
26+
"squizlabs/php_codesniffer": "^3.8.1",
2727
"phpcsstandards/phpcsextra": "^1.2.1",
2828
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
2929
},
@@ -46,6 +46,7 @@
4646
},
4747
"require-dev": {
4848
"phpunit/phpunit": "^9.6",
49+
"nikic/php-parser": "^4.18",
4950
"mikey179/vfsstream": "^1.6",
5051
"overtrue/phplint": "^3.4.0 | ^9.0.4",
5152
"phpmd/phpmd": "^2.11",

0 commit comments

Comments
 (0)