You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!empty($extra['composer-drupal-optimizations']['require']) && $io->isVerbose()) {
26
-
$io->write('Required tags were not explicitly set so the zaporylie/composer-drupal-optimizations set default based on project\'s composer.json content.');
22
+
if (!isset($extra['composer-drupal-optimizations']['require'])) {
if (!empty($extra['composer-drupal-optimizations']['require']) && $io->isVerbose()) {
28
+
$io->write('Required tags were not explicitly set so the zaporylie/composer-drupal-optimizations set default based on project\'s composer.json content.');
29
+
}
27
30
}
28
31
}
29
32
if (!empty($extra['composer-drupal-optimizations']['require']) && $io->isVerbose()) {
0 commit comments