Skip to content

Commit 246877c

Browse files
committed
Add support for PHP 7.3
1 parent 6a99362 commit 246877c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ dist: trusty
44
php:
55
- 7.1
66
- 7.2
7+
- 7.3
78

89
matrix:
910
fast_finish: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"spatie/phpunit-watcher": "^1.6",
31-
"phpunit/phpunit": "7.1.1"
31+
"phpunit/phpunit": "7.4.*"
3232
},
3333
"autoload": {
3434
"psr-4": {
@@ -48,4 +48,4 @@
4848
"test-watch": "vendor/bin/phpunit-watcher watch --testsuite Unit < /dev/tty",
4949
"watch-tickets": "vendor/bin/phpunit-watcher watch --testsuite Tickets < /dev/tty"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)