Skip to content

Commit

Permalink
WIP: Bump all dependencies to current ones
Browse files Browse the repository at this point in the history
- Moodle CS v3.4.6
- PHP Compatibility e5cd2e24
  • Loading branch information
stronk7 committed Apr 10, 2024
1 parent 170623f commit 9434b82
Show file tree
Hide file tree
Showing 734 changed files with 17,371 additions and 5,533 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^v3.3.14",
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
"moodlehq/moodle-cs": "^v3.4.6",
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24"
},
"config": {
"platform": {
Expand Down
50 changes: 26 additions & 24 deletions composer.lock

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

2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInit04850f493c5607268a216c743489db99::getLoader();
return ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f::getLoader();
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit04850f493c5607268a216c743489db99
class ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit04850f493c5607268a216c743489db99', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit04850f493c5607268a216c743489db99', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInita04f685b76dc383abef9d8fd22fb316f', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit04850f493c5607268a216c743489db99::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::getInitializer($loader));

$loader->register(true);

Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit04850f493c5607268a216c743489db99
class ComposerStaticInita04f685b76dc383abef9d8fd22fb316f
{
public static $prefixLengthsPsr4 = array (
'P' =>
Expand Down Expand Up @@ -72,9 +72,9 @@ class ComposerStaticInit04850f493c5607268a216c743489db99
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit04850f493c5607268a216c743489db99::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit04850f493c5607268a216c743489db99::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit04850f493c5607268a216c743489db99::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita04f685b76dc383abef9d8fd22fb316f::$classMap;

}, null, ClassLoader::class);
}
Expand Down
70 changes: 43 additions & 27 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,26 @@
},
{
"name": "moodlehq/moodle-cs",
"version": "v3.3.14",
"version_normalized": "3.3.14.0",
"version": "v3.4.6",
"version_normalized": "3.4.6.0",
"source": {
"type": "git",
"url": "https://github.com/moodlehq/moodle-cs.git",
"reference": "7e12e69578d5bcd3440f83b5936187227231a9ab"
"reference": "02a279ecbd9431172e8eeee5385d4f6ec57c957b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/7e12e69578d5bcd3440f83b5936187227231a9ab",
"reference": "7e12e69578d5bcd3440f83b5936187227231a9ab",
"url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/02a279ecbd9431172e8eeee5385d4f6ec57c957b",
"reference": "02a279ecbd9431172e8eeee5385d4f6ec57c957b",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcompatibility/php-compatibility": "dev-develop#306cd263",
"ext-json": "*",
"php": ">=7.4.0",
"phpcompatibility/php-compatibility": "dev-develop#e5cd2e24",
"phpcsstandards/phpcsextra": "^1.2.1",
"squizlabs/php_codesniffer": "^3.8.1"
"squizlabs/php_codesniffer": "^3.9.0"
},
"replace": {
"moodlehq/moodle-local_codechecker": "3.1.0"
Expand All @@ -114,7 +116,7 @@
"sebastian/phpcpd": "^6.0",
"thor-juhasz/phpunit-coverage-check": "^0.3.0"
},
"time": "2024-01-26T15:37:12+00:00",
"time": "2024-04-03T07:22:20+00:00",
"type": "phpcodesniffer-standard",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -159,18 +161,18 @@
"source": {
"type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
"reference": "306cd263"
"reference": "e5cd2e24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/306cd263",
"reference": "306cd263",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/e5cd2e24",
"reference": "e5cd2e24",
"shasum": ""
},
"require": {
"php": ">=5.4",
"phpcsstandards/phpcsutils": "^1.0.5",
"squizlabs/php_codesniffer": "^3.7.1"
"phpcsstandards/phpcsutils": "^1.0.9",
"squizlabs/php_codesniffer": "^3.9.0"
},
"replace": {
"wimg/php-compatibility": "*"
Expand All @@ -186,7 +188,7 @@
"suggest": {
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"time": "2023-12-04T17:28:03+00:00",
"time": "2024-04-08T09:51:59+00:00",
"default-branch": true,
"type": "phpcodesniffer-standard",
"extra": {
Expand Down Expand Up @@ -229,6 +231,20 @@
"security": "https://github.com/PHPCompatibility/PHPCompatibility/security/policy",
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
},
"funding": [
{
"url": "https://github.com/PHPCompatibility",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
}
],
"install-path": "../phpcompatibility/php-compatibility"
},
{
Expand Down Expand Up @@ -314,23 +330,23 @@
},
{
"name": "phpcsstandards/phpcsutils",
"version": "1.0.9",
"version_normalized": "1.0.9.0",
"version": "1.0.10",
"version_normalized": "1.0.10.0",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
"reference": "908247bc65010c7b7541a9551e002db12e9dae70"
"reference": "51609a5b89f928e0c463d6df80eb38eff1eaf544"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/908247bc65010c7b7541a9551e002db12e9dae70",
"reference": "908247bc65010c7b7541a9551e002db12e9dae70",
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/51609a5b89f928e0c463d6df80eb38eff1eaf544",
"reference": "51609a5b89f928e0c463d6df80eb38eff1eaf544",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.8.0 || 4.0.x-dev@dev"
"squizlabs/php_codesniffer": "^3.9.0 || 4.0.x-dev@dev"
},
"require-dev": {
"ext-filter": "*",
Expand All @@ -339,7 +355,7 @@
"phpcsstandards/phpcsdevcs": "^1.1.6",
"yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
},
"time": "2023-12-08T14:50:00+00:00",
"time": "2024-03-17T23:44:50+00:00",
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -405,17 +421,17 @@
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.8.1",
"version_normalized": "3.8.1.0",
"version": "3.9.1",
"version_normalized": "3.9.1.0",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
"reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/267a4405fff1d9c847134db3a3c92f1ab7f77909",
"reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909",
"shasum": ""
},
"require": {
Expand All @@ -427,7 +443,7 @@
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"time": "2024-01-11T20:47:48+00:00",
"time": "2024-03-31T21:03:09+00:00",
"bin": [
"bin/phpcbf",
"bin/phpcs"
Expand Down
Loading

0 comments on commit 9434b82

Please sign in to comment.