first commit

This commit is contained in:
2026-09-25 13:40:22 +02:00
commit 0b2b119318
15 changed files with 1195 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php return array(
'root' => array(
'name' => 'entity/backend',
'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(
'entity/backend' => 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,
),
),
);