We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8be1e commit d061bc7Copy full SHA for d061bc7
composer.json
@@ -26,6 +26,18 @@
26
{
27
"type": "composer",
28
"url": "https://composer.typo3.org/"
29
+ },
30
+ {
31
+ "type": "git",
32
+ "url": "https://github.com/t3kit/themes"
33
34
35
36
+ "url": "https://github.com/t3kit/TYPO3.dyncss"
37
38
39
40
+ "url": "https://github.com/t3kit/TYPO3.dyncss_less"
41
}
42
],
43
"minimum-stability": "dev",
@@ -44,6 +56,9 @@
44
56
"typo3/cms-form": "~9.5.1",
45
57
"typo3/cms-felogin": "~9.5.1",
46
58
59
+ "typo3-themes/themes": "dev-typo3_9.x",
60
+ "kaystrobach/dyncss": "dev-typo3_9.x",
61
+ "kaystrobach/dyncss-less": "dev-typo3_9.x",
47
62
48
63
"gridelementsteam/gridelements": "~9.2.1",
49
64
"clickstorm/go_maps_ext": "~3.1.0",
0 commit comments