mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp.git
synced 2026-05-16 23:22:58 +08:00
23 lines
810 B
PHP
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,
|
|
),
|
|
),
|
|
);
|