We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1671b8 commit 67f686cCopy full SHA for 67f686c
bin/composer-post-install-script.php
@@ -53,9 +53,10 @@ function getEnvironment(): string
53
54
chdir(dirname(__DIR__));
55
56
-echo __DIR__ . \Laminas\DevelopmentMode\Status::DEVEL_CONFIG . PHP_EOL;
+echo __DIR__ . DIRECTORY_SEPARATOR . \Laminas\DevelopmentMode\Status::DEVEL_CONFIG . PHP_EOL;
57
+echo __DIR__ . DIRECTORY_SEPARATOR . \Laminas\DevelopmentMode\Status::DEVEL_CONFIG . '.dist'. PHP_EOL;
58
-//echo realpath(__DIR__ . )
59
+echo realpath(__DIR__ . DIRECTORY_SEPARATOR . \Laminas\DevelopmentMode\Status::DEVEL_CONFIG . '.dist');
60
61
echo "Using environment setting: " . getEnvironment() . PHP_EOL;
62
0 commit comments