From 48421d504ab902ab0e2c25a237a516cd4609fc5f Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 26 Oct 2016 13:40:21 +0200 Subject: [PATCH] Allow SF3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8bbb844..cb64714 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "psr-4": {"Fervo\\ValidatedMessage\\": "src/"} }, "require": { - "symfony/validator": "~2.3", - "simple-bus/message-bus": "~2.0" + "symfony/validator": "^2.3 || ^3.0", + "simple-bus/message-bus": "^2.0" } }