We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c92b0 commit d76ef30Copy full SHA for d76ef30
composer.json
@@ -29,6 +29,6 @@
29
],
30
"minimum-stability": "dev",
31
"require": {
32
- "t3kit/theme-t3kit": "dev-master"
+ "t3kit/theme-t3kit": "~2.2.0"
33
}
34
ext_emconf.php
@@ -24,7 +24,7 @@
24
'CGLcompliance_note' => '',
25
'constraints' => array(
26
'depends' => array(
27
- 'theme_t3kit' => '2.1.1',
+ 'theme_t3kit' => '2.2.0',
28
),
'conflicts' => array(
0 commit comments