Skip to content

Commit

Permalink
UPDATE readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament committed Jun 16, 2023
1 parent 253e21e commit 9950908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Static Analysis Results Baseliner (SARB)

[![PHP versions: 7.3 to 8.1](https://img.shields.io/badge/php-7.3|7.4|8.0|8.1-blue.svg)](https://packagist.org/packages/dave-liddament/sarb)
[![PHP versions: 8.0|8.1|8.2](https://img.shields.io/badge/php-8.0|8.1|8.2-blue.svg)](https://packagist.org/packages/dave-liddament/sarb)
[![Latest Stable Version](https://poser.pugx.org/dave-liddament/sarb/v/stable)](https://packagist.org/packages/dave-liddament/sarb)
[![License](https://poser.pugx.org/dave-liddament/sarb/license)](https://github.com/DaveLiddament/sarb/blob/master/LICENSE.md)
[![Total Downloads](https://poser.pugx.org/dave-liddament/sarb/downloads)](https://packagist.org/packages/dave-liddament/sarb/stats)
Expand Down Expand Up @@ -43,7 +43,7 @@ SARB should not be used on greenfield projects. If you're lucky enough to work o

Currently, SARB only supports projects that use [git](https://git-scm.com/).

SARB requires PHP >= 7.3 to run. The project being analysed does not need to run PHP 7.3 or even be a PHP project at all.
SARB requires PHP >= 8.0 to run. The project being analysed does not need to run PHP 8.0 or even be a PHP project at all.

## Installing

Expand Down

0 comments on commit 9950908

Please sign in to comment.