Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Mar 25, 2019
1 parent bcc306b commit 716cece
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 149 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
},
"require": {
"php": ">=7.2",
"php-service-bus/common": "^v3.0",
"php-service-bus/storage-common": "^v3.0",
"php-service-bus/mutex": "^v3.0"
"php-service-bus/common": "^v3.2",
"php-service-bus/storage-common": "^v3.2",
"php-service-bus/mutex": "^v3.2"
},
"require-dev": {
"php-service-bus/code-style-config": "^v0.1",
"php-service-bus/storage-sql": "^v3.1",
"php-service-bus/annotations-reader": "^v3.0",
"php-service-bus/storage-sql": "^v3.2",
"php-service-bus/annotations-reader": "^v3.2",
"doctrine/dbal": "^v2.6",
"phpunit/phpunit": "^8",
"vimeo/psalm": "^v3"
},
"prefer-stable": true,
"minimum-stability": "dev",
"minimum-stability": "stable",
"scripts": {
"psalm": "./vendor/bin/psalm --config=psalm.xml",
"tests": "./vendor/bin/phpunit --configuration phpunit.xml --verbose",
Expand Down
Loading

0 comments on commit 716cece

Please sign in to comment.