From 44ab7b613594cc6ee5c542f02a176f2912f6ea40 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 3 Oct 2014 14:26:55 +0100 Subject: [PATCH] Updated league/event to 1.0.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8fd0e468..1a7f600d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=5.4.0", "symfony/http-foundation": "~2.1", - "league/event": "0.2.*" + "league/event": "1.0.*" }, "require-dev": { "phpunit/phpunit": "~4.0",