Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 593 B
Newer Older
  • Learn to ignore specific revisions
  • Henning Leutz's avatar
    Henning Leutz committed
      "name": "quiqqer/faq",
      "type": "quiqqer-module",
      "description": "With the FAQ page types it is easy to create FAQs for your users.",
      "license": [
        "PCSG QL-1.0",
        "CC BY-NC-SA 4.0"
      ],
      "authors": [
        {
          "name": "Henning Leutz",
          "email": "leutz@pcsg.de",
          "homepage": "https://www.pcsg.de",
          "role": "Developer"
    
    Henning Leutz's avatar
    Henning Leutz committed
      ],
      "support": {
        "email": "support@pcsg.de",
        "url": "https://www.pcsg.de"
      },
      "require": {
        "php": "^8.1",
    
    Henning Leutz's avatar
    Henning Leutz committed
      },
      "autoload": {
        "psr-4": {
          "QUI\\FAQ\\": "src/QUI/FAQ/"
        }
      }