We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411d089 commit c1d9218Copy full SHA for c1d9218
composer.json
@@ -21,14 +21,14 @@
21
],
22
"require": {
23
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
24
- "laminas/laminas-servicemanager": "^3.22.1",
25
"doctrine/annotations": "^1.14.3",
26
"doctrine/cache": "^1.12.1 || ^2.1.1",
27
- "doctrine/orm" : "^2.20"
+ "doctrine/orm" : "^2.20",
+ "laminas/laminas-servicemanager": "^3.22.1"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^10.5.9",
31
"laminas/laminas-coding-standard": "^3.0",
+ "phpunit/phpunit": "^10.5.9",
32
"vimeo/psalm": "^6.0"
33
34
"autoload": {
0 commit comments