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 8b69410 commit f55d182Copy full SHA for f55d182
bin/composer-post-install-script.php
@@ -53,4 +53,6 @@ function getEnvironment(): string
53
54
echo "Using environment setting: " . getEnvironment() . PHP_EOL;
55
56
+var_dump(getenv('COMPOSER_DEV_MODE'));
57
+
58
array_walk($files, 'copyFile');
0 commit comments