summaryrefslogtreecommitdiff
path: root/vendor/composer/installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r--vendor/composer/installed.php86
1 files changed, 86 insertions, 0 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
new file mode 100644
index 0000000..e8a4d89
--- /dev/null
+++ b/vendor/composer/installed.php
@@ -0,0 +1,86 @@
+<?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,
+ ),
+ 'graham-campbell/result-type' => array(
+ 'pretty_version' => 'v1.1.3',
+ 'version' => '1.1.3.0',
+ 'reference' => '3ba905c11371512af9d9bdd27d99b782216b6945',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../graham-campbell/result-type',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'phpmailer/phpmailer' => array(
+ 'pretty_version' => 'v6.9.3',
+ 'version' => '6.9.3.0',
+ 'reference' => '2f5c94fe7493efc213f643c23b1b1c249d40f47e',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../phpmailer/phpmailer',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'phpoption/phpoption' => array(
+ 'pretty_version' => '1.9.3',
+ 'version' => '1.9.3.0',
+ 'reference' => 'e3fac8b24f56113f7cb96af14958c0dd16330f54',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../phpoption/phpoption',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'symfony/polyfill-ctype' => array(
+ 'pretty_version' => 'v1.31.0',
+ 'version' => '1.31.0.0',
+ 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'symfony/polyfill-mbstring' => array(
+ 'pretty_version' => 'v1.31.0',
+ 'version' => '1.31.0.0',
+ 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'symfony/polyfill-php80' => array(
+ 'pretty_version' => 'v1.31.0',
+ 'version' => '1.31.0.0',
+ 'reference' => '60328e362d4c2c802a54fcbf04f9d3fb892b4cf8',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'vlucas/phpdotenv' => array(
+ 'pretty_version' => 'v5.6.1',
+ 'version' => '5.6.1.0',
+ 'reference' => 'a59a13791077fe3d44f90e7133eb68e7d22eaff2',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../vlucas/phpdotenv',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ ),
+);