33 lines
1.1 KiB
PHP
33 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => 'e2a8ccc8b6eeabe82057d28ace8b53c5af3addc8',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => 'e2a8ccc8b6eeabe82057d28ace8b53c5af3addc8',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'phpmailer/phpmailer' => array(
|
|
'pretty_version' => 'v6.9.3',
|
|
'version' => '6.9.3.0',
|
|
'reference' => '2f5c94fe7493efc213f643c23b1b1c249d40f47e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|