Skip to content

Commit 104c56c

Browse files
committed
Added composer.json.
1 parent 7b044f5 commit 104c56c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "drupal-code-builder/drupal-code-builder-drush",
3+
"description": "Provides Drush commands for generating Drupal code using Drupal Code Builder.",
4+
"type": "drupal-drush",
5+
"license": "GPL-2.0+",
6+
"require": {
7+
"drupal-code-builder/drupal-code-builder": "^3.2.0"
8+
},
9+
"require-dev": {
10+
"symfony/var-dumper": "^3.2"
11+
}
12+
}

0 commit comments

Comments
 (0)