This commit is contained in:
2025-06-04 12:02:09 -06:00
parent 3a01c24bf5
commit bf3c2d19a3
311 changed files with 153541 additions and 69 deletions

View File

@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3a01c24bf5eb77354f91c3f9d107660762fa44ae',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -11,14 +11,50 @@
),
'versions' => array(
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '3a01c24bf5eb77354f91c3f9d107660762fa44ae',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'dompdf/dompdf' => array(
'pretty_version' => 'v3.1.0',
'version' => '3.1.0.0',
'reference' => 'a51bd7a063a65499446919286fb18b518177155a',
'type' => 'library',
'install_path' => __DIR__ . '/../dompdf/dompdf',
'aliases' => array(),
'dev_requirement' => false,
),
'dompdf/php-font-lib' => array(
'pretty_version' => '1.0.1',
'version' => '1.0.1.0',
'reference' => '6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d',
'type' => 'library',
'install_path' => __DIR__ . '/../dompdf/php-font-lib',
'aliases' => array(),
'dev_requirement' => false,
),
'dompdf/php-svg-lib' => array(
'pretty_version' => '1.0.0',
'version' => '1.0.0.0',
'reference' => 'eb045e518185298eb6ff8d80d0d0c6b17aecd9af',
'type' => 'library',
'install_path' => __DIR__ . '/../dompdf/php-svg-lib',
'aliases' => array(),
'dev_requirement' => false,
),
'masterminds/html5' => array(
'pretty_version' => '2.9.0',
'version' => '2.9.0.0',
'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6',
'type' => 'library',
'install_path' => __DIR__ . '/../masterminds/html5',
'aliases' => array(),
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.9.3',
'version' => '6.9.3.0',
@@ -28,5 +64,14 @@
'aliases' => array(),
'dev_requirement' => false,
),
'sabberworm/php-css-parser' => array(
'pretty_version' => 'v8.8.0',
'version' => '8.8.0.0',
'reference' => '3de493bdddfd1f051249af725c7e0d2c38fed740',
'type' => 'library',
'install_path' => __DIR__ . '/../sabberworm/php-css-parser',
'aliases' => array(),
'dev_requirement' => false,
),
),
);