42 lines
1.4 KiB
PHP
Executable File
42 lines
1.4 KiB
PHP
Executable File
<?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,
|
|
),
|
|
'cloudframework-io/tcpdi_cf' => array(
|
|
'pretty_version' => '1.0.4',
|
|
'version' => '1.0.4.0',
|
|
'reference' => '3f81f5cfabae5e3c0286c28f710abb97ce2cc8e0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../cloudframework-io/tcpdi_cf',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'tecnickcom/tcpdf' => array(
|
|
'pretty_version' => '6.10.1',
|
|
'version' => '6.10.1.0',
|
|
'reference' => '7a2701251e5d52fc3d508fd71704683eb54f5939',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../tecnickcom/tcpdf',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|