From 5b0679bddeb1139a5aa0f74d5ac5c1c415e0288b Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sun, 22 Mar 2015 20:19:01 +0100 Subject: [PATCH] added travis and packagist badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c5bec59..c0d14d5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ The template contains the basic features including user login/logout and a conta It includes all commonly used configurations that would allow you to focus on adding new features to your application. +[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-app-basic/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-app-basic) +[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-app-basic/downloads.png)](https://packagist.org/packages/yiisoft/yii2-app-basic) +[![Build Status](https://travis-ci.org/yiisoft/yii2-app-basic.svg?branch=master)](https://travis-ci.org/yiisoft/yii2-app-basic) DIRECTORY STRUCTURE -------------------