Skip to content

Commit 34c139d

Browse files
committed
Use >= operator in #[RequiresPhp] attributes to allow compatible versions
1 parent 1bc99e9 commit 34c139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/EventListener/IsGrantedAttributeWithClosureListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
use Symfony\Component\Security\Http\Tests\Fixtures\IsGrantedAttributeMethodsWithClosureController;
2929
use Symfony\Component\Security\Http\Tests\Fixtures\IsGrantedAttributeWithClosureController;
3030

31-
#[RequiresPhp('8.5')]
31+
#[RequiresPhp('>=8.5')]
3232
class IsGrantedAttributeWithClosureListenerTest extends TestCase
3333
{
3434
public function testAttribute()

0 commit comments

Comments
 (0)