diff --git a/composer.json b/composer.json index b79a807..e30737a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Command to handle freistil Boxfiles anywhere", "require": { "symfony/yaml": "2.*", - "symfony/console": "2.*", + "symfony/console": "2.* || 3.*", "symfony/config": "~2.6", "derhasi/symlinker": ">=0.2.2" },