-
Notifications
You must be signed in to change notification settings - Fork 46
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
Plugin::scaffold call is deprecated but README says it should be added to post-install commands #113
Comments
Oh, if I had to guess I'd say that the README is out of date, but I don't really remember the fine details of this project, the entirety of which is deprecated. Everyone should move to drupal/core-composer-scaffold. It is recommended, supported, and more performant, not to mention works with Drupal 9 and Composer 2. |
@greg-1-anderson is right. You should look at |
I updated the README to advise that this project is deprecated. |
Thanks @greg-1-anderson. Could you elaborate a bit on the "everyone should move to drupal/core-composer-scaffold" part? What do I need to do to make the switch? Is is required to move to core-composer-scaffold when I upgrade my site to D9? |
Yes, drupal-composer/drupal-scaffold will not support Drupal 9 or Composer 2, so everyone will have to switch. |
How is that possible that in 2.6.1 version in README you say that post-install-cmd should be adjusted with "DrupalComposer\DrupalScaffold\Plugn::scaffold()",
but Plugin::scaffold method has this as its first line: https://github.com/drupal-composer/drupal-scaffold/blob/2.6.1/src/Plugin.php#L96?
The text was updated successfully, but these errors were encountered: