We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ebe0e commit a7fb0cdCopy full SHA for a7fb0cd
bin/composer-post-install-script.php
@@ -53,7 +53,4 @@ function getEnvironment(): string
53
54
echo "Using environment setting: " . getEnvironment() . PHP_EOL;
55
56
-var_dump(file_exists(\Laminas\DevelopmentMode\Status::DEVEL_CONFIG));
57
-var_dump(file_exists(\Laminas\DevelopmentMode\Status::DEVEL_CONFIG . '.dist'));
58
-
59
array_walk($files, 'copyFile');
composer.json
@@ -104,7 +104,8 @@
104
},
105
"scripts": {
106
"post-create-project-cmd": [
107
- "@development-enable"
+ "@development-enable",
108
+ "echo Running post-create-project-cmd commands"
109
],
110
"post-update-cmd": [
111
"php bin/composer-post-install-script.php"
0 commit comments