Skip to content

Commit 4b8fa0a

Browse files
author
Geo
committed
Changed doctrine/cache versions in composer to be Backward Compatible.
1 parent 3f8a09d commit 4b8fa0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DotKernel component used to create services through [Laminas Service Manager](ht
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

77
![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/4.1.5)
8+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/4.1.6)
99

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2424
"laminas/laminas-servicemanager": "^3.22.1",
2525
"doctrine/annotations": "^2.0.1",
26-
"doctrine/cache": "^2.2.0",
26+
"doctrine/cache": "^1.12.1 || ^2.1.1",
2727
"doctrine/orm" : "^2.17.3"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)