diff --git a/README.md b/README.md index 5a04b8e..f1e6ea0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ The Puli Command Line Interface =============================== -[![Build Status](https://travis-ci.org/puli/cli.svg?branch=master)](https://travis-ci.org/puli/cli) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/puli/cli/?branch=master) +[![Build Status](https://travis-ci.org/puli/cli.svg?branch=1.0.0-beta7)](https://travis-ci.org/puli/cli) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=1.0.0-beta7)](https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta7) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a/mini.png)](https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a) [![Latest Stable Version](https://poser.pugx.org/puli/cli/v/stable.svg)](https://packagist.org/packages/puli/cli) [![Total Downloads](https://poser.pugx.org/puli/cli/downloads.svg)](https://packagist.org/packages/puli/cli) diff --git a/composer.json b/composer.json index 848527e..eb59b99 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": ">=5.3.9", - "puli/repository": "1.0.*", - "puli/discovery": "^1.0", - "puli/url-generator": "^1.0", + "puli/repository": "^1.0-beta7", + "puli/discovery": "^1.0-beta7", + "puli/url-generator": "^1.0-beta2", "puli/manager": "^1.0-beta7", - "webmozart/console": "^1.0-beta2", + "webmozart/console": "^1.0-beta3", "webmozart/path-util": "^2.2", "webmozart/key-value-store": "^1.0.0-beta5", "webmozart/expression": "^1.0-beta4", @@ -23,7 +23,7 @@ "symfony/filesystem": "^2.3", "padraic/phar-updater": "^1.0.1" }, - "minimum-stability": "dev", + "minimum-stability": "beta", "autoload": { "psr-4": { "Puli\\Cli\\": "src/" diff --git a/docs/Makefile b/docs/Makefile index d0e60fb..9a1feca 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -PULI_VERSION = "@package_version@" +PULI_VERSION = "1.0.0-beta7" BUILD_HTML_DIR = html BUILD_MAN_DIR = man diff --git a/src/PuliApplicationConfig.php b/src/PuliApplicationConfig.php index da6b7c6..f99d457 100644 --- a/src/PuliApplicationConfig.php +++ b/src/PuliApplicationConfig.php @@ -48,7 +48,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig /** * The version of the Puli CLI. */ - const VERSION = '@package_version@'; + const VERSION = '1.0.0-beta7'; /** * @var Puli