Attempting a simpler configuration. Podman doesn't like it. Moving to Docker for sanity check.

This commit is contained in:
2025-07-03 09:56:47 +10:00
parent 4ce23cc392
commit 5c77dbc2a3
179 changed files with 10 additions and 16 deletions

32
lib/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,
),
),
);