File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 28
28
}
29
29
],
30
30
"require" : {
31
- "php" : " >=8.2 " ,
31
+ "php" : " >=8.1 " ,
32
32
"twig/twig" : " ^3.0" ,
33
33
"symfony/console" : " ^6.4|^7.0" ,
34
34
"symfony/filesystem" : " ^6.4|^7.0" ,
39
39
},
40
40
"require-dev" : {
41
41
"symfony/finder" : " 6.4|^7.0" ,
42
- "tales-from-a-dev/twig-tailwind-extra" : " ^0.3.0" ,
43
42
"twig/extra-bundle" : " ^3.19|^4.0" ,
44
43
"twig/html-extra" : " ^3.19" ,
45
44
"zenstruck/console-test" : " ^1.7" ,
Original file line number Diff line number Diff line change 18
18
use Symfony \Component \HttpKernel \Kernel as BaseKernel ;
19
19
use Symfony \UX \Toolkit \UXToolkitBundle ;
20
20
use Symfony \UX \TwigComponent \TwigComponentBundle ;
21
- use TalesFromADev \Twig \Extra \Tailwind \Bridge \Symfony \Bundle \TalesFromADevTwigExtraTailwindBundle ;
22
21
23
22
final class Kernel extends BaseKernel
24
23
{
@@ -31,7 +30,6 @@ public function registerBundles(): iterable
31
30
new TwigBundle (),
32
31
new TwigComponentBundle (),
33
32
new UXToolkitBundle (),
34
- new TalesFromADevTwigExtraTailwindBundle (),
35
33
];
36
34
}
37
35
You can’t perform that action at this time.
0 commit comments