amazeeio / drupal-integrations

Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Lagoon.
https://packagist.org/packages/amazeeio/drupal_integrations
1 stars 4 forks source link

Move from annotations to attributes for command definitions #25

Open bomoko opened 10 months ago

bomoko commented 10 months ago

For Drush commands running on php 8+ only, it is recommended that attributes are used instead of annotations. Given that anything below php 8 is no longer supported, we can and should move the Drupal integrations to use attributes.