From b8b6026b36db11ce44be0168f5c77ce45813bea2 Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Tue, 15 Aug 2023 14:50:28 +0200
Subject: [PATCH] feat: new versioning + new ckeditor 4

feat: quiqqer/ckeditor4#35
---
 .gitlab-ci.yml |  3 +++
 composer.json  | 50 +++++++++++++++++++++++++-------------------------
 2 files changed, 28 insertions(+), 25 deletions(-)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b8d20ac
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,3 @@
+include:
+  - project: 'quiqqer/stabilization/semantic-release'
+    file: '/ci-templates/.gitlab-ci.yml'
diff --git a/composer.json b/composer.json
index e713ca1..d335b14 100644
--- a/composer.json
+++ b/composer.json
@@ -1,28 +1,28 @@
 {
-    "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"
-        }
-    ],
-    "support": {
-        "email": "support@pcsg.de"
-    },
-    "require": {
-        "quiqqer\/quiqqer": "*",
-        "quiqqer\/qui": ">=1|*@dev",
-        "ckeditor\/ckeditor": "4.16.*"
-    },
-    "autoload": {
-        "psr-4": {
-            "QUI\\Ckeditor\\": "src\/QUI\/Ckeditor\/",
-            "QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/"
-        }
+  "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"
     }
+  ],
+  "support": {
+    "email": "support@pcsg.de"
+  },
+  "require": {
+    "quiqqer\/quiqqer": "*",
+    "quiqqer\/qui": ">=1|*@dev",
+    "ckeditor\/ckeditor": "4.*"
+  },
+  "autoload": {
+    "psr-4": {
+      "QUI\\Ckeditor\\": "src\/QUI\/Ckeditor\/",
+      "QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/"
+    }
+  }
 }
-- 
GitLab