From 1be90e4642d54efb8b10bfc18ed5659b447d602b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de>
Date: Wed, 11 Dec 2019 09:39:03 +0100
Subject: [PATCH] refactor: removed version from composer.json

---
 composer.json | 51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

diff --git a/composer.json b/composer.json
index f0dc070..0537571 100644
--- a/composer.json
+++ b/composer.json
@@ -1,28 +1,27 @@
 {
-  "name": "quiqqer/test",
-  "type": "quiqqer-plugin",
-  "description": "Its an installation test. This package do nothing",
-  "version": "dev-master",
-  "license": "MIT",
-  "authors": [
-    {
-      "name": "Henning Leutz",
-      "email": "leutz@pcsg.de",
-      "homepage": "http://www.pcsg.de",
-      "role": "Developer"
+    "name": "quiqqer\/test",
+    "type": "quiqqer-plugin",
+    "description": "Its an installation test. This package do nothing",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Henning Leutz",
+            "email": "leutz@pcsg.de",
+            "homepage": "http:\/\/www.pcsg.de",
+            "role": "Developer"
+        }
+    ],
+    "support": {
+        "email": "support@pcsg.de",
+        "url": "http:\/\/www.pcsg.de"
+    },
+    "require": {
+        "php": ">=5.3",
+        "quiqqer\/quiqqer": "*@dev"
+    },
+    "autoload": {
+        "psr-4": {
+            "QUI\\Test\\": "src\/QUI\/Test"
+        }
     }
-  ],
-  "support": {
-    "email": "support@pcsg.de",
-    "url": "http://www.pcsg.de"
-  },
-  "require": {
-    "php": ">=5.3",
-    "quiqqer/quiqqer": "*@dev"
-  },
-  "autoload": {
-    "psr-4": {
-      "QUI\\Test\\": "src/QUI/Test"
-    }
-  }
-}
+}
\ No newline at end of file
-- 
GitLab