Skip to content

Commit 5380e61

Browse files
committed
phpunit version update
1 parent 95b9fc7 commit 5380e61

File tree

5 files changed

+150
-125
lines changed

5 files changed

+150
-125
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818

1919
script:
2020
- ./vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover=coverage.clover
21+
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then ./vendor/bin/psalm --config=psalm.xml; fi
2122

2223
after_script:
2324
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then wget -c -nc --retry-connrefused --tries=0 https://scrutinizer-ci.com/ocular.phar; fi

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"php-service-bus/common": "^v3.0"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^7",
37+
"phpunit/phpunit": "^8",
3838
"ext-iconv": "*",
39-
"vimeo/psalm": "^3"
39+
"vimeo/psalm": "^v3"
4040
},
4141
"prefer-stable": true,
4242
"minimum-stability": "dev",

0 commit comments

Comments
 (0)