Skip to content

Commit

Permalink
Update drupal console core and en dependencies to 1.9.4 (#170)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
enzolutions authored Nov 11, 2019
1 parent 93c126b commit 5638d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"require": {
"php": "^5.5.9 || ^7.0",
"drupal/console-core": "1.9.3",
"drupal/console-en": "1.9.3",
"drupal/console-core": "1.9.4",
"drupal/console-en": "1.9.4",
"padraic/phar-updater": "~1.0@dev"
},
"bin": ["bin/drupal"],
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Application extends CoreApplication
/**
* @var string
*/
const VERSION = '1.9.3';
const VERSION = '1.9.4';

/**
* Application constructor.
Expand Down

0 comments on commit 5638d64

Please sign in to comment.