Skip to content

Commit 316210d

Browse files
committed
Use >= operator in #[RequiresPhp] attributes to allow compatible versions
1 parent 4cb36ef commit 316210d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Read/LazyInstantiatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testThrowIfLazyGhostDirNotDefined()
5959
new LazyInstantiator();
6060
}
6161

62-
#[RequiresPhp('8.4')]
62+
#[RequiresPhp('>=8.4')]
6363
public function testCreateLazyGhostUsingPhp()
6464
{
6565
$ghost = (new LazyInstantiator())->instantiate(ClassicDummy::class, function (ClassicDummy $object): void {

0 commit comments

Comments
 (0)