Skip to content

Commit f8019eb

Browse files
committed
updated dependencies
1 parent f6981dd commit f8019eb

2 files changed

Lines changed: 7 additions & 7 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.4)
8+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-annotated-services/4.1.5)
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
],
2222
"require": {
2323
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
24-
"laminas/laminas-servicemanager": "^3.10",
25-
"doctrine/annotations": "^1.13",
26-
"doctrine/cache": "^1.13",
27-
"doctrine/orm" : "^2.11"
24+
"laminas/laminas-servicemanager": "^3.22.1",
25+
"doctrine/annotations": "^2.0.1",
26+
"doctrine/cache": "^2.2.0",
27+
"doctrine/orm" : "^2.17.3"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^10.2",
31-
"vimeo/psalm": "^5.13",
30+
"phpunit/phpunit": "^10.5.9",
31+
"vimeo/psalm": "^5.20",
3232
"laminas/laminas-coding-standard": "^2.5"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)