24 lines
793 B
PHP
24 lines
793 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'johnbillion/wp-crontrol',
|
|
'pretty_version' => 'dev-release',
|
|
'version' => 'dev-release',
|
|
'reference' => '39aaf91c685c7cf2c8e05c0cc857f5a7ad777040',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'johnbillion/wp-crontrol' => array(
|
|
'pretty_version' => 'dev-release',
|
|
'version' => 'dev-release',
|
|
'reference' => '39aaf91c685c7cf2c8e05c0cc857f5a7ad777040',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|