We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b4eca commit 257ab8aCopy full SHA for 257ab8a
src/Map/DefaultMap.php
@@ -4675,7 +4675,8 @@ public function getFileName(): string
4675
),
4676
'e' =>
4677
array (
4678
- 0 => 'sqlite3',
+ 0 => 'sqlite',
4679
+ 1 => 'sqlite3',
4680
4681
4682
'application/vnd.squashfs' =>
@@ -24233,6 +24234,13 @@ public function getFileName(): string
24233
24234
1 => 'application/sql',
24235
24236
24237
+ 'sqlite' =>
24238
+ array (
24239
+ 't' =>
24240
24241
+ 0 => 'application/vnd.sqlite3',
24242
+ ),
24243
24244
'sqlite2' =>
24245
24246
't' =>
0 commit comments