We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94511b8 commit d45b2e0Copy full SHA for d45b2e0
bin/composer-post-install-script.php
@@ -49,4 +49,6 @@ function getEnvironment(): string
49
],
50
];
51
52
+echo "Using environment setting : " . getEnvironment() . PHP_EOL;
53
+
54
array_walk($files, 'copyFile');
0 commit comments