Skip to content

Commit

Permalink
Create ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
iocron authored Jan 16, 2023
1 parent 23570c5 commit 9ddc25b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php

/***************************************************************
* Extension Manager/Repository config file for ext: "typo3themeskeleton"
*
* Auto generated by Extension Builder 2017-02-24
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF['hh_test'] = [
'title' => 'Hauer-Heinrich - Test',
'description' => 'Hauer-Heinrich - Test',
'category' => 'distribution',
'author' => 'Christian Hackl',
'author_email' => '[email protected]',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.1.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99'
],
'conflicts' => [
],
'suggests' => [
],
],
'autoload' => [
'psr-4' => [
'HauerHeinrich\\HhTest\\' => 'Classes'
],
],
];

0 comments on commit 9ddc25b

Please sign in to comment.