This commit is contained in:
2025-10-04 11:46:59 +07:00
commit 97427d7cff
498 changed files with 47596 additions and 0 deletions

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

@@ -0,0 +1,32 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'liquid/liquid' => array(
'pretty_version' => '1.4.32',
'version' => '1.4.32.0',
'reference' => 'f0be8a3e0e0fcee99c0091748dcb21675b3caf46',
'type' => 'library',
'install_path' => __DIR__ . '/../liquid/liquid',
'aliases' => array(),
'dev_requirement' => false,
),
),
);