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-beta7 )] ( 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-beta7 )] ( https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta7 )
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 )
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " >=5.3.9" ,
14- "puli/repository" : " 1.0.* " ,
15- "puli/discovery" : " ^1.0" ,
16- "puli/url-generator" : " ^1.0" ,
14+ "puli/repository" : " ^ 1.0-beta7 " ,
15+ "puli/discovery" : " ^1.0-beta7 " ,
16+ "puli/url-generator" : " ^1.0-beta2 " ,
1717 "puli/manager" : " ^1.0-beta7" ,
18- "webmozart/console" : " ^1.0-beta2 " ,
18+ "webmozart/console" : " ^1.0-beta3 " ,
1919 "webmozart/path-util" : " ^2.2" ,
2020 "webmozart/key-value-store" : " ^1.0.0-beta5" ,
2121 "webmozart/expression" : " ^1.0-beta4" ,
2222 "webmozart/glob" : " ^3.1" ,
2323 "symfony/filesystem" : " ^2.3" ,
2424 "padraic/phar-updater" : " ^1.0.1"
2525 },
26- "minimum-stability" : " dev " ,
26+ "minimum-stability" : " beta " ,
2727 "autoload" : {
2828 "psr-4" : {
2929 "Puli\\ Cli\\ " : " src/"
Original file line number Diff line number Diff line change 1- PULI_VERSION = "@package_version@ "
1+ PULI_VERSION = "1.0.0-beta7 "
22
33BUILD_HTML_DIR = html
44BUILD_MAN_DIR = man
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
4848 /**
4949 * The version of the Puli CLI.
5050 */
51- const VERSION = '@package_version@ ' ;
51+ const VERSION = '1.0.0-beta7 ' ;
5252
5353 /**
5454 * @var Puli
You can’t perform that action at this time.
0 commit comments