-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathext_emconf.php
More file actions
28 lines (26 loc) · 854 Bytes
/
Copy pathext_emconf.php
File metadata and controls
28 lines (26 loc) · 854 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
<?php
/*
* This file is part of the package ID\IndexedSearchAutocomplete.
*
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Indexed Search Autocomplete',
'description' => 'Extends the TYPO3 Core Extension Indexed_Search searchform with an autocomplete feature.',
'category' => 'plugin',
'version' => '14.0.2',
'constraints' => [
'depends' => [
'typo3' => '13.4.0-14.99.99',
'indexed_search' => '13.4.0-14.99.99',
'php' => '8.2.0-8.99.99',
],
'conflicts' => [],
'suggests' => [],
],
'state' => 'stable',
'author' => 'Sebastian Schmal',
'author_email' => 'info@ingeniumdesign.de',
'author_company' => 'INGENIUMDESIGN',
];