32 lines
1 KiB
PHP
32 lines
1 KiB
PHP
<?php return array(
|
|
'root' => array(
|
|
'name' => 'getkirby/pluginkit',
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'kirby-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'getkirby/composer-installer' => array(
|
|
'pretty_version' => '1.2.1',
|
|
'version' => '1.2.1.0',
|
|
'reference' => 'c98ece30bfba45be7ce457e1102d1b169d922f3d',
|
|
'type' => 'composer-plugin',
|
|
'install_path' => __DIR__ . '/../getkirby/composer-installer',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'getkirby/pluginkit' => array(
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => null,
|
|
'type' => 'kirby-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|