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

Update version requirements for newest Psalm

This commit is contained in:
Matthew Brown 2017-05-02 12:23:53 -04:00 committed by GitHub
parent 9cabf428c4
commit bd14de30e7

View File

@ -5,7 +5,7 @@
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.6+** to run.
- **v0.2.x** supports checking PHP 5.4 - 7.0 code and requires **PHP 5.4+** to run.
Check out the [wiki](https://github.com/vimeo/psalm/wiki) or [try a live demo](https://getpsalm.org/)!