You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
762 B
24 lines
762 B
<?php return array(
|
|
'root' => array(
|
|
'name' => 'wpmetabox/meta-box',
|
|
'pretty_version' => '5.9.4',
|
|
'version' => '5.9.4.0',
|
|
'reference' => '9832931483f8d34de39455b32271009f8ec7b7b2',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'wpmetabox/meta-box' => array(
|
|
'pretty_version' => '5.9.4',
|
|
'version' => '5.9.4.0',
|
|
'reference' => '9832931483f8d34de39455b32271009f8ec7b7b2',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|