Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
voting.typo3.org
extensions
election
Commits
04fcc764
Commit
04fcc764
authored
Dec 19, 2015
by
Oliver Eglseder
Browse files
[TASK] Add composer.json and em_conf
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
composer.json
0 → 100644
View file @
04fcc764
{
"name"
:
"typo3/election"
,
"type"
:
"typo3-cms-extension"
,
"description"
:
"TYPO3 Association voting/polling tool"
,
"license"
:
"GPL-2.0+"
,
"autoload"
:
{
"psr-4"
:
{
"TYPO3\\Election\\"
:
"Classes/"
}
},
"require"
:
{
"php"
:
"^5.5"
,
"
typo3/cms
"
:
"
^7.6
"
}
}
ext_emconf.php
0 → 100644
View file @
04fcc764
<?php
$EM_CONF
[
$_EXTKEY
]
=
array
(
'title'
=>
'TYPO3 Election'
,
'description'
=>
'TYPO3 Association voting/polling tool'
,
'category'
=>
'fe'
,
'constraints'
=>
array
(
'depends'
=>
array
(
'typo3'
=>
'7.6.0-7.99.99'
,
),
'conflicts'
=>
array
(),
'suggests'
=>
array
(),
),
'state'
=>
'alpha'
,
'uploadfolder'
=>
false
,
'createDirs'
=>
''
,
'clearcacheonload'
=>
true
,
'author'
=>
'Oliver Eglseder'
,
'author_email'
=>
'php@vxvr.de'
,
'author_company'
=>
'vxvr.de'
,
'version'
=>
'0.0.0'
,
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment