Skip to content

Commit 6aa9508

Browse files
authored
Merge pull request #6 from dotkernel/issue-5
Issue 5
2 parents 92beb93 + 923bb8c commit 6aa9508

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

611
DotKernel component to build console applications based on [laminas-cli](https://github.com/laminas/laminas-cli).
712

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
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",

0 commit comments

Comments
 (0)