Skip to content

Commit d061bc7

Browse files
committed
[TASK] add Dyncss and Themes as a theme_t3kit deps
1 parent 6f8be1e commit d061bc7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
{
2727
"type": "composer",
2828
"url": "https://composer.typo3.org/"
29+
},
30+
{
31+
"type": "git",
32+
"url": "https://github.com/t3kit/themes"
33+
},
34+
{
35+
"type": "git",
36+
"url": "https://github.com/t3kit/TYPO3.dyncss"
37+
},
38+
{
39+
"type": "git",
40+
"url": "https://github.com/t3kit/TYPO3.dyncss_less"
2941
}
3042
],
3143
"minimum-stability": "dev",
@@ -44,6 +56,9 @@
4456
"typo3/cms-form": "~9.5.1",
4557
"typo3/cms-felogin": "~9.5.1",
4658

59+
"typo3-themes/themes": "dev-typo3_9.x",
60+
"kaystrobach/dyncss": "dev-typo3_9.x",
61+
"kaystrobach/dyncss-less": "dev-typo3_9.x",
4762

4863
"gridelementsteam/gridelements": "~9.2.1",
4964
"clickstorm/go_maps_ext": "~3.1.0",

0 commit comments

Comments
 (0)