mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogcards.git
synced 2025-08-26 23:38:30 +08:00
24 lines
675 B
PHP
24 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,
|
||
|
),
|
||
|
),
|
||
|
);
|