Skip to content

Commit

Permalink
Merge pull request #131 from derhansen/task/bugfixes
Browse files Browse the repository at this point in the history
Bugfix for missing DejaVuSansMono TTF font
  • Loading branch information
derhansen authored Jan 13, 2023
2 parents fa969b5 + ebce9d9 commit 3d2baca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
Binary file added Resources/Public/Fonts/DejaVuSansMono-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Public/Fonts/DejaVuSansMono.ttf
Binary file not shown.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin"
"bin-dir": ".Build/bin",
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"extra": {
"typo3/cms": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'dependencies' => 'extbase,fluid',
'state' => 'stable',
'clearCacheOnLoad' => '1',
'version' => '3.0.0',
'version' => '3.0.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-11.5.99',
Expand Down

0 comments on commit 3d2baca

Please sign in to comment.