Skip to content

Commit 5b0a118

Browse files
authored
Merge branch 'main' into php-8.4
2 parents f55f876 + 0949559 commit 5b0a118

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"php": "^8.1"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.3",
27+
"phpunit/phpunit": "^10.0|^11.0|^12.0",
2828
"phpspec/prophecy-phpunit": "^2.0",
2929
"squizlabs/php_codesniffer": "^3.6",
3030
"slevomat/coding-standard": "^8.0",
3131
"phpstan/phpstan": "^2.0",
3232
"phpstan/extension-installer": "^1.1",
3333
"phpstan/phpstan-strict-rules": "^2.0",
3434
"phpstan/phpstan-phpunit": "^2.0",
35-
"vimeo/psalm": "^5.0",
35+
"vimeo/psalm": "^6.0",
3636
"symfony/finder": "^6.0|^7.0",
3737
"symfony/console": "^6.0|^7.0",
3838
"texthtml/doctest": "^0.2"

psalm.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<directory name="tests/Unit" />
4242
</errorLevel>
4343
</RedundantCondition>
44-
<RedundantConditionGivenDocblockType>
45-
<errorLevel type="suppress">
46-
<directory name="tests/Unit" />
47-
</errorLevel>
48-
</RedundantConditionGivenDocblockType>
4944
<TypeDoesNotContainType>
5045
<errorLevel type="suppress">
5146
<directory name="tests/Unit" />
@@ -57,16 +52,6 @@
5752
<directory name="tests/Provider" />
5853
</errorLevel>
5954
</InvalidReturnType>
60-
<LessSpecificReturnStatement>
61-
<errorLevel type="suppress">
62-
<directory name="tests/Unit" />
63-
</errorLevel>
64-
</LessSpecificReturnStatement>
65-
<MoreSpecificReturnType>
66-
<errorLevel type="suppress">
67-
<directory name="tests/Unit" />
68-
</errorLevel>
69-
</MoreSpecificReturnType>
7055
<NoValue>
7156
<errorLevel type="suppress">
7257
<directory name="tests/Unit" />

0 commit comments

Comments
 (0)