This commit is contained in:
Torsten Schulz
2023-06-16 11:57:49 +02:00
commit 44da93c0e9
328 changed files with 134580 additions and 0 deletions

54
vendor/composer/installed.php vendored Normal file
View File

@@ -0,0 +1,54 @@
<?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,
),
'php-imap/php-imap' => array(
'pretty_version' => '2.0.3',
'version' => '2.0.3.0',
'reference' => 'cc1a49a3f68090db182183c59ffbc09055d59f5b',
'type' => 'library',
'install_path' => __DIR__ . '/../php-imap/php-imap',
'aliases' => array(),
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '312ed95ab03e7f3f0316191e5bfb9f920b705825',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(
0 => '9999999-dev',
),
'dev_requirement' => false,
),
'tinymce/tinymce' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '6a37da4822eebcd2706793454b07bd891c5277a8',
'type' => 'component',
'install_path' => __DIR__ . '/../tinymce/tinymce',
'aliases' => array(
0 => '9999999-dev',
),
'dev_requirement' => false,
),
),
);