Skip to content

Commit b5b92be

Browse files
mglamanclaude
andauthored
Allow symfony/runtime plugin to be blocked in composer config (#990)
Drupal Core added symfony/runtime as a dependency, which is a Composer plugin that must be explicitly listed in allow-plugins. Setting it to false suppresses the blocking error without granting unnecessary plugin execution in this dev-only context. https://claude.ai/code/session_01VZBvQ1ks9YiyHK1HGMk8Mf Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1fc7c68 commit b5b92be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"composer/installers": true,
7272
"phpstan/extension-installer": true,
7373
"dealerdirect/phpcodesniffer-composer-installer": true,
74-
"drupal/core-composer-scaffold": false
74+
"drupal/core-composer-scaffold": false,
75+
"symfony/runtime": false
7576
}
7677
}
7778
}

0 commit comments

Comments
 (0)