-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·35 lines (32 loc) · 1 KB
/
ext_emconf.php
File metadata and controls
executable file
·35 lines (32 loc) · 1 KB
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
31
32
33
34
35
<?php
/*
* Copyright (c) 2025-2026 Netresearch DTT GmbH
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/**
* This file is part of the package netresearch/contexts.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF['contexts'] = [
'title' => 'Multi-channel contexts',
'description' => 'Multi-channel content visibility for TYPO3 - by Netresearch',
'category' => 'misc',
'author' => 'Andre Hähnel, Christian Opitz, Christian Weiske, Marian Pollzien, Rico Sonntag, Benni Mack',
'author_email' => '',
'author_company' => 'Netresearch DTT GmbH',
'state' => 'stable',
'version' => '4.0.0',
'constraints' => [
'depends' => [
'php' => '8.2.0-8.5.99',
'typo3' => '12.4.0-13.4.99',
],
'conflicts' => [
],
'suggests' => [
'contexts_geolocation' => '',
],
],
];