Skip to content

Commit

Permalink
Merge branch '3.9.x' into 3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBadura committed Feb 17, 2025
2 parents 3c04f36 + 36a756d commit 07bec83
Show file tree
Hide file tree
Showing 11 changed files with 1,867 additions and 615 deletions.
7 changes: 1 addition & 6 deletions baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<files psalm-version="6.0.0@b8e96bb617bf59382113b1b56cef751f648a7dc9">
<file src="src/Aggregate/AggregateRootBehaviour.php">
<UnsafeInstantiation>
<code><![CDATA[new static()]]></code>
Expand All @@ -11,11 +11,6 @@
<code><![CDATA[$recorder]]></code>
</MissingConstructor>
</file>
<file src="src/Clock/FrozenClock.php">
<PossiblyFalsePropertyAssignmentValue>
<code><![CDATA[$this->frozenDateTime->modify(sprintf('+%s seconds', $seconds))]]></code>
</PossiblyFalsePropertyAssignmentValue>
</file>
<file src="src/CommandBus/Handler/CreateAggregateHandler.php">
<InvalidOperand>
<code><![CDATA[$this->parameterResolver->resolve($reflectionMethod, $command)]]></code>
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
},
"require-dev": {
"ext-pdo_sqlite": "~8.2.0 || ~8.3.0",
"cspray/phinal": "^2.0.0",
"cspray/phinal": "dev-main#9826c3407056a4618f8bba303800403e47ccb3a7",
"doctrine/orm": "^2.18.0|^3.0.0",
"infection/infection": "^0.27.10",
"infection/infection": "^0.29.10",
"league/commonmark": "^2.4",
"patchlevel/coding-standard": "^1.3.0",
"patchlevel/event-sourcing-psalm-plugin": "^3.0.0",
"patchlevel/event-sourcing-psalm-plugin": "^3.1.0",
"phpbench/phpbench": "^1.2.15",
"phpspec/prophecy-phpunit": "^2.1.0",
"phpstan/phpstan": "^2.1.0",
"phpunit/phpunit": "^10.5.2",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.34.0",
"roave/infection-static-analysis-plugin": "^1.36.0",
"symfony/messenger": "^5.4.31|^6.4.0|^7.0.1",
"symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0",
"vimeo/psalm": "^5.17.0",
"vimeo/psalm": "^6.0.0",
"wnx/commonmark-markdown-renderer": "^1.4"
},
"suggest": {
Expand Down
Loading

0 comments on commit 07bec83

Please sign in to comment.