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
768 B
24 lines
768 B
<?php return array(
|
|
'root' => array(
|
|
'name' => 'wpmetabox/mb-rest-api',
|
|
'pretty_version' => '2.0.1',
|
|
'version' => '2.0.1.0',
|
|
'reference' => '4ee4f3af9894eec5e67359b3ca8860e23379cd62',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'wpmetabox/mb-rest-api' => array(
|
|
'pretty_version' => '2.0.1',
|
|
'version' => '2.0.1.0',
|
|
'reference' => '4ee4f3af9894eec5e67359b3ca8860e23379cd62',
|
|
'type' => 'wordpress-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|