From 6818dd51cfa6778b8e61fff84dd0148dabee0fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:23:45 +0000 Subject: [PATCH] Bump moodlehq/moodle-cs from 3.3.12 to 3.3.13 Bumps [moodlehq/moodle-cs](https://github.com/moodlehq/moodle-cs) from 3.3.12 to 3.3.13. - [Release notes](https://github.com/moodlehq/moodle-cs/releases) - [Changelog](https://github.com/moodlehq/moodle-cs/blob/main/CHANGELOG.md) - [Commits](https://github.com/moodlehq/moodle-cs/compare/v3.3.12...v3.3.13) --- updated-dependencies: - dependency-name: moodlehq/moodle-cs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 3568cfce..aff1a7a9 100644 --- a/composer.lock +++ b/composer.lock @@ -86,29 +86,30 @@ }, { "name": "moodlehq/moodle-cs", - "version": "v3.3.12", + "version": "v3.3.13", "source": { "type": "git", "url": "https://github.com/moodlehq/moodle-cs.git", - "reference": "9e3dcb07bfb3d0642f74e15253a5b44388782425" + "reference": "f4c522966b1b2e9e8b1ca208d3798b16b8739e79" }, "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/f4c522966b1b2e9e8b1ca208d3798b16b8739e79", + "reference": "f4c522966b1b2e9e8b1ca208d3798b16b8739e79", "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", @@ -149,7 +150,7 @@ "source": "https://github.com/moodlehq/moodle-cs", "wiki": "https://github.com/moodlehq/moodle-cs/wiki" }, - "time": "2023-12-19T15:30:23+00:00" + "time": "2024-01-19T16:53:42+00:00" }, { "name": "phpcompatibility/php-compatibility", @@ -395,16 +396,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.8.0", + "version": "3.8.1", "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": { @@ -414,11 +415,11 @@ "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" }, "bin": [ - "bin/phpcs", - "bin/phpcbf" + "bin/phpcbf", + "bin/phpcs" ], "type": "library", "extra": { @@ -471,7 +472,7 @@ "type": "open_collective" } ], - "time": "2023-12-08T12:32:31+00:00" + "time": "2024-01-11T20:47:48+00:00" } ], "packages-dev": [],