Skip to content

Commit

Permalink
[TASK] raise version pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
kaystrobach committed Jan 28, 2015
1 parent f3a4286 commit 71bc76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'DynCss-Parser',
'category' => 'fe',
'shy' => 0,
'version' => '0.3.1',
'version' => '0.7.0',
'dependencies' => 'dyncss',
'conflicts' => '',
'priority' => '',
Expand All @@ -34,8 +34,8 @@
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'dyncss' => '0.3.0 - 0.3.99',
'typo3' => '4.7.0 - 6.2.99'
'dyncss' => '0.7.0 - 0.7.99',
'typo3' => '6.2.9 - 7.0.99'
),
'conflicts' => array(
),
Expand Down

0 comments on commit 71bc76e

Please sign in to comment.