Skip to content

Commit 55fcaab

Browse files
committed
Badge fix
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 0a5e654 commit 55fcaab

3 files changed

Lines changed: 10 additions & 21 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-cli/.
1111
## Badges
1212

1313
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-cli)
14-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.11.0)
14+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.11.1)
1515

1616
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/issues)
1717
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/network)
@@ -26,7 +26,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-cli/.
2626

2727
- **PHP**: 8.2, 8.3, 8.4 or 8.5
2828
- **laminas/laminas-servicemanager**: >= 3.11 || >= 4.0,
29-
- **laminas/laminas-cli**: >= 1.4
29+
- **laminas/laminas-cli**: >= 1.15
3030

3131
## Setup
3232

SECURITY.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,28 @@
22

33
## Supported Versions
44

5-
65
| Version | Supported | PHP Version |
76
|---------|--------------------|----------------------------------------------------------------------------------------------------------|
8-
| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.11.0) |
7+
| 3.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.11.1) |
98
| <= 2.x | :x: | |
109

11-
1210
## Reporting Potential Security Issues
1311

14-
If you have encountered a potential security vulnerability in this project,
15-
please report it to us at <security@dotkernel.com>. We will work with you to
16-
verify the vulnerability and patch it.
12+
If you have encountered a potential security vulnerability in this project, please report it to us at <security@dotkernel.com>.
13+
We will work with you to verify the vulnerability and patch it.
1714

1815
When reporting issues, please provide the following information:
1916

2017
- Component(s) affected
2118
- A description indicating how to reproduce the issue
2219
- A summary of the security vulnerability and impact
2320

24-
We request that you contact us via the email address above and give the
25-
project contributors a chance to resolve the vulnerability and issue a new
26-
release prior to any public exposure; this helps protect the project's
27-
users, and provides them with a chance to upgrade and/or update in order to
28-
protect their applications.
29-
21+
We request that you contact us via the email address above and give the project contributors a chance to resolve the vulnerability and issue a new release prior to any public exposure;
22+
this helps protect the project's users and provides them with a chance to upgrade and/or update to protect their applications.
3023

3124
## Policy
3225

3326
If we verify a reported security vulnerability, our policy is:
3427

35-
- We will patch the current release branch, as well as the immediate prior minor
36-
release branch.
37-
38-
- After patching the release branches, we will immediately issue new security
39-
fix releases for each patched release branch.
40-
28+
- We will patch the current release branch, as well as the immediate prior minor release branch.
29+
- After patching the release branches, we will immediately issue new security fix releases for each patched release branch.

docs/book/v3/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> dot-cli is a wrapper on top of [laminas-cli](https://github.com/laminas/laminas-cli)
55
66
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-cli)
7-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.11.0)
7+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.11.1)
88

99
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/issues)
1010
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/network)

0 commit comments

Comments
 (0)