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 373 additions and 340 deletions
|
|
@ -15,6 +15,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'driver' => 'imagick',
|
||||
'driver' => 'gd',
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue