From c2f805c17713bc60a9cc8a353cf393226395ca46 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 14:07:46 +0200 Subject: Update: modified mail form backend for danix.xyz and added vendor folder --- static/api/vendor/composer/installed.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 static/api/vendor/composer/installed.php (limited to 'static/api/vendor/composer/installed.php') diff --git a/static/api/vendor/composer/installed.php b/static/api/vendor/composer/installed.php new file mode 100644 index 0000000..0b356c7 --- /dev/null +++ b/static/api/vendor/composer/installed.php @@ -0,0 +1,32 @@ + array( + 'name' => '__root__', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => 'b97022c6fd5351215adabfa90ef9c5c191ad8b7c', + 'type' => 'library', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'dev' => true, + ), + 'versions' => array( + '__root__' => array( + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => 'b97022c6fd5351215adabfa90ef9c5c191ad8b7c', + 'type' => 'library', + 'install_path' => __DIR__ . '/../../', + 'aliases' => array(), + 'dev_requirement' => false, + ), + 'phpmailer/phpmailer' => array( + 'pretty_version' => 'v7.0.2', + 'version' => '7.0.2.0', + 'reference' => 'ebf1655bd5b99b3f97e1a3ec0a69e5f4cd7ea088', + 'type' => 'library', + 'install_path' => __DIR__ . '/../phpmailer/phpmailer', + 'aliases' => array(), + 'dev_requirement' => false, + ), + ), +); -- cgit v1.2.3