Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
types correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Jun 20, 2020
1 parent 05c0cb9 commit d5cbade
Show file tree
Hide file tree
Showing 5 changed files with 722 additions and 1,019 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@
},
"require": {
"php": ">=7.4",
"symfony/dependency-injection": "v5.1.*",
"php-service-bus/sagas": "v4.1.*",
"php-service-bus/annotations-reader": "v4.1.*",
"php-service-bus/messages-router": "v4.1.*",
"php-service-bus/storage": "v4.1.*"
},
"require-dev": {
"php-service-bus/code-style-config": "v1.2.*",
"symfony/dependency-injection": "v5.1.*",
"doctrine/dbal": "v2.10.*",
"phpunit/phpunit": "v8.4.*",
"vimeo/psalm": "v3.7.*",
"phpstan/phpstan": "v0.11.*"
"phpunit/phpunit": "v9.1.*",
"vimeo/psalm": "v3.11.*",
"phpstan/phpstan": "v0.12.*"
},
"prefer-stable": true,
"minimum-stability": "stable",
Expand Down
Loading

0 comments on commit d5cbade

Please sign in to comment.