From 6ca8694d1a16ef7822ba6e131c870f0cd1b60322 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sun, 19 May 2019 20:27:04 +0200 Subject: [PATCH] README badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3eeac9d..5739d90 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # PHPStan Extension Installer +[![Build Status](https://travis-ci.org/phpstan/extension-installer.svg?branch=master)](https://travis-ci.org/phpstan/extension-installer) +[![Latest Stable Version](https://poser.pugx.org/phpstan/extension-installer/v/stable)](https://packagist.org/packages/phpstan/extension-installer) +[![License](https://poser.pugx.org/phpstan/extension-installer/license)](https://packagist.org/packages/phpstan/extension-installer) + Composer plugin for automatic installation of [PHPStan](https://github.com/phpstan/phpstan) extensions. # Motivation