File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Webmozart Key-Value-Store
2
2
=========================
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/webmozart/key-value-store.svg?branch=master )] ( https://travis-ci.org/webmozart/key-value-store )
5
- [ ![ 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 )
4
+ [ ![ Build Status] ( https://travis-ci.org/webmozart/key-value-store.svg?branch=1.0.0-beta3 )] ( https://travis-ci.org/webmozart/key-value-store )
5
+ [ ![ 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 )
6
6
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/61586798-236a-462a-8429-d8311c1a2500/mini.png )] ( https://insight.sensiolabs.com/projects/61586798-236a-462a-8429-d8311c1a2500 )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/webmozart/key-value-store/v/stable.svg )] ( https://packagist.org/packages/webmozart/key-value-store )
8
8
[ ![ Total Downloads] ( https://poser.pugx.org/webmozart/key-value-store/downloads.svg )] ( https://packagist.org/packages/webmozart/key-value-store )
9
9
[ ![ 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 )
10
10
11
- Latest release: [ 1.0.0-beta2 ] ( https://packagist.org/packages/webmozart/key-value-store#1.0.0-beta2 )
11
+ Latest release: [ 1.0.0-beta3 ] ( https://packagist.org/packages/webmozart/key-value-store#1.0.0-beta3 )
12
12
13
13
A key-value store API with implementations for different backends.
14
14
@@ -65,7 +65,7 @@ Installation
65
65
Use [ Composer] to install the package:
66
66
67
67
```
68
- $ composer require webmozart/key-value-store@dev
68
+ $ composer require webmozart/key-value-store@beta
69
69
```
70
70
71
71
Contribute
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " >=5.3.3" ,
13
- "webmozart/assert" : " ~1.0@dev "
13
+ "webmozart/assert" : " ~1.0@beta "
14
14
},
15
15
"require-dev" : {
16
16
"symfony/filesystem" : " ~2.5" ,
You can’t perform that action at this time.
0 commit comments