Skip to content

Commit ed1120c

Browse files
committed
chore: update dev dependencies
1 parent 8b8a5ab commit ed1120c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Tests/Unit/Event/RegisterAdditionalTypePropertiesEventTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getTypeReturnsTheTypeCorrectly(): void
3636
#[Test]
3737
public function additionalPropertiesIsInitiallyEmpty(): void
3838
{
39-
self::assertCount(0, $this->subject->getAdditionalProperties());
39+
self::assertEmpty($this->subject->getAdditionalProperties());
4040
}
4141

4242
#[Test]

Tests/Unit/Manager/MainEntityOfWebPageBagTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function setUp(): void
3030
#[Test]
3131
public function bagIsEmptyAfterInstantiation(): void
3232
{
33-
self::assertCount(0, $this->subject);
33+
self::assertEmpty($this->subject);
3434
self::assertSame([], $this->subject->getTypes());
3535
}
3636

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"ext-sqlite3": "*",
3434
"brotkrueml/coding-standards": "~6.1.0",
3535
"ergebnis/composer-normalize": "~2.45.0",
36-
"infection/infection": "^0.29.10",
36+
"infection/infection": "^0.29.14",
3737
"phpstan/extension-installer": "^1.4",
38-
"phpstan/phpstan": "2.1.2",
38+
"phpstan/phpstan": "2.1.8",
3939
"phpstan/phpstan-strict-rules": "2.0.3",
4040
"phpunit/phpunit": "^10.5 || ^11.5",
41-
"rector/rector": "2.0.7",
41+
"rector/rector": "2.0.10",
4242
"symfony/yaml": "^5.4 || ^6.4 || ^7.2",
43-
"symplify/phpstan-rules": "^14.2",
43+
"symplify/phpstan-rules": "^14.4",
4444
"tomasvotruba/cognitive-complexity": "^1.0",
4545
"typo3/cms-adminpanel": "^11.5.19 || ^12.4 || ^13.4",
4646
"typo3/cms-lowlevel": "^11.5.19 || ^12.4 || ^13.4",

0 commit comments

Comments
 (0)