Skip to content

Commit 7510c42

Browse files
author
Stepan Zolotarev
committed
Fixed composer requirements
1 parent f3071c4 commit 7510c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"php": ">=8.2",
3838
"amphp/amp": "v2.6.*",
3939
"amphp/redis": "v1.*",
40-
"php-service-bus/common": "v5.2.x-dev",
40+
"php-service-bus/common": "v5.2",
4141
"phpinnacle/ridge": "v1.3.*",
4242
"symfony/dependency-injection": "^6.3 || ^7.0",
4343
"nsq/nsq": "v0.9.*"
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)