Skip to content

Commit b06bc97

Browse files
Vitexusclaude
andcommitted
fix: use php-mpdf Debian autoloader instead of vendor/autoload.php
Switch from /usr/share/php/mpdf/vendor/autoload.php (which pollutes Composer\InstalledVersions) to the new /usr/share/php/mpdf/autoload.php provided by the fixed php-mpdf Debian package. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9159be4 commit b06bc97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

debian/autoload.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
require_once '/usr/share/php/EaseHtml/autoload.php';
88
require_once '/usr/share/php/AbraFlexi/autoload.php';
99
require_once '/usr/share/php/IPEXB2B/autoload.php';
10-
require_once '/usr/share/php/mpdf/vendor/autoload.php';
10+
11+
require_once '/usr/share/php/mpdf/autoload.php';
1112

1213
// PSR-4 autoloader for SpojeNet\AbraFlexiIpex namespace
1314
spl_autoload_register(function (string $class): void {

0 commit comments

Comments
 (0)