From c11df26a4984027cb6065f6d1af065237bfe1198 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 10 May 2014 20:55:40 +0200 Subject: [PATCH] set gd lib to default --- composer.json | 2 +- src/config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5281fe65..f8848ab8 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,5 @@ "Intervention\\Image\\": "src/" } }, - "minimum-stability": "stable" + "minimum-stability": "dev" } diff --git a/src/config/config.php b/src/config/config.php index a6438481..166f655b 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -3,6 +3,6 @@ return array( // imagick, gd - 'driver' => 'imagick' + 'driver' => 'gd' );