mirror of
https://gh.wpcy.net/https://github.com/superdav42/wp-update-server-plugin.git
synced 2026-05-03 06:05:03 +08:00
32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'devstone/wp-update-server-plugin',
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'devstone/wp-update-server-plugin' => array(
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'yahnis-elsts/wp-update-server' => array(
|
|
'pretty_version' => 'v2.0.2',
|
|
'version' => '2.0.2.0',
|
|
'reference' => '043380dd45be4620b82d8906e40bceb0955359f5',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../yahnis-elsts/wp-update-server',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|