<?php

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

$EM_CONF[$_EXTKEY] = [
    'title' => 'Tea example',
    'description' => 'This extension serves as an example on how to unit-test different data types and relation types in TYPO3 extensions.',
    'category' => 'plugin',
    'author' => 'Oliver Klee',
    'author_email' => 'typo3-coding@oliverklee.de',
    'author_company' => 'oliverklee.de',
    'shy' => '',
    'priority' => '',
    'module' => '',
    'state' => 'experimental',
    'internal' => '',
    'uploadfolder' => '0',
    'createDirs' => '',
    'modify_tables' => '',
    'clearCacheOnLoad' => 0,
    'lockType' => '',
    'version' => '1.0.0',
    'constraints' => [
        'depends' => [
            'typo3' => '7.6.0-8.7.99',
            'phpunit' => '4.0.0-5.9.99',
        ],
        'conflicts' => [
        ],
        'suggests' => [
        ],
    ],
];