From 9e3cb20679e056eda5d5f238f685ce538a6fe4fe Mon Sep 17 00:00:00 2001 From: Ben Sampson Date: Fri, 7 Apr 2017 15:31:18 +0100 Subject: [PATCH 1/2] Add Laravel Version badge to README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 67fc4e3..2a05706 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Laravel.io Pastebin +# Laravel.io Pastebin - [![Laravel Version](https://shield.with.social/cc/github/laravelio/pastebin/master.svg?style=flat-square)](https://packagist.org/packages/laravel/framework) [![Build Status](https://travis-ci.org/laravelio/pastebin.svg?branch=master)](https://travis-ci.org/laravelio/pastebin) [![StyleCI](https://styleci.io/repos/80994622/shield?branch=master)](https://styleci.io/repos/80994622) From 0e39b2c30fffb7b65f14fcc310133f47c1f541fb Mon Sep 17 00:00:00 2001 From: Ben Sampson Date: Fri, 7 Apr 2017 15:50:07 +0100 Subject: [PATCH 2/2] Move badge --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2a05706..3d65d70 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Laravel.io Pastebin - [![Laravel Version](https://shield.with.social/cc/github/laravelio/pastebin/master.svg?style=flat-square)](https://packagist.org/packages/laravel/framework) +# Laravel.io Pastebin [![Build Status](https://travis-ci.org/laravelio/pastebin.svg?branch=master)](https://travis-ci.org/laravelio/pastebin) [![StyleCI](https://styleci.io/repos/80994622/shield?branch=master)](https://styleci.io/repos/80994622) @@ -6,6 +6,7 @@ [![Test Coverage](https://lima.codeclimate.com/github/laravelio/pastebin/badges/coverage.svg)](https://lima.codeclimate.com/github/laravelio/pastebin/coverage) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/6c1df3e8-3e43-40c4-be31-65dfd9a2030b/mini.png)](https://insight.sensiolabs.com/projects/6c1df3e8-3e43-40c4-be31-65dfd9a2030b) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](license.txt) +[![Laravel Version](https://shield.with.social/cc/github/laravelio/pastebin/master.svg?style=flat-square)](https://packagist.org/packages/laravel/framework) This is the repository for [the Laravel.io pastebin](https://paste.laravel.io). The code is entirely open source and licensed under [the MIT license](license.txt). Feel free to contribute to the pastebin by sending in a pull request.