Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc4 version. (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Oct 4, 2016
1 parent 9b0de9e commit 1802c6d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"php": "^5.5.9 || ^7.0",
"alchemy/zippy": "0.3.5",
"composer/installers": "~1.0",
"drupal/console-core" : "^1.0@RC",
"drupal/console-core" : "^1.0",
"symfony/css-selector": "~2.8",
"symfony/debug": "~2.8",
"symfony/dom-crawler": "~2.8",
Expand All @@ -48,7 +48,7 @@
"stecman/symfony-console-completion": "^0.5.1",
"guzzlehttp/guzzle": "~6.1",
"padraic/phar-updater": "~1.0@dev",
"gabordemooij/redbean": "@stable",
"gabordemooij/redbean": "~4.3",
"doctrine/annotations": "1.2.*",
"dflydev/placeholder-resolver": "~1.0",
"symfony/expression-language": "^2.8"
Expand Down
32 changes: 15 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Application extends ConsoleApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc3';
const VERSION = '1.0.0-rc4';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit 1802c6d

Please sign in to comment.