mediatheque

This commit is contained in:
armansansd
2023-07-18 10:47:46 +01:00
commit 4b7c97a02e
3044 changed files with 544089 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a128c7f18d93f2771542ccd50ccb1c2cd9ba472f',
'name' => 'momo/tmp-pagecollection',
'dev' => true,
),
'versions' => array(
'momo/tmp-pagecollection' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a128c7f18d93f2771542ccd50ccb1c2cd9ba472f',
'dev_requirement' => false,
),
),
);