Skip to content

Commit

Permalink
Merge pull request #6 from dotkernel/issue-5
Browse files Browse the repository at this point in the history
Issue 5
  • Loading branch information
arhimede authored Apr 6, 2022
2 parents 92beb93 + 923bb8c commit 6aa9508
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# dot-cli

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-cli)
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/LICENSE)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.2.0)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/network)
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/stargazers)
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/blob/3.0/LICENSE)

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"require": {
"php": "^7.4",
"laminas/laminas-dependency-plugin": "^2.1",
"laminas/laminas-cli": "^1.4",
"laminas/laminas-servicemanager": "^3.6"
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"laminas/laminas-dependency-plugin": "^2.2.0",
"laminas/laminas-cli": "^1.4.0",
"laminas/laminas-servicemanager": "^3.11.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 6aa9508

Please sign in to comment.