Skip to content

Commit 7aa7cb3

Browse files
committed
added image/x-ms-bmp to bmp mimetypes
1 parent 64ed7ca commit 7aa7cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Formats/BmpFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function getName(): string
2525
*/
2626
public function getMimeTypes(): array
2727
{
28-
return ['image/bmp', 'image/x-bmp', 'image/x-bitmap', 'image/x-xbitmap', 'image/x-win-bitmap'];
28+
return ['image/bmp', 'image/x-bmp', 'image/x-bitmap', 'image/x-xbitmap', 'image/x-win-bitmap', 'image/x-ms-bmp'];
2929
}
3030

3131
/**

0 commit comments

Comments
 (0)