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

Add composer command for config change #464

Merged
merged 3 commits into from
Apr 13, 2017
Merged
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
3 changes: 2 additions & 1 deletion Classes/Composer/InstallerScript/InstallDummyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public function run(ScriptEvent $event)
if ($pluginConfig->get('install-extension-dummy')) {
$io->writeError('<warning>Installation of TYPO3 extension has been deprecated</warning>');
$io->writeError('<warning>To get rid of this message, set "install-extension-dummy" option to false</warning>');
$io->writeError('<warning>in "extra -> helhum/typo3-console" section of root composer.json</warning>');
$io->writeError('<warning>Use the following command to set this option:</warning>');
$io->writeError('<warning>composer config extra.helhum/typo3-console.install-extension-dummy false</warning>');

$extResourcesDir = __DIR__ . '/../../../Resources/Private/ExtensionArtifacts';
$resources = [
Expand Down