From 96cb2d6817438fdc22757542c6a1d22aed151ce1 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 24 Jul 2020 09:59:35 +0200 Subject: [PATCH] Require matching sulu version in skeleton (#67) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c6bc5ae..0cf601d4 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "doctrine/doctrine-fixtures-bundle": "^3.0", "friendsofsymfony/http-cache-bundle": "^2.6", "jackalope/jackalope-doctrine-dbal": "^1.3", - "sulu/sulu": "^2.0.9", + "sulu/sulu": "~2.0.9", "symfony/config": "^4.3", "symfony/dotenv": "^4.3", "symfony/flex": "^1.2",