From 6f6904d9a5d6a5e58eeab5f073009645ccd4705b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:47:04 +0100 Subject: [PATCH] Bump wmde/fundraising-phpcs from 10.1.0 to 12.0.0 (#587) Bumps [wmde/fundraising-phpcs](https://github.com/wmde/fundraising-phpcs) from 10.1.0 to 12.0.0. - [Release notes](https://github.com/wmde/fundraising-phpcs/releases) - [Commits](https://github.com/wmde/fundraising-phpcs/compare/v10.1.0...v12.0.0) --- updated-dependencies: - dependency-name: wmde/fundraising-phpcs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 110 +++++++++++++++++++++++++++++--------------------- 2 files changed, 64 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index 16da946..5e01d3c 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpunit/phpunit": "~11.0", "symfony/dotenv": "~7.2", "symfony/phpunit-bridge": "^7.0", - "wmde/fundraising-phpcs": "~10.1" + "wmde/fundraising-phpcs": "~12.0" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index ce647e2..8ca393d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d4d6c9fa5af4d3e9379c5e1a0769bbe6", + "content-hash": "077ba224c54cb0c2b7ce4e44f556a317", "packages": [ { "name": "monolog/monolog", @@ -2520,24 +2520,24 @@ }, { "name": "composer/semver", - "version": "3.4.0", + "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", + "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.4", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { @@ -2581,7 +2581,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.0" + "source": "https://github.com/composer/semver/tree/3.4.3" }, "funding": [ { @@ -2597,7 +2597,7 @@ "type": "tidelift" } ], - "time": "2023-08-31T09:50:34+00:00" + "time": "2024-09-19T14:15:21+00:00" }, { "name": "composer/spdx-licenses", @@ -2825,34 +2825,35 @@ }, { "name": "mediawiki/mediawiki-codesniffer", - "version": "v43.0.0", + "version": "v45.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-tools-codesniffer.git", - "reference": "c559bc02e87b0a969b6ed7380d7fa1d02738158b" + "reference": "3ebb209514384d68ba52f16c26ba192a9027442d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/c559bc02e87b0a969b6ed7380d7fa1d02738158b", - "reference": "c559bc02e87b0a969b6ed7380d7fa1d02738158b", + "url": "https://api.github.com/repos/wikimedia/mediawiki-tools-codesniffer/zipball/3ebb209514384d68ba52f16c26ba192a9027442d", + "reference": "3ebb209514384d68ba52f16c26ba192a9027442d", "shasum": "" }, "require": { - "composer/semver": "3.3.2 || 3.4.0", + "composer/semver": "3.4.2 || 3.4.3", "composer/spdx-licenses": "~1.5.2", "ext-json": "*", "ext-mbstring": "*", "php": ">=7.4.0", - "phpcsstandards/phpcsextra": "1.1.2", - "squizlabs/php_codesniffer": "3.8.1", + "phpcsstandards/phpcsextra": "1.2.1", + "squizlabs/php_codesniffer": "3.10.3", "symfony/polyfill-php80": "^1.26.0" }, "require-dev": { - "mediawiki/mediawiki-phan-config": "0.12.1", - "mediawiki/minus-x": "1.1.1", + "ext-dom": "*", + "mediawiki/mediawiki-phan-config": "0.14.0", + "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", - "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpunit/phpunit": "9.5.28" + "php-parallel-lint/php-parallel-lint": "1.4.0", + "phpunit/phpunit": "9.6.16" }, "type": "phpcodesniffer-standard", "autoload": { @@ -2872,9 +2873,9 @@ "mediawiki" ], "support": { - "source": "https://github.com/wikimedia/mediawiki-tools-codesniffer/tree/v43.0.0" + "source": "https://github.com/wikimedia/mediawiki-tools-codesniffer/tree/v45.0.0" }, - "time": "2024-01-29T16:06:37+00:00" + "time": "2024-10-29T17:38:15+00:00" }, { "name": "myclabs/deep-copy", @@ -3177,29 +3178,29 @@ }, { "name": "phpcsstandards/phpcsextra", - "version": "1.1.2", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHPCSExtra.git", - "reference": "746c3190ba8eb2f212087c947ba75f4f5b9a58d5" + "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/746c3190ba8eb2f212087c947ba75f4f5b9a58d5", - "reference": "746c3190ba8eb2f212087c947ba75f4f5b9a58d5", + "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", + "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489", "shasum": "" }, "require": { "php": ">=5.4", - "phpcsstandards/phpcsutils": "^1.0.8", - "squizlabs/php_codesniffer": "^3.7.1" + "phpcsstandards/phpcsutils": "^1.0.9", + "squizlabs/php_codesniffer": "^3.8.0" }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcsstandards/phpcsdevcs": "^1.1.6", "phpcsstandards/phpcsdevtools": "^1.2.1", - "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "phpcodesniffer-standard", "extra": { @@ -3234,28 +3235,43 @@ ], "support": { "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues", + "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy", "source": "https://github.com/PHPCSStandards/PHPCSExtra" }, - "time": "2023-09-20T22:06:18+00:00" + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2023-12-08T16:49:07+00:00" }, { "name": "phpcsstandards/phpcsutils", - "version": "1.0.9", + "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", - "reference": "908247bc65010c7b7541a9551e002db12e9dae70" + "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/908247bc65010c7b7541a9551e002db12e9dae70", - "reference": "908247bc65010c7b7541a9551e002db12e9dae70", + "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c", + "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c", "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.10.0 || 4.0.x-dev@dev" }, "require-dev": { "ext-filter": "*", @@ -3324,7 +3340,7 @@ "type": "open_collective" } ], - "time": "2023-12-08T14:50:00+00:00" + "time": "2024-05-20T13:34:27+00:00" }, { "name": "phpmd/phpmd", @@ -4871,16 +4887,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.8.1", + "version": "3.10.3", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "14f5fff1e64118595db5408e946f3a22c75807f7" + "reference": "62d32998e820bddc40f99f8251958aed187a5c9c" }, "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/62d32998e820bddc40f99f8251958aed187a5c9c", + "reference": "62d32998e820bddc40f99f8251958aed187a5c9c", "shasum": "" }, "require": { @@ -4947,7 +4963,7 @@ "type": "open_collective" } ], - "time": "2024-01-11T20:47:48+00:00" + "time": "2024-09-18T10:38:58+00:00" }, { "name": "staabm/side-effects-detector", @@ -5289,27 +5305,27 @@ }, { "name": "wmde/fundraising-phpcs", - "version": "v10.1.0", + "version": "v12.0.0", "source": { "type": "git", "url": "https://github.com/wmde/fundraising-phpcs", - "reference": "49c7cb1261325e7669797aba26c49867db56f0ed" + "reference": "a9d4488975ec3d02191f49cbf36b71accd3e39b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wmde/fundraising-phpcs/zipball/49c7cb1261325e7669797aba26c49867db56f0ed", - "reference": "49c7cb1261325e7669797aba26c49867db56f0ed", + "url": "https://api.github.com/repos/wmde/fundraising-phpcs/zipball/a9d4488975ec3d02191f49cbf36b71accd3e39b5", + "reference": "a9d4488975ec3d02191f49cbf36b71accd3e39b5", "shasum": "" }, "require": { - "mediawiki/mediawiki-codesniffer": "~43.0" + "mediawiki/mediawiki-codesniffer": "~45.0" }, "type": "library", "license": [ "GPL-2.0-or-later" ], "description": "PHP coding style for the WMDE FUN team", - "time": "2024-03-19T08:56:07+00:00" + "time": "2024-10-30T08:59:25+00:00" } ], "aliases": [],