Skip to content

Commit b1fa05a

Browse files
author
Stepan Zolotarev
committed
Fixed composer requirements
1 parent c8e1183 commit b1fa05a

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
@@ -28,12 +28,12 @@
2828
},
2929
"require": {
3030
"php": ">=8.2",
31-
"php-service-bus/common": "v5.2.x-dev"
31+
"php-service-bus/common": "v5.2"
3232
},
3333
"require-dev": {
3434
"ext-iconv": "*",
3535
"symfony/dependency-injection": "^6.3 || ^7.0",
36-
"php-service-bus/code-style-config": "v5.2.x-dev",
36+
"php-service-bus/code-style-config": "v5.2",
3737
"phpunit/phpunit": "^10.0 || ^11.0",
3838
"vimeo/psalm": "^4.30 || ^5.4",
3939
"phpstan/phpstan": "^1.12 || ^2.0"

0 commit comments

Comments
 (0)