From 846b003d01264ad198c314018edf045d27faf2b5 Mon Sep 17 00:00:00 2001 From: Daniel Espendiller Date: Wed, 6 Dec 2017 19:41:27 +0100 Subject: [PATCH] add translations alias for translator recipe My first Flex experience: How to get the `translations` folder? `composer require translations => supported aliases: "translation", "translator"` This adds a `translations` alias for the translator recipe. Maybe its helpful --- symfony/translation/3.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/translation/3.3/manifest.json b/symfony/translation/3.3/manifest.json index 80694773..8109c551 100644 --- a/symfony/translation/3.3/manifest.json +++ b/symfony/translation/3.3/manifest.json @@ -6,5 +6,5 @@ "container": { "locale": "en" }, - "aliases": ["translator"] + "aliases": ["translator", "translations"] }