Skip to content

Commit 20ae486

Browse files
committed
The library now fully supports PHP 8.0 and min PHP version now bumped 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.
1 parent b119106 commit 20ae486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The recommended way of installing this library is via. [Composer](http://getcomp
3333
composer require ballen/linguist
3434
```
3535

36-
*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:**
36+
**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:**
3737

3838
```shell
3939
composer require ballen/linguist ^1.0

0 commit comments

Comments
 (0)