Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
t3o_membership
Commits
d00ac976
Commit
d00ac976
authored
Apr 21, 2020
by
Thomas Löffler
Browse files
Adjust ext_emconf.php
parent
dceb4dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_emconf.php
View file @
d00ac976
...
...
@@ -10,7 +10,7 @@
# "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF
[
't3o_membership'
]
=
array
(
$EM_CONF
[
't3o_membership'
]
=
[
'title'
=>
'TYPO3 Membership'
,
'description'
=>
'Provides the TYPO3 association members and an import/export possibility'
,
'category'
=>
'plugin'
,
...
...
@@ -28,11 +28,11 @@ $EM_CONF['t3o_membership'] = array(
'clearCacheOnLoad'
=>
0
,
'lockType'
=>
''
,
'version'
=>
'3.0.0'
,
'constraints'
=>
array
(
'depends'
=>
array
(),
'conflicts'
=>
array
(),
'suggests'
=>
array
()
,
)
,
);
?>
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'10.4.0'
]
,
'conflicts'
=>
[]
,
'suggests'
=>
[],
],
];
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment