File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2828 }
2929 ],
3030 "require" : {
31- "php" : " >=8.2 " ,
31+ "php" : " >=8.1 " ,
3232 "twig/twig" : " ^3.0" ,
3333 "symfony/console" : " ^6.4|^7.0" ,
3434 "symfony/filesystem" : " ^6.4|^7.0" ,
3939 },
4040 "require-dev" : {
4141 "symfony/finder" : " 6.4|^7.0" ,
42- "tales-from-a-dev/twig-tailwind-extra" : " ^0.3.0" ,
4342 "twig/extra-bundle" : " ^3.19|^4.0" ,
4443 "twig/html-extra" : " ^3.19" ,
4544 "zenstruck/console-test" : " ^1.7" ,
Original file line number Diff line number Diff line change 1818use Symfony \Component \HttpKernel \Kernel as BaseKernel ;
1919use Symfony \UX \Toolkit \UXToolkitBundle ;
2020use Symfony \UX \TwigComponent \TwigComponentBundle ;
21- use TalesFromADev \Twig \Extra \Tailwind \Bridge \Symfony \Bundle \TalesFromADevTwigExtraTailwindBundle ;
2221
2322final class Kernel extends BaseKernel
2423{
@@ -31,7 +30,6 @@ public function registerBundles(): iterable
3130 new TwigBundle (),
3231 new TwigComponentBundle (),
3332 new UXToolkitBundle (),
34- new TalesFromADevTwigExtraTailwindBundle (),
3533 ];
3634 }
3735
You can’t perform that action at this time.
0 commit comments