X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/packbundle/blobdiff_plain/7443608d28fc38f94ad9f49e2e4575a3491904d8..a9b73d3ea50d97b601396fab26596869a05f2f75:/composer.json

diff --git a/composer.json b/composer.json
index 4e090c8..4a0b70d 100644
--- a/composer.json
+++ b/composer.json
@@ -4,25 +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": "symfony@rapsys.eu"
     }],
     "autoload": {
-	    "psr-4": {
-		    "Rapsys\\PackBundle\\": ""
-	    }
+        "psr-4": {
+            "Rapsys\\PackBundle\\": ""
+        }
     },
     "require": {
-        "php": ">=5.6",
-        "twig/twig": ">=1.0"
+        "symfony/asset": "^4.0|^5.0",
+        "symfony/flex": "^1.0",
+        "symfony/framework-bundle": "^4.0|^5.0",
+        "symfony/process": "^4.0|^5.0",
+        "symfony/twig-bundle": "^4.0|^5.0"
     },
     "extra": {
         "branch-alias": {
-		"dev-master": "master"
-	},
-        "incenteev-parameters": {
-            "file": "Resources/config/parameters.yml",
-	    "keep-outdated": true
+            "dev-master": "master"
         }
     }
 }