File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
The Puli Command Line Interface
2
2
===============================
3
3
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-beta6 )] ( 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-beta6 )] ( https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta6 )
6
6
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a/mini.png )] ( https://insight.sensiolabs.com/projects/96bbb04c-f5c3-47c2-8e43-1f92d26f7c3a )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/puli/cli/v/stable.svg )] ( https://packagist.org/packages/puli/cli )
8
8
[ ![ 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 11
11
],
12
12
"require" : {
13
13
"php" : " >=5.3.9" ,
14
- "puli/repository" : " 1.0.* " ,
14
+ "puli/repository" : " ^ 1.0" ,
15
15
"puli/discovery" : " ^1.0" ,
16
16
"puli/url-generator" : " ^1.0" ,
17
17
"puli/manager" : " ^1.0" ,
20
20
"symfony/filesystem" : " ^2.3" ,
21
21
"padraic/phar-updater" : " ^1.0.1"
22
22
},
23
- "minimum-stability" : " dev " ,
23
+ "minimum-stability" : " beta " ,
24
24
"autoload" : {
25
25
"psr-4" : {
26
26
"Puli\\ Cli\\ " : " src/"
Original file line number Diff line number Diff line change 1
- PULI_VERSION = "@package_version@ "
1
+ PULI_VERSION = "1.0.0-beta6 "
2
2
3
3
BUILD_HTML_DIR = html
4
4
BUILD_MAN_DIR = man
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
48
48
/**
49
49
* The version of the Puli CLI.
50
50
*/
51
- const VERSION = '@package_version@ ' ;
51
+ const VERSION = '1.0.0-beta6 ' ;
52
52
53
53
/**
54
54
* @var Puli
You can’t perform that action at this time.
0 commit comments