diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
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" |