-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
30 lines (28 loc) · 792 Bytes
/
ext_emconf.php
File metadata and controls
30 lines (28 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
/*
* This file is part of the package stefanfroemken/plesk-widget.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Plesk Widget',
'description' => 'Shows information about your plesk based customer control center',
'category' => 'plugin',
'author' => 'Stefan Froemken',
'author_email' => 'froemken@gmail.com',
'author_company' => '',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '14.0.0-14.4.99',
'dashboard' => '14.0.0-14.4.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];