1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Merge pull request #88 from vimeo/clickable-readme-badges

Making the README badges clickable, and adding one for Packagist.
This commit is contained in:
Matthew Brown 2017-02-03 21:38:06 -05:00 committed by GitHub
commit 28e615c048

View File

@ -1,7 +1,8 @@
<img src="https://travis-ci.org/vimeo/psalm.svg?branch=master" />
<h1><a href="https://getpsalm.org"><img src="PsalmLogo.png" height="64" alt="logo" /></a></h1> <h1><a href="https://getpsalm.org"><img src="PsalmLogo.png" height="64" alt="logo" /></a></h1>
[![Packagist](https://img.shields.io/packagist/v/vimeo/psalm.svg)](https://packagist.org/packages/vimeo/psalm)
[![Travis CI](http://img.shields.io/travis/vimeo/psalm.svg?branch=master)](https://travis-ci.org/vimeo/psalm)
Psalm is a static analysis tool for finding errors in PHP applications. Psalm is a static analysis tool for finding errors in PHP applications.
- **v0.3.x** supports checking PHP 5.4 - 7.1 code, and requires **PHP 5.5+** to run. - **v0.3.x** supports checking PHP 5.4 - 7.1 code, and requires **PHP 5.5+** to run.