2013-11-01 19:53:00 +01:00
|
|
|
<?php
|
2016-05-07 21:56:27 +02:00
|
|
|
$EM_CONF[$_EXTKEY] = [
|
2016-05-07 21:43:25 +02:00
|
|
|
'title' => 'Tea example',
|
2018-01-10 19:54:29 +01:00
|
|
|
'description' => 'Example extension for unit testing and best practices',
|
2017-12-23 00:53:15 +01:00
|
|
|
'category' => 'example',
|
2016-05-07 21:43:25 +02:00
|
|
|
'author' => 'Oliver Klee',
|
|
|
|
'author_email' => 'typo3-coding@oliverklee.de',
|
|
|
|
'author_company' => 'oliverklee.de',
|
2017-12-23 00:53:15 +01:00
|
|
|
'state' => 'stable',
|
|
|
|
'version' => '2.0.x-dev',
|
2016-05-07 21:56:27 +02:00
|
|
|
'constraints' => [
|
|
|
|
'depends' => [
|
2017-04-24 17:43:59 +02:00
|
|
|
'typo3' => '7.6.0-8.7.99',
|
2016-05-07 21:43:25 +02:00
|
|
|
'phpunit' => '4.0.0-5.9.99',
|
2016-05-07 21:56:27 +02:00
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|