We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0452ae4 commit 7f87bdaCopy full SHA for 7f87bda
composer.json
@@ -37,15 +37,15 @@
37
"php": ">=8.2",
38
"ext-json": "*",
39
"ext-iconv": "*",
40
- "php-service-bus/common": "v5.2.x-dev",
+ "php-service-bus/common": "v5.2.*",
41
"doctrine/annotations": "^1.13 || ^2.0",
42
"phpdocumentor/reflection-docblock": "^5.5",
43
"symfony/property-access": "^6.3 || ^7.0",
44
"symfony/property-info": "^6.3 || ^7.0",
45
"symfony/serializer": "^6.3 || ^7.0"
46
},
47
"require-dev": {
48
- "php-service-bus/code-style-config": "v5.2.x-dev",
+ "php-service-bus/code-style-config": "v5.2.*",
49
"phpunit/phpunit": "^10.0 || ^11.0",
50
"vimeo/psalm": "^4.30 || ^5.4",
51
"phpstan/phpstan": "^1.12 || ^2.0"
0 commit comments