Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 678 B
Newer Older
  • Learn to ignore specific revisions
  • Henning Leutz's avatar
    Henning Leutz committed
    {
    
      "name": "quiqqer\/ckeditor4",
      "type": "quiqqer-module",
      "description": "CKEditor for the QUIQQER CMS - enable the ckeditor for quiqqer",
      "license": "GPL-2.0-or-later",
      "authors": [
        {
          "name": "Henning Leutz",
          "email": "leutz@pcsg.de",
          "homepage": "http:\/\/www.pcsg.de",
          "role": "Developer"
    
    Henning Leutz's avatar
    Henning Leutz committed
        }
    
      ],
      "support": {
        "email": "support@pcsg.de"
      },
      "require": {
        "quiqqer\/quiqqer": "*",
        "quiqqer\/qui": ">=1|*@dev",
    
        "ckeditor\/ckeditor": ">=4.16.0 <=4.22.1"
    
      },
      "autoload": {
        "psr-4": {
          "QUI\\Ckeditor\\": "src\/QUI\/Ckeditor\/",
          "QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/"
        }
      }