Skip to content

Commit

Permalink
fix twig 2.40 set to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Nov 13, 2024
1 parent 20714cf commit 4384fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/Set/SetProvider/TwigSetProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public function provide(): array
new ComposerTriggeredSet(
SetGroup::TWIG,
'twig/twig',
'2.40',
__DIR__ . '/../../../config/sets/twig/twig240.php'
'2.4',
__DIR__ . '/../../../config/sets/twig/twig24.php'
),
];
}
Expand Down
2 changes: 1 addition & 1 deletion src/Set/TwigSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class TwigSetList
/**
* @var string
*/
final public const TWIG_240 = __DIR__ . '/../../config/sets/twig/twig240.php';
final public const TWIG_24 = __DIR__ . '/../../config/sets/twig/twig24.php';

/**
* @var string
Expand Down

0 comments on commit 4384fde

Please sign in to comment.