From: Raphaël Gertz <git@rapsys.eu>
Date: Mon, 28 Oct 2019 19:49:38 +0000 (+0100)
Subject: Cleanup
X-Git-Tag: 0.0.2~7
X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/59268b14673e58c144ba481fa2c752f4047a715d

Cleanup
Fix requires
---

diff --git a/composer.json b/composer.json
index 52cf48a..c2bed89 100644
--- a/composer.json
+++ b/composer.json
@@ -4,20 +4,30 @@
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
     "authors": [{
-	    "name": "Raphaël Gertz",
-	    "email": "userbundle@rapsys.eu"
+        "name": "Raphaël Gertz",
+        "email": "userbundle@rapsys.eu"
     }],
     "autoload": {
-	    "psr-4": {
-		    "Rapsys\\UserBundle\\": ""
-	    }
+        "psr-4": {
+            "Rapsys\\UserBundle\\": ""
+        }
     },
     "require": {
-        "php": ">=5.6"
+        "php": "*",
+        "doctrine/common": "*",
+        "symfony/config": "*",
+        "symfony/dependency-injection": "*",
+        "symfony/form": "*",
+        "symfony/framework-bundle": "*",
+        "symfony/routing": "*",
+        "symfony/security": "*"
+    },
+    "require-dev": {
+        "doctrine/data-fixtures": "*"
     },
     "extra": {
         "branch-alias": {
-		"dev-master": "master"
+            "dev-master": "master"
         }
     }
 }