Skip to content

Commit d257973

Browse files
committed
Fix travis tests.
1 parent 3560dbc commit d257973

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313

1414
"require": {
15-
"php": ">=7.0",
15+
"php": ">=7.1.3",
1616
"laravel/browser-kit-testing": "^1.0"
1717
},
1818

0 commit comments

Comments
 (0)