We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c3202 commit 204ff5cCopy full SHA for 204ff5c
config/sets/twig/twig240.php renamed to config/sets/twig/twig24.php
src/Set/SetProvider/TwigSetProvider.php
@@ -50,8 +50,8 @@ public function provide(): array
50
new ComposerTriggeredSet(
51
SetGroup::TWIG,
52
'twig/twig',
53
- '2.40',
54
- __DIR__ . '/../../../config/sets/twig/twig240.php'
+ '2.4',
+ __DIR__ . '/../../../config/sets/twig/twig24.php'
55
),
56
];
57
}
src/Set/TwigSetList.php
@@ -37,7 +37,7 @@ final class TwigSetList
37
/**
38
* @var string
39
*/
40
- final public const TWIG_240 = __DIR__ . '/../../config/sets/twig/twig240.php';
+ final public const TWIG_24 = __DIR__ . '/../../config/sets/twig/twig24.php';
41
42
43
0 commit comments