From: Raphaël Gertz Date: Mon, 28 Oct 2019 20:25:14 +0000 (+0100) Subject: Cleanup X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/c8b976d67497471fd860ba741138d910343cd0a6?hp=a79af0b1ad357a7a5a86e8b09de7d377bec680c2 Cleanup Set requirements --- diff --git a/composer.json b/composer.json index bffba4a..54d4bb6 100644 --- a/composer.json +++ b/composer.json @@ -4,21 +4,29 @@ "license": "AGPL-3.0-or-later", "type": "symfony-bundle", "authors": [{ - "name": "Raphaël Gertz", - "email": "airbundle@rapsys.eu" + "name": "Raphaël Gertz", + "email": "airbundle@rapsys.eu" }], "autoload": { - "psr-4": { - "Rapsys\\AirBundle\\": "" - } + "psr-4": { + "Rapsys\\AirBundle\\": "" + } }, "require": { - "php": ">=5.6", - "twig/twig": ">=1.0" + "php": "*", + "doctrine/common": "*", + "symfony/config": "*", + "symfony/dependency-injection": "*", + "symfony/form": "*", + "symfony/framework-bundle": "*", + "symfony/routing": "*", + "symfony/security": "*", + "doctrine/data-fixtures": "*", + "twig/extensions": "^1.5" }, "extra": { "branch-alias": { - "dev-master": "master" + "dev-master": "master" } } }