moved to /static to be deployed with the website

This commit is contained in:
Andreas Hnida 2024-04-26 23:16:30 +02:00
commit 0203015048
84 changed files with 11727 additions and 24 deletions

32
static/vendor/composer/installed.php vendored Normal file
View file

@ -0,0 +1,32 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '07171c38d6ecd7a5621df97b25e89ccc3e0bf099',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '07171c38d6ecd7a5621df97b25e89ccc3e0bf099',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.9.1',
'version' => '6.9.1.0',
'reference' => '039de174cd9c17a8389754d3b877a2ed22743e18',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(),
'dev_requirement' => false,
),
),
);