From: Raphaël Gertz <git@rapsys.eu>
Date: Mon, 28 Oct 2019 20:25:14 +0000 (+0100)
Subject: Cleanup
X-Git-Tag: 0.0.2~11
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/59a8dbbd3371876e3399e856bc50cbbf98f7c14c

Cleanup
Set requirements
---

diff --git a/composer.json b/composer.json
index bffba4a..54d4bb6 100644
--- a/composer.json
+++ b/composer.json
@@ -4,21 +4,29 @@
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
     "authors": [{
-	    "name": "Raphaël Gertz",
-	    "email": "airbundle@rapsys.eu"
+        "name": "Raphaël Gertz",
+        "email": "airbundle@rapsys.eu"
     }],
     "autoload": {
-	    "psr-4": {
-		    "Rapsys\\AirBundle\\": ""
-	    }
+        "psr-4": {
+            "Rapsys\\AirBundle\\": ""
+        }
     },
     "require": {
-        "php": ">=5.6",
-        "twig/twig": ">=1.0"
+        "php": "*",
+        "doctrine/common": "*",
+        "symfony/config": "*",
+        "symfony/dependency-injection": "*",
+        "symfony/form": "*",
+        "symfony/framework-bundle": "*",
+        "symfony/routing": "*",
+        "symfony/security": "*",
+        "doctrine/data-fixtures": "*",
+        "twig/extensions": "^1.5"
     },
     "extra": {
         "branch-alias": {
-		"dev-master": "master"
+            "dev-master": "master"
         }
     }
 }