24 lines
747 B
PHP
24 lines
747 B
PHP
<?php return array(
|
|
'root' => array(
|
|
'pretty_version' => '1.0.0+no-version-set',
|
|
'version' => '1.0.0.0',
|
|
'type' => 'grav-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => NULL,
|
|
'name' => 'bleutzinn/grav-plugin-add-page-by-form',
|
|
'dev' => false,
|
|
),
|
|
'versions' => array(
|
|
'bleutzinn/grav-plugin-add-page-by-form' => array(
|
|
'pretty_version' => '1.0.0+no-version-set',
|
|
'version' => '1.0.0.0',
|
|
'type' => 'grav-plugin',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'reference' => NULL,
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|