We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b815ad commit dd56ca4Copy full SHA for dd56ca4
composer.json
@@ -42,8 +42,8 @@
42
"php": ">=8.2",
43
"ext-pgsql": "*",
44
"amphp/amp": "v2.6.*",
45
- "php-service-bus/common": "v5.2",
46
- "php-service-bus/cache": "v5.2",
+ "php-service-bus/common": "v5.2.*",
+ "php-service-bus/cache": "v5.2.*",
47
"amphp/postgres": "v1.4.*",
48
"latitude/latitude": "v4.2.*",
49
"psr/log": "v3.*",
@@ -52,7 +52,7 @@
52
"amphp/file": "v2.0.*"
53
},
54
"require-dev": {
55
- "php-service-bus/code-style-config": "v5.2",
+ "php-service-bus/code-style-config": "v5.2.*",
56
"phpunit/phpunit": "^10.0 || ^11.0",
57
"vimeo/psalm": "^4.30 || ^5.4",
58
"phpstan/phpstan": "^1.12 || ^2.0"
0 commit comments