From f1dbc345c62df3ab4cd2cc853d4f7bbea6b23c19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:03:46 +0000 Subject: [PATCH] Update dependency maglnet/composer-require-checker to ^4.7.0 --- composer.json | 2 +- composer.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 8b9491c8..9b73c518 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ergebnis/composer-normalize": "^2.33.0", "icanhazstring/composer-unused": "^0.8.10", "infection/infection": "^0.27.0", - "maglnet/composer-require-checker": "^4.6.0", + "maglnet/composer-require-checker": "^4.7.0", "nunomaduro/collision": "^7.8.1", "orklah/psalm-insane-comparison": "^2.2.0", "php-coveralls/php-coveralls": "^2.6.0", diff --git a/composer.lock b/composer.lock index 95c9305f..4c6f983e 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": "f89ace6c6fd88b35744cd5f8fb894b52", + "content-hash": "1eddc19eb2be6fdae35d5514c4cea453", "packages": [ { "name": "amphp/amp", @@ -3114,36 +3114,36 @@ }, { "name": "maglnet/composer-require-checker", - "version": "4.6.0", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/maglnet/ComposerRequireChecker.git", - "reference": "a5d4951d0839b57fb5dce1d6d0a6e36f23b2823f" + "reference": "a80a012ba94d5423b02754b2816960a74d3d4f3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/a5d4951d0839b57fb5dce1d6d0a6e36f23b2823f", - "reference": "a5d4951d0839b57fb5dce1d6d0a6e36f23b2823f", + "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/a80a012ba94d5423b02754b2816960a74d3d4f3f", + "reference": "a80a012ba94d5423b02754b2816960a74d3d4f3f", "shasum": "" }, "require": { "composer-runtime-api": "^2.0.0", "ext-phar": "*", - "nikic/php-parser": "^4.15.2", - "php": "~8.1.0 || ~8.2.0", - "symfony/console": "^6.2.3", + "nikic/php-parser": "^4.17.1", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "symfony/console": "^6.3.4", "webmozart/assert": "^1.11.0", "webmozart/glob": "^4.6.0" }, "require-dev": { - "doctrine/coding-standard": "^11.0.0", + "doctrine/coding-standard": "^12.0.0", "ext-zend-opcache": "*", "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", - "phpstan/phpstan": "^1.9.4", - "phpunit/phpunit": "^9.5.27", - "roave/infection-static-analysis-plugin": "^1.27.0", - "vimeo/psalm": "^5.4.0" + "phpstan/phpstan": "^1.10.34", + "phpunit/phpunit": "^10.3.4", + "roave/infection-static-analysis-plugin": "^1.33", + "vimeo/psalm": "^5.15" }, "bin": [ "bin/composer-require-checker" @@ -3188,9 +3188,9 @@ ], "support": { "issues": "https://github.com/maglnet/ComposerRequireChecker/issues", - "source": "https://github.com/maglnet/ComposerRequireChecker/tree/4.6.0" + "source": "https://github.com/maglnet/ComposerRequireChecker/tree/4.7.0" }, - "time": "2023-04-21T21:13:53+00:00" + "time": "2023-09-18T21:09:41+00:00" }, { "name": "myclabs/deep-copy",