Skip to content

Commit 6500d89

Browse files
committed
Released version "1.0.0-beta6"
1 parent 21e6c4e commit 6500d89

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The 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-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)
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)

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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/url-generator": "^1.0",
1717
"puli/manager": "^1.0",
@@ -20,7 +20,7 @@
2020
"symfony/filesystem": "^2.3",
2121
"padraic/phar-updater": "^1.0.1"
2222
},
23-
"minimum-stability": "dev",
23+
"minimum-stability": "beta",
2424
"autoload": {
2525
"psr-4": {
2626
"Puli\\Cli\\": "src/"

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PULI_VERSION = "@package_version@"
1+
PULI_VERSION = "1.0.0-beta6"
22

33
BUILD_HTML_DIR = html
44
BUILD_MAN_DIR = man

src/PuliApplicationConfig.php

+1-1
Original file line numberDiff line numberDiff 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-beta6';
5252

5353
/**
5454
* @var Puli

0 commit comments

Comments
 (0)