Skip to content

Commit

Permalink
Add badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jun 4, 2016
1 parent aea0dc0 commit 9112c60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "arachne/entity-loader",
"description": "Enables object parameters in Nette/Application.",
"type": "library",
"keywords": [ "nette", "arachne" ],
"homepage": "http://enumag.cz",
Expand All @@ -24,7 +25,7 @@
"php": ">=5.5.0",
"arachne/bootstrap": "~0.2.1",
"arachne/codeception": "~0.6.3",
"arachne/event-dispatcher": "~0.1.0",
"arachne/event-dispatcher": "~0.1.0",
"codeception/codeception": "~2.1.0",
"codeception/mockery-module": "~0.2.2",
"enumag/application": "~0.3.5",
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Arachne/EntityLoader
====

[![Build Status](https://img.shields.io/travis/Arachne/EntityLoader.svg?style=flat-square)](https://travis-ci.org/Arachne/EntityLoader)
[![Coverage Status](https://img.shields.io/coveralls/Arachne/EntityLoader.svg?style=flat-square)](https://coveralls.io/github/Arachne/EntityLoader)
[![Latest stable](https://img.shields.io/packagist/v/arachne/entity-loader.svg?style=flat-square)](https://packagist.org/packages/arachne/entity-loader)
[![Downloads this Month](https://img.shields.io/packagist/dm/arachne/entity-loader.svg?style=flat-square)](https://packagist.org/packages/arachne/entity-loader)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/Arachne/EntityLoader/blob/master/license.md)

Enables object parameters in Nette/Application.

Installation
----

Expand Down

0 comments on commit 9112c60

Please sign in to comment.