Skip to content

Commit

Permalink
[console] Tag 1.0.0-rc15 release. (#3124)
Browse files Browse the repository at this point in the history
* [console] Tag 1.0.0-rc15 release.

* [console] Force doctrine/collections version.
  • Loading branch information
jmolivas committed Jan 23, 2017
1 parent 4ebf742 commit 7450efd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -37,8 +37,9 @@
},
"require": {
"php": "^5.5.9 || ^7.0",
"drupal/console-core" : "dev-master",
"drupal/console-core" : "1.0.0-rc15",
"alchemy/zippy": "0.4.3",
"doctrine/collections":"1.3.0",
"composer/installers": "~1.0",
"symfony/css-selector": ">=2.7 <3.0",
"symfony/dom-crawler": ">=2.7 <3.3",
Expand Down
45 changes: 24 additions & 21 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
Expand Up @@ -25,7 +25,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '1.0.0-rc14';
const VERSION = '1.0.0-rc15';

public function __construct(ContainerInterface $container)
{
Expand Down

0 comments on commit 7450efd

Please sign in to comment.