Commit d0f14f06 authored by Raidelet Nicolas's avatar Raidelet Nicolas
Browse files

Maj composer.json

parent 4d292fda
No related merge requests found
Showing with 7 additions and 1 deletion
+7 -1
......@@ -26,6 +26,7 @@
],
"require": {
"php": "^7.1",
"ext-json": "^1.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
"sensio/framework-extra-bundle": "^3.0.2",
......@@ -39,7 +40,12 @@
"white-october/pagerfanta-bundle": "~1.0",
"willdurand/js-translation-bundle": "~2.2",
"xenolope/quahog": "^2.1",
"symfony/intl": "^3.3"
"symfony/intl": "^3.3",
"psr/log": "^1.0",
"twig/twig": "^1.0||^2.0",
"twig/extensions": "^1.0",
"pagerfanta/pagerfanta": "^1.0",
"knplabs/gaufrette": "^0.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
......
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