Skip to content

Commit 35fc970

Browse files
committed
Update phpunit to 8.5
1 parent 2fbe85d commit 35fc970

File tree

3 files changed

+145
-50
lines changed

3 files changed

+145
-50
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sudo: false
22
language: php
33
php:
4-
- 7.1
54
- 7.2
5+
- 7.3
66

77
install:
88
- sh -c "cd update-server/ && composer install"

update-server/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
},
1313
"require-dev": {
1414
"behat/behat": "~3.4.3",
15-
"phpunit/phpunit": "^7"
15+
"phpunit/phpunit": "^8",
16+
"phpunit/php-code-coverage": "^7.0",
17+
"sebastian/global-state": "^3.0"
1618
}
1719
}

update-server/composer.lock

Lines changed: 141 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)