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' );