File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CLI Utils
2
2
3
3
[ ![ 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 )
5
5
[ ![ Latest Stable Version] ( http://img.shields.io/packagist/v/toolkit/cli-utils.svg )] ( https://packagist.org/packages/toolkit/cli-utils )
6
6
[ ![ Github Actions Status] ( https://github.com/php-toolkit/cli-utils/workflows/Unit-tests/badge.svg )] ( https://github.com/php-toolkit/cli-utils/actions )
7
7
@@ -15,6 +15,8 @@ Provide some useful utils for the php CLI application.
15
15
16
16
## Install
17
17
18
+ - Required PHP 8.0+
19
+
18
20
``` bash
19
21
composer require toolkit/cli-utils
20
22
```
Original file line number Diff line number Diff line change 5
5
"keywords" : [
6
6
" library" ,
7
7
" cli" ,
8
+ " cli-color" ,
8
9
" tool" ,
9
10
" command-line" ,
10
11
" php"
You can’t perform that action at this time.
0 commit comments