By andypost on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.5.x
Introduced in version:
9.5.0
Issue links:
Description:
The changes made in Added drupal/core-vendor-hardening Composer plugin resulted in an unused script and two unused methods. These are now deprecated.
The following are deprecated:
-
"scripts": { "post-autoload-dump": [ "Drupal\\Core\\Composer\\Composer::ensureHtaccess" ], ... } \Drupal\Core\Composer\Composer::vendorTestCodeCleanup\Drupal\Core\Composer\Composer::removeTimeout
Replacements
- Instead of ensureHtaccess and
vendorTestCodeCleanupuse composerdrupal/core-vendor-hardeningplugin, as needed - There is no replacement for
removeTimeout.
Impacts:
Site builders, administrators, editors
Module developers
Site templates, recipes and distribution developers