blogcards/functions/kirki/kirki-composer/composer/installed.php
Alexander Agnarson 74bf86a6f2 Initial commit
2024-04-14 21:21:20 +02:00

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,
),
),
);