X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/03fcb9dd00d725f80cc32bb614c23d8e4147c9cb..ce4ef48d51a312fa5f854e91f3825a699d9325e8:/composer.json diff --git a/composer.json b/composer.json index cbcb6ec..404bfa5 100644 --- a/composer.json +++ b/composer.json @@ -4,26 +4,25 @@ "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\\": "" + } }, - "target-dir": "Rapsys/PackBundle", "require": { - "php": ">=5.6", - "twig/twig": ">=1.0" + "symfony/asset": "^4.4", + "symfony/flex": "^1.5", + "symfony/framework-bundle": "^4.4", + "symfony/process": "^4.4", + "symfony/twig-bundle": "^4.4", + "twig/extensions": "^1.5" }, "extra": { "branch-alias": { - "dev-master": "master" - }, - "incenteev-parameters": { - "file": "Resources/config/parameters.yml", - "keep-outdated": true + "dev-master": "master" } } }