Commit 5fce39fe authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction des dépendances.

Showing with 8 additions and 9 deletions
+8 -9
...@@ -22,16 +22,13 @@ ...@@ -22,16 +22,13 @@
], ],
"require": { "require": {
"php": ">=5.4", "php": ">=5.4",
"symfony/symfony": "2.6.*", "symfony/symfony": "~2.6",
"doctrine/orm": "~2.2,>=2.2.3", "doctrine/orm": "~2.2,>=2.2.3",
"doctrine/doctrine-bundle": "~1.2", "doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3", "symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4", "symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~3.0",
"sensio/framework-extra-bundle": "~3.0", "sensio/framework-extra-bundle": "~3.0",
"irstea/theme-bundle": "dev-master", "irstea/theme-bundle": "~1.4",
"white-october/pagerfanta-bundle": "~1.0",
"knplabs/knp-gaufrette-bundle": "0.1.*", "knplabs/knp-gaufrette-bundle": "0.1.*",
"rhumsaa/uuid": "~2.8", "rhumsaa/uuid": "~2.8",
"blueimp/jquery-file-upload": "~9.9", "blueimp/jquery-file-upload": "~9.9",
...@@ -44,12 +41,14 @@ ...@@ -44,12 +41,14 @@
"squizlabs/php_codesniffer": "~2.3", "squizlabs/php_codesniffer": "~2.3",
"cleentfaar/tissue": "dev-master", "cleentfaar/tissue": "dev-master",
"cleentfaar/tissue-bundle": "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": { "suggest": {
"cleentfaar/tissue": "dev-master", "cleentfaar/tissue": "Pour le scan antivirus.",
"cleentfaar/tissue-bundle": "dev-master", "cleentfaar/tissue-bundle": "Pour le scan antivirus.",
"cleentfaar/tissue-clamav-adapter": "dev-master" "cleentfaar/tissue-clamav-adapter": "Pour le scan antivirus.",
"white-october/pagerfanta-bundle": "Pour utiliser la page d'administration."
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment