diff --git a/api/composer.json b/api/composer.json index 0519a375d0..bcaa0f8762 100644 --- a/api/composer.json +++ b/api/composer.json @@ -61,7 +61,7 @@ "phpstan/phpstan": "2.1.11", "phpunit/phpunit": "11.5.17", "rector/rector": "2.0.11", - "psalm/phar": "5.26.1", + "psalm/phar": "6.10.0", "spatie/phpunit-snapshot-assertions": "5.1.8", "symfony/browser-kit": "7.2.4", "symfony/css-selector": "7.2.0", diff --git a/api/composer.lock b/api/composer.lock index 72e55f6ea1..fc68fa4ff0 100644 --- a/api/composer.lock +++ b/api/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": "7e313c0b9ffa750974880c176dfb3b53", + "content-hash": "0913c6284c14c27399e7a84bc2e974d7", "packages": [ { "name": "api-platform/core", @@ -12185,20 +12185,20 @@ }, { "name": "psalm/phar", - "version": "5.26.1", + "version": "6.10.0", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547" + "reference": "17ae70dd523f392966b60210e67708a3a5df129b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", + "url": "https://api.github.com/repos/psalm/phar/zipball/17ae70dd523f392966b60210e67708a3a5df129b", + "reference": "17ae70dd523f392966b60210e67708a3a5df129b", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.2" }, "conflict": { "vimeo/psalm": "*" @@ -12214,9 +12214,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/5.26.1" + "source": "https://github.com/psalm/phar/tree/6.10.0" }, - "time": "2024-09-09T16:22:43+00:00" + "time": "2025-03-31T10:19:54+00:00" }, { "name": "react/cache", diff --git a/api/psalm.xml b/api/psalm.xml index 3b6d9b6b57..09f4cd8c50 100644 --- a/api/psalm.xml +++ b/api/psalm.xml @@ -6,6 +6,7 @@ cacheDirectory="./.cache" findUnusedBaselineEntry="true" findUnusedCode="false" + ensureOverrideAttribute="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"