dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.39k stars 77 forks source link

Drop custom autoload #83

Closed PowerKiKi closed 2 years ago

PowerKiKi commented 2 years ago

Since https://github.com/dompdf/dompdf/pull/2799, DomPdf does not use this autoloader anymore.

Instead, we rely entirely on composer so that our dependencies are also properly autoloaded.