Skip to content

Commit

Permalink
Update DCG to v3.6 (#6010)
Browse files Browse the repository at this point in the history
* Update DCG

* Update composer.json
  • Loading branch information
chesn0k authored May 21, 2024
1 parent 28af92c commit 3d6f9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"php": ">=8.2",
"ext-dom": "*",
"composer-runtime-api": "^2.2",
"chi-teck/drupal-code-generator": "^3.5 || 4.x-dev",
"chi-teck/drupal-code-generator": "^3.6 || 4.x-dev",
"composer/semver": "^1.4 || ^3",
"consolidation/annotated-command": "^4.9.2",
"consolidation/config": "^2.1.2 || ^3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
namespace Drupal\{{ machine_name }}\Drush\Commands;
{% sort %}
{% apply sort_namespaces %}
use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
use Drush\Attributes as CLI;
use Drush\Commands\DrushCommands;
{% if services %}
use Drush\Commands\AutowireTrait;
{{ di.use(services) }}
{% endif %}
{% endsort %}
{% endapply %}
/**
* A Drush commandfile.
Expand Down

0 comments on commit 3d6f9e1

Please sign in to comment.