From fb27b6f2fb30aa73e03c44caa36cec2e01d40691 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Thu, 19 Mar 2015 14:54:26 +0100 Subject: [PATCH] Released version "1.0.0-beta" --- README.md | 8 ++++---- composer.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3a3c46..4d9e885 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ Webmozart Console ================= -[![Build Status](https://travis-ci.org/webmozart/console.svg?branch=master)](https://travis-ci.org/webmozart/console) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/console/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webmozart/console/?branch=master) +[![Build Status](https://travis-ci.org/webmozart/console.svg?branch=1.0.0-beta)](https://travis-ci.org/webmozart/console) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/console/badges/quality-score.png?b=1.0.0-beta)](https://scrutinizer-ci.com/g/webmozart/console/?branch=1.0.0-beta) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/4160f60e-541b-4090-a850-3005e84d6a44/mini.png)](https://insight.sensiolabs.com/projects/1ca0803e-6509-45b9-bd5b-b899d9680625) [![Latest Stable Version](https://poser.pugx.org/webmozart/console/v/stable.svg)](https://packagist.org/packages/webmozart/console) [![Total Downloads](https://poser.pugx.org/webmozart/console/downloads.svg)](https://packagist.org/packages/webmozart/console) [![Dependency Status](https://www.versioneye.com/php/webmozart:console/1.0.0/badge.svg)](https://www.versioneye.com/php/webmozart:console/1.0.0) -Latest release: none +Latest release: [1.0.0-beta](https://packagist.org/packages/webmozart/console#1.0.0-beta) PHP >= 5.3.9 @@ -21,7 +21,7 @@ Installation Use [Composer] to install the package: ``` -$ composer require webmozart/console@dev +$ composer require webmozart/console:~1.0@beta ``` Basic Configuration diff --git a/composer.json b/composer.json index 52ca7d7..aa47e46 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=5.3.9", - "webmozart/assert": "~1.0@dev", + "webmozart/assert": "~1.0@beta", "symfony/console": "~2.5", "symfony/process": "~2.5", "symfony/event-dispatcher": "~2.5"