27 lines
771 B
PHP
27 lines
771 B
PHP
<?php
|
|
|
|
if (!defined('ABSPATH')) exit;
|
|
|
|
return array(
|
|
'root' => array(
|
|
'name' => '__root__',
|
|
'pretty_version' => 'dev-trunk',
|
|
'version' => 'dev-trunk',
|
|
'reference' => '67daa21fdef1bd224887e23bfe2d958923a21f86',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'__root__' => array(
|
|
'pretty_version' => 'dev-trunk',
|
|
'version' => 'dev-trunk',
|
|
'reference' => '67daa21fdef1bd224887e23bfe2d958923a21f86',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|