Skip to content
Snippets Groups Projects
ext_emconf.php 543 B
Newer Older
$EM_CONF['sg_jobs'] = [
	'title' => 'Jobs',
	'description' => 'Manage and display your Job offers.',
	'category' => 'plugin',
	'version' => '6.2.1',
	'state' => 'stable',
	'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' => '12.4.0-12.4.99',
					'php' => '8.1.0-8.3.99',
Stefan Galinski's avatar
Stefan Galinski committed
				],
			'conflicts' =>
				[
				],
			'suggests' =>
				[
				],
		],
];