<?php
/**
 * @author Carsten Rose <carsten.rose@math.uzh.ch>
 */

$EM_CONF['qfq'] = array(
    'title' => 'Quick Form Query',
    'description' => 'Framework to build web applications: Form (dynamic), report, typeahead, multi language, link protection, PDF, send mail (dynamic attachments, PDFs), multiple databases, record locking, secure up/download.',
    'category' => 'fe',
    'author' => 'Carsten Rose, Benjamin Baer',
    'author_email' => 'carsten.rose@math.uzh.ch',
    'dependencies' => 'fluid,extbase',
    'clearcacheonload' => true,
    'state' => 'stable',
    'version' => '21.5.0a',
    'constraints' => [
        'depends' => [
            'typo3' => '7.0.0-10.9.99',
        ],
        'conflicts' => [],
        'suggests' => [],
    ],

);