Skip to content

Commit b1bdc61

Browse files
committed
[TASK] Remove call to non existing install:generatepackagestates command
1 parent 675d6e8 commit b1bdc61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Composer/InstallerScripts.php

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ class InstallerScripts implements InstallerScriptsRegistration
3131
{
3232
public static function register(Event $event, ScriptDispatcher $scriptDispatcher)
3333
{
34-
$scriptDispatcher->addInstallerScript(
35-
new ConsoleCommand('install:generatepackagestates', [], '', null, false),
36-
20
37-
);
3834
$scriptDispatcher->addInstallerScript(
3935
new ConsoleCommand('install:fixfolderstructure', [], '', null, false),
4036
20

0 commit comments

Comments
 (0)