Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"require-dev": {
"phpbench/phpbench": "^1.6.1",
"phpunit/phpunit": "^13.1.4"
"phpunit/phpunit": "^13.1.5"
},
"autoload": {
"psr-4": {
Expand Down
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/unit/Reflection/Adapter/ReflectionPropertyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public function testSkipLazyInitialization(): void
$reflectionPropertyAdapter->skipLazyInitialization(new stdClass());
}

#[RequiresPhp('>=8.4')]
#[RequiresPhp('>=8.4.0')]
public function testHasAndGetHookWhenNoHooks(): void
{
$betterReflectionProperty = self::createStub(BetterReflectionProperty::class);
Expand All @@ -527,7 +527,7 @@ public function testHasAndGetHookWhenNoHooks(): void
self::assertNull($reflectionPropertyAdapter->getHook(PropertyHookType::Get));
}

#[RequiresPhp('>=8.4')]
#[RequiresPhp('>=8.4.0')]
public function testHasAndGetHook(): void
{
$betterReflectionProperty = self::createStub(BetterReflectionProperty::class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function testCanStubTraits(): void
self::assertNull($stubData->getExtensionName());
}

#[RequiresPhp('<8.5')]
#[RequiresPhp('<8.5.0')]
public function testClassStub(): void
{
require_once __DIR__ . '/../../Fixture/ClassForSourceStubber.php';
Expand Down Expand Up @@ -189,7 +189,7 @@ public function testClassStubWithTypedConstants(): void
self::assertStringEqualsFile(__DIR__ . '/../../Fixture/PHP83ClassForSourceStubberExpected.php', $stubData->getStub());
}

#[RequiresPhp('>=8.5')]
#[RequiresPhp('>=8.5.0')]
public function testClassStubWithPHP85Changes(): void
{
require_once __DIR__ . '/../../Fixture/PHP85ClassForSourceStubber.php';
Expand Down
2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"require": {
"doctrine/coding-standard": "^14.0.0",
"infection/infection": "^0.32.6",
"phpstan/phpstan": "^2.1.47",
"phpstan/phpstan": "^2.1.48",
"phpstan/phpstan-phpunit": "^2.0.16",
"vimeo/psalm": "^6.16.1",
"roave/backward-compatibility-check": "^8.20.0"
Expand Down
10 changes: 5 additions & 5 deletions tools/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading