File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# dot-cli
22
33![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/dot-cli )
4- [ ![ GitHub license] ( https://img.shields.io/github/license/dotkernel/dot-cli )] ( https://github.com/dotkernel/dot-cli/LICENSE )
4+ ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.2.0 )
5+
6+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/dot-cli )] ( https://github.com/dotkernel/dot-cli/issues )
7+ [ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/dot-cli )] ( https://github.com/dotkernel/dot-cli/network )
8+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/dotkernel/dot-cli )] ( https://github.com/dotkernel/dot-cli/stargazers )
9+ [ ![ GitHub license] ( https://img.shields.io/github/license/dotkernel/dot-cli )] ( https://github.com/dotkernel/dot-cli/blob/3.0/LICENSE )
510
611DotKernel component to build console applications based on [ laminas-cli] ( https://github.com/laminas/laminas-cli ) .
712
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " ^ 7.4" ,
22- "laminas/laminas-dependency-plugin" : " ^2.1 " ,
23- "laminas/laminas-cli" : " ^1.4" ,
24- "laminas/laminas-servicemanager" : " ^3.6 "
21+ "php" : " ~ 7.4.0 || ~8.0.0 || ~8.1.0 " ,
22+ "laminas/laminas-dependency-plugin" : " ^2.2.0 " ,
23+ "laminas/laminas-cli" : " ^1.4.0 " ,
24+ "laminas/laminas-servicemanager" : " ^3.11.1 "
2525 },
2626 "require-dev" : {
2727 "phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments