Skip to content

Commit 5e23008

Browse files
committed
Fixing dependency versions
1 parent f247541 commit 5e23008

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"require": {
3030
"php": ">=7.3",
31-
"amphp/amp": "^2",
32-
"amphp/file": "^0.3"
31+
"amphp/amp": "v2.1.*",
32+
"amphp/file": "v0.3.*"
3333
},
3434
"require-dev": {
35-
"php-service-bus/code-style-config": "^v0.1",
36-
"phpunit/phpunit": "^8",
37-
"vimeo/psalm": "^v3",
38-
"phpstan/phpstan": "0.11.*"
35+
"php-service-bus/code-style-config": "v0.1.*",
36+
"phpunit/phpunit": "v8.3.*",
37+
"vimeo/psalm": "v3.4.*",
38+
"phpstan/phpstan": "v0.11.*"
3939
},
4040
"prefer-stable": true,
4141
"minimum-stability": "dev",

composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)