Skip to content

Commit

Permalink
Fixing dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Aug 2, 2019
1 parent 0614daf commit 21695ef
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"php-service-bus/mutex": "v3.3.*"
},
"require-dev": {
"php-service-bus/code-style-config": "^v0.1",
"php-service-bus/code-style-config": "v0.1.*",
"php-service-bus/storage-sql": "v3.3.*",
"php-service-bus/annotations-reader": "v3.3.*",
"doctrine/dbal": "^v2.6",
"phpunit/phpunit": "^8",
"vimeo/psalm": "^v3",
"phpstan/phpstan": "0.11.*"
"doctrine/dbal": "v2.9.*",
"phpunit/phpunit": "v8.3.*",
"vimeo/psalm": "v3.4.*",
"phpstan/phpstan": "v0.11.*"
},
"prefer-stable": true,
"minimum-stability": "stable",
Expand Down
126 changes: 63 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21695ef

Please sign in to comment.