Skip to content

Commit 8c16870

Browse files
authored
Merge pull request #3 from peter279k/test_enhancement
Upgrade PHP version requirements
2 parents 1f63c97 + 2e241ea commit 8c16870

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22
dist: trusty
33
php:
4-
- '5.6'
5-
- '7.0'
64
- '7.1'
5+
- '7.2'
6+
- '7.3'
77
install:
88
- composer update
99
script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"illuminate/support": "^5.1"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "^5.7",
9+
"phpunit/phpunit": "^7.0 || ^8.0",
1010
"satooshi/php-coveralls": "^2.0"
1111
},
1212
"license": "LGPL-3.0-only",

0 commit comments

Comments
 (0)