Broke agenda and minutes out into folders of markdown.

This commit is contained in:
2025-06-23 10:56:12 +10:00
parent 18c9aea41a
commit 1f8b8d27c3
161 changed files with 13339 additions and 32 deletions

32
vendor/composer/installed.php vendored Normal file
View File

@@ -0,0 +1,32 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '18c9aea41a6e4524d2e4c2b4c17b7a2a036ab036',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '18c9aea41a6e4524d2e4c2b4c17b7a2a036ab036',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'michelf/php-markdown' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => 'eb176f173fbac58a045aff78e55f833264b34e71',
'type' => 'library',
'install_path' => __DIR__ . '/../michelf/php-markdown',
'aliases' => array(),
'dev_requirement' => false,
),
),
);