Skip to content

Commit

Permalink
Merge pull request #8 from omaralalwi/bugfix-with-vendor-path-when-in…
Browse files Browse the repository at this point in the history
…stall-new-font

bugfix with vendor path when install new font
  • Loading branch information
omaralalwi authored Sep 4, 2024
2 parents 46ee7ab + 2ce935a commit a8f37fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"homepage": "https://github.com/omaralalwi/gpdf",
"license": "MIT",
"type": "library",
"version": "1.0.3",
"version": "1.0.4",
"authors": [
{
"name": "omar alalwi",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_font.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../../../autoload.php';

use Dompdf\Dompdf;
use Dompdf\Exception;
Expand Down

0 comments on commit a8f37fa

Please sign in to comment.