ConLite/conlite/external/composer/installed.php

33 Zeilen
1.1 KiB
PHP

<?php return array(
'root' => array(
'name' => 'vendor/conlite',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '625c6ab405fe1f9d435e0812edd36c25b74c0b69',
'type' => 'library',
'install_path' => __DIR__ . '/../../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.8.0',
'version' => '6.8.0.0',
'reference' => 'df16b615e371d81fb79e506277faea67a1be18f1',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(),
'dev_requirement' => false,
),
'vendor/conlite' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '625c6ab405fe1f9d435e0812edd36c25b74c0b69',
'type' => 'library',
'install_path' => __DIR__ . '/../../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);