initial commit
This commit is contained in:
27
packages/coo_site_package/ext_emconf.php
Normal file
27
packages/coo_site_package/ext_emconf.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user