initial commit

This commit is contained in:
fux
2025-04-20 23:31:55 +02:00
commit 515655d8f5
62 changed files with 9191 additions and 0 deletions

View 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',
];