Initial php8 work
- switch to GD for image work - fix issues around jwt
This commit is contained in:
parent
303b0e66ca
commit
6942fc1d32
9 changed files with 370 additions and 337 deletions
|
@ -15,6 +15,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'driver' => 'imagick',
|
||||
'driver' => 'gd',
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue