We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758b952 commit 4974a41Copy full SHA for 4974a41
bin/dcg
@@ -34,7 +34,7 @@ $commands[] = new Commands\Other\DrushCommand();
34
$commands[] = new Commands\Other\ApacheVirtualHost();
35
$commands[] = new Commands\Other\HtmlPage();
36
37
-$application = new Application('Drupal Code Generator', '1.0.0');
+$application = new Application('Drupal Code Generator', '1.0.3');
38
$application->addCommands($commands);
39
40
$application->run();
box.json
@@ -1,7 +1,7 @@
1
{
2
"chmod": "0755",
3
"directories": [
4
- "src/Command",
+ "src/Commands",
5
"src/Resources"
6
],
7
"files": [
0 commit comments