We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b84ddc commit 79d5fe9Copy full SHA for 79d5fe9
2 files changed
composer.json
@@ -22,12 +22,7 @@
22
"autoload": {
23
"psr-4": {"ProklUng\\ModuleGenerator\\": "src"}
24
},
25
- "scripts": {
26
- "post-update-cmd": [
27
- "ProklUng\\ComposerScript\\InstallUpdateHandler::doInstall"
28
- ],
29
- "post-install-cmd": [
30
31
- ]
32
- }
+ "bin": [
+ "bin/module"
+ ]
33
}
src/ComposerScript/InstallUpdateHandler.php
0 commit comments