Skip to content

Commit 5638d64

Browse files
authored
Update drupal console core and en dependencies to 1.9.4 (#170)
* Update drupal console instructions * Include drupal-finder in composer * Remove drupal-finder in composer * Update version to 1.9.0 * Update version to 1.9.1 * Update composer for release * Update drupal console core and en dependencies to 1.9.2 * Update drupal console core and en dependencies to 1.9.3 * Update drupal console core and en dependencies to 1.9.4
1 parent 93c126b commit 5638d64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"require": {
3939
"php": "^5.5.9 || ^7.0",
40-
"drupal/console-core": "1.9.3",
41-
"drupal/console-en": "1.9.3",
40+
"drupal/console-core": "1.9.4",
41+
"drupal/console-en": "1.9.4",
4242
"padraic/phar-updater": "~1.0@dev"
4343
},
4444
"bin": ["bin/drupal"],

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Application extends CoreApplication
2020
/**
2121
* @var string
2222
*/
23-
const VERSION = '1.9.3';
23+
const VERSION = '1.9.4';
2424

2525
/**
2626
* Application constructor.

0 commit comments

Comments
 (0)