Skip to content
Snippets Groups Projects
ext_emconf.php 773 B
Newer Older
Stefan Galinski's avatar
Stefan Galinski committed
<?php

$EM_CONF['sg_news'] = [
	'title' => 'News System',
Stefan Galinski's avatar
Stefan Galinski committed
	'description' => 'News System',
	'category' => 'plugin',
	'author' => 'Stefan Galinski',
	'author_email' => 'stefan@sgalinski.de',
	'author_company' => 'sgalinski Internet Services',
	'shy' => '',
	'dependencies' => '',
	'conflicts' => '',
	'priority' => '',
	'module' => '',
	'state' => 'stable',
	'internal' => '',
	'uploadfolder' => 0,
	'createDirs' => '',
	'modify_tables' => '',
	'clearCacheOnLoad' => 0,
	'lockType' => '',
	'version' => '9.0.10',
	'constraints' => [
		'depends' => [
			'typo3' => '9.5.0-10.4.99',
			'php' => '7.3.0-7.4.99',
		],
		'conflicts' => [],
		'suggests' => [
			'sg_comments' => '5.0.0',
			'sg_ajax' => '3.0.0',
			'languagevisibility' => '3.0.0',