dotenv implementation cont

This commit is contained in:
2025-05-23 13:11:51 +02:00
committed by twotalesanimation
parent 07d75bc004
commit 5e88b10221
16 changed files with 78 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'ac357402cabe33ab46fd8f677e956e1d2aa8409a',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -11,9 +11,9 @@
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'ac357402cabe33ab46fd8f677e956e1d2aa8409a',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),