From daf7df1aae331aed863b5d10fc14df82b92a714c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 26 Aug 2019 17:51:49 -0400 Subject: [PATCH] Force symfony filesystem to be ~3.4 not 4.x because drd (Drupal Remote Dashboard) isn't compatible --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f53cd49..22c86b3 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,7 @@ "drupal/wysiwyg_linebreaks": "^1.9", "drush/drush": "^9.0", "drutopia/drutopia": "^1.0-beta1", + "symfony/filesystem": "^3.4", "zaporylie/composer-drupal-optimizations": "^1.0" }, "repositories": {