From 7eaef7257909e7657a8f8fb8750a22039a06dd59 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Thu, 21 Jan 2021 19:52:05 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b596fa3..d0749ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ### Small library to generate unique private mac addresses +[![pipeline status](https://repos.bgemi.net/sikofitt/generate-mac/badges/1.x/pipeline.svg)](https://repos.bgemi.net/sikofitt/generate-mac/-/commits/1.x) +[![coverage report](https://repos.bgemi.net/sikofitt/generate-mac/badges/1.x/coverage.svg)](https://repos.bgemi.net/sikofitt/generate-mac/-/commits/1.x) + #### Install + +Requires PHP v8.0, For versions compatible with PHP >= 7.3 use the 0.x branch. + [composer](https://getcomposer.org) ```bash composer require sikofitt/generate-mac @@ -92,4 +98,4 @@ user@localhost:~/generate-mac$ vendor/bin/phpunit #### License -[GPL-3.0](LICENSE) \ No newline at end of file +[GPL-3.0](LICENSE)