garant/vendor/composer/installed.php
2025-12-01 19:18:15 +00:00

42 lines
1.4 KiB
PHP

<?php return array(
'root' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'name' => '__root__',
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'dev_requirement' => false,
),
'spipu/html2pdf' => array(
'pretty_version' => 'v5.3.3',
'version' => '5.3.3.0',
'type' => 'library',
'install_path' => __DIR__ . '/../spipu/html2pdf',
'aliases' => array(),
'reference' => '98416dd8eadd3b966f41430b841d3e4dd6eadc6f',
'dev_requirement' => false,
),
'tecnickcom/tcpdf' => array(
'pretty_version' => '6.10.0',
'version' => '6.10.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../tecnickcom/tcpdf',
'aliases' => array(),
'reference' => 'ca5b6de294512145db96bcbc94e61696599c391d',
'dev_requirement' => false,
),
),
);