From b5d4285b306f97f06519a8d37d864bd32d9545a4 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sun, 25 May 2014 07:00:41 +0200 Subject: [PATCH] composer.json: in conflict with nette/nette < 2.2 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 228314ef1..2079dd703 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,9 @@ "ext-mbstring": "to use Strings::lower() etc...", "ext-gd": "to use Image" }, + "conflict": { + "nette/nette": "<2.2" + }, "autoload": { "classmap": ["src/"] },