Skip to content

Commit

Permalink
Raise allowed TYPO3 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsegars committed Apr 9, 2018
1 parent 6d4b4f6 commit 3e02a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"BusyNoggin\\BnViewhelpers\\": "Classes/"
}
},
"version": "1.0.1"
"version": "1.0.2"
}
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Common view helpers for Busy Noggin sites',
'category' => 'misc',
'shy' => 0,
'version' => '1.0.0',
'version' => '1.0.2',
'dependencies' => 'cms,fluid',
'conflicts' => '',
'priority' => '',
Expand All @@ -34,7 +34,7 @@
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.9.99',
'typo3' => '6.2.0-8.7.99',
'cms' => '',
'extbase' => ''
),
Expand Down

0 comments on commit 3e02a96

Please sign in to comment.