Skip to content

Commit

Permalink
Merge pull request #31 from AtomicXtreme/4.0
Browse files Browse the repository at this point in the history
Changed doctrine/cache versions in composer to be Backward Compatible.
  • Loading branch information
arhimede authored Jan 25, 2024
2 parents 3f8a09d + 4b8fa0a commit 3a97b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DotKernel component used to create services through [Laminas Service Manager](ht
This package can clean up your code, by getting rid of all the factories you write, sometimes just to inject a dependency or two.

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-annotated-services)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/4.1.5)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/4.1.6)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-annotated-services)](https://github.com/dotkernel/dot-annotated-services/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-annotated-services)](https://github.com/dotkernel/dot-annotated-services/network)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.22.1",
"doctrine/annotations": "^2.0.1",
"doctrine/cache": "^2.2.0",
"doctrine/cache": "^1.12.1 || ^2.1.1",
"doctrine/orm" : "^2.17.3"
},
"require-dev": {
Expand Down

0 comments on commit 3a97b72

Please sign in to comment.