File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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
2012Installation
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
3527return [
36- // ...
28+ // ...
3729 Yokai\EnumBundle\YokaiEnumBundle::class => ['all' => true],
3830];
3931```
You can’t perform that action at this time.
0 commit comments