1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 20:28:21 +01:00

set gd lib to default

This commit is contained in:
Oliver Vogel 2014-05-10 20:55:40 +02:00
parent 9bb6b213c2
commit c11df26a49
2 changed files with 2 additions and 2 deletions

View File

@ -29,5 +29,5 @@
"Intervention\\Image\\": "src/" "Intervention\\Image\\": "src/"
} }
}, },
"minimum-stability": "stable" "minimum-stability": "dev"
} }

View File

@ -3,6 +3,6 @@
return array( return array(
// imagick, gd // imagick, gd
'driver' => 'imagick' 'driver' => 'gd'
); );