From f36165132157ea05a30ce51f85faba9442e96261 Mon Sep 17 00:00:00 2001 From: d1rk Date: Thu, 4 May 2017 13:02:09 +0200 Subject: [PATCH] using correct version of lithium --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f377e85..a7db044 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "minimum-stability": "dev", "require": { "php": ">=5.5.0", - "unionofrad/lithium": "^1.1", + "unionofrad/lithium": "1.1.*", "d1rk/radium": "^1.1" } }