From 3bf1fbef4111ce2564ef03a10635e48d222aecd5 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 14 May 2014 15:44:34 +0200 Subject: [PATCH] added imagick keyword --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b52d02fb..338a848c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "intervention/image", "description": "Image handling and manipulation library with support for Laravel 4 integration", "homepage": "http://image.intervention.io/", - "keywords": ["image", "gd", "laravel", "watermark", "thumbnail"], + "keywords": ["image", "gd", "imagick", "laravel", "watermark", "thumbnail"], "license": "MIT", "authors": [ {