Skip to content

Commit 2aa3b54

Browse files
committed
style: update readme
1 parent 0c2e734 commit 2aa3b54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CLI Utils
22

33
[![License](https://img.shields.io/packagist/l/toolkit/cli-utils.svg?style=flat-square)](LICENSE)
4-
[![Php Version](https://img.shields.io/badge/php-%3E=7.1.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/toolkit/cli-utils)
4+
[![Php Version](https://img.shields.io/badge/php-%3E=8.0.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/toolkit/cli-utils)
55
[![Latest Stable Version](http://img.shields.io/packagist/v/toolkit/cli-utils.svg)](https://packagist.org/packages/toolkit/cli-utils)
66
[![Github Actions Status](https://github.com/php-toolkit/cli-utils/workflows/Unit-tests/badge.svg)](https://github.com/php-toolkit/cli-utils/actions)
77

@@ -15,6 +15,8 @@ Provide some useful utils for the php CLI application.
1515

1616
## Install
1717

18+
- Required PHP 8.0+
19+
1820
```bash
1921
composer require toolkit/cli-utils
2022
```

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": [
66
"library",
77
"cli",
8+
"cli-color",
89
"tool",
910
"command-line",
1011
"php"

0 commit comments

Comments
 (0)