Skip to content
Snippets Groups Projects
This project manages its dependencies using Composer. Learn more
composer.json 643 B
{
  "name": "IMATHUZH/qfq",
  "type": "typo3-cms-extension",
  "description": "Framework to build web applications: Form generator (bootstrap based), dynamic update, typeahead, multi language, image annotation (via fabric), reports (defined via SQL), SIP protected links, PDF rendering, send mail (dynamic attachments, PDFs), multiple databases, record locking, secure up/download.",
  "license": "GPL-2.0-or-later",
  "require": {
    "typo3/cms-core": "^8.7",
    "ext-json": "*",
    "ext-apache": "*",
    "ext-mysqli": "*",
    "ext-fileinfo": "*",
    "ext-ldap": "*",
    "ext-intl": "*",
    "ext-iconv": "*",
    "ext-curl": "*"
  }
}