Skip to content

Commit

Permalink
Merge branch 'develop' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Oct 15, 2024
2 parents f2a2572 + 815ac9b commit f28ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twig/Extension/RequirementExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function prepareRequirementsShort(Collection $requirements): array
'4.0', '4.1', '4.2', '4.3', '4.4',
'5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6',
'7.0', '7.1', '7.2', '7.3', '7.4',
'8.0', '8.1', '8.2', '8.3',
'8.0', '8.1', '8.2', '8.3', '8.4',
];

$supportedVersions = [];
Expand Down

0 comments on commit f28ed8c

Please sign in to comment.