From aba9661f6f8b099275f4b5a19d9a1d9d5b7dc355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:10:05 +0000 Subject: [PATCH] Composer(deps-dev): bump axelerant/drupal-quality-checker Bumps the dev-dependencies group with 1 update: [axelerant/drupal-quality-checker](https://github.com/axelerant/drupal-quality-checker). Updates `axelerant/drupal-quality-checker` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/axelerant/drupal-quality-checker/releases) - [Changelog](https://github.com/axelerant/drupal-quality-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/axelerant/drupal-quality-checker/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: axelerant/drupal-quality-checker dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.lock | 87 +++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 44 deletions(-) diff --git a/composer.lock b/composer.lock index 63a499e9..e6859317 100644 --- a/composer.lock +++ b/composer.lock @@ -9962,16 +9962,16 @@ }, { "name": "axelerant/drupal-quality-checker", - "version": "v1.4.1", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/axelerant/drupal-quality-checker.git", - "reference": "cc19a2532007de015e4d8413452417322f8b525a" + "reference": "b261aea986fb606e66d7465abb108a8cacb26b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/axelerant/drupal-quality-checker/zipball/cc19a2532007de015e4d8413452417322f8b525a", - "reference": "cc19a2532007de015e4d8413452417322f8b525a", + "url": "https://api.github.com/repos/axelerant/drupal-quality-checker/zipball/b261aea986fb606e66d7465abb108a8cacb26b0b", + "reference": "b261aea986fb606e66d7465abb108a8cacb26b0b", "shasum": "" }, "require": { @@ -9979,7 +9979,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "*", "drupal/coder": "^8.3.7", "friendsoftwig/twigcs": "^4.0 || ^5.0 || ^6.0", - "mglaman/phpstan-drupal": "^1.2", + "mglaman/phpstan-drupal": "^1.2 || ^2.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpcompatibility/php-compatibility": "^9.0", "phpmd/phpmd": "^2.8", @@ -10016,7 +10016,7 @@ "issues": "https://github.com/axelerant/drupal-quality-checker/issues", "source": "https://github.com/axelerant/drupal-quality-checker" }, - "time": "2024-05-13T12:03:50+00:00" + "time": "2024-12-21T12:35:14+00:00" }, { "name": "behat/mink", @@ -10616,37 +10616,37 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.3.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "bbb92dee546da3988da851122cb2925f72c149f3" + "reference": "6fab2917c6ed26c1f515771c5ab2065448169016" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/bbb92dee546da3988da851122cb2925f72c149f3", - "reference": "bbb92dee546da3988da851122cb2925f72c149f3", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/6fab2917c6ed26c1f515771c5ab2065448169016", + "reference": "6fab2917c6ed26c1f515771c5ab2065448169016", "shasum": "" }, "require": { "php": "^8.1", - "phpstan/phpstan": "^1.10.56", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-deprecation-rules": "^2.0", + "symfony/finder": "^6.2 || ^7.0", + "symfony/yaml": "^6.2 || ^7.0", "webflo/drupal-finder": "^1.3.1" }, "require-dev": { - "behat/mink": "^1.8", + "behat/mink": "^1.10", "composer/installers": "^1.9", "drupal/core-recommended": "^10", - "drush/drush": "^10.0 || ^11 || ^12 || ^13@beta", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^8.5 || ^9 || ^10 || ^11", - "slevomat/coding-standard": "^7.1", - "squizlabs/php_codesniffer": "^3.3", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" + "drush/drush": "^11 || ^12 || ^13", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9 || ^10 || ^11", + "slevomat/coding-standard": "^8.6", + "squizlabs/php_codesniffer": "^3.7", + "symfony/phpunit-bridge": "^6.2 || ^7.0" }, "suggest": { "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.", @@ -10661,9 +10661,6 @@ "rules.neon" ] }, - "branch-alias": { - "dev-main": "1.0-dev" - }, "installer-paths": { "tests/fixtures/drupal/core": [ "type:drupal-core" @@ -10700,7 +10697,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.3.2" + "source": "https://github.com/mglaman/phpstan-drupal/tree/2.0.0" }, "funding": [ { @@ -10716,7 +10713,7 @@ "type": "tidelift" } ], - "time": "2024-11-19T15:26:05+00:00" + "time": "2024-12-11T16:01:57+00:00" }, { "name": "myclabs/deep-copy", @@ -11273,20 +11270,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.13", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f" + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b469068840cfa031e1deaf2fa1886d00e20680f", - "reference": "9b469068840cfa031e1deaf2fa1886d00e20680f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d276fc3bf1430ec315f2f109bbde2769821524", + "reference": "50d276fc3bf1430ec315f2f109bbde2769821524", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -11327,30 +11324,30 @@ "type": "github" } ], - "time": "2024-12-17T17:00:20+00:00" + "time": "2024-12-17T17:14:01+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.2.1", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82" + "reference": "1cc1259cb91ee4cfbb5c39bca9f635f067c910b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82", - "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/1cc1259cb91ee4cfbb5c39bca9f635f067c910b4", + "reference": "1cc1259cb91ee4cfbb5c39bca9f635f067c910b4", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.12" + "php": "^7.4 || ^8.0", + "phpstan/phpstan": "^2.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^9.6" }, "type": "phpstan-extension", "extra": { @@ -11372,9 +11369,9 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/2.0.1" }, - "time": "2024-09-11T15:52:35+00:00" + "time": "2024-11-28T21:56:36+00:00" }, { "name": "phpunit/php-code-coverage", @@ -13337,7 +13334,9 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": { + "drupal/gin": 15 + }, "prefer-stable": true, "prefer-lowest": false, "platform": {