mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 08:54:03 +02:00
set gd lib to default
This commit is contained in:
@@ -29,5 +29,5 @@
|
||||
"Intervention\\Image\\": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable"
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
|
@@ -3,6 +3,6 @@
|
||||
return array(
|
||||
|
||||
// imagick, gd
|
||||
'driver' => 'imagick'
|
||||
'driver' => 'gd'
|
||||
|
||||
);
|
||||
|
Reference in New Issue
Block a user