Skip to content

Commit 72a65aa

Browse files
committed
Target latest releases in SECURITY.md and updated site_description in mkdocs.yml
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 733b8e4 commit 72a65aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Version | Supported | PHP Version |
77
|---------|--------------------|------------------------------------------------------------------------------------------------------------------------|
8-
| 5.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/5.0.0) |
9-
| 4.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/4.1.7) |
8+
| 5.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/5.2.0) |
9+
| 4.x | :white_check_mark: | ![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/4.2.0) |
1010
| <= 3.x | :x: | |
1111

1212

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nav:
2828
- "Inject class dependencies": v4/factories/service.md
2929
- "Inject entity repositories": v4/factories/repository.md
3030
site_name: dot-annotated-services
31-
site_description: "DotKernel's dependency injection service"
31+
site_description: "DotKernel's dependency injection service, using PHP attributes"
3232
repo_url: "https://github.com/dotkernel/dot-annotated-services"
3333
plugins:
3434
- search

0 commit comments

Comments
 (0)