Skip to content

Commit c46a57c

Browse files
authored
Removed unusable badges
1 parent 445b1f3 commit c46a57c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@ YokaiEnumBundle
66
[![Total Downloads](https://poser.pugx.org/yokai/enum-bundle/downloads)](https://packagist.org/packages/yokai/enum-bundle)
77
[![License](https://poser.pugx.org/yokai/enum-bundle/license)](https://packagist.org/packages/yokai/enum-bundle)
88

9-
[![Build Status](https://api.travis-ci.org/yokai-php/enum-bundle.png?branch=master)](https://travis-ci.org/yokai-php/enum-bundle)
10-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yokai-php/enum-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yokai-php/enum-bundle/?branch=master)
11-
[![Code Coverage](https://scrutinizer-ci.com/g/yokai-php/enum-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yokai-php/enum-bundle/?branch=master)
12-
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/596d2076-90ee-49d9-a8b2-e3bcbd390874/mini.png)](https://insight.sensiolabs.com/projects/596d2076-90ee-49d9-a8b2-e3bcbd390874)
13-
14-
This library aims to provide simple enumeration implementation for PHP projects.
15-
16-
First created as a Symfony bundle only, the doc is focused on integration with it.
17-
But if you love this library, feel free to propose a bridge for you framework.
9+
This repository aims to provide simple enumeration implementation to Symfony.
1810

1911

2012
Installation
2113
------------
2214

23-
### Add the library as a dependency with Composer
15+
### Add the bundle as a dependency with Composer
2416

2517
``` bash
2618
$ composer require yokai/enum-bundle
@@ -33,7 +25,7 @@ $ composer require yokai/enum-bundle
3325
// config/bundles.php
3426

3527
return [
36-
// ...
28+
// ...
3729
Yokai\EnumBundle\YokaiEnumBundle::class => ['all' => true],
3830
];
3931
```

0 commit comments

Comments
 (0)