Skip to content

Commit 45079c6

Browse files
committed
Fixing dependency versions
1 parent 3d61455 commit 45079c6

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"require": {
3131
"php": ">=7.3",
3232
"ext-json": "*",
33+
"ext-iconv": "*",
3334
"php-service-bus/common": "v3.3.*",
34-
"symfony/serializer-pack": "^v1"
35+
"symfony/serializer-pack": "v1.0.*"
3536
},
3637
"require-dev": {
37-
"php-service-bus/code-style-config": "^v0.1",
38-
"phpunit/phpunit": "^8",
39-
"ext-iconv": "*",
40-
"vimeo/psalm": "^v3",
41-
"phpstan/phpstan": "^0.11"
38+
"php-service-bus/code-style-config": "v0.1.*",
39+
"phpunit/phpunit": "v8.3.*",
40+
"vimeo/psalm": "v3.4.*",
41+
"phpstan/phpstan": "v0.11.*"
4242
},
4343
"prefer-stable": true,
4444
"minimum-stability": "stable",

composer.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)