Skip to content
Snippets Groups Projects
Commit 48771fd3 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

[FEATURE] Provide ext_emconf.php

parent 7e6d3376
Branches
Tags
No related merge requests found
{
"name": "higidi/typo3-lock",
"type": "typo3-cms-extension",
"description": "Extension providing advanced TYPO3 locking",
"description": "Features TYPO3 with an advanced locking.",
"homepage": "http://www.higidi.de",
"keywords": [
"TYPO3",
......
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Advanced TYPO3 Locking',
'description' => 'Features TYPO3 with an advanced locking.',
'category' => 'misc',
'author' => 'Daniel Hürtgen',
'author_email' => 'daniel@higidi.de',
'state' => 'alpha',
'clearCacheOnLoad' => true,
'version' => '1.0.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
'php' => '5.6.0-7.1.99',
],
'conflicts' => [],
'suggests' => [],
],
];
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment