X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/5854248b61df48d12dd4c9292de023117bfb3fdc..refs/heads/master:/composer.json diff --git a/composer.json b/composer.json index 751371b..3c7f24b 100644 --- a/composer.json +++ b/composer.json @@ -4,21 +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": "^7.0", + "symfony/flex": "^2.0", + "symfony/framework-bundle": "^7.0", + "symfony/process": "^7.0", + "symfony/twig-bundle": "^7.0" }, "extra": { "branch-alias": { - "dev-master": "master" + "dev-master": "master" } } }