diff --git a/composer.json b/composer.json index 7956c91..30ceacd 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "google/protobuf": "^3.7 || ^4.0", "spiral/roadrunner-worker": "^3.0", "spiral/goridge": "^4.0", - "spiral/roadrunner": "^2024.3" + "spiral/roadrunner": "^2024.3 || ^2025.1" }, "require-dev": { "jetbrains/phpstorm-attributes": "^1.0", diff --git a/psalm.xml b/psalm.xml index aac55ff..f6603e7 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,6 +10,7 @@ findUnusedPsalmSuppress="true" findUnusedBaselineEntry="true" findUnusedCode="false" + ensureOverrideAttribute="false" findUnusedVariablesAndParams="true" ensureArrayStringOffsetsExist="true" addParamDefaultToDocblockType="true"