Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc10 release. (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Nov 24, 2016
1 parent d0335e8 commit 9ec2886
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@
"alchemy/zippy": "0.3.5",
"composer/installers": "~1.0",
"drupal/console-core" : "~1.0",
"symfony/css-selector": "~2.8",
"symfony/css-selector": "~2.7|~2.8",
"symfony/debug": "~2.6|~2.8",
"symfony/dom-crawler": "~2.7|~2.8",
"symfony/http-foundation": "~2.8",
"phpseclib/phpseclib": "2.*",
"guzzlehttp/guzzle": "~6.1",
"gabordemooij/redbean": "~4.3",
"doctrine/annotations": "1.2.*",
Expand Down
117 changes: 59 additions & 58 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-rc9';
const VERSION = '1.0.0-rc10';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit 9ec2886

Please sign in to comment.