We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a99362 commit 246877cCopy full SHA for 246877c
.travis.yml
@@ -4,6 +4,7 @@ dist: trusty
4
php:
5
- 7.1
6
- 7.2
7
+ - 7.3
8
9
matrix:
10
fast_finish: true
composer.json
@@ -28,7 +28,7 @@
28
},
29
"require-dev": {
30
"spatie/phpunit-watcher": "^1.6",
31
- "phpunit/phpunit": "7.1.1"
+ "phpunit/phpunit": "7.4.*"
32
33
"autoload": {
34
"psr-4": {
@@ -48,4 +48,4 @@
48
"test-watch": "vendor/bin/phpunit-watcher watch --testsuite Unit < /dev/tty",
49
"watch-tickets": "vendor/bin/phpunit-watcher watch --testsuite Tickets < /dev/tty"
50
}
51
-}
+}
0 commit comments