Ajout bundle symfony/intl pour activer le filtre "localizeddate" dans...
Ajout bundle symfony/intl pour activer le filtre "localizeddate" dans IrsteaFileUploadBundle:UploadedFile:show.html.twig et IrsteaFileUploadBundle:UploadedFile:index.html.twig
Showing
+7 -1
... | ... | @@ -34,7 +34,8 @@ |
"blueimp/jquery-file-upload": "~9.9", | ||
"white-october/pagerfanta-bundle": "~1.0", | ||
"willdurand/js-translation-bundle": "~2.2", | ||
"xenolope/quahog": "^2.1" | ||
"xenolope/quahog": "^2.1", | ||
"symfony/intl": "^3.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8" | ||
... | ... |
Please register or sign in to comment