mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-31 04:28:57 +00:00
Improve test requirements and add versions to test matrix
* allow phpunit 5.7 and 6 * add PHP 7.1 and 7.2 to travis
This commit is contained in:
committed by
Eduardo Gulias Davis
parent
1bec00a100
commit
a23fcc1315
@@ -6,6 +6,8 @@ php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"require-dev" : {
|
||||
"satooshi/php-coveralls": "^1.0.1",
|
||||
"phpunit/phpunit": "^4.8.35",
|
||||
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
|
||||
"dominicsayers/isemail": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
Generated
-1813
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user