MastodonHelp/web/lib/vendor/composer/installed.php
2023-12-26 11:16:24 +01:00

32 lines
1.1 KiB
PHP

<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '10c321013f5a6d0f06f3899ebbc076188d1109f0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '10c321013f5a6d0f06f3899ebbc076188d1109f0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'patrickschur/language-detection' => array(
'pretty_version' => 'v5.1.0',
'version' => '5.1.0.0',
'reference' => '728f1434dcf126ce3ed7118567c014d80d7fdd9c',
'type' => 'library',
'install_path' => __DIR__ . '/../patrickschur/language-detection',
'aliases' => array(),
'dev_requirement' => false,
),
),
);