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 8290527 commit 2f542d7Copy full SHA for 2f542d7
composer.json
@@ -30,7 +30,7 @@
30
"require": {
31
"php": ">=7.2",
32
"ext-json": "*",
33
- "php-service-bus/common": "v3.0.8",
+ "php-service-bus/common": "^v3.2",
34
"symfony/serializer-pack": "^v1"
35
},
36
"require-dev": {
@@ -40,7 +40,7 @@
40
"vimeo/psalm": "^v3"
41
42
"prefer-stable": true,
43
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
44
"scripts": {
45
"psalm": "./vendor/bin/psalm --config=psalm.xml",
46
"tests": "./vendor/bin/phpunit --configuration phpunit.xml --verbose",
0 commit comments