Skip to content

Commit 6a8dd9b

Browse files
committed
Update PHPUnit
1 parent 54cad51 commit 6a8dd9b

File tree

7 files changed

+645
-158
lines changed

7 files changed

+645
-158
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
language: php
22
php:
3-
- nightly
3+
- 8.0
44
- 7.4
55
- 7.3
66
- 7.2
77
- 7.1
88
- 7.0
99
- 5.6
10-
- 5.5
11-
- 5.4
1210

1311
sudo: false
14-
dist: trusty
1512

1613
## Cache composer bits
1714
cache:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"swaggest/json-diff": "^3.5.1"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "4.8.35",
14-
"phpunit/php-code-coverage": "2.2.4"
13+
"phpunit/phpunit": "^5",
14+
"phpunit/php-code-coverage": "^4"
1515
},
1616
"license": "MIT",
1717
"authors": [
@@ -36,7 +36,7 @@
3636
},
3737
"config": {
3838
"platform": {
39-
"php": "5.4.45"
39+
"php": "5.6.0"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)