Skip to content
Snippets Groups Projects
ext_emconf.php 675 B
Newer Older
$EM_CONF['sg_jobs'] = [
	'title' => 'Jobs',
	'description' => 'Manage and display your Job offers.',
	'category' => 'plugin',
	'version' => '3.8.0',
	'state' => 'stable',
	'uploadfolder' => FALSE,
	'createDirs' => '',
	'clearcacheonload' => FALSE,
	'author' => 'Stefan Galinski',
	'author_email' => 'stefan@sgalinski.de',
	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
	'constraints' =>
Stefan Galinski's avatar
Stefan Galinski committed
		[
			'depends' =>
				[
					'typo3' => '9.5.0-9.5.99',
					'php' => '7.2.0-7.3.99',
					'project_base' => '5.0.0',
					'sg_mail' => '5.0.0',
					'sg_seo' => '3.0.0'
Stefan Galinski's avatar
Stefan Galinski committed
				],
			'conflicts' =>
				[
				],
			'suggests' =>
				[
				],
		],
];