X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/packbundle/blobdiff_plain/c50afd7bdc4cdaf4bf06862961b67f18a20f91ae..c7c9e14987592caf5c84dd4b3af98f0ae855368a:/composer.json?ds=sidebyside

diff --git a/composer.json b/composer.json
index cfc9937..0d6f49d 100644
--- a/composer.json
+++ b/composer.json
@@ -4,26 +4,24 @@
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
     "authors": [{
-	    "name": "Raphaël Gertz",
-	    "email": "packbundle@rapsys.eu"
+        "name": "Raphaël Gertz",
+        "email": "packbundle@rapsys.eu"
     }],
     "autoload": {
-	    "psr-0": {
-		    "Rapsys\\PackBundle": "src"
-	    }
+        "psr-4": {
+            "Rapsys\\PackBundle\\": ""
+        }
     },
-    "target-dir": "Rapsys/PackBundle",
     "require": {
-        "php": ">=5.6",
-        "twig/twig": ">=1.0"
+        "php": "*",
+        "symfony/config": "*",
+        "symfony/dependency-injection": "*",
+        "symfony/asset": "*",
+        "twig/extensions": "*"
     },
     "extra": {
         "branch-alias": {
-		"dev-master": "master"
-	},
-        "incenteev-parameters": {
-            "file": "Resources/config/parameters.yml",
-	    "keep-outdated": true
+            "dev-master": "master"
         }
     }
 }