Skip to content

Commit dd56ca4

Browse files
author
Stepan Zolotarev
committed
Fixed composer requirements
1 parent 7b815ad commit dd56ca4

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
@@ -42,8 +42,8 @@
4242
"php": ">=8.2",
4343
"ext-pgsql": "*",
4444
"amphp/amp": "v2.6.*",
45-
"php-service-bus/common": "v5.2",
46-
"php-service-bus/cache": "v5.2",
45+
"php-service-bus/common": "v5.2.*",
46+
"php-service-bus/cache": "v5.2.*",
4747
"amphp/postgres": "v1.4.*",
4848
"latitude/latitude": "v4.2.*",
4949
"psr/log": "v3.*",
@@ -52,7 +52,7 @@
5252
"amphp/file": "v2.0.*"
5353
},
5454
"require-dev": {
55-
"php-service-bus/code-style-config": "v5.2",
55+
"php-service-bus/code-style-config": "v5.2.*",
5656
"phpunit/phpunit": "^10.0 || ^11.0",
5757
"vimeo/psalm": "^4.30 || ^5.4",
5858
"phpstan/phpstan": "^1.12 || ^2.0"

0 commit comments

Comments
 (0)