wiki-grav/plugins/tntsearch/vendor/composer/installed.php
2023-06-05 10:56:01 +02:00

33 lines
1.1 KiB
PHP

<?php return array(
'root' => array(
'name' => 'trilbymedia/grav-plugin-tntsearch',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '60562d62856c114f23c183f7873fe1c809f4c7b5',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'teamtnt/tntsearch' => array(
'pretty_version' => 'v2.9.0',
'version' => '2.9.0.0',
'reference' => 'ccedae0cfe21f7831f2dd1f973cf8904dad42d8d',
'type' => 'library',
'install_path' => __DIR__ . '/../teamtnt/tntsearch',
'aliases' => array(),
'dev_requirement' => false,
),
'trilbymedia/grav-plugin-tntsearch' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '60562d62856c114f23c183f7873fe1c809f4c7b5',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);