wiki-grav/plugins/flex-objects/vendor/composer/installed.php
2022-04-24 14:32:58 +02:00

24 lines
801 B
PHP

<?php return array(
'root' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'b6f98fd714995cd3097e8d93f1e08994579430c9',
'name' => 'getgrav/grav-plugin-flex-objects',
'dev' => false,
),
'versions' => array(
'getgrav/grav-plugin-flex-objects' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'b6f98fd714995cd3097e8d93f1e08994579430c9',
'dev_requirement' => false,
),
),
);