Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vimeo/psalm to v5 #336

Closed
wants to merge 10 commits into from
11 changes: 11 additions & 0 deletions baseline.xml
Expand Up @@ -443,6 +443,17 @@
<code>class implements VersionedProjector {</code>
</DeprecatedInterface>
</file>
<file src="tests/Unit/Projection/Projectionist/RunProjectionistEventBusWrapperTest.php">
<UnevaluatedCode occurrences="9">
<code>$eventBus-&gt;dispatch(...$messages);</code>
<code>$parentEventBus = $this-&gt;prophesize(EventBus::class);</code>
<code>$parentEventBus-&gt;dispatch(...$messages)-&gt;shouldBeCalledOnce();</code>
<code>$parentEventBus-&gt;reveal();</code>
<code>$projectionist = $this-&gt;prophesize(Projectionist::class);</code>
<code>$projectionist-&gt;reveal();</code>
<code>$projectionist-&gt;run()-&gt;shouldBeCalledOnce();</code>
</UnevaluatedCode>
</file>
<file src="tests/Unit/Projection/Projector/InMemoryProjectorRepositoryTest.php">
<DeprecatedInterface occurrences="1">
<code>class implements Projector {</code>
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -27,7 +27,8 @@
"psr/simple-cache": "^2.0.0|^3.0.0",
"symfony/console": "^5.4.1|^6.0.1",
"symfony/event-dispatcher": "^4.4.34|^5.4.0|^6.0.1",
"symfony/finder": "^4.4.34|^5.4.0|^6.0.1"
"symfony/finder": "^4.4.34|^5.4.0|^6.0.1",
"symfony/lock": "^4.4.34|^5.4.0|^6.0.1"
},
"require-dev": {
"ext-pdo_sqlite": "~8.1.0 || ~8.2.0",
Expand All @@ -45,7 +46,7 @@
"roave/infection-static-analysis-plugin": "^1.22.0",
"symfony/messenger": "^4.4.34|^5.4.0|^6.0.1",
"symfony/var-dumper": "^5.4.1|^6.0.1",
"vimeo/psalm": "^4.26.0"
"vimeo/psalm": "^5.0.0"
},
"suggest": {
"doctrine/migrations": "for schema migration support",
Expand Down