Skip to content

Commit c1d9218

Browse files
committed
package reorder
Signed-off-by: alexmerlin <[email protected]>
1 parent 411d089 commit c1d9218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
],
2222
"require": {
2323
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
24-
"laminas/laminas-servicemanager": "^3.22.1",
2524
"doctrine/annotations": "^1.14.3",
2625
"doctrine/cache": "^1.12.1 || ^2.1.1",
27-
"doctrine/orm" : "^2.20"
26+
"doctrine/orm" : "^2.20",
27+
"laminas/laminas-servicemanager": "^3.22.1"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^10.5.9",
3130
"laminas/laminas-coding-standard": "^3.0",
31+
"phpunit/phpunit": "^10.5.9",
3232
"vimeo/psalm": "^6.0"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)