Skip to content

Commit 7f87bda

Browse files
author
Stepan Zolotarev
committed
Fixed composer requirements
1 parent 0452ae4 commit 7f87bda

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,15 +37,15 @@
3737
"php": ">=8.2",
3838
"ext-json": "*",
3939
"ext-iconv": "*",
40-
"php-service-bus/common": "v5.2.x-dev",
40+
"php-service-bus/common": "v5.2.*",
4141
"doctrine/annotations": "^1.13 || ^2.0",
4242
"phpdocumentor/reflection-docblock": "^5.5",
4343
"symfony/property-access": "^6.3 || ^7.0",
4444
"symfony/property-info": "^6.3 || ^7.0",
4545
"symfony/serializer": "^6.3 || ^7.0"
4646
},
4747
"require-dev": {
48-
"php-service-bus/code-style-config": "v5.2.x-dev",
48+
"php-service-bus/code-style-config": "v5.2.*",
4949
"phpunit/phpunit": "^10.0 || ^11.0",
5050
"vimeo/psalm": "^4.30 || ^5.4",
5151
"phpstan/phpstan": "^1.12 || ^2.0"

0 commit comments

Comments
 (0)