Skip to content

Commit 204ff5c

Browse files
authored
Fix twig 2.40 set to 2.4 (#678)
1 parent 10c3202 commit 204ff5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

src/Set/SetProvider/TwigSetProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public function provide(): array
5050
new ComposerTriggeredSet(
5151
SetGroup::TWIG,
5252
'twig/twig',
53-
'2.40',
54-
__DIR__ . '/../../../config/sets/twig/twig240.php'
53+
'2.4',
54+
__DIR__ . '/../../../config/sets/twig/twig24.php'
5555
),
5656
];
5757
}

src/Set/TwigSetList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class TwigSetList
3737
/**
3838
* @var string
3939
*/
40-
final public const TWIG_240 = __DIR__ . '/../../config/sets/twig/twig240.php';
40+
final public const TWIG_24 = __DIR__ . '/../../config/sets/twig/twig24.php';
4141

4242
/**
4343
* @var string

0 commit comments

Comments
 (0)