Skip to content

Commit

Permalink
The library now fully supports PHP 8.0 and min PHP version now bumped…
Browse files Browse the repository at this point in the history
… to PHP 7.3+,. Updated docblocks where was previously using my previous GitHub username. phpunit test cases and xml manifest now fully compatible with PHPUnit 9. README file explains how to install older versions of this lib to support older PHP versions.
  • Loading branch information
allebb committed Dec 23, 2020
1 parent b119106 commit 20ae486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The recommended way of installing this library is via. [Composer](http://getcomp
composer require ballen/linguist
```

*If you need to use an older version of PHP, version 1.x.x supports PHP 5.6, 7.0, 7.1 and 7.2, you can install this version using Composer with this command instead:**
**If you need to use an older version of PHP, version 1.x.x supports PHP 5.6, 7.0, 7.1 and 7.2, you can install this version using Composer with this command instead:**

```shell
composer require ballen/linguist ^1.0
Expand Down

0 comments on commit 20ae486

Please sign in to comment.