diff --git a/change_me.txt b/change_me.txt
index 3a52b600e1fc924da998552e8e1644e08e2608cf..b8994eb6859d016641351b387a065350f71b8c21 100644
--- a/change_me.txt
+++ b/change_me.txt
@@ -11,4 +11,5 @@
 3
 4
 5
+6 2.3.x fix
 6 next branch test
diff --git a/composer.json b/composer.json
index 353ad1a02c862d7a15c8b537b3b6353b6ccf04d0..f52d7203300b1c851d87bd6c6b8f95a232020f60 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
 {
-    "name": "quiqqer\/test",
+    "name": "quiqqer/test",
     "type": "quiqqer-plugin",
     "description": "Its an installation test. This package do nothing. TEST STRING 6000 ew089f 0203 2003232 4",
     "license": "MIT",
@@ -7,22 +7,22 @@
         {
             "name": "Henning Leutz",
             "email": "leutz@pcsg.de",
-            "homepage": "http:\/\/www.pcsg.de",
+            "homepage": "http://www.pcsg.de",
             "role": "Developer"
         }
     ],
     "support": {
         "email": "support@pcsg.de",
-        "url": "http:\/\/www.pcsg.de"
+        "url": "http://www.pcsg.de"
     },
     "test": "test2000",
     "require": {
         "php": ">=5.3",
-        "quiqqer\/quiqqer": "*@dev"
+        "quiqqer/quiqqer": "*@dev"
     },
     "autoload": {
         "psr-4": {
-            "QUI\\Test\\": "src\/QUI\/Test"
+            "QUI\\Test\\": "src/QUI/Test"
         }
     }
 }