From f972af3f5b85f416a987aca4a6a0e81cae6883d4 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Sat, 22 Apr 2017 21:45:28 +1000 Subject: [PATCH] Make symfony-assets-install use `relative` symlinks This facilitates packaging, when installing in a different work PREFIX than the final install location. Signed-off-by: Olivier Mehani --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c43d2dcf..7f16e691 100644 --- a/composer.json +++ b/composer.json @@ -115,7 +115,7 @@ "symfony-var-dir": "var", "symfony-web-dir": "web", "symfony-tests-dir": "tests", - "symfony-assets-install": "symlink", + "symfony-assets-install": "relative", "incenteev-parameters": { "file": "app/config/parameters.yml" } -- 2.41.0