Files
coo/packages/coo_site_package/ext_emconf.php
2025-04-20 23:31:55 +02:00

28 lines
658 B
PHP

<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'coo-site-package',
'description' => '',
'category' => 'templates',
'constraints' => [
'depends' => [
'bootstrap_package' => '15.0.0-15.99.99',
],
'conflicts' => [
],
],
'autoload' => [
'psr-4' => [
'GaengeviertelEv\\CooSitePackage\\' => 'Classes',
],
],
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'City-of-OZ Team',
'author_email' => 'info@city-of-oz.hamburg',
'author_company' => 'Gängeviertel e.V.',
'version' => '1.0.0',
];