X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/packbundle/blobdiff_plain/5aa856fcbe21474dd8cef2b1c18861cf043d3247..a9b73d3ea50d97b601396fab26596869a05f2f75:/composer.json?ds=inline

diff --git a/composer.json b/composer.json
index 4419a35..4a0b70d 100644
--- a/composer.json
+++ b/composer.json
@@ -3,14 +3,25 @@
     "description": "Rapsys packing extension",
     "license": "AGPL-3.0-or-later",
     "type": "symfony-bundle",
+    "authors": [{
+        "name": "Raphaël Gertz",
+        "email": "symfony@rapsys.eu"
+    }],
+    "autoload": {
+        "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": {
-        "incenteev-parameters": {
-            "file": "Resources/config/parameters.yml",
-	    "keep-outdated": true
+        "branch-alias": {
+            "dev-master": "master"
         }
     }
 }