Skip to content

Commit f82bbc5

Browse files
author
Stepan Zolotarev
committed
Fixed composer requirements
1 parent cca7232 commit f82bbc5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"require": {
3333
"php": ">=8.2",
3434
"ext-json": "*",
35-
"php-service-bus/common": "v5.2.x-dev",
36-
"php-service-bus/http-client": "v5.2.x-dev",
37-
"php-service-bus/mutex": "v5.2.x-dev",
38-
"php-service-bus/message-serializer": "v5.2.x-dev",
35+
"php-service-bus/common": "v5.2.*",
36+
"php-service-bus/http-client": "v5.2.*",
37+
"php-service-bus/mutex": "v5.2.*",
38+
"php-service-bus/message-serializer": "v5.2.*",
3939
"moneyphp/money": "^v4.4",
4040
"symfony/validator": "^6.3 || ^7.0",
4141
"symfony/cache": "^6.3 || ^7.0",
4242
"doctrine/annotations": "^v1.14",
4343
"amphp/log": "v1.2.*"
4444
},
4545
"require-dev": {
46-
"php-service-bus/code-style-config": "v5.2.x-dev",
46+
"php-service-bus/code-style-config": "v5.2.*",
4747
"phpunit/phpunit": "^10.0 || ^11.0",
4848
"vimeo/psalm": "^4.30 || ^5.4",
4949
"phpstan/phpstan": "^1.12 || ^2.0"

0 commit comments

Comments
 (0)