composer vendor update and .env file fixes, remove debug echo

No more echo for any debug logging
Update .env file sample data
This commit is contained in:
Clemens Schwaighofer
2022-03-16 16:59:12 +09:00
parent b075ee3dc5
commit 35a7229158
38 changed files with 646 additions and 288 deletions

View File

@@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '40edbe271dad56a18dff101983b5ed25f7cc5e85',
'reference' => 'b075ee3dc5654a33da9e41fab338edb536695a25',
'name' => 'gullevek/corelibs',
'dev' => true,
),
@@ -25,7 +25,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '40edbe271dad56a18dff101983b5ed25f7cc5e85',
'reference' => 'b075ee3dc5654a33da9e41fab338edb536695a25',
'dev_requirement' => false,
),
'myclabs/deep-copy' => array(
@@ -146,12 +146,12 @@
'dev_requirement' => true,
),
'phpunit/phpunit' => array(
'pretty_version' => '9.5.18',
'version' => '9.5.18.0',
'pretty_version' => '9.5.19',
'version' => '9.5.19.0',
'type' => 'library',
'install_path' => __DIR__ . '/../phpunit/phpunit',
'aliases' => array(),
'reference' => '1b5856028273bfd855e60a887278857d872ec67a',
'reference' => '35ea4b7f3acabb26f4bb640f8c30866c401da807',
'dev_requirement' => true,
),
'sebastian/cli-parser' => array(
@@ -281,12 +281,12 @@
'dev_requirement' => true,
),
'sebastian/type' => array(
'pretty_version' => '2.3.4',
'version' => '2.3.4.0',
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../sebastian/type',
'aliases' => array(),
'reference' => 'b8cd8a1c753c90bc1a0f5372170e3e489136f914',
'reference' => 'b233b84bc4465aff7b57cf1c4bc75c86d00d6dad',
'dev_requirement' => true,
),
'sebastian/version' => array(