Skip to content

Commit

Permalink
Merge pull request #226 from stronk7/bump_dependencies
Browse files Browse the repository at this point in the history
Bump all dependencies to current ones
  • Loading branch information
stronk7 authored Dec 19, 2023
2 parents 30b722a + b54a593 commit 6b22c8e
Show file tree
Hide file tree
Showing 958 changed files with 14,353 additions and 2,967 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.11",
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed"
"moodlehq/moodle-cs": "^v3.3.12",
"phpcompatibility/php-compatibility": "dev-develop#306cd263"
},
"config": {
"platform": {
Expand Down
145 changes: 101 additions & 44 deletions composer.lock

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

10 changes: 5 additions & 5 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
<library>
<location>vendor/squizlabs/php_codesniffer</location>
<name>PHP_CodeSniffer</name>
<version>3.7.2 (ed8e00df0)</version>
<version>3.8.0</version>
<license>BSD</license>
<licenseversion>3-Clause</licenseversion>
</library>
<library>
<location>vendor/phpcompatibility/php-compatibility</location>
<name>PHP Compatibility Coding Standard</name>
<version>10.0dev (0a17f9ed)</version>
<version>10.0dev (306cd263)</version>
<license>LGPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor/phpcsstandards/phpcsextra</location>
<name>A collection of code standards for use with PHP_CodeSniffer</name>
<version>1.1.2 (746c319)</version>
<version>1.2.1</version>
<license>LGPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor/phpcsstandards/phpcsutils</location>
<name>A suite of utility functions for use with PHP_CodeSniffer</name>
<version>1.0.8 (69465ca)</version>
<version>1.0.9</version>
<license>LGPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor/moodlehq/moodle-cs</location>
<name>Moodle Coding Style</name>
<version>v3.3.8 (ff540d2)</version>
<version>v3.3.12</version>
<license>GPL</license>
<licenseversion>3</licenseversion>
</library>
Expand Down
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 ComposerAutoloaderInit64503f750e78560d45fa4b45a3035e4a::getLoader();
return ComposerAutoloaderInit04850f493c5607268a216c743489db99::getLoader();
5 changes: 0 additions & 5 deletions vendor/bin/phpcbf
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,4 @@ if (PHP_VERSION_ID < 80000) {
}
}


if (__FILE__ === realpath($_SERVER['SCRIPT_NAME'])) {
$_SERVER['SCRIPT_NAME'] = realpath(__DIR__ . '/..'.'/squizlabs/php_codesniffer/bin/phpcbf');
}

return include __DIR__ . '/..'.'/squizlabs/php_codesniffer/bin/phpcbf';
5 changes: 0 additions & 5 deletions vendor/bin/phpcs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,4 @@ if (PHP_VERSION_ID < 80000) {
}
}


if (__FILE__ === realpath($_SERVER['SCRIPT_NAME'])) {
$_SERVER['SCRIPT_NAME'] = realpath(__DIR__ . '/..'.'/squizlabs/php_codesniffer/bin/phpcs');
}

return include __DIR__ . '/..'.'/squizlabs/php_codesniffer/bin/phpcs';
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 ComposerAutoloaderInit64503f750e78560d45fa4b45a3035e4a
class ComposerAutoloaderInit04850f493c5607268a216c743489db99
{
private static $loader;

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

require __DIR__ . '/platform_check.php';

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

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

$loader->register(true);

Expand Down
Loading

0 comments on commit 6b22c8e

Please sign in to comment.