Skip to content

Commit

Permalink
[UPDATE] required dependencies config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Feb 13, 2017
1 parent ab30a76 commit 447c639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"license": "GPL-2.0+",
"support": {
"issues": "https://github.com/t3kit/theme_t3kit_bluemountain/issues"
},
"require": {
"t3kit/theme-t3kit": "1.9.0"
}
}
12 changes: 3 additions & 9 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'php' => '5.5.0-7.0.99',
'typo3' => '7.5.0-7.6.99',
'themes' => '7.0.2-7.0.99',
'dyncss' => '0.7.8-0.7.99',
'dyncss_less' => '0.7.7-0.7.99',
't3kit_extension_tools' => '1.1.0-1.1.99',
'fluid_styled_content' => '0.0.0-0.0.0',
'gridelements' => '7.0.5-7.0.99',
'theme_t3kit' => '1.9.0-1.9.99',
'php' => '5.5.0-7.1.99',
'typo3' => '7.6.0-7.6.99',
'theme_t3kit' => '1.9.0',
),
'conflicts' => array(
),
Expand Down

0 comments on commit 447c639

Please sign in to comment.