<?php $EM_CONF[$_EXTKEY] = array ( 'title' => 'Extension Skeleton', 'description' => 'Contains the default implementation of stuff.', 'category' => 'plugin', 'version' => '1.0.1', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', 'clearcacheonload' => FALSE, 'author' => 'Fabian Galinski', 'author_email' => 'fabian@sgalinski.de', 'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)', 'constraints' => array ( 'depends' => array ( 'typo3' => '7.6.0-7.6.99', 'php' => '5.6.0-7.0.99', ), 'conflicts' => array ( ), 'suggests' => array ( ), ), );