diff --git a/composer.json b/composer.json index a8494c0aeb..f5047dad50 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "phpstan/phpstan-symfony": "1.2.16", "phpunit/phpunit": "9.5.26", "psalm/plugin-phpunit": "0.18.3", - "psalm/plugin-symfony": "3.1.10", + "psalm/plugin-symfony": "4.0.0", "rector/rector": "0.14.8", "runroom-packages/testing": "0.16.0", "symfony/debug-bundle": "6.1.3", diff --git a/composer.lock b/composer.lock index 28befc01fd..49d86fd189 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": "7d79b34eaf3555e16811d9cba49a02b3", + "content-hash": "ff07f16f9c901b987a22feaec3575ea7", "packages": [ { "name": "a2lix/auto-form-bundle", @@ -14056,21 +14056,21 @@ }, { "name": "psalm/plugin-symfony", - "version": "v3.1.10", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-symfony.git", - "reference": "5dca17839a6d48766ac760b8aa6d1f6d12759b28" + "reference": "40589bcc366b46a80754f874e83d430089a8cbfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/5dca17839a6d48766ac760b8aa6d1f6d12759b28", - "reference": "5dca17839a6d48766ac760b8aa6d1f6d12759b28", + "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/40589bcc366b46a80754f874e83d430089a8cbfe", + "reference": "40589bcc366b46a80754f874e83d430089a8cbfe", "shasum": "" }, "require": { "ext-simplexml": "*", - "php": "^7.1 || ^8.0", + "php": "^7.4 || ^8.0", "symfony/framework-bundle": "^4.0 || ^5.0 || ^6.0", "vimeo/psalm": "^4.12" }, @@ -14086,7 +14086,7 @@ "symfony/serializer": "^4.0 || ^5.0 || ^6.0", "symfony/validator": "*", "twig/twig": "^2.10 || ^3.0", - "weirdan/codeception-psalm-module": "^0.13.1" + "weirdan/codeception-psalm-module": "dev-master" }, "suggest": { "weirdan/doctrine-psalm-plugin": "If Doctrine is used, it is recommended install this plugin" @@ -14115,9 +14115,9 @@ "description": "Psalm Plugin for Symfony", "support": { "issues": "https://github.com/psalm/psalm-plugin-symfony/issues", - "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v3.1.10" + "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v4.0.0" }, - "time": "2022-10-22T13:09:05+00:00" + "time": "2022-10-29T15:24:33+00:00" }, { "name": "rector/rector",