Skip to content

Commit f975cb5

Browse files
committed
Use >= operator in #[RequiresPhp] attributes to allow compatible versions
1 parent 59c54b8 commit f975cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Parser/NativeParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use PHPUnit\Framework\TestCase;
1616
use Symfony\Component\HtmlSanitizer\Parser\NativeParser;
1717

18-
#[RequiresPhp('8.4')]
18+
#[RequiresPhp('>=8.4')]
1919
class NativeParserTest extends TestCase
2020
{
2121
public function testParseValid()

0 commit comments

Comments
 (0)