Skip to content

Commit

Permalink
[RELEASE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Midhun Devasia committed Dec 13, 2016
1 parent 9197ec1 commit 44649f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "midhundevasia/typo3-serverclock",
"type": "typo3-cms-extension",
"description": "Show server time in backend view",
"description": "A Clock which shows server time and timezone in the backend. The clock widget is simple and based on Javascript, and appears in the top right toolbar area. You set the DateTime format in the extension configuration wizard.",
"homepage": "https://github.com/midhundevasia/typo3-serverclock",
"support": {
"issues": "https://github.com/midhundevasia/typo3-serverclock/issues"
},
"version" : "1.0.0",
"version" : "1.0.1",
"license": ["GPL-3.0+"],
"authors": [
{
Expand All @@ -20,7 +20,7 @@
],
"require": {
"php" : ">=5.5",
"typo3/cms": "^7.6 || ^8.4"
"typo3/cms": "^6.2 || ^7.6 || ^8.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8.0",
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Server Clock: Server Time and Timezone',
'description' => 'A Clock which shows server time and timezone in backend',
'category' => 'services',
'description' => 'A Clock which shows server time and timezone in the backend. The clock widget is simple and based on Javascript, and appears in the top right toolbar area. You set the DateTime format in the extension configuration wizard.',
'category' => 'be',
'author' => 'Midhun Devasia',
'author_email' => '[email protected]',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.9.99',
'typo3' => '6.2.0-8.9.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 44649f8

Please sign in to comment.