X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/c50afd7bdc4cdaf4bf06862961b67f18a20f91ae..8afb44104c7b42e3cc211f3e16255ea40d5d45d9:/composer.json diff --git a/composer.json b/composer.json index cfc9937..751371b 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,10 @@ "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" @@ -20,10 +19,6 @@ "extra": { "branch-alias": { "dev-master": "master" - }, - "incenteev-parameters": { - "file": "Resources/config/parameters.yml", - "keep-outdated": true } } }