Skip to content

Commit b0c4f96

Browse files
authored
Merge pull request #8 from dotkernel/tags
updated tags, package versions
2 parents fc59a0e + f5e66f0 commit b0c4f96

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

OSSMETADATA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
osslifecycle=active

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ DotKernel component used to create services through [Laminas Service Manager](ht
44

55
This package can clean up your code, by getting rid of all the factories you write, sometimes just to inject a dependency or two.
66

7-
**Requires PHP version >= 7.4**
7+
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-annotated-services)
8+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/3.2.0)
9+
10+
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-annotated-services)](https://github.com/dotkernel/dot-annotated-services/issues)
11+
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-annotated-services)](https://github.com/dotkernel/dot-annotated-services/network)
12+
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-annotated-services)](https://github.com/dotkernel/dot-annotated-services/stargazers)
13+
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-annotated-services)](https://github.com/dotkernel/dot-annotated-services/blob/3.2.0/LICENSE.md)
814

915
## Installation
1016

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"service-manager"
2121
],
2222
"require": {
23-
"php": "^7.4",
24-
"laminas/laminas-servicemanager": "^3.4",
25-
"doctrine/annotations": "^1.10",
26-
"doctrine/cache": "^1.10",
27-
"laminas/laminas-dependency-plugin": "^2.0"
23+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
24+
"laminas/laminas-servicemanager": "^3.10",
25+
"doctrine/annotations": "^1.13",
26+
"doctrine/cache": "^2.1",
27+
"laminas/laminas-dependency-plugin": "^2.2"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^9.1",
31-
"squizlabs/php_codesniffer": "^3.5"
30+
"phpunit/phpunit": "^9.5",
31+
"squizlabs/php_codesniffer": "^3.6"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)