summaryrefslogtreecommitdiffstats
path: root/static/api/vendor/composer/installed.php
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-22 14:07:46 +0200
committerDanilo M. <danix@danix.xyz>2026-04-22 14:07:46 +0200
commitc2f805c17713bc60a9cc8a353cf393226395ca46 (patch)
treecdaf815f617bd38dd5351e3feb46d4947362cf62 /static/api/vendor/composer/installed.php
parentb97022c6fd5351215adabfa90ef9c5c191ad8b7c (diff)
downloaddanixxyz-release_22042026-1408.tar.gz
danixxyz-release_22042026-1408.zip
Update: modified mail form backend for danix.xyz and added vendor folderrelease_22042026-1408
Diffstat (limited to 'static/api/vendor/composer/installed.php')
-rw-r--r--static/api/vendor/composer/installed.php32
1 files changed, 32 insertions, 0 deletions
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 @@
+<?php return array(
+ 'root' => 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,
+ ),
+ ),
+);