Skip to content

Commit 2d0cb38

Browse files
authored
Merge pull request #239 from stronk7/bump_moodle_cs_347
Bump all dependencies to current ones
2 parents 6317d13 + d1e1331 commit 2d0cb38

File tree

275 files changed

+13198
-1764
lines changed

Some content is hidden

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

275 files changed

+13198
-1764
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "GPL-3.0-or-later",
66
"require": {
77
"php": ">=7.4",
8-
"moodlehq/moodle-cs": "^v3.4.6",
9-
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24"
8+
"moodlehq/moodle-cs": "^v3.4.7",
9+
"phpcompatibility/php-compatibility": "dev-develop#96072c30"
1010
},
1111
"config": {
1212
"platform": {

composer.lock

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

readme_moodle.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ To update any component:
3232
3. Switch to the lowest PHP version supported by the Moodle version required.
3333
4. Run `composer install` (to install everything).a
3434
5. Update `thirdpartylibs.xml` to annotate the new versions of the tools.
35-
6. Remove `vendor/moodlehq/moodle-cs/moodle/Tests`. Note that this step
36-
will be removed once https://github.com/moodlehq/moodle-cs/pull/69
37-
is released and we update to that version.
38-
7. Commit changes with details about the tools updated.
39-
8. Test, test, test.
40-
9. Optionally, release.
35+
6. Commit changes with details about the tools updated.
36+
7. Test, test, test.
37+
8. Optionally, release.
4138

4239
At some point we may want to make the process above automated, so every time
4340
that a new moodle-cs package is released, everything above (1-8) happens automatically.

thirdpartylibs.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<library>
44
<location>vendor/squizlabs/php_codesniffer</location>
55
<name>PHP_CodeSniffer</name>
6-
<version>3.9.1</version>
6+
<version>3.10.1</version>
77
<license>BSD</license>
88
<licenseversion>3-Clause</licenseversion>
99
</library>
1010
<library>
1111
<location>vendor/phpcompatibility/php-compatibility</location>
1212
<name>PHP Compatibility Coding Standard</name>
13-
<version>10.0dev (e5cd2e24)</version>
13+
<version>10.0dev (96072c30)</version>
1414
<license>LGPL</license>
1515
<licenseversion>3</licenseversion>
1616
</library>
@@ -24,14 +24,14 @@
2424
<library>
2525
<location>vendor/phpcsstandards/phpcsutils</location>
2626
<name>A suite of utility functions for use with PHP_CodeSniffer</name>
27-
<version>1.0.10</version>
27+
<version>1.0.12</version>
2828
<license>LGPL</license>
2929
<licenseversion>3</licenseversion>
3030
</library>
3131
<library>
3232
<location>vendor/moodlehq/moodle-cs</location>
3333
<name>Moodle Coding Style</name>
34-
<version>v3.4.6</version>
34+
<version>v3.4.7</version>
3535
<license>GPL</license>
3636
<licenseversion>3</licenseversion>
3737
</library>

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
require_once __DIR__ . '/composer/autoload_real.php';
2424

25-
return ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f::getLoader();
25+
return ComposerAutoloaderInit557c6dacc8e1efaa1f0ff81060ceddb6::getLoader();

vendor/composer/autoload_real.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f
5+
class ComposerAutoloaderInit557c6dacc8e1efaa1f0ff81060ceddb6
66
{
77
private static $loader;
88

@@ -24,12 +24,12 @@ public static function getLoader()
2424

2525
require __DIR__ . '/platform_check.php';
2626

27-
spl_autoload_register(array('ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f', 'loadClassLoader'), true, true);
27+
spl_autoload_register(array('ComposerAutoloaderInit557c6dacc8e1efaa1f0ff81060ceddb6', 'loadClassLoader'), true, true);
2828
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
29-
spl_autoload_unregister(array('ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f', 'loadClassLoader'));
29+
spl_autoload_unregister(array('ComposerAutoloaderInit557c6dacc8e1efaa1f0ff81060ceddb6', 'loadClassLoader'));
3030

3131
require __DIR__ . '/autoload_static.php';
32-
call_user_func(\Composer\Autoload\ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::getInitializer($loader));
32+
call_user_func(\Composer\Autoload\ComposerStaticInit557c6dacc8e1efaa1f0ff81060ceddb6::getInitializer($loader));
3333

3434
$loader->register(true);
3535

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInita04f685b76dc383abef9d8fd22fb316f
7+
class ComposerStaticInit557c6dacc8e1efaa1f0ff81060ceddb6
88
{
99
public static $prefixLengthsPsr4 = array (
1010
'P' =>
@@ -72,9 +72,9 @@ class ComposerStaticInita04f685b76dc383abef9d8fd22fb316f
7272
public static function getInitializer(ClassLoader $loader)
7373
{
7474
return \Closure::bind(function () use ($loader) {
75-
$loader->prefixLengthsPsr4 = ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::$prefixLengthsPsr4;
76-
$loader->prefixDirsPsr4 = ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::$prefixDirsPsr4;
77-
$loader->classMap = ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::$classMap;
75+
$loader->prefixLengthsPsr4 = ComposerStaticInit557c6dacc8e1efaa1f0ff81060ceddb6::$prefixLengthsPsr4;
76+
$loader->prefixDirsPsr4 = ComposerStaticInit557c6dacc8e1efaa1f0ff81060ceddb6::$prefixDirsPsr4;
77+
$loader->classMap = ComposerStaticInit557c6dacc8e1efaa1f0ff81060ceddb6::$classMap;
7878

7979
}, null, ClassLoader::class);
8080
}

vendor/composer/installed.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,26 @@
8383
},
8484
{
8585
"name": "moodlehq/moodle-cs",
86-
"version": "v3.4.6",
87-
"version_normalized": "3.4.6.0",
86+
"version": "v3.4.7",
87+
"version_normalized": "3.4.7.0",
8888
"source": {
8989
"type": "git",
9090
"url": "https://github.com/moodlehq/moodle-cs.git",
91-
"reference": "02a279ecbd9431172e8eeee5385d4f6ec57c957b"
91+
"reference": "4f1bc63551da69675d9f5d17efbf35a458ca3da8"
9292
},
9393
"dist": {
9494
"type": "zip",
95-
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/02a279ecbd9431172e8eeee5385d4f6ec57c957b",
96-
"reference": "02a279ecbd9431172e8eeee5385d4f6ec57c957b",
95+
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/4f1bc63551da69675d9f5d17efbf35a458ca3da8",
96+
"reference": "4f1bc63551da69675d9f5d17efbf35a458ca3da8",
9797
"shasum": ""
9898
},
9999
"require": {
100100
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
101101
"ext-json": "*",
102102
"php": ">=7.4.0",
103-
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24",
103+
"phpcompatibility/php-compatibility": "dev-develop#96072c30",
104104
"phpcsstandards/phpcsextra": "^1.2.1",
105-
"squizlabs/php_codesniffer": "^3.9.0"
105+
"squizlabs/php_codesniffer": "^3.10.1"
106106
},
107107
"replace": {
108108
"moodlehq/moodle-local_codechecker": "3.1.0"
@@ -116,7 +116,7 @@
116116
"sebastian/phpcpd": "^6.0",
117117
"thor-juhasz/phpunit-coverage-check": "^0.3.0"
118118
},
119-
"time": "2024-04-03T07:22:20+00:00",
119+
"time": "2024-05-31T16:28:39+00:00",
120120
"type": "phpcodesniffer-standard",
121121
"installation-source": "dist",
122122
"autoload": {
@@ -161,12 +161,12 @@
161161
"source": {
162162
"type": "git",
163163
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
164-
"reference": "e5cd2e24"
164+
"reference": "96072c30"
165165
},
166166
"dist": {
167167
"type": "zip",
168-
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/e5cd2e24",
169-
"reference": "e5cd2e24",
168+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/96072c30",
169+
"reference": "96072c30",
170170
"shasum": ""
171171
},
172172
"require": {
@@ -188,7 +188,7 @@
188188
"suggest": {
189189
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
190190
},
191-
"time": "2024-04-08T09:51:59+00:00",
191+
"time": "2024-04-30T23:24:59+00:00",
192192
"default-branch": true,
193193
"type": "phpcodesniffer-standard",
194194
"extra": {
@@ -330,23 +330,23 @@
330330
},
331331
{
332332
"name": "phpcsstandards/phpcsutils",
333-
"version": "1.0.10",
334-
"version_normalized": "1.0.10.0",
333+
"version": "1.0.12",
334+
"version_normalized": "1.0.12.0",
335335
"source": {
336336
"type": "git",
337337
"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
338-
"reference": "51609a5b89f928e0c463d6df80eb38eff1eaf544"
338+
"reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
339339
},
340340
"dist": {
341341
"type": "zip",
342-
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/51609a5b89f928e0c463d6df80eb38eff1eaf544",
343-
"reference": "51609a5b89f928e0c463d6df80eb38eff1eaf544",
342+
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
343+
"reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
344344
"shasum": ""
345345
},
346346
"require": {
347347
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
348348
"php": ">=5.4",
349-
"squizlabs/php_codesniffer": "^3.9.0 || 4.0.x-dev@dev"
349+
"squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
350350
},
351351
"require-dev": {
352352
"ext-filter": "*",
@@ -355,7 +355,7 @@
355355
"phpcsstandards/phpcsdevcs": "^1.1.6",
356356
"yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
357357
},
358-
"time": "2024-03-17T23:44:50+00:00",
358+
"time": "2024-05-20T13:34:27+00:00",
359359
"type": "phpcodesniffer-standard",
360360
"extra": {
361361
"branch-alias": {
@@ -421,17 +421,17 @@
421421
},
422422
{
423423
"name": "squizlabs/php_codesniffer",
424-
"version": "3.9.1",
425-
"version_normalized": "3.9.1.0",
424+
"version": "3.10.1",
425+
"version_normalized": "3.10.1.0",
426426
"source": {
427427
"type": "git",
428428
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
429-
"reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909"
429+
"reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
430430
},
431431
"dist": {
432432
"type": "zip",
433-
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/267a4405fff1d9c847134db3a3c92f1ab7f77909",
434-
"reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909",
433+
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
434+
"reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
435435
"shasum": ""
436436
},
437437
"require": {
@@ -443,7 +443,7 @@
443443
"require-dev": {
444444
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
445445
},
446-
"time": "2024-03-31T21:03:09+00:00",
446+
"time": "2024-05-22T21:24:41+00:00",
447447
"bin": [
448448
"bin/phpcbf",
449449
"bin/phpcs"

0 commit comments

Comments
 (0)