Skip to content

Commit

Permalink
Released version "1.0.0-beta3"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Apr 13, 2015
1 parent d98f92a commit 5b620d6
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 Key-Value-Store
=========================

[![Build Status](https://travis-ci.org/webmozart/key-value-store.svg?branch=master)](https://travis-ci.org/webmozart/key-value-store)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/key-value-store/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webmozart/key-value-store/?branch=master)
[![Build Status](https://travis-ci.org/webmozart/key-value-store.svg?branch=1.0.0-beta3)](https://travis-ci.org/webmozart/key-value-store)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/key-value-store/badges/quality-score.png?b=1.0.0-beta3)](https://scrutinizer-ci.com/g/webmozart/key-value-store/?branch=1.0.0-beta3)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/61586798-236a-462a-8429-d8311c1a2500/mini.png)](https://insight.sensiolabs.com/projects/61586798-236a-462a-8429-d8311c1a2500)
[![Latest Stable Version](https://poser.pugx.org/webmozart/key-value-store/v/stable.svg)](https://packagist.org/packages/webmozart/key-value-store)
[![Total Downloads](https://poser.pugx.org/webmozart/key-value-store/downloads.svg)](https://packagist.org/packages/webmozart/key-value-store)
[![Dependency Status](https://www.versioneye.com/php/webmozart:key-value-store/1.0.0/badge.svg)](https://www.versioneye.com/php/webmozart:key-value-store/1.0.0)

Latest release: [1.0.0-beta2](https://packagist.org/packages/webmozart/key-value-store#1.0.0-beta2)
Latest release: [1.0.0-beta3](https://packagist.org/packages/webmozart/key-value-store#1.0.0-beta3)

A key-value store API with implementations for different backends.

Expand Down Expand Up @@ -65,7 +65,7 @@ Installation
Use [Composer] to install the package:

```
$ composer require webmozart/key-value-store@dev
$ composer require webmozart/key-value-store@beta
```

Contribute
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.3",
"webmozart/assert": "~1.0@dev"
"webmozart/assert": "~1.0@beta"
},
"require-dev": {
"symfony/filesystem": "~2.5",
Expand Down

0 comments on commit 5b620d6

Please sign in to comment.