diff options
Diffstat (limited to 'static/api/vendor/composer/installed.php')
| -rw-r--r-- | static/api/vendor/composer/installed.php | 32 |
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, + ), + ), +); |
