Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Feb 17, 2020
1 parent 40bb691 commit 7d6c93b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Berlioz Configuration

**Berlioz Configuration** is a PHP library to manage your configuration files.
[![Latest Version](https://img.shields.io/packagist/v/berlioz/config.svg?style=flat-square)](https://github.com/BerliozFramework/Config/releases)
[![Software license](https://img.shields.io/github/license/BerliozFramework/Config.svg?style=flat-square)](https://github.com/BerliozFramework/Config/blob/master/LICENSE)
[![Build Status](https://img.shields.io/travis/com/BerliozFramework/Config/master.svg?style=flat-square)](https://travis-ci.com/BerliozFramework/Config)
[![Quality Grade](https://img.shields.io/codacy/grade/f290647a1f5143ec8299ecea9b83d6b1/master.svg?style=flat-square)](https://www.codacy.com/manual/BerliozFramework/Config)
[![Total Downloads](https://img.shields.io/packagist/dt/berlioz/config.svg?style=flat-square)](https://packagist.org/packages/berlioz/config)

**Berlioz Configuration** is a PHP library to manage your configuration files.

## Installation

Expand All @@ -16,9 +21,10 @@ $ composer require berlioz/config
### Dependencies

* **PHP** >= 7.1
* PHP libraries:
* **ext-json**
* Packages:
* **berlioz/utils**
* **psr/log**
* **berlioz/helpers**


## Usage
Expand Down

0 comments on commit 7d6c93b

Please sign in to comment.