Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bretterklieber committed Jul 22, 2019
1 parent 2342f3a commit 87525ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ vendor/*
.idea
tmp/*/*
reports
.php_cs.cache
.php_cs.cache
.phpunit.result.cache
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# stk-di

[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Build Status](https://travis-ci.org/mbretter/stk-di.svg?branch=master)](https://travis-ci.org/mbretter/stk-di)
[![Coverage](https://coveralls.io/repos/github/mbretter/stk-di/badge.svg?branch=master)](https://coveralls.io/github/mbretter/stk-di?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/mbretter/stk-di.svg)](https://packagist.org/packages/mbretter/stk-di)
[![Total Downloads](http://img.shields.io/packagist/dt/mbretter/stk-di.svg)](https://packagist.org/packages/mbretter/stk-di)


A simple dependency injection system usable with any container implementing the Psr\Container\ContainerInterface.
Expand Down

0 comments on commit 87525ac

Please sign in to comment.