Skip to content

Commit 61e9391

Browse files
committed
Bump to PHP ^7.1.3.
1 parent 3c9d85d commit 61e9391

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.0",
17+
"php": "^7.1.3",
1818
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
1919
"illuminate/filesystem": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
2020
"illuminate/http": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",

0 commit comments

Comments
 (0)