Skip to content

Commit 38f530b

Browse files
author
Renato Marinho
authored
Merge pull request #10 from joaorobertopb/patch-6
Fixes issue #9
2 parents dd155b2 + 328bd8b commit 38f530b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22
# list any PHP version you want to test against
33
php:
4+
- 5.6
5+
- 7.0
46
- 7.1
57
before_script:
68
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"illuminate/support": "5.3.x|5.4.x|5.5.x"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^6.2",
23+
"phpunit/phpunit": "~5.7",
2424
"orchestra/testbench": "~3.2",
2525
"squizlabs/php_codesniffer": "^2.3"
2626
},

0 commit comments

Comments
 (0)