Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 656 B
Newer Older
  • Learn to ignore specific revisions
  • Henning Leutz's avatar
    Henning Leutz committed
    {
    
    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",
    
    Henning Leutz's avatar
    Henning Leutz committed
          "homepage": "https://www.pcsg.de",
    
          "role": "Developer"
    
    Henning Leutz's avatar
    Henning Leutz committed
        }
    
      ],
      "support": {
        "email": "support@pcsg.de"
      },
      "require": {
    
    Henning Leutz's avatar
    Henning Leutz committed
        "quiqqer/core": "^2",
        "quiqqer/qui": "^1",
        "ckeditor/ckeditor": ">=4.16.0 <4.22.0"
    
      },
      "autoload": {
        "psr-4": {
    
    Henning Leutz's avatar
    Henning Leutz committed
          "QUI\\Ckeditor\\": "src/QUI/Ckeditor/",
          "QUI\\Ckeditor\\Plugins\\": "src/QUI/Ckeditor/Plugins/"