mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 10:54:03 +08:00
23 lines
675 B
PHP
23 lines
675 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'kirki-framework/kirki',
|
|
'pretty_version' => '4.2.0',
|
|
'version' => '4.2.0.0',
|
|
'reference' => NULL,
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'kirki-framework/kirki' => array(
|
|
'pretty_version' => '4.2.0',
|
|
'version' => '4.2.0.0',
|
|
'reference' => NULL,
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|