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