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 c4a3b5f commit f26fd9bCopy full SHA for f26fd9b
composer.json
@@ -41,7 +41,7 @@
41
"composer/installers": "~1.0",
42
"doctrine/annotations": "^1.2",
43
"doctrine/collections": "^1.3",
44
- "drupal/console-core": "1.9.2",
+ "drupal/console-core": "1.9.3",
45
"drupal/console-extend-plugin": "~0",
46
"psy/psysh": "0.6.* || ~0.8",
47
"symfony/css-selector": "~2.8|~3.0",
src/Application.php
@@ -25,7 +25,7 @@ class Application extends BaseApplication
25
/**
26
* @var string
27
*/
28
- const VERSION = '1.9.2';
+ const VERSION = '1.9.3';
29
30
public function __construct(ContainerInterface $container)
31
{
0 commit comments