Skip to content

Commit

Permalink
Bump moodle-cs to v3.3.14
Browse files Browse the repository at this point in the history
- Also comes with phpcs 3.8.1
  • Loading branch information
stronk7 committed Jan 26, 2024
1 parent 8be8933 commit 3ae4c96
Show file tree
Hide file tree
Showing 561 changed files with 10,771 additions and 2,779 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^v3.3.12",
"moodlehq/moodle-cs": "^v3.3.14",
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
},
"config": {
Expand Down
31 changes: 16 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<library>
<location>vendor/squizlabs/php_codesniffer</location>
<name>PHP_CodeSniffer</name>
<version>3.8.0</version>
<version>3.8.1</version>
<license>BSD</license>
<licenseversion>3-Clause</licenseversion>
</library>
Expand Down Expand Up @@ -31,7 +31,7 @@
<library>
<location>vendor/moodlehq/moodle-cs</location>
<name>Moodle Coding Style</name>
<version>v3.3.12</version>
<version>v3.3.14</version>
<license>GPL</license>
<licenseversion>3</licenseversion>
</library>
Expand Down
33 changes: 17 additions & 16 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,37 +83,38 @@
},
{
"name": "moodlehq/moodle-cs",
"version": "v3.3.12",
"version_normalized": "3.3.12.0",
"version": "v3.3.14",
"version_normalized": "3.3.14.0",
"source": {
"type": "git",
"url": "https://github.com/moodlehq/moodle-cs.git",
"reference": "9e3dcb07bfb3d0642f74e15253a5b44388782425"
"reference": "7e12e69578d5bcd3440f83b5936187227231a9ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/9e3dcb07bfb3d0642f74e15253a5b44388782425",
"reference": "9e3dcb07bfb3d0642f74e15253a5b44388782425",
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/7e12e69578d5bcd3440f83b5936187227231a9ab",
"reference": "7e12e69578d5bcd3440f83b5936187227231a9ab",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcompatibility/php-compatibility": "dev-develop#306cd263",
"phpcsstandards/phpcsextra": "^1.2.1",
"squizlabs/php_codesniffer": "^3.8.0"
"squizlabs/php_codesniffer": "^3.8.1"
},
"replace": {
"moodlehq/moodle-local_codechecker": "3.1.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"nikic/php-parser": "^4.18",
"overtrue/phplint": "^3.4.0 | ^9.0.4",
"phpmd/phpmd": "^2.11",
"phpunit/phpunit": "^9.6",
"sebastian/phpcpd": "^6.0",
"thor-juhasz/phpunit-coverage-check": "^0.3.0"
},
"time": "2023-12-19T15:30:23+00:00",
"time": "2024-01-26T15:37:12+00:00",
"type": "phpcodesniffer-standard",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -404,17 +405,17 @@
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.8.0",
"version_normalized": "3.8.0.0",
"version": "3.8.1",
"version_normalized": "3.8.1.0",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
"reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
"shasum": ""
},
"require": {
Expand All @@ -424,12 +425,12 @@
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"time": "2023-12-08T12:32:31+00:00",
"time": "2024-01-11T20:47:48+00:00",
"bin": [
"bin/phpcs",
"bin/phpcbf"
"bin/phpcbf",
"bin/phpcs"
],
"type": "library",
"extra": {
Expand Down
16 changes: 8 additions & 8 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'moodlehq/local_codechecker',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '30b722a87b99d45f6d35ecbc1c3f7c36badf848e',
'reference' => '8be89339db4982e9f884f12087dd9e6837a05e6a',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -22,16 +22,16 @@
'moodlehq/local_codechecker' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '30b722a87b99d45f6d35ecbc1c3f7c36badf848e',
'reference' => '8be89339db4982e9f884f12087dd9e6837a05e6a',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'moodlehq/moodle-cs' => array(
'pretty_version' => 'v3.3.12',
'version' => '3.3.12.0',
'reference' => '9e3dcb07bfb3d0642f74e15253a5b44388782425',
'pretty_version' => 'v3.3.14',
'version' => '3.3.14.0',
'reference' => '7e12e69578d5bcd3440f83b5936187227231a9ab',
'type' => 'phpcodesniffer-standard',
'install_path' => __DIR__ . '/../moodlehq/moodle-cs',
'aliases' => array(),
Expand Down Expand Up @@ -73,9 +73,9 @@
'dev_requirement' => false,
),
'squizlabs/php_codesniffer' => array(
'pretty_version' => '3.8.0',
'version' => '3.8.0.0',
'reference' => '5805f7a4e4958dbb5e944ef1e6edae0a303765e7',
'pretty_version' => '3.8.1',
'version' => '3.8.1.0',
'reference' => '14f5fff1e64118595db5408e946f3a22c75807f7',
'type' => 'library',
'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
'aliases' => array(),
Expand Down
3 changes: 2 additions & 1 deletion vendor/moodlehq/moodle-cs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.8.0",
"squizlabs/php_codesniffer": "^3.8.1",
"phpcsstandards/phpcsextra": "^1.2.1",
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
},
Expand All @@ -46,6 +46,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"nikic/php-parser": "^4.18",
"mikey179/vfsstream": "^1.6",
"overtrue/phplint": "^3.4.0 | ^9.0.4",
"phpmd/phpmd": "^2.11",
Expand Down
Loading

0 comments on commit 3ae4c96

Please sign in to comment.