Skip to content

Commit 7def2b1

Browse files
committed
Test PHP 7.3 and 7.4
1 parent 14b6d4c commit 7def2b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- 7.0
55
- 7.1
66
- 7.2
7+
- 7.3
8+
- 7.4
79

810
sudo: false
911

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
"php": "^7.0"
2222
},
2323
"require-dev": {
24-
"illuminate/support": "^5.5",
2524
"mockery/mockery": "^1.0",
26-
"phpunit/phpunit": "^6.0"
25+
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
2726
},
2827
"scripts": {
2928
"test": "phpunit"

0 commit comments

Comments
 (0)