From 55409f8bcaf49ac1a0292ba995ed4131fe632942 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 May 2017 19:57:38 +0200 Subject: v2.4.6 --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 600e404..b33767a 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,7 @@ "ext-intl": "for script transliteration in Strings::webalize() and toAscii()", "ext-mbstring": "to use Strings::lower() etc...", "ext-xml": "to use Strings::length() etc. when mbstring is not available", - "ext-gd": "to use Image", - "https://nette.org/donate": "\u001b[1;37;42m Please consider supporting Nette via a donation \u001b[0m" + "ext-gd": "to use Image" }, "conflict": { "nette/nette": "<2.2" -- cgit