File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The Puli Command Line Interface
22===============================
33
4- [ ![ Build Status] ( https://travis-ci.org/puli/cli.svg?branch=master )] ( https://travis-ci.org/puli/cli )
4+ [ ![ Build Status] ( https://travis-ci.org/puli/cli.svg?branch=1.0.0-beta9 )] ( https://travis-ci.org/puli/cli )
55[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/n06gckamgc2lr8vl/branch/master?svg=true )] ( https://ci.appveyor.com/project/webmozart/cli/branch/master )
6- [ ![ 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 )
6+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=1.0.0-beta9 )] ( https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta9 )
77[ ![ Latest Stable Version] ( https://poser.pugx.org/puli/cli/v/stable.svg )] ( https://packagist.org/packages/puli/cli )
88[ ![ Total Downloads] ( https://poser.pugx.org/puli/cli/downloads.svg )] ( https://packagist.org/packages/puli/cli )
99[ ![ Dependency Status] ( https://www.versioneye.com/php/puli:cli/1.0.0/badge.svg )] ( https://www.versioneye.com/php/puli:cli/1.0.0 )
Original file line number Diff line number Diff line change 2727 "phpunit/phpunit" : " ^4.6" ,
2828 "sebastian/version" : " ^1.0.1"
2929 },
30- "minimum-stability" : " dev " ,
30+ "minimum-stability" : " beta " ,
3131 "autoload" : {
3232 "psr-4" : {
3333 "Puli\\ Cli\\ " : " src/"
Original file line number Diff line number Diff line change 1- PULI_VERSION = "@package_version@ "
1+ PULI_VERSION = "1.0.0-beta9 "
22
33BUILD_HTML_DIR = html
44BUILD_MAN_DIR = man
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
5353 /**
5454 * The version of the Puli CLI.
5555 */
56- const VERSION = '@package_version@ ' ;
56+ const VERSION = '1.0.0-beta9 ' ;
5757
5858 /**
5959 * @var Puli
You can’t perform that action at this time.
0 commit comments