From: Raphaël Gertz Date: Mon, 28 Oct 2019 18:20:18 +0000 (+0100) Subject: Fix composer require X-Git-Tag: 0.1.0~3 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/fcb45b143aaf119417f09ba5661c2463b6fe5e2a Fix composer require Fix json formatting --- diff --git a/composer.json b/composer.json index 751371b..0d6f49d 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": "packbundle@rapsys.eu" }], "autoload": { - "psr-4": { - "Rapsys\\PackBundle\\": "" - } + "psr-4": { + "Rapsys\\PackBundle\\": "" + } }, "require": { - "php": ">=5.6", - "twig/twig": ">=1.0" + "php": "*", + "symfony/config": "*", + "symfony/dependency-injection": "*", + "symfony/asset": "*", + "twig/extensions": "*" }, "extra": { "branch-alias": { - "dev-master": "master" + "dev-master": "master" } } }