From 295d8ffa2429f90d1dd9a2cc028522ebe7ecb540 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 22 Feb 2015 19:47:27 +0000 Subject: [PATCH] Updated league/event to ~2.1. Fixes #311 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62639269..5cb8fdc4 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=5.4.0", "symfony/http-foundation": "~2.4", - "league/event": "1.0.*" + "league/event": "~2.1" }, "require-dev": { "phpunit/phpunit": "4.3.*",