Skip to content

Commit

Permalink
Released version "1.0.0-beta"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Mar 19, 2015
1 parent 7ffae8b commit fb27b6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fb27b6f

Please sign in to comment.