1
0
Fork 0

Add PHP version badge

pull/28/head
Felix Becker 2016-09-09 10:01:34 +02:00 committed by GitHub
parent a20a86c9b9
commit 2d4ca8f99a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
[![Build Status](https://travis-ci.org/felixfbecker/php-language-server.svg?branch=master)](https://travis-ci.org/felixfbecker/php-language-server)
[![Coverage](https://codecov.io/gh/felixfbecker/php-language-server/branch/master/graph/badge.svg)](https://codecov.io/gh/felixfbecker/php-language-server)
[![Dependency Status](https://gemnasium.com/badges/github.com/felixfbecker/php-language-server.svg)](https://gemnasium.com/github.com/felixfbecker/php-language-server)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.0-8892BF.svg)](https://php.net/)
[![License](https://img.shields.io/packagist/l/felixfbecker/language-server.svg)](https://github.com/felixfbecker/php-language-server/blob/master/LICENSE.txt)
A pure PHP implementation of the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).