X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/5aa856fcbe21474dd8cef2b1c18861cf043d3247..3ddf076ca3e59ab12b7237bd31702300dcbb3164:/composer.json diff --git a/composer.json b/composer.json index 4419a35..ca63cd0 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,24 @@ "description": "Rapsys packing extension", "license": "AGPL-3.0-or-later", "type": "symfony-bundle", + "authors": [{ + "name": "Raphaël Gertz", + "email": "packbundle@rapsys.eu" + }], + "autoload": { + "psr-0": { + "Rapsys\\PackBundle": "" + } + }, + "target-dir": "Rapsys/PackBundle", "require": { "php": ">=5.6", "twig/twig": ">=1.0" }, "extra": { + "branch-alias": { + "dev-master": "master" + }, "incenteev-parameters": { "file": "Resources/config/parameters.yml", "keep-outdated": true