From fcb45b143aaf119417f09ba5661c2463b6fe5e2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Oct 2019 19:20:18 +0100 Subject: [PATCH] Fix composer require Fix json formatting --- composer.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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" } } } -- 2.41.0