diff --git a/composer.json b/composer.json index f506208b..48ce3d0f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "icanhazstring/composer-unused": "^0.7.5", "infection/infection": "^0.20.2", "jakobbuis/simple-slow-test-reporter": "^1.0", - "maglnet/composer-require-checker": "^3.4.0", + "maglnet/composer-require-checker": "^3.5.1", "nunomaduro/collision": "^5.10.0", "orklah/psalm-insane-comparison": "^1.0.3", "php-coveralls/php-coveralls": "^2.5.1", diff --git a/composer.lock b/composer.lock index d9613764..975dc729 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": "59d734fcff90df86a6e2edb525fe95d3", + "content-hash": "cf8bec095e67ed6fa094aa60495c6807", "packages": [ { "name": "amphp/amp", @@ -2464,16 +2464,16 @@ }, { "name": "maglnet/composer-require-checker", - "version": "3.4.0", + "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/maglnet/ComposerRequireChecker.git", - "reference": "b503714613f5a287c92cac02735ee49f5ec705ec" + "reference": "f1a5905265b9464d57a7e26ae80b05b7c1411830" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/b503714613f5a287c92cac02735ee49f5ec705ec", - "reference": "b503714613f5a287c92cac02735ee49f5ec705ec", + "url": "https://api.github.com/repos/maglnet/ComposerRequireChecker/zipball/f1a5905265b9464d57a7e26ae80b05b7c1411830", + "reference": "f1a5905265b9464d57a7e26ae80b05b7c1411830", "shasum": "" }, "require": { @@ -2490,9 +2490,10 @@ "doctrine/coding-standard": "^9.0.0", "ext-zend-opcache": "*", "mikey179/vfsstream": "^1.6.10", - "phpstan/phpstan": "^0.12.99", + "phing/phing": "^2.17.0", + "phpstan/phpstan": "^1.1.1", "phpunit/phpunit": "^9.5.10", - "vimeo/psalm": "^4.11.2" + "vimeo/psalm": "^4.12.0" }, "bin": [ "bin/composer-require-checker" @@ -2537,9 +2538,9 @@ ], "support": { "issues": "https://github.com/maglnet/ComposerRequireChecker/issues", - "source": "https://github.com/maglnet/ComposerRequireChecker/tree/3.4.0" + "source": "https://github.com/maglnet/ComposerRequireChecker/tree/3.5.1" }, - "time": "2021-11-08T10:11:58+00:00" + "time": "2021-11-10T12:04:31+00:00" }, { "name": "myclabs/deep-copy",