Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!!![TASK] Remove install:generatepackagestates #1106

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

This file was deleted.

81 changes: 0 additions & 81 deletions Classes/Console/Install/PackageStatesGenerator.php

This file was deleted.

5 changes: 0 additions & 5 deletions Configuration/Commands.php
Expand Up @@ -40,11 +40,6 @@
'class' => \Helhum\Typo3Console\Command\Install\InstallSetupCommand::class,
'runLevel' => \Helhum\Typo3Console\Core\Booting\RunLevel::LEVEL_COMPILE,
],
'install:generatepackagestates' => [
'vendor' => 'typo3_console',
'class' => \Helhum\Typo3Console\Command\Install\InstallGeneratePackageStatesCommand::class,
'runLevel' => \Helhum\Typo3Console\Core\Booting\RunLevel::LEVEL_COMPILE,
],
'install:fixfolderstructure' => [
'vendor' => 'typo3_console',
'class' => \Helhum\Typo3Console\Command\Install\InstallFixFolderStructureCommand::class,
Expand Down
2 changes: 0 additions & 2 deletions Documentation/CommandReference/Index.rst
Expand Up @@ -88,8 +88,6 @@ Available Commands

InstallFixfolderstructure

InstallGeneratepackagestates

InstallLock

InstallSetup
Expand Down
75 changes: 0 additions & 75 deletions Documentation/CommandReference/InstallGeneratepackagestates.rst

This file was deleted.