mirror of
https://gh.wpcy.net/https://github.com/kissplugins/KISS-WP-admin-menu-useful-links.git
synced 2026-04-23 08:10:50 +08:00
23 lines
784 B
PHP
23 lines
784 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'yahnis-elsts/plugin-update-checker',
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => '91b070ed9459c596a05cc41baa7b3483b0e5fcae',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'yahnis-elsts/plugin-update-checker' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => '91b070ed9459c596a05cc41baa7b3483b0e5fcae',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|