@@ -1,27 +1,27 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | $EM_CONF[$_EXTKEY] = [ |
| 4 | - 'title' => 'Versatile and Interactive Display - List Component', |
|
| 5 | - 'description' => 'Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!', |
|
| 6 | - 'category' => 'module', |
|
| 7 | - 'author' => 'Fabien Udriot', |
|
| 8 | - 'author_email' => '[email protected]', |
|
| 9 | - 'state' => 'stable', |
|
| 10 | - 'version' => '5.0.2', |
|
| 11 | - 'autoload' => [ |
|
| 12 | - 'psr-4' => ['Fab\\Vidi\\' => 'Classes'] |
|
| 13 | - ], |
|
| 14 | - 'constraints' => |
|
| 15 | - [ |
|
| 16 | - 'depends' => |
|
| 17 | - [ |
|
| 18 | - 'typo3' => '10.5.0-10.5.99', |
|
| 19 | - ], |
|
| 20 | - 'conflicts' => |
|
| 21 | - [ |
|
| 22 | - ], |
|
| 23 | - 'suggests' => |
|
| 24 | - [ |
|
| 25 | - ], |
|
| 26 | - ] |
|
| 4 | + 'title' => 'Versatile and Interactive Display - List Component', |
|
| 5 | + 'description' => 'Generic listing of records with versatile ways of interacting with the data, e.g. advanced filter, inline editing, mass editing, ... Veni, vidi, vici!', |
|
| 6 | + 'category' => 'module', |
|
| 7 | + 'author' => 'Fabien Udriot', |
|
| 8 | + 'author_email' => '[email protected]', |
|
| 9 | + 'state' => 'stable', |
|
| 10 | + 'version' => '5.0.2', |
|
| 11 | + 'autoload' => [ |
|
| 12 | + 'psr-4' => ['Fab\\Vidi\\' => 'Classes'] |
|
| 13 | + ], |
|
| 14 | + 'constraints' => |
|
| 15 | + [ |
|
| 16 | + 'depends' => |
|
| 17 | + [ |
|
| 18 | + 'typo3' => '10.5.0-10.5.99', |
|
| 19 | + ], |
|
| 20 | + 'conflicts' => |
|
| 21 | + [ |
|
| 22 | + ], |
|
| 23 | + 'suggests' => |
|
| 24 | + [ |
|
| 25 | + ], |
|
| 26 | + ] |
|
| 27 | 27 | ]; |
| 28 | 28 | \ No newline at end of file |