Skip to content

Commit b33ccc6

Browse files
committed
Added some badges in the Readme
[ci-skip]
1 parent 50c35fd commit b33ccc6

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.lock
22
phpunit.xml
33
vendor
4+
build

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ install or update. It works when storing the parameters in a Yaml file under
55
a a single top-level key (named ``parameters`` by default). Other keys are
66
copied without change.
77

8+
[![Build Status](https://travis-ci.org/Incenteev/ParameterHandler.png)](https://travis-ci.org/Incenteev/ParameterHandler)
9+
[![Latest Stable Version](https://poser.pugx.org/incenteev/composer-parameter-handler/v/stable.png)](https://packagist.org/packages/incenteev/composer-parameter-handler)
10+
[![Latest Unstable Version](https://poser.pugx.org/incenteev/composer-parameter-handler/v/unstable.png)](https://packagist.org/packages/incenteev/composer-parameter-handler)
11+
812
## Usage
913

1014
Add the following in your root composer.json file:

0 commit comments

Comments
 (0)