ESH/bar_code_new/vendor/composer/installed.php
2024-10-23 18:28:06 +05:30

33 lines
1.0 KiB
PHP

<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'picqer/php-barcode-generator' => array(
'pretty_version' => 'v2.3.3',
'version' => '2.3.3.0',
'reference' => '10d3507e902058c62493fef0b9569d04634b1c8f',
'type' => 'library',
'install_path' => __DIR__ . '/../picqer/php-barcode-generator',
'aliases' => array(),
'dev_requirement' => false,
),
),
);