hub2wp/vendor/composer/installed.php
2024-12-26 04:43:00 +01:00

23 lines
810 B
PHP

<?php return array(
'root' => array(
'name' => 'wp-autoplugin/wp-github-plugin-browser',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '05a322d20a8476480d5630374d3550e69e7d41ba',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'wp-autoplugin/wp-github-plugin-browser' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '05a322d20a8476480d5630374d3550e69e7d41ba',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);