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 0cb8275 commit 70ab20a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -24,12 +24,12 @@
},
"minimum-stability": "dev",
"require": {
"typo3/cms": ">=7.5.0 <=7.7.99",
"typo3-ter/dyncss": ">=0.7.2 <=0.7.99",
"typo3-ter/dyncss-less": ">=0.7.0 <=0.7.99",
"typo3-themes/themes": ">=7.0.2 <=7.2.99",
"typo3/cms": ">=7.6.0 <=7.6.99",
"typo3-ter/dyncss": ">=0.7.9 <=0.7.99",
"typo3-ter/dyncss-less": ">=0.7.7 <=0.7.99",
"typo3-themes/themes": ">=7.0.3 <=7.0.99",
"t3kit/t3kit-extension-tools": "1.1.*",
"typo3-ter/gridelements": ">=7.0.5 <=7.2.99"
"typo3-ter/gridelements": ">=7.0.5 <=7.0.99"
},
"require-dev": {
"t3kit/t3kit-extension-tools": "dev-master"
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Expand Up @@ -35,9 +35,9 @@
'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',
'typo3' => '7.6.0-7.6.99',
'themes' => '7.0.3-7.0.99',
'dyncss' => '0.7.9-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',
Expand Down

0 comments on commit 70ab20a

Please sign in to comment.