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 )
5- [ ![ 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 )
4+ [ ![ Build Status] ( https://travis-ci.org/puli/cli.svg?branch=1.0.0-beta4 )] ( https://travis-ci.org/puli/cli )
5+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=1.0.0-beta4 )] ( https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta4 )
66[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a/mini.png )] ( https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a )
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 )
1010
11- Latest release: [ 1.0.0-beta3 ] ( https://packagist.org/packages/puli/cli#1.0.0-beta3 )
11+ Latest release: [ 1.0.0-beta4 ] ( https://packagist.org/packages/puli/cli#1.0.0-beta4 )
1212
1313PHP >= 5.3.9
1414
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " >=5.3.9" ,
14- "puli/repository" : " 1.0.* " ,
14+ "puli/repository" : " ~ 1.0" ,
1515 "puli/discovery" : " ~1.0" ,
1616 "puli/factory" : " ~1.0" ,
1717 "puli/manager" : " ~1.0" ,
2121 "require-dev" : {
2222 "symfony/filesystem" : " ~2.3"
2323 },
24- "minimum-stability" : " dev " ,
24+ "minimum-stability" : " beta " ,
2525 "autoload" : {
2626 "psr-4" : {
2727 "Puli\\ Cli\\ " : " src/"
Original file line number Diff line number Diff line change 1- PULI_VERSION = "@package_version@ "
1+ PULI_VERSION = "1.0.0-beta4 "
22
33BUILD_HTML_DIR = html
44BUILD_MAN_DIR = man
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
4242 /**
4343 * The version of the Puli CLI.
4444 */
45- const VERSION = '@package_version@ ' ;
45+ const VERSION = '1.0.0-beta4 ' ;
4646
4747 /**
4848 * @var Puli
You can’t perform that action at this time.
0 commit comments