| @@ -6,23 +6,61 @@ | ||
| 6 | 6 | |
| 7 | 7 | class ComposerStaticInit38da25f9ecee1b906ed73755637e86a6 |
| 8 | 8 | { |
| 9 | 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | + 'S' => | |
| 11 | + array ( | |
| 12 | + 'Svg\\' => 4, | |
| 13 | + 'Sabberworm\\CSS\\' => 15, | |
| 14 | + ), | |
| 15 | + 'M' => | |
| 16 | + array ( | |
| 17 | + 'Masterminds\\' => 12, | |
| 18 | + ), | |
| 19 | + 'F' => | |
| 20 | + array ( | |
| 21 | + 'FontLib\\' => 8, | |
| 22 | + ), | |
| 10 | 23 | 'E' => |
| 11 | 24 | array ( |
| 12 | 25 | 'EasyInvoice\\' => 12, |
| 13 | 26 | ), |
| 27 | + 'D' => | |
| 28 | + array ( | |
| 29 | + 'Dompdf\\' => 7, | |
| 30 | + ), | |
| 14 | 31 | ); |
| 15 | 32 | |
| 16 | 33 | public static $prefixDirsPsr4 = array ( |
| 34 | + 'Svg\\' => | |
| 35 | + array ( | |
| 36 | + 0 => __DIR__ . '/..' . '/dompdf/php-svg-lib/src/Svg', | |
| 37 | + ), | |
| 38 | + 'Sabberworm\\CSS\\' => | |
| 39 | + array ( | |
| 40 | + 0 => __DIR__ . '/..' . '/sabberworm/php-css-parser/src', | |
| 41 | + ), | |
| 42 | + 'Masterminds\\' => | |
| 43 | + array ( | |
| 44 | + 0 => __DIR__ . '/..' . '/masterminds/html5/src', | |
| 45 | + ), | |
| 46 | + 'FontLib\\' => | |
| 47 | + array ( | |
| 48 | + 0 => __DIR__ . '/..' . '/dompdf/php-font-lib/src/FontLib', | |
| 49 | + ), | |
| 17 | 50 | 'EasyInvoice\\' => |
| 18 | 51 | array ( |
| 19 | 52 | 0 => __DIR__ . '/../..' . '/includes', |
| 20 | 53 | ), |
| 54 | + 'Dompdf\\' => | |
| 55 | + array ( | |
| 56 | + 0 => __DIR__ . '/..' . '/dompdf/dompdf/src', | |
| 57 | + ), | |
| 21 | 58 | ); |
| 22 | 59 | |
| 23 | 60 | public static $classMap = array ( |
| 24 | 61 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 62 | + 'Dompdf\\Cpdf' => __DIR__ . '/..' . '/dompdf/dompdf/lib/Cpdf.php', | |
| 25 | 63 | ); |
| 26 | 64 | |
| 27 | 65 | public static function getInitializer(ClassLoader $loader) |
| 28 | 66 | { |