]> Raphaël G. Git Repositories - userbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 19:49:38 +0000 (20:49 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Oct 2019 19:49:38 +0000 (20:49 +0100)
Fix requires

composer.json

index 52cf48aa6644e73d2d768314d80a160e50d7a78d..c2bed899b34a84140d7a9131ab57cfcb794f1359 100644 (file)
@@ -4,20 +4,30 @@
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
     "authors": [{
     "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": {
     }],
     "autoload": {
-           "psr-4": {
-                   "Rapsys\\UserBundle\\": ""
-           }
+        "psr-4": {
+            "Rapsys\\UserBundle\\": ""
+        }
     },
     "require": {
     },
     "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": {
     },
     "extra": {
         "branch-alias": {
-               "dev-master": "master"
+            "dev-master": "master"
         }
     }
 }
         }
     }
 }