Skip to content

Commit b88e4a8

Browse files
committed
[TASK] Allow rendering requirements for PHP 8.5 & 8.6
1 parent 41ee03d commit b88e4a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Twig/Extension/RequirementExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function prepareRequirementsShort(Collection $requirements): array
9292
'5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6',
9393
'7.0', '7.1', '7.2', '7.3', '7.4',
9494
'8.0', '8.1', '8.2', '8.3', '8.4',
95+
'8.5', '8.6',
9596
];
9697

9798
$supportedVersions = [];

0 commit comments

Comments
 (0)