Skip to content

Commit

Permalink
Merge pull request #172 from kivudesign/version_boss
Browse files Browse the repository at this point in the history
[ENH] update composer for requirement module
  • Loading branch information
bim-g authored Feb 25, 2024
2 parents 5359c24 + 008dcd4 commit 04fdf0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
],
"require": {
"php" : ">=7.4",
"ext-mbstring": "*"
"ext-mbstring": "*",
"ext-libxml": "*",
"ext-dom": "*"
}
}
1 change: 1 addition & 0 deletions src/Core/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use \DOMDocument;
use \DOMXPath;
use Exception;
use Wepesi\Core\Http\Response;
use function libxml_clear_errors;
use function libxml_use_internal_errors;

Expand Down

0 comments on commit 04fdf0e

Please sign in to comment.