From 5fce39fe1107e638d7dfee5aa9bfdac5b13ff4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Mon, 16 Mar 2015 11:19:06 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20des=20d=C3=A9pendances.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c0b205aa..17074fae 100644 --- a/composer.json +++ b/composer.json @@ -22,16 +22,13 @@ ], "require": { "php": ">=5.4", - "symfony/symfony": "2.6.*", + "symfony/symfony": "~2.6", "doctrine/orm": "~2.2,>=2.2.3", "doctrine/doctrine-bundle": "~1.2", - "twig/extensions": "~1.0", "symfony/assetic-bundle": "~2.3", "symfony/monolog-bundle": "~2.4", - "sensio/distribution-bundle": "~3.0", "sensio/framework-extra-bundle": "~3.0", - "irstea/theme-bundle": "dev-master", - "white-october/pagerfanta-bundle": "~1.0", + "irstea/theme-bundle": "~1.4", "knplabs/knp-gaufrette-bundle": "0.1.*", "rhumsaa/uuid": "~2.8", "blueimp/jquery-file-upload": "~9.9", @@ -44,12 +41,14 @@ "squizlabs/php_codesniffer": "~2.3", "cleentfaar/tissue": "dev-master", "cleentfaar/tissue-bundle": "dev-master", - "cleentfaar/tissue-clamav-adapter": "dev-master" + "cleentfaar/tissue-clamav-adapter": "dev-master", + "white-october/pagerfanta-bundle": "~1.0" }, "suggest": { - "cleentfaar/tissue": "dev-master", - "cleentfaar/tissue-bundle": "dev-master", - "cleentfaar/tissue-clamav-adapter": "dev-master" + "cleentfaar/tissue": "Pour le scan antivirus.", + "cleentfaar/tissue-bundle": "Pour le scan antivirus.", + "cleentfaar/tissue-clamav-adapter": "Pour le scan antivirus.", + "white-october/pagerfanta-bundle": "Pour utiliser la page d'administration." }, "extra": { "branch-alias": { -- GitLab