diff --git a/README.md b/README.md index 47c7d17..189de8a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ The Puli Command Line Interface =============================== -[![Build Status](https://travis-ci.org/puli/cli.svg?branch=master)](https://travis-ci.org/puli/cli) +[![Build Status](https://travis-ci.org/puli/cli.svg?branch=1.0.0-beta8)](https://travis-ci.org/puli/cli) [![Build status](https://ci.appveyor.com/api/projects/status/n06gckamgc2lr8vl/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/cli/branch/master) -[![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) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=1.0.0-beta8)](https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta8) [![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) [![Dependency Status](https://www.versioneye.com/php/puli:cli/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:cli/1.0.0) diff --git a/composer.json b/composer.json index 14f1868..814156b 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=5.3.9", - "puli/repository": "1.0.*", + "puli/repository": "^1.0-beta8", "puli/discovery": "^1.0-beta8", - "puli/url-generator": "^1.0", + "puli/url-generator": "^1.0-beta3", "puli/manager": "^1.0-beta8", "webmozart/console": "^1.0-beta2", "webmozart/path-util": "^2.2.2", @@ -27,7 +27,7 @@ "phpunit/phpunit": "^4.6", "sebastian/version": "^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..10a196c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -PULI_VERSION = "@package_version@" +PULI_VERSION = "1.0.0-beta8" BUILD_HTML_DIR = html BUILD_MAN_DIR = man diff --git a/src/PuliApplicationConfig.php b/src/PuliApplicationConfig.php index 56b672a..1a22229 100644 --- a/src/PuliApplicationConfig.php +++ b/src/PuliApplicationConfig.php @@ -53,7 +53,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig /** * The version of the Puli CLI. */ - const VERSION = '@package_version@'; + const VERSION = '1.0.0-beta8'; /** * @var Puli